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
11 changes: 8 additions & 3 deletions PRR/CareHeat_v2.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,14 @@
"\n",
"\n",
"\n",
"🔗 Check the project website: [deteCtion and threAts of maRinE HEAT waves (CAREHeat) – Website](https://careheat.org/) <br>\n",
"🔗 Check the eo4society page: [deteCtion and threAts of maRinE HEAT waves (CAREHeat) – eo4society](https://eo4society.esa.int/projects/careheat/)\n"
"🛢️ CareHeat Dataset source: [Check out the Dataset of Marine heatwaves and cold spells events based on ESA-CCI SSTs](https://zenodo.org/records/8154587)\n",
"🔗 Check the project website: [deteCtion and threAts of maRinE HEAT waves (CAREHeat) – Website](https://https://careheat.org/) \n",
"\n",
"\n",
"🔗 Check the eo4society page: [deteCtion and threAts of maRinE HEAT waves (CAREHeat) – eo4society](https://eo4society.esa.int/projects/careheat/)\n",
"\n",
"CareHeat Dataset source: [Check out the Dataset of Marine heatwaves and cold spells events based on ESA-CCI SSTs](https://zenodo.org/records/8154587)\n",
"\n",
"\n",
"\n",
"#### Acknowledgment \n",
"We gratefully acknowledge the **deteCtion and threAts of maRinE HEAT waves (CAREHeat)** for providing access to the data used in this example, as well as support in creating it."
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 @@ -14,7 +14,7 @@
"\n",
"It focuses on generating metadata for a project with a hundreads of items, each of which has hundreads of `netcdf` assets.\n",
"\n",
"Check the [EarthCODE documentation](https://earthcode.esa.int/), and [PRR STAC introduction example](https://esa-earthcode.github.io/examples/prr-stac-introduction) for a more general introduction to STAC and the ESA PRR.\n",
"Check the [EarthCODE documentation](https://earthcode.esa.int/), and [PRR STAC introduction example](https://esa-earthcode.github.io/tutorials/prr-stac-introduction) for a more general introduction to STAC and the ESA PRR.\n",
"\n",
"\n",
"\n",
Expand Down
4 changes: 2 additions & 2 deletions PRR/example_tccas.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"\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",
"Check the [EarthCODE documentation](https://earthcode.esa.int/), and [PRR STAC introduction example](https://esa-earthcode.github.io/examples/prr-stac-introduction) for a more general introduction to STAC and the ESA PRR.\n",
"Check the [EarthCODE documentation](https://earthcode.esa.int/), and [PRR STAC introduction example](https://esa-earthcode.github.io/tutorials/prr-stac-introduction) for a more general introduction to STAC and the ESA PRR.\n",
"\n",
"\n",
"The code below demonstrates how to perform the necessary steps using real data from the ESA project **Terrestrial Carbon Community Assimilation System (TCCAS)**. The focus of TCCAS is the combination of a diverse array of observational data streams with the D&B terrestrial biosphere model into a consistent picture of the terrestrial carbon, water, and energy cycles.\n",
Expand Down Expand Up @@ -369,7 +369,7 @@
"source": [
"## 2. Create STAC Items and STAC Assets from original dataset \n",
"\n",
"The second step is to describe the different files as STAC Items and Assets. Take your time to decide how your data should be categorised to improve usability of the data, and ensure intuitive navigation through different items in the collections. There are multiple strategies for doing this and this tutorial demonstrate one of the possible ways of doing that. Examples of how other ESA projects are doing this are available in the [EarthCODE documentation](https://esa-earthcode.github.io/examples/prr-stac-introduction)"
"The second step is to describe the different files as STAC Items and Assets. Take your time to decide how your data should be categorised to improve usability of the data, and ensure intuitive navigation through different items in the collections. There are multiple strategies for doing this and this tutorial demonstrate one of the possible ways of doing that. Examples of how other ESA projects are doing this are available in the [EarthCODE tutorials](https://esa-earthcode.github.io/tutorials/prr-stac-introduction)"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion PRR/prr_zarr.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"\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",
"Check the [EarthCODE documentation](https://earthcode.esa.int/), and [PRR STAC introduction example](https://esa-earthcode.github.io/examples/prr-stac-introduction) for a more general introduction to STAC and the ESA PRR.\n",
"Check the [EarthCODE documentation](https://earthcode.esa.int/), and [PRR STAC introduction example](https://esa-earthcode.github.io/tutorials/prr-stac-introduction) for a more general introduction to STAC and the ESA PRR.\n",
"\n",
"\n",
"The code below demonstrates how to perform the necessary steps using real data from the ESA project **Yield Prediction and Estimation from Earth Observation (YIPEEO)**. The focus of YIPEEO is to improve field-scale crop yield forecasts through the usage of high-resolution remote sensing data and cutting edge scientific methods.\n",
Expand Down
Loading