rgeos: Interface to Geometry Engine - Open Source ('GEOS')
Interface to Geometry Engine - Open Source ('GEOS') using the C 'API' for topology operations on geometries. Please note that 'rgeos' will be retired during October 2023, plan transition to 'sf' or 'terra' functions using 'GEOS' at your earliest convenience (see <https://r-spatial.org/r/2023/05/15/evolution4.html> and earlier blogs for guidance). The 'GEOS' library is external to the package, and, when installing the package from source, must be correctly installed first. Windows and Mac Intel OS X binaries are provided on 'CRAN'. ('rgeos' >= 0.5-1): Up to and including 'GEOS' 3.7.1, topological operations succeeded with some invalid geometries for which the same operations fail from and including 'GEOS' 3.7.2. The 'checkValidity=' argument defaults and structure have been changed, from default FALSE to integer default '0L' for 'GEOS' < 3.7.2 (no check), '1L' 'GEOS' >= 3.7.2 (check and warn). A value of '2L' is also provided that may be used, assigned globally using 'set_RGEOS_CheckValidity(2L)', or locally using the 'checkValidity=2L' argument, to attempt zero-width buffer repair if invalid geometries are found. The previous default (FALSE, now '0L') is fastest and used for 'GEOS' < 3.7.2, but will not warn users of possible problems before the failure of topological operations that previously succeeded. From 'GEOS' 3.8.0, repair of geometries may also be attempted using 'gMakeValid()', which may, however, return a collection of geometries of different types.
Version: |
0.6-3 |
Depends: |
R (≥ 3.3.0), methods, sp (≥ 1.1-0) |
Imports: |
utils, stats, graphics |
LinkingTo: |
sp |
Suggests: |
maptools (≥ 0.8-5), testthat, XML, maps, rgdal |
Published: |
2023-05-24 |
Author: |
Roger Bivand
[cre, aut],
Colin Rundel [aut],
Edzer Pebesma [ctb],
Rainer Stuetz [ctb],
Karl Ove Hufthammer [ctb],
Patrick Giraudoux [ctb],
Martin Davis [cph, ctb],
Sandro Santilli [cph, ctb] |
Maintainer: |
Roger Bivand <Roger.Bivand at nhh.no> |
License: |
GPL-2 | GPL-3 [expanded from: GPL (≥ 2)] |
URL: |
https://r-forge.r-project.org/projects/rgeos/ https://libgeos.org
http://rgeos.r-forge.r-project.org/index.html |
NeedsCompilation: |
yes |
SystemRequirements: |
GEOS (>= 3.2.0); for building from source: GEOS
from https://libgeos.org; GEOS OSX frameworks built by William
Kyngesburye at http://www.kyngchaos.com/ may be used for source
installs on OSX. |
Materials: |
NEWS ChangeLog |
CRAN checks: |
rgeos results |
Documentation:
Downloads:
Reverse dependencies:
Reverse depends: |
animalEKF, cleangeo, DivE, highriskzone, itcSegment, pycno, spMaps, Watersheds |
Reverse imports: |
abmR, antaresViz, atakrig, bfsMaps, biosurvey, birdring, bivariatemaps, bRacatus, briskaR, cartograflow, changeRangeR, ConR, CoordinateCleaner, disaggregation, EcoIndR, eechidna, FLightR, flowDensity, ForestTools, FORTLS, gbm.auto, gDefrag, GeNetIt, GeoAdjust, geodetector, geodiv, geogrid, geoviz, gfcanalysis, ggOceanMaps, ggvoronoi, HCV, hero, hierarchicalDS, hyfo, LabourMarketAreas, lakemorpho, leafletCN, leastcostpath, letsR, lgcp, MBNMAdose, MEDITS, micromapST, Momocs, muHVT, OasisR, phyloregion, psda, quickmapr, quickPlot, rangeModelMetadata, RchivalTag, red, redlistr, rKIN, rLiDAR, rmapzen, rpostgis, Rtrack, sdStaf, SegEnvIneq, shadow, ShapePattern, spatialfusion, SpatialGraph, spatsoc, spatsurv, SSN, track2KBA, wallace, waver, weed, wux |
Reverse suggests: |
adespatial, agriwater, BayesX, bcmaps, broom, cancensus, csdata, demcon, downscale, ecospat, emdi, epiR, ExtremalDep, GapAnalysis, ggformula, ggplot2, gwfa, GWPR.light, hypergate, intSDM, IsoriX, leaflet, mapmisc, maptools, MBNMAtime, mregions, naturaList, npphen, opensensmapr, plotly, polyCub, rCAT, recurse, rgdal, rnaturalearth, RtD3, rtop, SAEforest, saeTrafo, sdmApp, SeuratObject, simplevis, SiMRiv, SimSurvey, sp, StratifiedSampling, streamDepletr, SubgrPlots, surveillance, synoptReg, tidyUSDA, tipsae, TrajDataMining, ursa, wildlifeDI |
Linking:
Please use the canonical form
https://CRAN.R-project.org/package=rgeos
to link to this page.