Skip to content

Releases: EO-Forge/eo-forge

v0.3.2

27 Mar 13:37
Compare
Choose a tag to compare

EO-forge 0.3.2 is a patch release adding support for the format change in the Sentinel2 SAFE files.

Changes:

  • Update mask processing options for L1C and L2A product levels. GML deprecation in favor of JP2 files (shapes by rasters)
  • Calibration coefficients were added. Now the s2 metadata parser handles this situation

v0.3.1

06 Feb 20:01
5e55f8f
Compare
Choose a tag to compare

EO-forge 0.3.1 is a patch release that fixes a bug in the s2_cloud_preproc function that returned an empty list (instead of None) when the cloud mask product was missing (see issue #13).

v0.3

26 Dec 15:15
Compare
Choose a tag to compare

EO-forge 0.3.0 release Notes

EO-forge 0.3.0 is a minor release including the following changes:

  • Add support for Sentinel2 L2A processing.
  • Add support for python loggers.
    • Create a new default logger to be used by default.
      This logger inherits the properties of the root logger.
      If the root logger is not defined, it creates a new "eo_forge.default_logger" that
      prints all the messages to the stdout.
      • Add eo_forge.set_default_logger() to update the default logger.
      • Add eo_forge.check_logger() to check the logger parameter passed to the functions
        and safely return a logger (or raise a RunTimeError exception).
  • Update documentation.

v0.2

03 Nov 00:25
Compare
Choose a tag to compare

Changes with respect to v0.1.1:

  • Remove unused dependencies
  • Remove SentinelHub dependency
  • Fix errors runtime in Windows.

v0.1.1

03 Oct 14:25
Compare
Choose a tag to compare

Initial release.