Package index
-
as_dbSpatial() - Convert an sf or terra object to a
dbSpatialobject -
dbSpatial() - Create a
dbSpatialobject with geometry data type -
show(<dbSpatial>) - show method for dbSpatial
-
st_as_sf(<dbSpatial>) - Convert dbSpatial objects to sf objects
-
vect(<dbSpatial>) - Create SpatVector objects
-
st_join(<dbSpatial>) - Spatial join for dbSpatial objects
-
st_bbox(<dbSpatial>) - Compute bounding box for dbSpatial object
-
st_xmax() - Get maximum x coordinate
-
st_ymax() - Get maximum y coordinate
Spatial Properties
Functions and methods that return a single vector about a geometry in a dbSpatial object.
-
st_geometrytype() - Get geometry types (DuckDB-native)
Geometry construction
Functions and methods for constructing or modifying geometry in a dbSpatial object.
-
st_translate() - Translate x, y coordinates by delta x, delta y for point geometries
-
st_as_geojson() - Convert to GeoJSON
-
st_as_text - Convert to WKT
-
loadSpatial() - Install and/or load DuckDB spatial extension
-
head(<dbSpatial>) - head method for dbSpatial
-
tail(<dbSpatial>) - tail method for dbSpatial
-
st_buffer - Compute buffer around geometry
-
st_centroid - Compute centroid of geometry
-
st_simplify - Simplify geometry
-
st_area - Get area of geometries
-
st_length - Get length of geometries
-
st_perimeter - Get perimeter of geometries
-
`$`(<dbSpatial>) - Column extraction for dbSpatial
-
st_npoints() - Get number of points
-
st_x() - Get X coordinate
-
st_y() - Get Y coordinate
-
dbSpatial_optionsdbSpatial-options - dbSpatial Package Global Options