Releases: kaust-halo/geeet
Releases · kaust-halo/geeet
v0.3.0
What's Changed
- Updated notebooks by @lopezvoliver #24 and #27
- Added dewpoint temperature by @ikramelhazdour #25
- Added consistency and energy balance tests by @lopezvoliver #18
- Added a geeet-ctseb command-line utility by @lopezvoliver #17
- Bug fixes by @lopezvoliver #16 #19 #22 #23
New Contributors
- @ikramelhazdour made their first contribution in #25
Full Changelog: v0.2.0...v0.3.0
v0.2.0
What's Changed
- Custom
masked_ET
workflow by @lopezvoliver #13 - Added the
extrapolate_LE
(landsat module) helper function by @lopezvoliver #12 - Easier ERA5 bands addition in
mapped_collection
by @lopezvoliver #11 - Improvements to landsat module:
mapped_reduced
andmapped_export
helper functions by @lopezvoliver #10 - Added the
parsers
andreducers
modules (geeet.eepredefined
), andlandsat.mapped_collection
helper function by @lopezvoliver #9 - Additional albedo (Landsat) parameterization, and geeSEBAL compatibility by @lopezvoliver #8
- xarray compatibility improvement by @lopezvoliver #7
Full Changelog: v0.1.0...v0.2.0
v0.1.0
Added missing references for TSEB. Prepared the setup for github actions. Fixed a bug in the numpy-only version of tseb.
v0.0.2
- Re-organized the code so that it is easier to build other models with consistent functions.
- Models can be mapped to image collections #1
- Added a model: Two-source energy balance model (TSEB; Norman et al., 1995)