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.5.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
Config/pak/sysreqs: libabsl-dev cmake libgdal-dev gdal-bin libgeos-dev
        libicu-dev libssl-dev libproj-dev libsqlite3-dev
        libudunits2-dev xz-utils zlib1g-dev
Repository: https://bioc.r-universe.dev
Date/Publication: 2026-08-19 19:39:58 UTC
RemoteUrl: https://github.com/bioc/DuckDBSpatial
RemoteRef: HEAD
RemoteSha: 65f94decec03ef716d28a0743575dac5856dfb4f
NeedsCompilation: no
Packaged: 2026-08-22 04:15:58 UTC; root
Author: Patrick Aboyoun [aut, cre],
  Genentech, Inc. [cph]
Maintainer: Patrick Aboyoun <aboyounp@gene.com>
Built: R 4.6.1; ; 2026-08-22 04:18:08 UTC; unix
