Skip to content

CDA-116: Irregular Level-as-time-series retrieval - #185

Open
zack-rma wants to merge 32 commits into
HydrologicEngineeringCenter:mainfrom
zack-rma:feature/irregular-level-as-ts
Open

CDA-116: Irregular Level-as-time-series retrieval#185
zack-rma wants to merge 32 commits into
HydrologicEngineeringCenter:mainfrom
zack-rma:feature/irregular-level-as-ts

Conversation

@zack-rma

Copy link
Copy Markdown
Contributor

Contributes to USACE/cwms-data-api#1694

Comment thread schema/src/cwms/cwms_level_pkg_body.sql Outdated
l_level_values := l_level_values_interp;
if p_timezone_id != 'UTC' then
for i in 1..l_level_values.count loop
l_level_values(i).date_time := cwms_util.CHANGE_TIMEZONE(l_level_values(i).date_time, 'UTC', p_timezone_id);

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We really should only return UTC.

@adamkorynta adamkorynta linked an issue Aug 4, 2026 that may be closed by this pull request
@zack-rma
zack-rma marked this pull request as ready for review August 10, 2026 21:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add Level-as-Time-Series retrieval procedure for irregular data

2 participants