<?xml version="1.0" encoding="UTF-8"?>
<oai_dc:dc xmlns:oai_dc="http://www.openarchives.org/OAI/2.0/oai_dc/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/oai_dc/ http://www.openarchives.org/OAI/2.0/oai_dc.xsd">
  <dc:title>Columnar Query Engine for Larger-than-RAM Data</dc:title>
  <dc:title>R package vectra version 0.11.8</dc:title>
  <dc:description>A minimal columnar query engine with lazy execution on datasets
    larger than RAM. Provides 'dplyr'-like verbs (filter(), select(), mutate(),
    group_by(), summarise(), joins, window functions) and common aggregations
    (n(), sum(), mean(), min(), max(), sd(), first(), last()) backed by a
    pure C11 pull-based execution engine and a custom on-disk format ('.vtr').
    Reads and writes 'GeoTIFF' (including tiled and 'BigTIFF' layouts) and a
    tiled raster format ('.vec') with overview pyramids and time cubes for
    larger-than-RAM raster data. Streams vector operations (spatial transforms,
    point-in-polygon and nearest-feature joins including a two-sided
    grid-partitioned join, select-by-location, clip, erase, dissolve,
    'rasterization', 'polygonization', and contouring) through 'sf', and runs
    raster operations (zonal statistics, focal windows, terrain derivatives,
    resample or 'reproject' warp, polygon masking, map algebra, and 'mosaicking')
    in native C or over the tiled '.vec' format, one batch or tile at a time for
    data larger than RAM.</dc:description>
  <dc:type>Software</dc:type>
  <dc:relation>Depends: R (&gt;= 4.1.0)</dc:relation>
  <dc:relation>Imports: tidyselect, rlang, libgeos, parallel</dc:relation>
  <dc:relation>LinkingTo: libgeos</dc:relation>
  <dc:relation>Suggests: biglm, Biostrings, bit64, DBI, GenomicRanges, igraph,
IRanges, knitr, openxlsx2, rmarkdown, RSQLite, S4Vectors, sf,
ShortRead, stringdist, terra, testthat (&gt;= 3.0.0)</dc:relation>
  <dc:creator>Gilles Colling &lt;gilles.colling051@gmail.com&gt;</dc:creator>
  <dc:publisher>Comprehensive R Archive Network (CRAN)</dc:publisher>
  <dc:contributor>Gilles Colling [aut, cre, cph] (ORCID:
    &lt;https://orcid.org/0000-0003-3070-6066&gt;)</dc:contributor>
  <dc:rights>MIT + file LICENSE (https://CRAN.R-project.org/package=vectra/LICENSE)</dc:rights>
  <dc:date>2026-07-31</dc:date>
  <dc:format>application/tgz</dc:format>
  <dc:identifier>https://CRAN.R-project.org/package=vectra</dc:identifier>
  <dc:identifier>doi:10.32614/CRAN.package.vectra</dc:identifier>
</oai_dc:dc>
