Skip to content

Latest commit

 

History

History
54 lines (42 loc) · 4.62 KB

README.md

File metadata and controls

54 lines (42 loc) · 4.62 KB

fcast


Description

fcast is a collection of python tools used for forecasting flood events and their impact on transportation infrastructure. The following datasets are used:


Installation

See https://dewberry.github.io/fcast/setup/ for installation details.


Contents

fcast - The collection of core .py files.

  • GageUSGS: An API for webscraping stream gage data from various USGS websites.
  • NHDPlusStreamSegment: An API for quick and easy access to the NHDPlus V2.1.
  • NWM: An API for quick and easy access to the NWM output files.
  • plotting: Functions for plotting using matplotlib and pandas.

notebooks - The collection of Jupyter Notebooks running the code in the fcast subdirectory. Jupyter Notebooks are used because they produce easy, reproducible, and accesible outputs.

notebooks/data_exploration - A collection of Jupyter notebooks used for exploring 1D and 2D NWM rating curves and retrieving NWM HAND datasets.

  • rating_curves: Exploration and comparison of the hydroprop-fulltable-HUC6.nohand0.csv and hydroprop-fulltable-HUC6.csv rating curve files.
  • rating_curves_1D_nc: Exploration of rating curves from the NWM 1D netcdf file.
  • rating_curves_2D_nc: Exploration of rating curves from the NWM 2D netcdf file.
  • retrieve_HAND_datasets: Download of HAND datasets for data exploration.

reanalysis - An initial look at the NWM reanalysis netcdf files.