change to_xarray from DataArray to Dataset
Using Dataset instead of DataArray:
- it seems much less "verbal" to use
ds[band]instead ofarr.sel(band=band) - it allows different type for each "band"
-
xpystaccould be the backend, making available bothstackstacandodc-stac
Edited by DE BOISSIEU FLORIAN