R Interface to 'DuckDB' Database with Spatial Extension
Check if a supported DuckDB connection
Creates a buffer around geometries
Calculates the centroid of geometries
Check and create schema
Check CRS of a table
Calculates the difference of two geometries
Spatial Filter
Check first rows of the data
Checks and installs the Spatial extension
Calculates the intersection of two geometries
Check tables and schemas inside a database
Loads the Spatial extension
Load vectorial data from DuckDB into R
Write an SF Object to a DuckDB Database
Get column names in a DuckDB database
Get names for the query
Provides an interface between R and the 'DuckDB' (see <https://duckdb.org>) database with spatial extensions. It supports reading, writing, and performing some geometric operations.
Useful links