You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: getting-started/client-side-processing/index.md
+8-9
Original file line number
Diff line number
Diff line change
@@ -7,10 +7,8 @@ It relies on the projects [openeo-pg-parser-networkx](https://github.com/Open-EO
7
7
8
8
## Installation
9
9
10
-
::: danger Important
11
-
10
+
::: warning Important
12
11
This feature requires ``Python>=3.9``.
13
-
14
12
:::
15
13
16
14
The openEO Python client library can easily be installed with a tool like `pip`, for example:
@@ -26,10 +24,9 @@ Every openEO process graph relies on data which is typically provided by a cloud
26
24
The client-side processing adds the possibility to read and use local netCDFs, geoTIFFs, ZARR files, and remote STAC Collections or Items for your experiments.
27
25
28
26
### STAC Collections and Items
29
-
::: danger Important
30
27
28
+
::: warning Important
31
29
The provided examples using STAC rely on third party STAC Catalogs, we can't guarantee that the urls will remain valid.
32
-
33
30
:::
34
31
35
32
With the `load_stac` process it's possible to load and use data provided by remote or local STAC Collections or Items.
This code will parse the metadata content of each netCDF, geoTIFF or ZARR file in the provided folders and return a JSON object containing the STAC representation of the metadata.
106
103
If this code is run in a Jupyter Notebook, the metadata will be rendered nicely.
107
104
108
-
.. tip::
109
-
The code expects local files to have a similar structure to the sample files provided [here](https://github.com/Open-EO/openeo-localprocessing-data.git).
110
-
If the code can not handle you special netCDF, you can still modify the function that reads the metadata from it [here](https://github.com/Open-EO/openeo-python-client/blob/master/openeo/local/collections.py) and the function that reads the data [here](https://github.com/Open-EO/openeo-python-client/blob/master/openeo/local/processing.py).
105
+
::: tip
106
+
The code expects local files to have a similar structure to the sample files provided [here](https://github.com/Open-EO/openeo-localprocessing-data.git).
107
+
If the code can not handle you special netCDF, you can still modify the function that reads the metadata from it [here](https://github.com/Open-EO/openeo-python-client/blob/master/openeo/local/collections.py) and the function that reads the data [here](https://github.com/Open-EO/openeo-python-client/blob/master/openeo/local/processing.py).
*[From the openEO Python Client repo](https://github.com/Open-EO/openeo-python-client/tree/master/examples/notebooks/Client_Side_Processing)
183
182
*[From the Cubes and Clouds repo](https://github.com/EO-College/cubes-and-clouds/blob/main/lectures/3.1_data_processing/exercises/_alternatives/31_data_processing_stac.ipynb)
184
183
@@ -191,4 +190,4 @@ Additional information and resources about the openEO Python Client Library:
0 commit comments