pydsstools
pydsstools copied to clipboard
Python library for simple HEC-DSS functions
It would be great to have 2.2 wheels for Linux. Currently 2.2 wheels are only available for Windows. I was not able to build 2.2 for Linux. It looks like...
Hello, when I read in monthly time series, I am not getting my actual dates returned. Instead, I am getting dates that are exactly 30 days apart. Attached is the...
Hello, I have struggled to write a valid GIS tiff, to a dss file. I had to leave disabled the 'raise_profile_error', because the values calculated by the pydsstools, appear to...
Dear Support team, **Description:** I encountered an error while using pydsstools library in Python when running the following command: fid = HecDss.Open(dss_file) The error message I received is: WARNING:root:-----DSS--- ztsRetrieveReg...
It's not released yet but we're about to merge in a change that renames the the zopen function to avoid a collision with one of the MacOS libraries. https://github.com/HydrologicEngineeringCenter/hec-dss/pull/165
For now, it seems that pydsstools works with numpy < 2 and I have to downgrade numpy to 1.26.4 (it seems to be the last working for me). As Numpy...
When writing an irregular time series, there is a check to make sure that `times` exists as is either an instance of `list` or `tuple`. However, while numpy arrays work...