Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update 2.1_data_discovery.md #76

Merged
merged 1 commit into from
Jan 8, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 10 additions & 3 deletions lectures/2.1_data_discovery/2.1_data_discovery.md
Original file line number Diff line number Diff line change
Expand Up @@ -523,10 +523,17 @@ Earth observation data access is not limited to a single platform or a single en
- [STAC Index](https://stacindex.org/catalogs): A list of publicly available STAC APIs and Static Catalogs.


<div style="border: 3px solid rgb(255, 255, 255); overflow: hidden; margin: 15px auto; max-width: 736px;">
<iframe scrolling="yes" src="https://documentation.dataspace.copernicus.eu/APIs/openEO/Collections.html" style="border: 0px none; margin-left: -20px; height: 859px; margin-top: -500px; width: 900px;">
<iframe
width="1000"
height="600"
src="https://documentation.dataspace.copernicus.eu/APIs/openEO/Collections.html"
title="openEO platform collections"
frameborder="0"
allowfullscreen
style="border: 5px solid #3A97C3; border-radius: 20px;">
</iframe>
</div>

_The content above shows the data collections available with the openEO API at the Copernicus Data Space Ecosystem (CDSE). You can scroll and click on the names to discover more details._ [Open content in a new tab!](https://documentation.dataspace.copernicus.eu/APIs/openEO/Collections.html)

## How to search for data

Expand Down