Skip to content
Closed
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion datasets/open-data.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ By using the [datasets API](/datasets), you can start prototyping your applicati
## Available datasets

<Tip>
The Tilebox Console contains in-depth descriptions of each dataset. Check out the [Sentinel 5P Tropomi](https://console.tilebox.com/datasets/explorer/bb394de4-b47f-4069-bc4c-6e6a2c9f0641?view=documentation) documentation as an example.
The Tilebox Console contains in-depth descriptions of each dataset. Check out the [Sentinel 5P Tropomi](https://console.tilebox.com/datasets/explorer/bb394de4-b47f-4069-bc4c-6e6a2c9f0641) documentation as an example.
</Tip>

### Copernicus Data Space
Expand Down
15 changes: 7 additions & 8 deletions sdks/python/sample-notebooks.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -19,23 +19,22 @@ More examples can be found throughout the docs.
### Notebook overview

<AccordionGroup>
{/*<Accordion title="Tilebox ERS Opendata Demo">
This notebook demonstrates how to use the Python client to query metadata from the ERS-SAR Opendata dataset. It shows how to filter results by geographical location and download product data for a specific granule.
<Accordion title="ERS Opendata Access">
This notebook demonstrates how to use to query metadata from the ERS-SAR Opendata dataset. It shows how to filter results by geographical location and download product data for a specific granule.

[<Icon icon="arrow-up-right-from-square" /> Open in
Colab](https://colab.research.google.com/drive/1LTYhLKy8m9psMhu0DvANs7hyS3ViVpas)

</Accordion>*/}
<Accordion title="Tilebox S5P Tropomi Methane Data Access">
This notebook illustrates how to use the Python client to query the S5P Tropomi Opendata dataset for methane products. It also explains how to filter results based on geographical location and download product data for a specific granule.
</Accordion>
<Accordion title="S5P Tropomi Methane Data Access">
This notebook illustrates how to query the S5P Tropomi Opendata dataset for methane products. It also explains how to filter results based on geographical location and download product data for a specific granule.

[<Icon icon="arrow-up-right-from-square" /> Open in
Colab](https://colab.research.google.com/drive/1eVYARNFnTIeQqBs6gqeay01EDvRk2EI4)

</Accordion>
<Accordion title="MODIS-based Custom Dataset Ingestion Demo">
This notebook demonstrates how to ingest data into a Custom Dataset. In this case it's using a sample dataset from the [MODIS instrument](https://lpdaac.usgs.gov/products/mcd12q1v006/) which
is already prepared.
<Accordion title="MODIS-based Dataset Ingestion">
This notebook demonstrates how to ingest data into a Dataset. In this case it's using a prepared sample dataset from the [MODIS instrument](https://lpdaac.usgs.gov/products/mcd12q1v006/).

[<Icon icon="arrow-up-right-from-square" /> Open in
Colab](https://colab.research.google.com/drive/1QS-srlWPMJg4csc0ycn36yCX9U6mvIpW)
Expand Down