Skip to content

mikejohnson51/FlowFinder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

617610c · Mar 15, 2021
Jun 27, 2018
Feb 7, 2021
Oct 9, 2018
Feb 7, 2021
Feb 7, 2021
Feb 7, 2021
Jul 31, 2018
Feb 7, 2021
Feb 7, 2021
Feb 7, 2021
Oct 7, 2018
Aug 13, 2018
Feb 7, 2021
Jul 31, 2018
Feb 7, 2021
Feb 7, 2021
Aug 21, 2018
Feb 7, 2021
Feb 7, 2021

Repository files navigation

FlowFinder

travis DOI

Web Application

FlowFinder

Description

This project is a continuation of the 'FlowFinder' demonstrated at the CUASHI 2017 HydroInformatics Conference in Tuscaloosa, AL in collaboration with Pat Johnson. Its intention is to help users find, view and download the National Hydrograph Dataset (NHD) and National Water Model Data from either a desktop or mobile application.

Of particular interest is the ability to find nearby NHD reaches in the field.

Much of the data processing and gathering is driven by the HydroData and NWM packages with a interface driven by R Shiny.

Local Usage

Installation

library(devtools)
install_github("mikejohnson51/FlowFinder")

Update National Water Model Forecasting Data

library(rmarkdown)
rmarkdown::render("nomads_download.Rmd")

Run Application

FlowFinder::run_app()

Demo