-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
26 lines (26 loc) · 905 Bytes
/
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
Package: nohrsc
Title: Access NOAA National Operational Hydrologic Remote Sensing Center's Snow Analysis Data Archive
Version: 0.0.91
Authors@R:
person(given = "Joe",
family = "Shannon",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-0052-9962"))
Description: Simplifies access to the NOHRSC data archive. It takes common name
arguments and dates to construct the proper URLs and access the correctly
formatted file names. Multiple days and products can be downloaded and
extracted in a single call. The extracted rasters will be converted to .bil
format and an appropriate .hdr and .prj will be created for each raster.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Imports:
curl,
lubridate,
R.utils
RoxygenNote: 7.1.1
Suggests:
spelling,
testthat
Language: en-US