Simple Features for R
aggregate an sf
object
Bind rows (features) of sf objects
Methods to coerce simple features to Spatial*
and `Spatial*DataFrame...
Drivers for which update should be TRUE
by default
Determine database type for R vector
Write sf
object to Database
Internal functions
Map extension to driver
Add or remove overviews to/from a raster image
Native interface to gdal utils
functions to interact with gdal not meant to be called directly by use...
Geometric operations on pairs of simple feature geometry sets
Geometric binary predicates on pairs of simple feature geometry sets
Combine or union feature geometries
Compute geometric measurements
Dimension, simplicity, validity or is_empty queries on simple feature ...
Geometric unary operations on simple feature geometry sets
Areal-weighted interpolation of polygon data
Check if driver is available
Check if a driver can perform an action
Check if the columns could be of a coercable type for sf
merge method for sf and data.frame object
North Carolina SIDS data
Arithmetic operators for simple feature geometries
plot sf object
Map prefix to driver
Manage PROJ settings
Convert raw vector(s) into hexadecimal character string(s)
Objects exported from other packages
functions for spherical geometry, using s2 package
Provide the external dependencies versions of the libraries linked to ...
directly transform a set of coordinates
Deprecated functions in sf
sf: Simple Features for R
Create sf object
Create simple feature geometry list column
Methods for dealing with sparse geometry binary predicate lists
get or set relation_to_geometry attribute of an sf
object
Convert sfc object to an WKB object
Convert sf* object to a grob
Convert foreign object to an sf object
Convert foreign geometry object to an sfc object
Return Well-known Text representation of simple feature geometry or co...
Return bounding of a simple feature or simple feature set
Break antimeridian for plotting not centred on Greenwich
Coerce geometry to MULTI* geometry
Cast geometry to another type: either simplify, or cast explicitly
Given an object with geometries of type GEOMETRY
or `GEOMETRYCOLLECT...
retrieve coordinates in matrix form
crop an sf object to a specific rectangle
Retrieve coordinate reference system from object
Get GDAL drivers
Return geometry type of an object
Get, set, replace or rename geometry from an sf object
Compute graticules and their parameters
predicate whether a geometry is equal to a POLYGON FULL
Assert whether simple feature coordinates are longlat degrees
test equality between the geometry type and a class or set of classes
jitter geometries
spatial join, spatial filter
Return properties of layers in a datasource
Project point on linestring, interpolate along a linestring
Sample points on a linear geometry
Return 'm' range of a simple feature or simple feature set
Create a regular tesselation over the bounding box of an sf or sfc obj...
get index of nearest feature
get nearest points between pairs of geometries
Normalize simple features
Get precision
Read simple features or layers from file or database
Compute DE9-IM relation between pairs of geometries, or match it to a ...
sample points on or in (sets of) spatial features
Shift or re-center geographical coordinates for a Pacific view
Transform or convert coordinates of simple feature
Create viewport from sf, sfc or sfg object
Write simple features object to file or database
Return 'z' range of a simple feature or simple feature set
Drop or add Z and/or M dimensions from feature geometries
Create simple feature from a numeric vector, matrix or list
functions only exported to be used internally by stars
Summarize simple feature column
Summarize simple feature type for tibble
Tidyverse methods for sf objects
transform method for sf objects
Check validity or make an invalid geometry valid
vctrs methods for sf objects
Support for simple features, a standardized way to encode spatial vector data. Binds to 'GDAL' for reading and writing data, to 'GEOS' for geometrical operations, and to 'PROJ' for projection conversions and datum transformations. Uses by default the 's2' package for spherical geometry operations on ellipsoidal (long/lat) coordinates.
Useful links