Add method references to DESCRIPTION.
Add missing \value{} sections for exported
conversion and accessor methods.
Remove internal ::: usage from user-facing
examples.
Replace inappropriate \dontrun{} examples with
\donttest{} examples.
Make st_join VIEW names unique.
Generate polygons for sim_dbSpatial.
Add options concept to pkgdown.
Export dbSpatial S4 Class.
.st_spatial_join internal.
Remove double geometry columns in dbSpatial-casted objects.
Sf::st_geometrytype().
Add $ method for dbSpatial.
Refactor spatial predicates via st_join.
Suport for select sf generics.
Add measurement methods (st_area, st_length, st_perimeter).
Add geometry operation methods (st_buffer, st_centroid, st_simplify).
Add geometry output format methods (st_as_text, st_as_geojson).
Add coordinate accessor methods (st_x, st_y, st_npoints).
Add show function for dbSpatial.
Add coerce methods from dbSpatial to SpatVector and
sf.
dbProject and dbData
integration.
Vect().
St_as_sf.
Clean up predicate docs and roxygen concepts.
Breaking change: remove st_difference and st_distance.
Add methods to Imports and update Collates.
Remove redundant slots in dbSpatial class definition.
Remove docs/ from version control.
Bump version to 0.0.0.9109.
Fix gh_pages.
Require duckdb >= 1.4.0.
Remove dbData references.
Migrate to dbverse-org.
Update URLs to dbverse-org organization.
Add testthat.
Update imports.
Include dev in gha.
Update docs.
Update license.
Add missing topics to pkgdown reference.
Wrap vect examples in dontrun.
Fix broken example calls.
Update spatial_operations.Rmd vignette.
Update pkgdown config.
Add global options.
Update global options documentation.
Rebuild roxygen.
Add package global options.
Document global package options.
Update.
Clean up constructor logic and add missing documentation.
Simplify st_translate implementation.
Rename scalar functions.
Consolidate spatial predicates.
Centralize internal type check funcs in
dbProjecta.
Remove unused extract methods for dbSpatial.
S3 method st_as_sf() for dbSpatial
obj.
Update st_as_sf method to S3.
Switch predicate usage to st_join.
Add basic tests.
dbProject package and dbData base class.
dbSpatial now inherits from dbData providing
unified database-backed object interface across dbverse ecosystem.st_as_sf() S3 method for dbSpatial objects.vect() method for converting dbSpatial objects to
terra::SpatVector format.dbverse-org organization from
previous location.dbverse-org
organization structure.testthat to Suggests for comprehensive testing
infrastructure.dev branch in GitHub Actions workflow..sim_dbSpatial() function for proper spatial
simulation.dbProject::dbData base class.Add show() method for dbSpatial
objects.
Add new to_dbSpatial() function for
{sf} and {terra} object interop.
Use VIEW for file reads.
Support overwriting VIEW.
Add sfarrow, glue to imports.
Update generics.
Add dark mode button to pkgdown site.
Organize pkgdown Reference section.
tessellateAdd new tessellate function (WIP)
Update st_extent to return named character
vector
Change default sql gen to VIEW creation instead of table
Add spatial_relationship functions.
Add new internal functions for spatial_relationship
functions.
Use lowercase func names.
Update constructor function.
Update ST_ functions to use new constructor.
Update vignettes and class diagram for new constructor.
Add working examples to ST functions.
Update class diagram.
Add tictoc to imports.
Add missing ’ in constructor.
Duckdb spatial extension load error in GHA workflow.
Add terra to imports.
Add dbplyr to imports.
Add dplyr to imports.
Add duckdb to imports.
Add duckdbfs to imports.
Update docs.
Update pkg info.
Move index.html to /docs.
Add license