Package: DuckDBSpatial
Version: 0.99.6
Date: 2026-08-19
Title: DuckDB-Backed Spatial Data Structures
Description: 
    Provides DuckDB-backed implementations of spatial data structures for efficient
    out-of-memory operations on large spatial datasets. The package includes
    68 sf-compatible spatial methods (st_intersects, st_contains, st_within, etc.)
    and GeoParquet 1.0 I/O support via writeGeoParquet(). Ideal for spatial analysis,
    genomic interval analysis, and integration with BiocDuckDB for MultiAssaySpatialExperiment
    workflows requiring memory-efficient operations on large datasets.
Authors@R: 
    c(
        person("Patrick", "Aboyoun", role=c("aut", "cre"), email="aboyounp@gene.com"),
        person("Genentech, Inc.", role="cph")
    )
License: MIT + file LICENSE
URL: https://github.com/Genentech/DuckDBSpatial
BugReports: https://github.com/Genentech/DuckDBSpatial/issues
Depends: R (>= 4.6.0), methods, DuckDBDataFrame, sf
Imports: BiocGenerics, S4Vectors, DBI, dbplyr, dplyr, wk
Suggests: knitr, rmarkdown, BiocStyle, testthat, jsonlite, lwgeom,
        nanoparquet
biocViews: DataImport, DataRepresentation, Infrastructure, Software
VignetteBuilder: knitr
Encoding: UTF-8
Collate: 'DuckDBTable-spatial.R' 'DuckDBColumn-spatial.R'
        'DuckDBDataFrame-spatial.R' 'DuckDBSpatial-package.R'
        'coordinate-transform-graph.R' 'coordinate-transforms.R'
        'geoparquet-io.R' 'points-coord-index.R' 'writeGeoParquet.R'
        'zzz.R'
Config/roxygen2/version: 8.1.0
git_url: https://git.bioconductor.org/packages/DuckDBSpatial
git_branch: devel
git_last_commit: 65f94de
git_last_commit_date: 2026-08-19
Repository: Bioconductor 3.24
Date/Publication: 2026-08-20
NeedsCompilation: no
Packaged: 2026-08-20 21:01:19 UTC; biocbuild
Author: Patrick Aboyoun [aut, cre],
  Genentech, Inc. [cph]
Maintainer: Patrick Aboyoun <aboyounp@gene.com>
Built: R 4.6.1; ; 2026-08-21 06:21:32 UTC; unix
