Gyan Basyal

Results 33 comments of Gyan Basyal

@dloney I have attached batch file I use to build in Windows 10. The batch file loads Intel OneApi, Visual Studio and conda environments before executing the build command. [build_wheels.zip](https://github.com/gyanz/pydsstools/files/8003981/build_wheels.zip)...

@dloney DSS-7 C library is using static [hec_zdssLastError struct](https://github.com/HydrologicEngineeringCenter/hec-dss/blob/master/heclib/heclib_c/src/Internal/zerrorProcessing.c) to report error status of each API call. This means that DSS-7 operations can't be truly parallelized. However, I see some...

@openSourcerer9000 Based on https://github.com/gyanz/pydsstools/issues/31, HEC-HMS does not support HEC-DSS 7 format.

I have contacted HEC to resolve this issue. I will provide an update about my findings. Thanks everybody for your feedback.

Based on https://github.com/gyanz/pydsstools/issues/36, HEC-HMS supports DSS 7. I will review the grid writer in [Vortex](https://github.com/HydrologicEngineeringCenter/Vortex/blob/master/vortex-api/src/main/java/mil/army/usace/hec/vortex/io/DssDataWriter.java) and try to emulate that in pydsstools.

Hi @pankoss, I don't recommend building from source as it requires both MS Visual C++ and Intel Fortran compilers. The later is free only for users such as open source...

@ktarbet Thanks for posting this useful information. I am curious about your statement that HMS supports both DSS6 and DSS7. Does this mean HMS is able to read DSS7 grid...

@tombrauer What is the minimum HEC-HMS version that supports DSS 7?

Can anybody provide me grid data (created using Vortex or another software) that works in HEC-HMS?

@ktarbet In your earlier statement, you mentioned that a Java library defines the byte order, and hec-dss manages the input and output operations for DSS6 grid in HEC's application. Is...