EOdal v0.2.3 (2023-11-24)
This is mainly a bug-fix release affecting parts of the core
library, mapper
and the CREODIAS downloader that was broken.
Besides, a new feature was added allowing to write rasters as cloud-optimized GeoTiff files useful for web frameworks, web-based visualization and more efficient storage.
Contributors
@lukasValentin
@orianif
@gperich
What's Changed
- Eodal v0.2.2 by @lukasValentin in #76
- Fix of nodata, fill value, mask and data type propagation in EOdal by @lukasValentin in #78
- Fixed broken creodias download (#79) by @lukasValentin in #80
- remove tests on Windows by @lukasValentin in #81
- remove windows latest from test-release-candidate.yaml by @lukasValentin in #82
- Adding correct codecov source (EOAteam) by @lukasValentin in #83
- Fix Landsat no-data issues by @lukasValentin in #85
- Ignore no-data values when scaling band data and allow band selection by color name for Sentinel-2 by @lukasValentin in #87
- Generation of binary masks from Landsat and Sentinel-2 scenes by @lukasValentin in #88
- Update init.py with future annotations by @gperich in #89
- FIX: reference scene heuristic and uniform pixel size in
SceneCollection
returned frommapper
by @lukasValentin in #91
New Contributors
Full Changelog: v0.2.2...v0.2.3