openeo-python-client
openeo-python-client copied to clipboard
Easily access result through xarray (to_xarray)
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.