-
Notifications
You must be signed in to change notification settings - Fork 4
/
DESCRIPTION
50 lines (50 loc) · 1.13 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
42
43
44
45
46
47
48
49
50
Package: raadtools
Type: Package
Title: Tools for Synoptic Environmental Spatial Data
Version: 0.7.0.5
Authors@R: c(
person("Michael D.","Sumner", role = c("aut", "cre"), email = "[email protected]"),
person("Ben", "Raymond", role = "ctb", email = "[email protected]")
)
Depends:
raster,
R (>= 3.3.0)
Imports:
dplyr (>= 0.7.0),
methods,
ncdf4,
progress,
purrr,
raadfiles (>= 0.1.4.9012),
sp,
tibble,
furrr,
vapour (>= 0.8.8.9007),
terra (>= 1.5-21),
reproj (>= 0.4.3),
ncmeta,
RNetCDF,
memoise,
fs,
stringr,
duckdb,
DBI
Suggests:
graticule,
knitr,
rgdal,
RSQLite,
testthat,
rmarkdown,
covr
Roxygen: list(markdown = TRUE)
Encoding: UTF-8
LazyData: yes
VignetteBuilder: knitr
URL: https://github.com/AustralianAntarcticDivision/raadtools
BugReports: https://github.com/AustralianAntarcticDivision/raadtools/issues
Description: Tools for reading, plotting and manipulating spatial data,
particularly from remote sensing and model output.
License: GPL-3
RoxygenNote: 7.3.2
Remotes: AustralianAntarcticDivision/raadfiles