Releases: CI-WATER/gsshapy
Releases · CI-WATER/gsshapy
2.3.9
Fixes for writing integer rasters (index maps) from the database. New versions of GDAL always include at least one float when generating ASCII rasters unless the data type is specified explicitly. This patch specifies exporting as integers for index maps and the mask map and floats for the others.
2.3.8
Fixed issue #29 by raising exception if GSSHA executable not found.
2.3.7
- added capability to handle binary cloud cover
- added clean up to handle watershed boundary shapefiles with islands on model creation.
2.3.6
- added NODATA_Value for gridded hmet for issue #27
- made mapping table (cmt) reading more robust
2.3.5
Added snow SWE calculations.
2.3.4
- Fix issue #21 and #23
- Various other fixes and updates
2.3.3
- Fix to ensure gssha executing in correct directory
- Fix to ensure index map retrieved from correct directory.
2.3.2
- modified to use sessionmaker
- fix to be able to use relative paths
- fix conversion for ERA data
2.3.1
Hotfix: made sure land cover files included.
2.3.0
- Added ERA Interim/ERA 5 conversion tools
- Added National Water Model Tools
- Migrate to gazar and pangaea packages
- Fixes for Python 3
- Improved Outlet point finding method in model generation
- LSM projection improvements