Skip to content

Commit 9f2ac28

Browse files
Add FPAR notebooks (#81)
1 parent 142a839 commit 9f2ac28

File tree

2 files changed

+17
-9
lines changed

2 files changed

+17
-9
lines changed

datasets/open-data.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ By using the [datasets API](/datasets), you can start prototyping your applicati
2020
## Available datasets
2121

2222
<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.
2424
</Tip>
2525

2626
### Copernicus Data Space

sdks/python/sample-notebooks.mdx

Lines changed: 16 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,23 +19,22 @@ More examples can be found throughout the docs.
1919
### Notebook overview
2020

2121
<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+
<Accordion title="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.
2424

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

28-
</Accordion>*/}
29-
<Accordion title="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+
<Accordion title="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.
3131

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

3535
</Accordion>
36-
<Accordion title="MODIS-based Custom Dataset Ingestion Demo">
37-
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+
<Accordion title="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/).
3938

4039
[<Icon icon="arrow-up-right-from-square" /> Open in
4140
Colab](https://colab.research.google.com/drive/1QS-srlWPMJg4csc0ycn36yCX9U6mvIpW)
@@ -51,6 +50,15 @@ More examples can be found throughout the docs.
5150
Github](https://github.com/tilebox/examples/tree/main/s2-cloudfree-mosaic)
5251

5352
</Accordion>
53+
<Accordion title="Generate VCI and FPAR visualizations">
54+
A workflow for calculating the Vegetation Condition Index (VCI) from FPAR data. It can be run on one or more local machines or on a cloud cluster.
55+
56+
[<Icon icon="arrow-up-right-from-square" /> View on YouTube](https://youtu.be/s4wzyX9adWo)
57+
58+
[<Icon icon="arrow-up-right-from-square" /> Open in
59+
Github](https://github.com/tilebox/fpar-based-vci-example)
60+
61+
</Accordion>
5462
</AccordionGroup>
5563

5664
Execute cells one by one using `Shift+Enter`. Most commonly used libraries are pre-installed.

0 commit comments

Comments
 (0)