Skip to content

Commit c89fb84

Browse files
authored
Update index.md
update index examples PRR
1 parent 8dbe618 commit c89fb84

File tree

1 file changed

+12
-7
lines changed

1 file changed

+12
-7
lines changed

PRR/index.md

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,17 @@ In order to upload data to the ESA Project Results Repository (PRR) you have to
1212
4. Save the normalised Collection
1313
5. Send the data, metadata and some extra information to the EarthCODE team.
1414

15-
Below you will find guides to the whole process, we recomend starting with the introductory notebook.
15+
# Getting Started with PRR Metadata Creation
1616

17-
- [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.
18-
- [Generating STAC collections with zarr files](./prr_zarr.ipynb) - Example how to generate metadata for a product with zarr files.
19-
- [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.
20-
- [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.
17+
These notebooks are designed for users who are new to the process of publishing data to the ESA Project Results Repository (PRR). They provide step-by-step guidance on how to generate STAC Collections that meet PRR ingestion requirements.
18+
Whether you're working with a single raster file or a large, multi-format dataset, notebooks below will assist you in this process.
2119

22-
If you are interested in exploring/downloading PRR data you can use this notebook as a guide:
23-
- [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.
20+
- [Generating a STAC Collection for the PRR (Introduction)](./PRR_STAC_introduction.ipynb) - Detailed explanation on how to create valid metadata to ingest simple raster data file (.nc) into PRR.
21+
- [Generating a STAC Collection for the PRR (Multiple file types)](./example_tccas.ipynb) - Example how to generate metadata for a more complex dataset with varied data types and formats.
22+
- [Generating a STAC Collection for the PRR (Large dataset for multiple regions)](./Creating%20STAC%20Catalog_from_PRR_example.ipynb) - Example focuses on handling large dataset across multiple disjoint regions.
23+
- [Generating STAC Collection for the PRR (zarr files)](./prr_zarr.ipynb) - A guide for generating a collection from zarr files.
24+
25+
# Accessing and Exploring data products on ESA PRR
26+
This notebook is generated for users willing to explore the ESA PRR repository, by browsing, previewing and/or downloading data published on the PRR.
27+
28+
- [ESA Project Results Repository (PRR) Data Access and Collections Preview](./PRR_STAC_download_example.ipynb) - Use this notebook to access, explore, query, and download data from the ESA Project Results Repository (PRR).

0 commit comments

Comments
 (0)