-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
44 lines (44 loc) · 1.34 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
Package: rgis
Type: Package
Title: R-based Geographic Information System (GIS) utilities
Version: 0.0.1
Authors@R: c(person("Chris", "Vernon",
email = "chris.vernon@pnnl.gov",
role = c("cre", "aut")),
person("Caleb", "Braun",
email = "caleb.braun@pnnl.gov",
role = "aut"),
person("Kanishka B.", "Narayan",
email = "kanishka.narayan@pnnl.gov",
role = "aut"),
person("Pacific Northwest National Laboratory",
role = "cph"))
Description: The rgis package facilitates GIS functionality and workflows commonly reprented in propritary and open source GISs. This package does not contain functionality for visulization, but is focsed on geospatial algorithms for analysis, conversion, IO, modification, and workflows of spatial files and data structures.
License: BSD 2-Clause
Depends: R (>= 3.5)
Imports:
dplyr (>= 0.7.6),
ncdf4 (>= 1.17),
raster (>= 3.1-5),
sf (>= 0.9-2),
sp (>= 1.4-1),
spex (>= 0.5.0),
tools (>= 3.5.0),
fasterize (>= 1.0.0),
doParallel,
foreach,
magrittr,
smoothr,
tibble,
units,
lwgeom (>= 0.1-4),
gdalUtilities
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
Suggests:
testthat (>= 2.1.0),
knitr,
rmarkdown
VignetteBuilder: knitr