quantum-dan / raspy

Python interface for HEC-RAS.
43 stars 4 forks source link

Any plans to update to Hec Ras 6.x version? #2

Closed WindingWinter closed 1 year ago

WindingWinter commented 1 year ago

Hi,

Any plans to update to Hec Ras 6.x version?

quantum-dan commented 1 year ago

I'll look into it over the next few weeks.

quantum-dan commented 1 year ago

You can now specify a HEC-RAS version (using the current GitHub version) when you create a Ras object, e.g. Ras(projectPath, which="631"). The few methods I've tested are still working, but let me know if any broke. The updated version will be added to PyPI after another update I'm working on.

quantum-dan commented 1 year ago

The PyPI version now has that update as well. I have updated the documentation with instructions.