Skip to content

Releases: xcube-dev/xcube-stac

0.2.0

04 Mar 16:28
9a47218
Compare
Choose a tag to compare

What's Changed

  • CDSE Sentinel-2 Viewing Angle Dataset: The dimension of the viewing angle dataset
    has been updated to (time, angle, band, angle_y, angle_x).
  • The package _utils has been made public and is now called utils.
  • All data opener-specific open parameters are now consolidated into a single keyword
    argument. This argument holds a dictionary where keys follow the structure
    <data_type>:<format_id>.
  • Fixed a bug in "stac-cdse" for data_id="sentinel-2-l2a", where the filter
    intended to exclude items with invalid bounding boxes in STAC item was
    not functioning correctly.
  • Fixed a bug in "stac-cdse" for data_id="sentinel-2-l2a" where tiles crossing UTM
    zones were handled inconsistently due to different naming of the CRS variable
    stemming from xcube, depending on whether reprojection or simple resampling was
    applied.

0.1.0

19 Feb 15:43
5fa5755
Compare
Choose a tag to compare

What's Changed

  • Initial version of STAC Data Store.