Skip to content

Commit 7ff8579

Browse files
authored
Merge pull request #28 from u3ks/main
Add prr warning
2 parents 686d6f9 + 9e73db2 commit 7ff8579

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

PRR/Creating STAC Catalog_from_PRR_example.ipynb

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@
3737
"4. Save the normalised collection \n",
3838
"\n",
3939
"Due to the complexity of the project and the time it takes to process the data, the STAC Items are generated first and stored locally. They are added to the collection afterwards.\n",
40-
"Furthermore, since we are working with thousands of files, we are using the links from the PRR directly. When the notebook was created originally all the files were available locally.\n",
4140
"\n",
4241
"This notebook can be used as an example for following scenario(s): \n",
4342
"1. Creating the STAC Items from the files stored locally\n",
@@ -84,7 +83,9 @@
8483
"id": "124cdd42-d703-461f-85fd-7b21a1b0c387",
8584
"metadata": {},
8685
"source": [
87-
"## 2. Load Product files stored in ESA Project Results Repository"
86+
"## 2. Get Product file links\n",
87+
"\n",
88+
"> Note: We are using the links from the PRR directly, however when the notebook was created originally all the files were available locally. Furthermore, due to the original size of the dataset ~ 100GB, running this notebook end to end may take hours. We do advise therefore to trying it on your own datasets by changing file paths to be able to produe valid STAC Collaction and STAC Items. "
8889
]
8990
},
9091
{
@@ -522,9 +523,9 @@
522523
],
523524
"metadata": {
524525
"kernelspec": {
525-
"display_name": "pangeo",
526+
"display_name": "Python [conda env:micromamba-pangeo] *",
526527
"language": "python",
527-
"name": "python3"
528+
"name": "conda-env-micromamba-pangeo-py"
528529
},
529530
"language_info": {
530531
"codemirror_mode": {

0 commit comments

Comments
 (0)