OpenCDSS / cdss-lib-processor-ts-java

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

WriteDelimitedFile needs to support multiple irregular time series #19

Open smalers opened 5 years ago

smalers commented 5 years ago

Data collection systems often have multiple parallel irregular time series, for example stage and discharge. However, the current WriteDelimitedFile command does not allow writing multiple irregular time series. The WriteDateValue command needs to handle similar to how the irregular table display works. Options that may be configured via parameters include:

1) Default to only output date/time from the first time series - this should satisfy the short-term need 2) More advanced - allow all irregular date/times to be output, resulting in blanks in cells where there was no value for a time series

smalers commented 5 years ago

Now is not a good time to do this integration given the need to migrate all the code to open source licensing. Attached is the source file that was changed. This can be addressed later when there is time.

Attach file here.
WriteDelimitedFile_Command.java.txt