openeo-python-client icon indicating copy to clipboard operation
openeo-python-client copied to clipboard

Easily access result through xarray (to_xarray)

Open m-mohr opened this issue 2 years ago • 1 comments

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.

m-mohr avatar Nov 10 '22 10:11 m-mohr