Releases: xcube-dev/xcube-multistore
Releases · xcube-dev/xcube-multistore
0.3.0
Changes in 0.3.0
- Unified spatial resampling: Switched to the new
xcube_resampling.resample_in_spacelibrary, replacing
xcube.core.resampling.resample_in_space. - Spatial resample parameters: Added support for
spatial_resample_params
and updated the configuration visualization to display these parameters. - Temporal resampling: Introduced
xcube_resampling.resample_in_timewith
temporal_resample_paramsadded to the configuration to cover temporal resampling. - Controlled cube generation:
xcube_multistore.MultiSourceDataStoreis now only
initialized in the constructor without automatically starting cube generation.
A newgenerate()method is provided to explicitly start cube creation. - Geolocation visualization: Added
display_geolocations()to visualize
all requested geolocations of the datacubes to be generated. - Fixed visualization of preload handle
- Experimental configuration setup GUI added using panel.
- Implemented a new access handler that supports large dataset requests by
automatically splitting and retrieving data from the"cds","stac-cdse-ardc",
and"stac-pc-ardc"data stores.
Full Changelog: v0.2.0...v0.3.0
0.2.0
Changes in 0.2.0
- Added the method
display_config, which provides an overview of the cube generation
plan retrieved from the configuration file. - Added auxiliary functions to support setting up configurations for cube generation.
Examples of all functionalities are provided in the notebook setup_config.ipynb.
0.1.0
Changes in 0.1.0
- The initial version of the Multi-Source Data Store has been developed in
thexcube_multistorepackage. It supports the following features:- subset of dataset (defined by grid mapping)
- resample and reproject dataset (defined by grid mapping)
- grid mapping may be defined by the user or by a dataset
- allow for time series at a single spatial point; interpolate the neighbouring points
- allow data fusion, where data variables in one
xr.Datasetrefers to different data sources - support spatial cutout of an area around a defined spatial point.
- support preload API for xcube-clms and
xcube-zendoo - allow to write to netcdf and zarr