Skip to content

v0.3

Compare
Choose a tag to compare
@aperezhortal aperezhortal released this 26 Dec 15:15
· 4 commits to main since this release

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.