Releases: EOPF-Sample-Service/xcube-eopf
Releases · EOPF-Sample-Service/xcube-eopf
0.3.0
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
Changes in 0.2.0
- Switched to xcube-resampling
for dataset resampling and reprojection. - Renamed the keyword argument
spline_orderstointerp_methodsto align with
the naming convention used in xcube-resampling. - Fixed issue #39: resolved
AttributeError: 'dict' object has no attribute 'coords'.
0.1.1
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
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
Changes in 0.0.1
- Initial package structure.
- Basic README and documentation.
- License and contribution guidelines.