Skip to content

Commit 686d6f9

Browse files
authored
Merge pull request #27 from u3ks/main
changes from feedback and 4datlantic
2 parents f1a60f3 + b8d5619 commit 686d6f9

8 files changed

Lines changed: 1215 additions & 222 deletions

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,6 @@ OSC/OHC_4DATLANTIC_200204_202212_V2-0.nc
22
.DS_Store
33
example_4datlantic
44
_build/
5+
.virtual_documents/
6+
*/.ipynb_checkpoints/
7+
.ipynb_checkpoints/

PRR/CareHeat_v2.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"id": "1f92ff5a",
66
"metadata": {},
77
"source": [
8-
"# ESA Project Results Repository: Generating STAC collections for the CareHeat project\n",
8+
"# Generating STAC collections for the CareHeat project\n",
99
"\n",
1010
"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",
1111
"\n",

PRR/Creating STAC Catalog_from_PRR_example.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"id": "bead50f2-482d-4bd6-a892-8ec1ff6d705c",
66
"metadata": {},
77
"source": [
8-
"# Example from SRAL Processing over Land Ice Dataset\n",
8+
"# Generating metadata for the SRAL Processing over Land Ice Dataset\n",
99
"\n",
1010
"**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",
1111
"\n",

PRR/PRR_STAC_introduction.ipynb

Lines changed: 1203 additions & 213 deletions
Large diffs are not rendered by default.

PRR/TCCAS_v2.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"id": "1f92ff5a",
66
"metadata": {},
77
"source": [
8-
"# ESA Project Results Repository: Generating STAC collections with multiple assets\n",
8+
"# Generating STAC metadatas for the TCCAS dataset\n",
99
"\n",
1010
"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",
1111
"\n",

PRR/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ESA Project Results Repository
22

3-
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.
3+
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.
44

55

66
# Uploading data to the PRR

PRR/prr_zarr.ipynb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"id": "1f92ff5a",
66
"metadata": {},
77
"source": [
8-
"# ESA Project Results Repository: Generating STAC collections with zarr files\n",
8+
"# Generating STAC metadata for the YIPEEO project\n",
99
"\n",
1010
"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",
1111
"\n",
@@ -316,9 +316,9 @@
316316
],
317317
"metadata": {
318318
"kernelspec": {
319-
"display_name": "pangeo",
319+
"display_name": "Python [conda env:interactive_dendrogram]",
320320
"language": "python",
321-
"name": "python3"
321+
"name": "conda-env-interactive_dendrogram-py"
322322
},
323323
"language_info": {
324324
"codemirror_mode": {
@@ -330,7 +330,7 @@
330330
"name": "python",
331331
"nbconvert_exporter": "python",
332332
"pygments_lexer": "ipython3",
333-
"version": "3.13.3"
333+
"version": "3.13.2"
334334
}
335335
},
336336
"nbformat": 4,

myst.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ project:
2121
- file: PRR/PRR_STAC_introduction.ipynb
2222
- file: PRR/prr_zarr.ipynb
2323
- file: PRR/Creating STAC Catalog_from_PRR_example.ipynb
24-
- file: PRR/PRR_STAC_download_example.ipynb
2524
- file: PRR/TCCAS_v2.ipynb
2625
- file: PRR/CareHeat_v2.ipynb
26+
- file: PRR/PRR_STAC_download_example.ipynb
2727

2828
- title: Open Science Catalog (OSC)
2929
file: OSC/index.md

0 commit comments

Comments
 (0)