0.10.2.dev0
Pre-releaseChanges in 0.10.2 (in development)
Enhancements
-
xcube serve
used to shut down with an error message
if it encountered datasets it could not open. New behaviour
is to emit a warning and ignore such datasets. (#630) -
Introduced parameter
base_dataset_id
for writing multi-level
datasets with the "file", "s3", and "memory" data stores.
If given, the base dataset will be linked only with the
value ofbase_dataset_id
, instead of being copied as-is.
This can save large amounts of storage space. (#617)
Fixes
-
Fixed
FsDataAccessor.write_data()
implementations,
which now always return the passed indata_id
. (#623) -
Fixes an issue where some datasets seemed to be shifted in the
y-(latitude-) direction and were misplaced on maps whose tiles
are served byxcube serve
. Images with ascending y-values are
now tiled correctly. (#626)
Other
-
Replace the dependency on the rfc3339-validator PyPI package with a
dependency on its recently created conda-forge package. -
Remove unneeded dependency on the no longer used strict-rfc3339 package.