Skip to content

v2021.10.11

Compare
Choose a tag to compare
@KMarkert KMarkert released this 11 Oct 09:59
· 34 commits to master since this release

HYDRAFloods v2021.10.11

Features

  • added depths module implementing methods to calculate water depth from DEM data (7cc3f79, b6ed812, e7c19ac)
  • add floods module for extracting flood area from water images (f7d3c3a)
  • added filter and select wrappers in base Dataset to behave like ee.ImageCollection (6ab76aa)
  • added opening and closing morphological filters (3c32ef3)
  • expanded export functionality to allow for exports to Google Drive (08fc34e)
  • added new fuzzy logic functions in fuzzy module (fe1422b)

Fixes

  • fixed unit tests bugs (aabc88b)
  • fixed bugs in filters where output band names not the same as input (0913030)

Changes

  • renamed carry_metadata to keep_attrs in decorators module (ddf64f6)

Docs

  • added depths module to docs
  • added floods module
  • fixed/edited doc strings in functions