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