USACE / rts-utils

Data acquisition utilities that work with HEC-RTS (https://www.hec.usace.army.mil/software/hec-rts/)
1 stars 3 forks source link

RTS Data Acquisition Utilities

NOTICE: _scriptdownloader has been replaced by a new process. See the Wiki for details.

rtsutils has been refactored to act more like an installed Python package within the CAVI virtual environment. Code that once added rtsutils to the PYTHONPATH, within each script, has been removed and CAVI configurations modified by the installer placing the package in the PYTHONPATH. This allows for traditional import statements accessing rtsutils modules. A single include statement will be added to the CWMS installation CAVI configuration file (HEC-RTS.config for RTS) during the installation process.

Installation Instructions