Skip to content

Releases: erdc/RAPIDpy

2.3.1

21 Apr 16:42
Compare
Choose a tag to compare

Updated to work with Python 2.7 and 3.5

2.3.0

18 Apr 21:18
Compare
Choose a tag to compare

GIS Additions:

  1. GLDAS v.2
  2. NHDPlus Network Connect function

Bug Fixes:

  1. Weight table was previously missing a row
  2. Muskingum Kfac generation uses float instead of int now
  3. RAPIDDataset time check fixed
  4. Print statement for goodness of fit fixed
  5. Use connectivity file when creating m3_riv file now

v2.2.2

06 Apr 19:20
Compare
Choose a tag to compare

Updated time variable check in RAPIDDataset.

v2.2.1

06 Apr 15:09
Compare
Choose a tag to compare

Added TauDEM manager for stream network generation. Bug fixes with gis and inflow tools.

v2.2.0

28 Mar 17:04
Compare
Choose a tag to compare

Added GIS tools for creating static RAPID input. Added tools for creating inflow file for RAPID with workflow.

v2.1.3

25 Mar 14:05
Compare
Choose a tag to compare

Bug fixes for daily_qout funtions and others.

v2.1.2

10 Mar 14:27
Compare
Choose a tag to compare

Made csv to list function more robust. Added seasonal monthly average function.

v2.1.1

29 Feb 15:52
Compare
Choose a tag to compare

Bug fix with get qout with RAPIDDataset

v2.1.0

12 Feb 13:48
Compare
Choose a tag to compare

This release introduces the RAPIDDataset which manages the different versions of the RAPID Qout file. Also, this release includes the seasonal initialization function, a method to cap RAM usage to 8GB when converting to be CF compliant, and other helpful functions.

v2.0.1

25 Jan 13:57
Compare
Choose a tag to compare

RAPIDpy updated for initial CF-1.6 compliant version of RAPID. There are also simple tests added to ensure the functionality of the code is correct.