duckspatial 0.2.0
CRAN release: 2025-04-29
NEW FEATURES
-
ddbs_read_vector()
: gains a new argumentclauses
to modify the query from the table (e.g. “WHERE …”, “ORDER BY…”)
NEW FUNCTIONS
ddbs_list_tables()
: lists table schemas and tables inside the databaseddbs_glimpse()
: check first rows of a tableddbs_buffer()
: calculates the buffer around the input geometryddbs_centroid()
: calculates the centroid of the input geometryddbs_difference()
: calculates the geometric difference between two objects
IMPROVEMENTS
ddbs_intersection()
: overwrite argument defaults toFALSE
instead ofNULL
Better schemas management. Added support for all functions.