Relates to USACE/cwms-data-api#1694
Currently, the level-as-time-series retrieval procedures require desired timestamps to be specified and passed in as input. This works for regular TS data, but not for irregular.
Suggesting to add a CWMS_LEVEL.RETRIEVE_LOC_LVL_VALUES4() procedure that does not require input timestamps. The returned time series, if irregular, should include start and end times as well as points of inflection.
Timezone input should also be supported to convert from UTC to the appropriate zone.
Relates to USACE/cwms-data-api#1694
Currently, the level-as-time-series retrieval procedures require desired timestamps to be specified and passed in as input. This works for regular TS data, but not for irregular.
Suggesting to add a
CWMS_LEVEL.RETRIEVE_LOC_LVL_VALUES4()procedure that does not require input timestamps. The returned time series, if irregular, should include start and end times as well as points of inflection.Timezone input should also be supported to convert from UTC to the appropriate zone.