gyanz / pydsstools

Python library for simple HEC-DSS functions
MIT License
83 stars 36 forks source link

excluded nodata values from being written to the dss file #18

Closed sinaamini11 closed 3 years ago

sinaamini11 commented 3 years ago

Hi Gyan,

I noticed the usgs.py file does not filter nodata values when writing the DSS file. I made some edits to replace the nodata values with pydsstools.core.UNDEFINED.

I tested this for usgs station 07383500. There should be some nodata values in December 2020.

Thanks, Sina