-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
30 lines (30 loc) · 795 Bytes
/
DESCRIPTION
File metadata and controls
30 lines (30 loc) · 795 Bytes
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
Package: nwm
Type: Package
Title: Provides access to the NOAA National Water Model output
Version: 0.0.1
Authors@R: person("Mike", "Johnson", role = c("aut", "cre"), email = "mike.johnson@geog.ucsb.edu")
Maintainer: Mike Johnson <mike.johnson@geog.ucsb.edu>
BugReports: https://github.com/mikejohnson51/nwm/issues
Description: Each day the NOAA NWM produces 404 GB of forecast data for the CONUS.
This data is stored for a 40 day rolling window on the HydroShare Thredds server.
This package provides access to this data.
Encoding: UTF-8
Depends:
R(>= 3.3.0),
AOI
Imports:
crayon,
doParallel,
foreach,
httr,
magrittr,
raster,
RNetCDF,
stats,
sf,
sp
Remotes: mikejohnson51/AOI
License: MIT + file LICENSE
LazyData: true
RoxygenNote: 6.1.1
Suggests: testthat