HydrologicEngineeringCenter / hec-dss

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

copying Text records to version 7 issues. #238

Closed ktarbet closed 6 months ago

ktarbet commented 6 months ago

Summary:

The code for copying Text records was using deprecated Fortran that didn't use the structure for text (zStructText). During work I found ztextRetrieve didn't check the version of DSS Files.

Proposed Fix: Add Text record specific logic to zcopyRecord , such as exists for paired-data, etc. in ztextRetrieve handle DSS 6 files with a new method ztextRetrieve6.