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
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,6 @@ OSC/OHC_4DATLANTIC_200204_202212_V2-0.nc
.DS_Store
example_4datlantic
_build/
.virtual_documents/
*/.ipynb_checkpoints/
.ipynb_checkpoints/
2 changes: 1 addition & 1 deletion PRR/CareHeat_v2.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"id": "1f92ff5a",
"metadata": {},
"source": [
"# ESA Project Results Repository: Generating STAC collections for the CareHeat project\n",
"# Generating STAC collections for the CareHeat project\n",
"\n",
"This notebook shows how to generate a valid STAC collection, which is a requirement to upload research outcomes to the [ESA Project Results Repository (PRR)](https://eoresults.esa.int/). The code below demonstrates how to perform the necessary steps using real data from the ESA project **deteCtion and threAts of maRinE HEAT waves (CAREHeat)**. The focus of CAREHeat is to improve existing extreme marine heatwave(MHW) detection algorithms, contributing to a better understanding of their impacts.\n",
"\n",
Expand Down
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": [
"# Example from SRAL Processing over Land Ice Dataset\n",
"# Generating metadata for the 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
1,416 changes: 1,203 additions & 213 deletions PRR/PRR_STAC_introduction.ipynb

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion PRR/TCCAS_v2.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"id": "1f92ff5a",
"metadata": {},
"source": [
"# ESA Project Results Repository: Generating STAC collections with multiple assets\n",
"# Generating STAC metadatas for the TCCAS dataset\n",
"\n",
"This notebook shows how to generate a valid STAC collection, which is a requirement to upload research outcomes to the [ESA Project Results Repository (PRR)](https://eoresults.esa.int/). It focuses on generating metadata for a project with multiple data files of different types. \n",
"\n",
Expand Down
2 changes: 1 addition & 1 deletion PRR/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ESA Project Results Repository

The [ESA Project Results Repository (PRR)](https://eoresults.esa.int/) provides long term storage for research outcomes. It provides access to data, workflows, experiments and documentation from ESA Projects organised across Collections, accessible via the [STAC API](https://github.com/radiantearth/stac-api-spec). Each Collection contains [STAC Items](https://github.com/radiantearth/stac-spec/blob/master/item-spec/item-spec.md), with their related Assets stored within the PRR storage. Scientists/commercial companies can access the PRR via the [EarthCODE](https://earthcode.esa.int/) and [APEx](https://esa-apex.github.io/apex_documentation/) projects.
The [ESA Project Results Repository (PRR)](https://eoresults.esa.int/) provides long term storage for research outcomes. It provides access to data, workflows, experiments and documentation from ESA Projects organised across Collections, accessible via the [STAC API](https://github.com/radiantearth/stac-api-spec). Each Collection contains [STAC Items](https://github.com/radiantearth/stac-spec/blob/master/item-spec/item-spec.md), with their related Assets stored within the PRR storage. Scientists/commercial companies can upload data to the PRR via the [EarthCODE](https://earthcode.esa.int/) and [APEx](https://esa-apex.github.io/apex_documentation/) projects. Most data in the PRR is open access and anyone can download and use it, subject to the dataset's particular license.


# Uploading data to the PRR
Expand Down
8 changes: 4 additions & 4 deletions PRR/prr_zarr.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"id": "1f92ff5a",
"metadata": {},
"source": [
"# ESA Project Results Repository: Generating STAC collections with zarr files\n",
"# Generating STAC metadata for the YIPEEO project\n",
"\n",
"This notebook shows how to generate a valid STAC collection, which is a requirement to upload research outcomes to the [ESA Project Results Repository (PRR)](https://eoresults.esa.int/). It focuses on generating metadata for a project with zarr data. The product has two zarr files, covering different regions, created using Sentinel 1 and Sentinel 2 data respectively.\n",
"\n",
Expand Down Expand Up @@ -316,9 +316,9 @@
],
"metadata": {
"kernelspec": {
"display_name": "pangeo",
"display_name": "Python [conda env:interactive_dendrogram]",
"language": "python",
"name": "python3"
"name": "conda-env-interactive_dendrogram-py"
},
"language_info": {
"codemirror_mode": {
Expand All @@ -330,7 +330,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.13.3"
"version": "3.13.2"
}
},
"nbformat": 4,
Expand Down
2 changes: 1 addition & 1 deletion myst.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ project:
- file: PRR/PRR_STAC_introduction.ipynb
- file: PRR/prr_zarr.ipynb
- file: PRR/Creating STAC Catalog_from_PRR_example.ipynb
- file: PRR/PRR_STAC_download_example.ipynb
- file: PRR/TCCAS_v2.ipynb
- file: PRR/CareHeat_v2.ipynb
- file: PRR/PRR_STAC_download_example.ipynb

- title: Open Science Catalog (OSC)
file: OSC/index.md
Expand Down
Loading