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

Add command to change irregular time series to regular interval #80

Open smalers opened 4 years ago

smalers commented 4 years ago

The existing ChangeInterval command is complicated. There is a need for a more straightforward command to compute regular interval time series from irregular, using a sample of input values.

smalers commented 4 years ago

I committed some initial work but more needs to be done and tests added.