Skip to content

Releases: quantum-dan/raspy-cal

Demo project SI version

09 Jun 21:44
70d11f8
Compare
Choose a tag to compare

Got the demo project working properly with SI units and uploaded an up-to-date executable.

Added SI units checkbox to Raspy-Cal. With SI units enabled, it will convert USGS data to SI but assumes that stage file and HEC-RAS project units are correct.

Minor changes and bug fixes; match PyPI version

29 Mar 17:33
Compare
Choose a tag to compare

In addition to minor changes, Raspy-Cal is now available on PyPI.

Raspy-Cal still assumes that HEC-RAS and the input data are using Imperial units. However, it can be set to have SI outputs by running it with the argument METRIC.

Theoretically ready for general use

20 Oct 18:35
Compare
Choose a tag to compare

Made datum adjustment optional. I believe this was the last critical barrier to general use; all remaining points (e.g. multi-flow-range calibration) are convenience features.

The attached Demo.zip includes everything needed to try out Raspy-Cal: an example project, a stage file, and configuration files for use with the command line and importing into the GUI. The stage file is based on the results from the example project with variations added to simulate real data that will not perfectly fit Manning's Equation.

Added browse buttons

27 Feb 17:25
Compare
Choose a tag to compare

Added browse buttons to GUI.

Flow data convenience features - ready for convenient general use

26 Feb 19:14
Compare
Choose a tag to compare

Added automatic flow data application (no need for the user to set flow data in HEC-RAS) and automatic flow data retrieval from USGS stream gages. Also set up configuration files specifying most project information, allowing re-running the calibrator with minimal need to re-specify information. The tool can now be said to be convenient for general use. The only convenience feature still lacking is multi-target calibration.

Automatic empirical data application

24 Feb 21:17
0a8398d
Compare
Choose a tag to compare

Flow profiles are now automatically prepared from the stage data file.

Raspy-cal executable with usable GUI

19 Feb 19:33
30d5b1a
Compare
Choose a tag to compare

This is the first version that is straightforward to use without requiring a Python development environment etc. It assumes HEC-RAS 5.0.7, and the user must have set up geometry and flow data appropriately with a suitable plan. However, the actual calibration functionality is ready for use.

DemoProject/project.prj and DemoStage.csv can be used without modification as the project and stage files for demonstration purposes. Note that the model won't fit the "empirical" data very well, as the geometry and stage files are both entirely fabricated and the rating curve provided is apparently rather unrealistic.