Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Current »

Link

Goals:

  • Incorporate snow-pack into the dataset to FlowDB

  • Utilize better sources of precipitation (e.g. multiple locations or an image of rainfall in the area)

  • Dataset can also be used for precipitation now-casting (include data Earthformer type model could ingest).

  • Bonus: add soil moisture data

  • Bonus: add aerial imagery or geospatial of the basin in order for models to learn better representations of hydrology.

  • Create an end-to-end pipeline to append new data on at least a daily basis (likely using Composer on GCP?)

    • Tests for individual scraping functions that run daily and alert to API changes.

Current data sources

ASOS (precipitation/temperature/humidity)

Hourly

  • Need to check API and legacy code still scrapes.

    • Test process_asos

USGS (river flow)

  • Verify raw data is in fifteen minute intervals [ ]

  • Need to check API and legacy code still scrapes.

Data Sources

NOAA Precipitation Maps (Daily)

Look into hourly historical TIFF https://water.weather.gov/precip/download.php. They seem to only have daily data for historical weather maps.

Use vanilla WGET no real API

https://water.weather.gov/precip/downloader.php?hourly=true&file_type=nc_file&range=1hour&format=tar

https://water.weather.gov/precip/downloader.php?date=20220707&file_type=ncep&range=1day&format=tar

SNOTEL (snow pack)

Current Code

GH Repo

  • No labels