You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: datasets/open-data.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ By using the [datasets API](/datasets), you can start prototyping your applicati
20
20
## Available datasets
21
21
22
22
<Tip>
23
-
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.
23
+
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.
Copy file name to clipboardExpand all lines: sdks/python/sample-notebooks.mdx
+16-8Lines changed: 16 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,23 +19,22 @@ More examples can be found throughout the docs.
19
19
### Notebook overview
20
20
21
21
<AccordionGroup>
22
-
{/*<Accordion title="Tilebox ERS Opendata Demo">
23
-
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.
22
+
<Accordiontitle="ERS Opendata Access">
23
+
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.
24
24
25
25
[<Iconicon="arrow-up-right-from-square" /> Open in
<Accordiontitle="Tilebox S5P Tropomi Methane Data Access">
30
-
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.
28
+
</Accordion>
29
+
<Accordiontitle="S5P Tropomi Methane Data Access">
30
+
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.
31
31
32
32
[<Iconicon="arrow-up-right-from-square" /> Open in
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
38
-
is already prepared.
36
+
<Accordiontitle="MODIS-based Dataset Ingestion">
37
+
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/).
39
38
40
39
[<Iconicon="arrow-up-right-from-square" /> Open in
0 commit comments