Skip to content
Snippets Groups Projects
Commit 97dce2bd authored by de Boissieu Florian's avatar de Boissieu Florian
Browse files

another fix for documentation

parent c62ef930
No related branches found
No related tags found
No related merge requests found
Pipeline #257510 passed
......@@ -83,7 +83,7 @@ git config --system core.longpaths true
Below is a small teaser.
See [example scripts](https://forgemia.inra.fr/umr-tetis/stac/simplestac/-/blob/main/examples) for a detailed demo of `simpleSTAC` features.
For a detailed demo of `simpleSTAC` features, see [example scripts](https://forgemia.inra.fr/umr-tetis/stac/simplestac/-/blob/main/examples).
Example data can be downloaded [here](https://gitlab.com/fordead/fordead_data/-/archive/main/fordead_data-main.zip) or with the script [download_data.py](https://forgemia.inra.fr/umr-tetis/stac/simplestac/-/blob/main/examples/download_data.py?ref_type=heads)
......
# %% [md]
# # Download data
# [Source code](https://forgemia.inra.fr/umr-tetis/stac/simplestac/examples/download_data.py)
# [Source code](https://forgemia.inra.fr/umr-tetis/stac/simplestac/-/blob/main/examples/download_data.py)
#
# This script aims at downloading the data necessary for the example.
#
# The notebooks data are:
#
# - a time series of Sentinel 2 data clip
# over a small region of interest (172MB)
# - a vector file of the region of interest (~100kB)
......@@ -13,6 +14,7 @@
# The downloaded data is
# The destination folder is the one from which the script is executed,
# in which you should find:
#
# - data / s2_scenes
# - data / roi.geojson
......
# %% [md]
# # Local STAC
# [Source code](https://forgemia.inra.fr/umr-tetis/stac/simplestac/examples/local_stac.py)
# [Source code](https://forgemia.inra.fr/umr-tetis/stac/simplestac/-/blob/main/examples/local_stac.py)
#
# This notebook shows how to build a STAC ItemCollection from local data.
# %% [md]
......
# %% [md]
# # Remote STAC
# [Source code](https://forgemia.inra.fr/umr-tetis/stac/simplestac/examples/remote_stac.py)
# [Source code](https://forgemia.inra.fr/umr-tetis/stac/simplestac/-/blob/main/examples/remote_stac.py)
#
# This notebook shows how to mix remote and local data in a STAC ItemCollection.
# Two use case are shown, with Sentinel-2 L2A catalog Microsoft Planetary Computer
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment