nwm_eval.fetch_data.fetch_txdot_gage_data#
- nwm_eval.fetch_data.fetch_txdot_gage_data(site_codes, dates, conf, out_dir, hourly=True)[source]#
Fetch streamflow data for a list of TxDOT gage IDs and a date range, and resample temporally as needed.
- Parameters:
site_codes (list) – List of TxDOT gage IDs.
dates (list) – List of dates for which to fetch data.
conf (dict) – Dictionary containing configuration options.
out_dir (str | Path) – Directory to save the parquet files.
hourly (bool) – Whether to filter data to hourly values.
- Returns:
None