Skip to content

replacing get_record with get_dv#10

Open
jmframe wants to merge 1 commit intomainfrom
fixnwis
Open

replacing get_record with get_dv#10
jmframe wants to merge 1 commit intomainfrom
fixnwis

Conversation

@jmframe
Copy link
Member

@jmframe jmframe commented Oct 9, 2025

Somehow the get_record wasn't working for the time series. replaced it with get_dv. Don't know why that is needed, but worth looking into.

@jmframe jmframe requested a review from sumabattula October 9, 2025 21:44
@jmframe
Copy link
Member Author

jmframe commented Oct 9, 2025

This addresses issue #9

Copy link
Collaborator

@sumabattula sumabattula left a comment

Choose a reason for hiding this comment

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

This still gave missing value. But then when I used get_dv without specifying service, startDT, and endDT options, it worked.

df, _ = nwis.get_dv(
sites=site_id,
start=start_str,
end=end_str,
parameterCd="00060",
)

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.

2 participants