Skip to content
Merged
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
9 changes: 5 additions & 4 deletions PRR/Creating STAC Catalog_from_PRR_example.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
"4. Save the normalised collection \n",
"\n",
"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",
"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",
"\n",
"This notebook can be used as an example for following scenario(s): \n",
"1. Creating the STAC Items from the files stored locally\n",
Expand Down Expand Up @@ -84,7 +83,9 @@
"id": "124cdd42-d703-461f-85fd-7b21a1b0c387",
"metadata": {},
"source": [
"## 2. Load Product files stored in ESA Project Results Repository"
"## 2. Get Product file links\n",
"\n",
"> 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. "
]
},
{
Expand Down Expand Up @@ -522,9 +523,9 @@
],
"metadata": {
"kernelspec": {
"display_name": "pangeo",
"display_name": "Python [conda env:micromamba-pangeo] *",
"language": "python",
"name": "python3"
"name": "conda-env-micromamba-pangeo-py"
},
"language_info": {
"codemirror_mode": {
Expand Down
Loading