-
Notifications
You must be signed in to change notification settings - Fork 9
/
DESCRIPTION
44 lines (44 loc) · 1.66 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: s2
Title: Spherical Geometry Operators Using the S2 Geometry Library
Version: 1.1.7.9000
Authors@R: c(
person(given = "Dewey",
family = "Dunnington",
role = c("aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-9415-4582")),
person(given = "Edzer",
family = "Pebesma",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-8049-7069")),
person("Ege", "Rubak", email="[email protected]", role = c("aut")),
person("Jeroen", "Ooms", , "[email protected]", role = "ctb", comment = "configure script"),
person(family = "Google, Inc.", role = "cph", comment = "Original s2geometry.io source code")
)
Description: Provides R bindings for Google's s2 library for geometric calculations on
the sphere. High-performance constructors and exporters provide high compatibility
with existing spatial packages, transformers construct new geometries from existing
geometries, predicates provide a means to select geometries based on spatial
relationships, and accessors extract information about geometries.
License: Apache License (== 2.0)
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
SystemRequirements: OpenSSL >= 1.0.1, Abseil >= 20230802.0
LinkingTo:
Rcpp,
wk
Imports:
Rcpp,
wk (>= 0.6.0)
Suggests:
bit64,
testthat (>= 3.0.0),
vctrs
URL: https://r-spatial.github.io/s2/, https://github.com/r-spatial/s2, http://s2geometry.io/
BugReports: https://github.com/r-spatial/s2/issues
Depends:
R (>= 3.0.0)
Config/testthat/edition: 3