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

NewStatisticYearTS - improve handling of midnight and add more year types #187

Closed smalers closed 1 year ago

smalers commented 1 year ago

The utility code that supports the TSTool NewStatisticYearTS command has not been cleanly handling the midnight boundary when input time series use times. A recent use case involving IrregSecond interval data pointed out issues. Also, the code needs to support additional output year types, including July through June.

smalers commented 1 year ago

I updated the code to be more precise handling midnight, with flexibility to handle in the TSTool NewStatisticYearTS command. Close this issue.