Learn R Programming

⚠️There's a newer version (0.6-4) of this package.Take me there.

rgeos (version 0.5-9)

Interface to Geometry Engine - Open Source ('GEOS')

Description

Interface to Geometry Engine - Open Source ('GEOS') using the C 'API' for topology operations on geometries. Please note that 'rgeos' will be retired by the end of 2023, plan transition to sf functions using 'GEOS' at your earliest convenience. 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.

Copy Link

Version

Install

install.packages('rgeos')

Monthly Downloads

1,730

Version

0.5-9

License

GPL (>= 2)

Maintainer

Last Published

December 15th, 2021

Functions in rgeos (0.5-9)

SpatialCollections-class

Class "SpatialCollections"
SpatialRings-class

Class "SpatialRings"
gLength

Length of Geometry
gContains

Geometry Relationships - Contains and Within
gCrosses

Geometry Relationships - Crosses and Overlaps
gDistance

Distance between geometries
gDifference

Geometry Difference
gIntersection

Geometry Intersections
bbox2SP

Converts a bounding box into a SpatialPolygons object.
SpatialCollections

create SpatialCollections
SpatialRingsDataFrame-class

Class "SpatialRingsDataFrame"
new-generics

Generics/Methods for polygon objects
gpc.poly.nohole-class

Class "gpc.poly.nohole"
RGEOS Experimental Functions

Experimental Functions
gpc.poly-class

Class "gpc.poly"
RGEOS Polygon Hole Comment Functions

RGEOS Polygon Hole Comment Functions
polyfile

Read/Write polygon data
gPointOnSurface

Point on Surface of Geometry
gInterpolate

Interpolate Points along Line Geometry
SpatialRings

create SpatialRings or SpatialRingsDataFrame
gTouches

Geometry Relationships - Touches
gConvexHull

Convex Hull of Geometry
gRelate

Geometry Relationships - Intersection Matrix Pattern (DE-9IM)
gCoverageUnion

Coverage Union
gProject

Project Points to Line Geometry
gMinumumRotatedRectangle

Centroid of Geometry
gEquals

Geometry Relationships - Equality
gIntersects

Geometry Relationships - Intersects and Disjoint
polygonsLabel

Compute optimal label positions for polygons
gNode

Linestring Noder
gPolygonize

Linestring Polygonizer
gUnion

Geometry Union
gIsEmpty

Is Geometry Empty?
gSymdifference

Geometry Symmetric Difference
gArea

Area of Geometry
Ring-class

Class "Ring"
gIsRing

Is Geometry a Ring?
RGEOS WKT Functions

RGEOS WKT Functions
gMakeValid

Make invalid geometries valid
gMaximumInscribedCircle

Centroid of Geometry
gIsSimple

Is Geometry Simple?
gBuffer

Buffer Geometry
gNearestPoints

Closest Points of two Geometries
gCentroid

Centroid of Geometry
over

Find spatial join or intersections
gSimplify

Simplify Geometry
gBoundary

Boundary of Geometry
RGEOS Utility Functions

RGEOS Utility Functions
gIsValid

Is Geometry Valid?
gEnvelope

Envelope of Geometry
gDelaunayTriangulation

Compute Delaunay triangulation between points