Skip to content
Merged
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 PRR/Creating STAC Catalog_from_PRR_example.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"id": "bead50f2-482d-4bd6-a892-8ec1ff6d705c",
"metadata": {},
"source": [
"# Creating STAC Catalog from the PRR - Example from SRAL Processing over Land Ice Dataset\n",
"# Example from SRAL Processing over Land Ice Dataset\n",
"\n",
"**This is an example notebook for creating the STAC Items uploaded to ESA Project Results Repository and made available at**: https://eoresults.esa.int/browser/#/external/eoresults.esa.int/stac/collections/sentinel3-ampli-ice-sheet-elevation\n",
"\n",
Expand Down
4 changes: 2 additions & 2 deletions PRR/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ In order to upload data to the ESA Project Results Repository (PRR) you have to
Below you will find guides to the whole process, we recomend starting with the introductory notebook.

- [Generating a STAC Collection for the PRR(Introduction)](./PRR_STAC_introduction.ipynb) - A notebook explaining how to create the required PRR metadata. It describes the steps in detail and uses a relatively simple example, with a single .nc raster data file.
- [Generating STAC collections with zarr files](./Creating%20STAC%20Catalog_from_PRR_example.ipynb) - Example how to generate metadata for a product with zarr files.
- [Generating STAC collections with zarr files](./prr_zarr.ipynb) - Example how to generate metadata for a product with zarr files.
- [Generating a STAC Collection for the PRR (Multiple file types)](./example_tccas.ipynb) - Example how to generate metadata for a more complicated dataset which has multiple types of data and different file formats.
- [Generating a STAC Collection for the PRR(Large dataset for multiple regions)](./prr_zarr.ipynb) - Example how to generate metadata for a large dataset that has multiple disjoint regions.
- [Generating a STAC Collection for the PRR(Large dataset for multiple regions)](./Creating%20STAC%20Catalog_from_PRR_example.ipynb) - Example how to generate metadata for a large dataset that has multiple disjoint regions.

If you are interested in exploring/downloading PRR data you can use this notebook as a guide:
- [ESA Project Results Repository (PRR) Data Access and Collections Preview](./PRR_STAC_download_example.ipynb) - A notebook explaining how Item Catalogs should be created, uses raster data.
Loading
Loading