In order to flesh out the datastore design used in InfoMapper, it is useful to write client code to consume the State of Colorado's web services. We can focus on the Telemetry Station 15min, hour, and day interval time series. Other time series can be enabled later. I recommend trying to be consistent with previous work if possible. The main design requirement is to be able to read an appropriate TS object (MinuteTS, HourTS, DayTS) based on the time series identifier, similar to TSTool. The following resources are useful:
See TSTool 14.2.2, which has been updated to read historical station time series. Use TSTool to experiment with the data and form TSIDs that will also be used in InfoMapper configurations.
In order to flesh out the datastore design used in InfoMapper, it is useful to write client code to consume the State of Colorado's web services. We can focus on the Telemetry Station 15min, hour, and day interval time series. Other time series can be enabled later. I recommend trying to be consistent with previous work if possible. The main design requirement is to be able to read an appropriate TS object (MinuteTS, HourTS, DayTS) based on the time series identifier, similar to TSTool. The following resources are useful:
See TSTool 14.2.2, which has been updated to read historical station time series. Use TSTool to experiment with the data and form TSIDs that will also be used in InfoMapper configurations.