Package: geos
Title: Open Source Geometry Engine ('GEOS') R API
Version: 0.2.5
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 () 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.3.2
Suggests: testthat (>= 3.0.0), vctrs, terra, sf
Imports: libgeos (>= 3.8.1-4), methods, 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
Repository: https://fastverse.r-universe.dev
Date/Publication: 2025-12-19 04:34:45 UTC
RemoteUrl: https://github.com/paleolimbot/geos
RemoteRef: HEAD
RemoteSha: b356b87a59b94998693b4d49c8e834060c11f80e
NeedsCompilation: yes
Packaged: 2026-06-18 08:36:43 UTC; root
Author: Dewey Dunnington [aut, cre] (ORCID:
),
Edzer Pebesma [aut] (ORCID: )
Maintainer: Dewey Dunnington