USGS-R / Rainmaker

Repo being permanently moved to: https://code.usgs.gov/water/analysis-tools/Rainmaker
https://code.usgs.gov/water/analysis-tools/Rainmaker
Other
18 stars 14 forks source link

Check for issues when RMprep runs #58

Closed limnoliver closed 6 years ago

limnoliver commented 6 years ago

Currently, if no timezone is specified, RMprep uses computer time zone, which means it can silently produce NA values in dates if the computer time zone is different from the data time zone. Now, it will throw a warning if tz is not specified, but also checks for NA values in pdate before exporting. Will still run, just throws warning.