Skip to content

Instantly share code, notes, and snippets.

@pyRobShrk
pyRobShrk / HEC-YEAH.py
Created November 30, 2017 22:02
HEC-DSSVue Jython script to import time series from HEC-RAS water quality output file
# name=HEC-YEAH
# description=HEC-YEAH
# description=Aimee Kindel and Rob Sherrick, HDR, Inc.
# description=This script unlocks the cryptic file storage of the HEC-RAS Water Quality Module output (*.wq##)
# description=On line 101: "range(1,ct+1,4):" says to output only every fourth WQ cell (for speed).
# description=On line 105: You may want to change "FPART" to something more descriptive.
# displayinmenu=false
# displaytouser=true
# displayinselector=false
from hec.script import *