duckspatial 0.2.0999 dev
MAJOR CHANGES
connargument defaults now to NULL. This parameter is not mandatory anymore in spatial operations, and it will be handled internally. The argument has been moved afterxandyarguments.ddbs_filter(): usesintersectsforST_Intersectsinstead ofintersection.
NEW FEATURES
ddbs_boundary(): returns the boundary of geometries.ddbs_create_conn(): new convenient function to create a DuckDB connection.ddbs_drivers(): get list of GDAL drivers and file formats supported by DuckDB spatial extension.ddbs_join(): new function to perform spatial join operations.
MINOR CHANGES
- All functions now have a parameter
quietthat allows users to suppress informational messages. Closed #3
duckspatial 0.2.0
CRAN release: 2025-04-29
NEW FEATURES
-
ddbs_read_vector(): gains a new argumentclausesto 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 toFALSEinstead ofNULLBetter schemas management. Added support for all functions.
