HydrologicEngineeringCenter / hec-dss

source code for HEC-DSS (Data Storage System)
MIT License
27 stars 7 forks source link

Compiled DLL Request #229

Closed DJHostetler closed 8 months ago

DJHostetler commented 10 months ago

My apologies as this is not a bug report, but I am trying to get access to the compiled version of the hec-dss library for 64-bit windows to use with the HEC-DSS python library. The USACE website currently gives an error message for the download link to the binary files. I tried compiling myself, but the Fortran compilation is running into issues. Is there a way to get the latest compiled dll?

ktarbet commented 10 months ago

There is a version of the dll in the hec-dss-python draft release that should work.

https://github.com/HydrologicEngineeringCenter/hec-dss-python/releases/tag/v0.0.1-alpha

DJHostetler commented 10 months ago

@ktarbet Thank you!