Changelog
Source:NEWS.md
dbSpatial 0.0.0.9109 (2025-10-07)
Breaking Changes
- Removed dbData class definition from dbSpatial package. Now imports dbData from dbProject package.
Features
-
dbProject Integration: Full integration with
dbProject
package anddbData
base class.dbSpatial
now inherits fromdbData
providing unified database-backed object interface across dbverse ecosystem. - Added
st_as_sf()
S3 method for dbSpatial objects. - Added
vect()
method for converting dbSpatial objects to terra::SpatVector format.
Chore
- Migrated repository to
dbverse-org
organization from previous location. - Updated all URLs and links to reflect new
dbverse-org
organization structure. - Required DuckDB >= 1.4.0 (LTS).
- Added
testthat
to Suggests for comprehensive testing infrastructure. - Updated imports to reflect dbProject dependency.
- Included
dev
branch in GitHub Actions workflow.
Bug Fixes
- Fixed
.sim_dbSpatial()
function for proper spatial simulation. - Removed unused extract methods for dbSpatial - functionality now comes from
dbProject::dbData
base class.
dbSpatial 0.0.0.9005 (2024-03-27)
dbSpatial 0.0.0.9002 (2024-01-02)
Uncategorized
- Merge branch ‘main’ of https://github.com/Ed2uiz/dbSpatial.