-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathDESCRIPTION
More file actions
43 lines (43 loc) · 1.2 KB
/
DESCRIPTION
File metadata and controls
43 lines (43 loc) · 1.2 KB
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
Package: neonhs
Type: Package
Title: Work with NEON AOP hyperspectral data
Version: 0.0.9999
Authors@R: c(
person(given = "Max",
family = "Joseph",
role = c("aut", "cre"),
email = "maxwell.b.joseph@colorado.edu",
comment = c(ORCID = "0000-0002-7745-9990")),
person(given = "Leah",
family = "Wasser",
role = c("aut"),
email = "leah.wasser@colorado.edu",
comment = c(ORCID = "0000-0002-8177-6550")))
Maintainer: Maxwell B. Joseph <maxwell.b.joseph@colorado.edu>
Description: Work with data from the NEON AOP.
The National Ecological Observatory Network's (NEON's) Airborne Observation
Platform (AOP) collects hyperspectral data over NEON's
field sites. This package is designed to make these data easier to use.
URL: https://github.com/earthlab/neonhs
BugReports: https://github.com/earthlab/neonhs/issues
License: GPL-3
Encoding: UTF-8
LazyData: true
Imports:
hdf5r,
raster,
sp
Suggests:
neonUtilities,
geoNEON,
testthat,
covr,
tidyverse,
knitr,
rmarkdown,
viridis
Remotes:
NEONScience/NEON-geolocation/geoNEON
Roxygen: list(markdown = TRUE)
RoxygenNote: 6.1.1
VignetteBuilder: knitr