Skip to content

Releases: EOA-team/eodal

EOdal v0.2.4 (2023-12-01)

01 Dec 13:34
063d38c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.3...v0.2.4

EOdal v0.2.3 (2023-11-24)

24 Nov 12:31
6356751
Compare
Choose a tag to compare

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

New Contributors

Full Changelog: v0.2.2...v0.2.3

EOdal v0.2.2 (2023-08-19)

19 Aug 15:56
cf23459
Compare
Choose a tag to compare

This release of E:earth_africa:dal introduces official support for Landsat Collection-2 data (processing levels 1 and 2). This means, users of E:earth_africa:dal now have access to more than 50 years of Earth Observation data :partying_face:

Contributors

@rubenbaer
@lukasValentin

More Details

In addition, we fixed several smaller bugs, deprecated library calls (mainly to pydantic, see #73) and also managed to upgrade to pandas 2.0. Small improvements were made in the calculation of spectral indices that now accept user-defined band-name to color mappings (useful if you want to play around with spectrally similar bands, e.g., Sentinel-2 bands B08 and B8A) as well as in the Mapper class that now accepts user-defined temporal tolerance values for mosaicing scenes (useful for merging scenes that were acquired with a offset of a view second along an orbital track).

As always have a also look into the changelog.

EOdal v0.2.1 (2023-06-05)

05 Jun 11:25
Compare
Choose a tag to compare

This release of E:earth_africa:dal brings several smaller bug fixes and enhancements. Most importantly, all scenes in a SceneCollection obtained from a Mapper call now share the same spatial extent and grid alignment. This was requested by, e.g., @orianif and turned out to be an issue when working across UTM zones when scenes had to be re-projected (see #64 for more details).

In addition, we introduced new features:

  • users can now specify a custom location for storing the log-files
  • the data source a Mapper instance fetches data from is recorded in the metadata
  • the color of no-data values in multi-band plots is customizable and now white per default
  • timestamps are now loaded correctly when loading a SceneCollection from pickle (thanks to @atoparseks)

As always have a look into the changelog for more information.

EOdal v0.2.0 (2023-04-03)

03 Apr 16:55
8a0403f
Compare
Choose a tag to compare

This release of E:earth_africa:dal officially introduces the updated and completely redesigned Mapper class which is much more generic and powerful than its predecessor 🚀.

Moreover, we fixed several issues in the core module and improved the calculation of zonal statistics 🐞. Many thanks to @atoparseks for providing valuable feedback and input 🦾.

EOdal v0.1.1 (Patch 2022-12-13)

13 Dec 14:57
b717282
Compare
Choose a tag to compare

This patch fixes some bugs in the Band.clip method and adds the functionality to mask pixels located outside the geometry used for clipping (but within its bounding box).

See the CHANGELOG.rst for more details.

EOdal v0.1.0 (2022-12-08)

09 Dec 08:36
9728716
Compare
Choose a tag to compare

This version contains a bunch of new features with the most important change concerning the introduction of SceneCollection objects as a collection of 0:N scenes where a scene is a RasterCollection plus metadata meaning that at least a timestamp is available.

Please check the changelog for more details.

EOdal v0.0.1 (2022-10-31)

31 Oct 17:37
cd01ae2
Compare
Choose a tag to compare

This is version 0.0.1 of E:earth_africa:dal

eodal pre-release 2022-06-06

06 Jun 12:53
Compare
Choose a tag to compare
Pre-release

this is a pre-release used for testing Jupyter notebook and docker integration, only