-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.Rmd
54 lines (36 loc) · 1.84 KB
/
README.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
---
output: github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "75%"
)
```
# nwmHistoric <img src="man/figures/logo.png" width=130 height = 130 align="right" />
<!-- badges: start -->
[![Build Status](https://travis-ci.org/mikejohnson51/nwmHistoric.svg?branch=master)](https://travis-ci.org/mikejohnson51/nwmHistoric)
[![experimental](http://badges.github.io/stability-badges/dist/experimental.svg)](http://github.com/badges/stability-badges)
<!-- badges: end -->
# Description
`nwmHistoric` facilitates access to NOAA National Water Model reanalysis data through a convenient API and Shiny GUI.
# Features
* Access historic NWM Reanalysis v1.2 or 2.0 data by feature
* Data requests can be constrained temporally, and adjusted for timezone
* Functions for finding appropriate NHD and NWIS Identifiers
* Family of aggregate functions to group and summarize data to new time periods
* On-call shiny app for data exploration (in development)
## Installation
```{r, eval = FALSE}
remotes::install_github('mikejohnson51/nwmHistoric')
```
# Collaborators:
[Mike Johnson](https://mikejohnson51.github.io/) & [David Blodgett](https://www.usgs.gov/staff-profiles/david-l-blodgett?qt-staff_profile_science_products=3#qt-staff_profile_science_products)
# Data Documentation:
[HydroShare](https://www.hydroshare.org/resource/89b0952512dd4b378dc5be8d2093310f/)
# Support:
This effort is supported by the Consortium of Universities for the Advancement of Hydrologic Science, Inc. under the 2020 HydroInformatics Fellowship. See program [here](https://www.cuahsi.org/data-models/hydroinformatics-innovation-fellowship/)
<img src="man/figures/cuahsi-logo.png" width=180 height = 40 align="right" />