Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update data_exploitability_openEO.ipynb #101

Merged
merged 1 commit into from
Feb 29, 2024
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
4 changes: 2 additions & 2 deletions tutorial/part3/data_exploitability_openEO.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"\n",
"The snow and cloud cover example is available in different versions:\n",
"\n",
"1. Using openEO Platform here: https://github.com/EO-College/cubes-and-clouds/blob/main/lectures/3.1_data_processing/exercises/_alternatives/31_data_processing_openEO_Platform.ipynb\n",
"2. Using the opneEO Client Side Processing here (It may require to install some additional libraries): https://github.com/EO-College/cubes-and-clouds/blob/main/lectures/3.1_data_processing/exercises/_alternatives/31_data_processing_stac.ipynb\n",
"1. Using openEO Platform here: https://github.com/EO-College/cubes-and-clouds/blob/main/lectures/3.1_data_processing/3.1_exercises/_alternatives/31_data_processing_openEO_Platform.ipynb\n",
"2. Using the opneEO Client Side Processing here (It may require to install some additional libraries): https://github.com/EO-College/cubes-and-clouds/blob/main/lectures/3.1_data_processing/3.1_exercises/_alternatives/31_data_processing_stac.ipynb\n",
"\n",
"The second example runs the openEO workflow on the client resources, in the same way as a Pangeo based Python code would do. The openEO processes are implemented using Dask and xArray and are available in this repository: https://github.com/Open-EO/openeo-processes-dask"
]
Expand Down
Loading