-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
33 lines (33 loc) · 995 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
27
28
29
30
31
32
33
Package: croc
Type: Package
Title: Tools for Ocean Colour
Version: 0.0.9
Authors@R: c(person("Michael D.","Sumner", role = c("aut", "cre"), email = "[email protected]"),
person("Norman", "Kuring", role = "ctb", comment = "Author of L3bin code (NASA)"),
person("Robert Johnson", role = "ctb", comment = "Developed southern ocean algorithm for chlorophyll"))
Description: Work with data from NASA's ocean colour data, primarily the 'Level-3 bin'
files. There are functions to read and work with the ragged array 'L3 bins'
mesh and calculate biophysical properties from remote sensing reflectance data.
License: GPL-3
LazyLoad: yes
Depends: dplyr
Imports:
geosphere,
progress,
sp,
raster,
rlang,
rhdf5,
tibble,
Rcpp
Suggests:
testthat,
BiocInstaller,
zlibbioc
biocViews:
NeedsCompilation: no
RoxygenNote: 6.0.1
URL: https://github.com/sosoc/croc
BugReports: https://github.com/sosoc/croc/issues
LinkingTo:
Rcpp