nwmViewer is an R Shiny application built to quickly view and analyze NOAA National Water Model data.
Users can select their location, forecasting types and paramaters.
Further details and documentation can be found via the nwm package.
In addition to the web application, you can run the application locally. Use the following commands for installation:
install.packages("devtools")
devtools::install_github("overdodactyl/nwmViwer")
Launch the application:
library(nwmViewer)
launch_viewer()