Skip to content

0.3.0

Latest

Choose a tag to compare

@konstntokas konstntokas released this 22 Dec 09:35

Changes in 0.3.0

  • Unified spatial resampling: Switched to the new
    xcube_resampling.resample_in_space library, 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_time with
    temporal_resample_params added to the configuration to cover temporal resampling.
  • Controlled cube generation: xcube_multistore.MultiSourceDataStore is now only
    initialized in the constructor without automatically starting cube generation.
    A new generate() 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