-
Notifications
You must be signed in to change notification settings - Fork 7
/
DESCRIPTION
38 lines (38 loc) · 1.3 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
Package: geos
Title: Open Source Geometry Engine ('GEOS') R API
Version: 0.2.4.9000
Authors@R:
c(
person(given = "Dewey",
family = "Dunnington",
role = c("aut", "cre"),
email = "dewey@fishandwhistle.net",
comment = c(ORCID = "0000-0002-9415-4582")),
person(given = "Edzer",
family = "Pebesma",
role = c("aut"),
email = "edzer.pebesma@uni-muenster.de",
comment = c(ORCID = "0000-0001-8049-7069"))
)
Description: Provides an R API to the Open Source Geometry Engine
('GEOS') library (<https://libgeos.org/>) and a vector format
with which to efficiently store 'GEOS' geometries. High-performance functions
to extract information from, calculate relationships between, and
transform geometries are provided. Finally, facilities to import
and export geometry vectors to other spatial formats are provided.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Suggests:
testthat (>= 3.0.0),
vctrs,
sf
Imports:
libgeos (>= 3.8.1-4),
wk (>= 0.4.1)
URL: https://paleolimbot.github.io/geos/, https://github.com/paleolimbot/geos/
BugReports: https://github.com/paleolimbot/geos/issues
LinkingTo:
libgeos, wk
Config/testthat/edition: 3