Skip to content

Releases: CI-WATER/gsshapy

2.3.9

28 May 15:23
dcba14b
Compare
Choose a tag to compare

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

15 Sep 20:35
Compare
Choose a tag to compare

Fixed issue #29 by raising exception if GSSHA executable not found.

2.3.7

30 Aug 16:03
Compare
Choose a tag to compare
  • added capability to handle binary cloud cover
  • added clean up to handle watershed boundary shapefiles with islands on model creation.

2.3.6

13 Jul 19:19
Compare
Choose a tag to compare
  • added NODATA_Value for gridded hmet for issue #27
  • made mapping table (cmt) reading more robust

2.3.5

11 Jul 18:31
Compare
Choose a tag to compare

Added snow SWE calculations.

2.3.4

07 Jul 13:53
Compare
Choose a tag to compare
  • Fix issue #21 and #23
  • Various other fixes and updates

2.3.3

02 Jun 20:36
Compare
Choose a tag to compare
  • Fix to ensure gssha executing in correct directory
  • Fix to ensure index map retrieved from correct directory.

2.3.2

31 May 19:31
Compare
Choose a tag to compare
  • modified to use sessionmaker
  • fix to be able to use relative paths
  • fix conversion for ERA data

2.3.1

16 May 15:08
Compare
Choose a tag to compare

Hotfix: made sure land cover files included.

2.3.0

15 May 18:24
Compare
Choose a tag to compare
  • 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