HydrologicEngineeringCenter / hec-dss

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

Fix for reading data without a time window #231

Closed ktarbet closed 8 months ago

ktarbet commented 8 months ago

When reading time-series data from DSS without providing a time window, only a partial data set is returned. It is expected that the full data-set should be returned.

Note: The issue appears to be related to monthly data. However, the proposed fix is for any interval.

There is a test case provided and a fix in this PR