This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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 * |