xcube-dev / xcube

xcube is a Python package for generating and exploiting data cubes powered by xarray, dask, and zarr.
https://xcube.readthedocs.io/
MIT License
195 stars 18 forks source link

Default return value of open geotiffs from mldataset to dataset #1054

Closed konstntokas closed 1 month ago

konstntokas commented 1 month ago

When opening a GeoTIFF file, the default return value is changed from MultiLevelDataset to xr.Dataset, if no data_type is assigned in the open_params.

Checklist: