Releases: Servir-Mekong/hydra-floods
Releases · Servir-Mekong/hydra-floods
v2023.10.14
This is a long needed update to dataset collections due to improvements in the Earth Engine data catalog and update functions.
What's Changed
Full Changelog: v2021.11.10...v2023.10.14
v2021.11.10
v2021.10.11
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
andselect
wrappers in baseDataset
to behave likeee.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
tokeep_attrs
in decorators module (ddf64f6)
Docs
- added
depths
module to docs - added
floods
module - fixed/edited doc strings in functions