-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
41 lines (41 loc) · 1.24 KB
/
DESCRIPTION
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
Package: nwmHistoric
Title: National Water Model Historic Data
Version: 0.0.0.9000
Authors@R:
c(person(given = "Mike", family = "Johnson", role = c("aut", "cre"), email = "jmj00@ucsb.edu", comment = c(ORCID = "0000-0002-5288-8350")),
person(given = "David",family = "Blodgett", role = "ctb"))
Maintainer: Mike Johnson <jmj00@ucsb.edu>
Depends:
R(>= 3.5.0)
Imports:
dplyr,
fastmatch,
httr,
lubridate,
magrittr,
RNetCDF,
sf,
xml2,
utils
Description: Programmatic interface to the National Water Model historic data. Provides an API to query NWM reanalyis data by NHDPlus Catchment and USGS NWIS Gage.
Package also features tools for identifying NHDcatchment Identifiers and returning multi-realization
(outlet, flowpath, cathcment) spatial representations. Finally simple tools for aggrgating hourly data to other time chunks are provided.
License: CC0
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.0
Suggests:
AOI,
dataRetrieval,
ggplot2,
ggridges,
gridExtra,
knitr,
nhdplusTools,
rmarkdown,
spelling,
viridis
VignetteBuilder: knitr
URL: https://github.com/mikejohnson51/nwmHistoric
BugReports: https://github.com/mikejohnson51/nwmHistoric/issues
Language: en-US