Open-EO / openeo-python-client

Python client API for OpenEO
https://open-eo.github.io/openeo-python-client/
Apache License 2.0
143 stars 36 forks source link

Easily access result through xarray (to_xarray) #340

Open m-mohr opened 1 year ago

m-mohr commented 1 year ago

A result from a discussion in the Pangeo discourse: https://discourse.pangeo.io/t/pangeo-openeo-backend/815/12

It seems that a function such as to_xarray would be a nice convenience for Pangeo folks where you automatically get an xarray.DataArray for any result (batch job and synchronous). Synchronous would likely need to go directly through xarray while for batch job results it may need intake-stac or so.

soxofaan commented 1 year ago

is basically a duplicate of #7 (one of the earliest feature request :smile: ) , but I'd close that one and keep #340 which is more concrete