Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Retrieve CNRFC raw observations for river forecast points #62

Open
4 tasks
narlesky opened this issue Apr 13, 2022 · 0 comments
Open
4 tasks

Retrieve CNRFC raw observations for river forecast points #62

narlesky opened this issue Apr 13, 2022 · 0 comments
Labels
feeds support a new data feed help wanted Extra attention is needed

Comments

@narlesky
Copy link
Member

narlesky commented Apr 13, 2022

Task

Provide a function in the collect.cnrfc module that retrieves the observation timeseries provided for certain CNRFC locations. Observed flow timeseries details pages are available via this URL format:

cnrfc_id = 'POHC1'
url = f'https://www.cnrfc.noaa.gov/obsRiver_hc.php?id={cnrfc_id}'

Steps

  • Provide a method to download and convert observation timeseries data to a dataframe
  • Possibly provide a method to include any metadata associated with the record
  • Determine subset of forecast locations and possibly provide a method get_observed_record_forecast_locations
  • Develop testing methods for the new functions

Breaking Changes

None expected

Priority

Medium

@narlesky narlesky added help wanted Extra attention is needed feeds support a new data feed labels Apr 13, 2022
@narlesky narlesky changed the title CNRFC raw observations Retrieve CNRFC raw observations for river forecast points Dec 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feeds support a new data feed help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant