Skip to content

Releases: EOPF-Sample-Service/xcube-eopf

0.3.0

23 Sep 07:32
d483aa3

Choose a tag to compare

Changes in 0.3.0

  • Added workflows for generating 3D data cubes from multiple Sentinel-3 tiles.
    The workflow includes rectification of 2D irregular grids, spatial mosaicking
    of adjacent tiles, and temporal stacking of multiple observations.

    Supported products:

    • sentinel-3-olci-l1-efr — Level-1 top-of-atmosphere radiance from the OLCI
      instrument.
    • sentinel-3-olci-l2-lfr — Level-2 land and atmospheric geophysical parameters
      derived from OLCI.
    • sentinel-3-slstr-l2-lst — Level-2 land surface temperature derived from SLSTR.

0.2.0

21 Aug 14:39

Choose a tag to compare

Changes in 0.2.0

  • Switched to xcube-resampling
    for dataset resampling and reprojection.
  • Renamed the keyword argument spline_orders to interp_methods to align with
    the naming convention used in xcube-resampling.
  • Fixed issue #39: resolved AttributeError: 'dict' object has no attribute 'coords'.

0.1.1

19 Jun 09:59
940b3ce

Choose a tag to compare

Changes in 0.1.1

  • Fixed a bug in Sentinel-2 cube generation where, during mosaicking of adjacent tiles
    from the same solar day, data from one spectral band would overwrite all other bands
    in the final cube.

0.1.0

13 Jun 11:36

Choose a tag to compare

Changes in 0.1.0

  • Implemented workflows for generating 3D data cubes from multiple Sentinel-2 tiles.
    This includes spatial mosaicking of adjacent tiles and temporal stacking of
    multiple observations.

0.0.1

04 Mar 06:52

Choose a tag to compare

Changes in 0.0.1

  • Initial package structure.
  • Basic README and documentation.
  • License and contribution guidelines.