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

USACE Feed: Flood Control Requirements for California Reservoirs #111

Open
narlesky opened this issue Dec 3, 2024 · 0 comments
Open

USACE Feed: Flood Control Requirements for California Reservoirs #111

narlesky opened this issue Dec 3, 2024 · 0 comments
Assignees
Labels
feeds support a new data feed

Comments

@narlesky
Copy link
Member

narlesky commented Dec 3, 2024

Data Source

USACE-SPK daily report on "Flood Control Requirements for California Reservoirs"
https://www.spk-wc.usace.army.mil/fcgi-bin/midnight.py?days=0&report=FCR

Use Case

Extract the Oroville wetness parameter for initializing model simulations. Extract the Folsom forecast volumes for validation against CNRFC forecast summary calcs.

Task

  • Develop method to construct the URL given a particular date.
  • Download raw text data
  • Develop methods for parsing each hydrologic area (prioritize Sacramento Valley)
  • Develop method to extract metadata from report page
  • Next phase: develop method to collect this report over a range of days and return timeseries in pandas.DataFrame format

Testing Goals

Develop test functions for current day, and fixed date in past (will need to calc day count to get back to a fixed date, so we can validate the values in the report against a fixed set of test values).

Breaking Changes

None expected

@narlesky narlesky added the feeds support a new data feed label Dec 3, 2024
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
Projects
None yet
Development

No branches or pull requests

2 participants