OpenCDSS / cdss-lib-common-java

Colorado's Decision Support Systems (CDSS) common library (Java)
GNU General Public License v3.0
0 stars 1 forks source link

ReplaceValue - add ability to remove missing values in irregular interval time series #204

Closed smalers closed 1 year ago

smalers commented 1 year ago

A workflow is processing irregular interval time series for cumulative precipitation. The Delta command is used to compute increments and the first increment is missing. Need to remove before writing the result to a database.

smalers commented 1 year ago

I updated the code. Close this issue.