PyHSPF
PyHSPF copied to clipboard
Python extensions to the Hydrological Simulation Program in Fortran (HSPF), including classes for gathering input data, building input files, performing simulations, postprocessing results, calibratin...
find_nsrdb function in climateutils.py needs to be updated. The NSRB database has been moved to a new web address. Please look into the copied link https://developer.nrel.gov/docs/solar/nsrdb/
The order of the input arguments for lat, lon is changed for the transformation in GDAL 3.0 Changes needed in rasterutils for coordinate transformation https://github.com/OSGeo/gdal/issues/1546
CDL webpage has been changed. The CDL extractor cannot find the metadata for the CDL years.
when running the 'percipexample' under timeseries folder, the system warns "NameError: name 'verbose' is not defined". The class of 'Precip3240Station' under 'ncdcstations' process code didn't define the value of 'verbose'.
For example, Perlnd line 276: ```python def get_pwat_parm1(self): """Returns the PWAT-PARM1 flags as a tuple.""" return (self.operation, self.CSNO, self.RTOP, self.UZFG, self.VCS, self.VUZ, self.VNN, self.VIFW, self.VIRC, self.VLE, self.IFFC, self.HWT, self.IRRG) ```...
This issue is similar to #4 but a little nuanced. The package fails when it is installed from source if the source directory is longer than 64 chars. For example,...
I have created and successfully executed a watershed model by modifying your example pyHSPF scripts, however I am unsuccessful at executing the same model (uci and in/out wdm files) from...
I am trying to test run PyHSPF on my windows machine with Python 3.6. All the simple test examples are working, but some of the more sophisticated ones not. Currently...