(no title)
boris-ning-usds | 5 years ago
The following link does include a Linux download, but with little support - https://www.hec.usace.army.mil/software/hec-ras/download.asp....
Also doing some digging on Github, I did find an reverse engineered version of a python version of RAS via win32com control - https://github.com/mikebannis/rascontrol, there's also projects of varying degree across Github - https://github.com/search?q=hec-ras.
thwllms|5 years ago
Mike Bannis has done great work wrapping the HEC-RAS controller and creating parsers some of the file formats. There's a very helpful _unoffcial_ book [1] laying out the win32com control and file format details. Making HEC-RAS open source would allow many more projects like these, with significantly less guesswork.
[1] https://www.kleinschmidtgroup.com/breaking-the-hec-ras-code-...
boris-ning-usds|5 years ago
Are there anything specific about the formats I should be asking for? I'm assuming there are hundred of different file formats (input and output alike). If I knew more about the file formats, that may make the conversation with the team easier.