Package: vapour
Title: Access to the 'Geospatial Data Abstraction Library' ('GDAL')
Version: 0.12.0
Authors@R: c(person("Michael", "Sumner", email = "mdsumner@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-2471-7511")), 
             person("Simon", "Wotherspoon", role = "ctb", comment = "RasterIO configuration for resampling options"), 
             person("Mark", "Padgham", role = "ctb", comment = "helped get started :)"), 
             person("Edzer", "Pebesma", role = "ctb", comment = "wrote the field-read handling, adapted here from sf"),
             person("Roger", "Bivand", role = "ctb", comment = "wrote configure.ac, adapted here from rgdal"),
             person("Jim", "Hester", role = c("ctb", "cph"), comment = "wrote CollectorList.h, copied here from fs package"), 
             person("Timothy", "Keitt", role = c("ctb"), comment = "wrote GetPointsInternal copied here from rgdal2 package"), 
             person("Jeroen", "Ooms", role = c("ctb"), comment = "tweaked build process, provided Windows build tools"), 
             person("Dale", "Maschette", role = c("ctb"), comment = "created the hex logo"), 
             person("Joseph", "Stachelek", role = "ctb"), 
             person("Even", "Rouault", role = "ctb", comment = "primary author of the COG format and its use of the GDALwarp app-library, example code used by the warper function here"), 
             person("Robert", "Hijmans", role = "ctb", comment = "code in terra package used as example/inspiration"), 
             person("Dewey", "Dunnington", role = "ctb", comment = "wrote the columnar-access mode streaming Arrow support"), 
             person("Tomas", "Kalibera", role = "ctb"))
Description: Provides low-level access to 'GDAL' functionality.  
  'GDAL' is the 'Geospatial Data Abstraction Library' a translator for raster and vector geospatial data formats 
  that presents a single raster abstract data model and single vector abstract data model to the calling application 
  for all supported formats <https://gdal.org/>. This package is focussed on providing exactly and only what GDAL does, to enable
  developing further tools. 
Depends: R (>= 3.3.0)
License: GPL-3
Encoding: UTF-8
LazyData: true
LinkingTo: Rcpp
Imports: jsonlite, nanoarrow, Rcpp, stringr, utils, wk
RoxygenNote: 7.3.2
Suggests: testthat, knitr, markdown, rmarkdown, spelling
SystemRequirements: libgdal-dev, GDAL (>= 2.2.3), PROJ (>= 4.8.0)
VignetteBuilder: knitr
URL: https://github.com/hypertidy/vapour,
        https://hypertidy.github.io/vapour/
BugReports: https://github.com/hypertidy/vapour/issues
Language: en-US
NeedsCompilation: yes
Packaged: 2025-08-20 05:51:20 UTC; mdsumner
Author: Michael Sumner [aut, cre] (ORCID:
    <https://orcid.org/0000-0002-2471-7511>),
  Simon Wotherspoon [ctb] (RasterIO configuration for resampling options),
  Mark Padgham [ctb] (helped get started :)),
  Edzer Pebesma [ctb] (wrote the field-read handling, adapted here from
    sf),
  Roger Bivand [ctb] (wrote configure.ac, adapted here from rgdal),
  Jim Hester [ctb, cph] (wrote CollectorList.h, copied here from fs
    package),
  Timothy Keitt [ctb] (wrote GetPointsInternal copied here from rgdal2
    package),
  Jeroen Ooms [ctb] (tweaked build process, provided Windows build tools),
  Dale Maschette [ctb] (created the hex logo),
  Joseph Stachelek [ctb],
  Even Rouault [ctb] (primary author of the COG format and its use of the
    GDALwarp app-library, example code used by the warper function
    here),
  Robert Hijmans [ctb] (code in terra package used as
    example/inspiration),
  Dewey Dunnington [ctb] (wrote the columnar-access mode streaming Arrow
    support),
  Tomas Kalibera [ctb]
Maintainer: Michael Sumner <mdsumner@gmail.com>
Repository: CRAN
Date/Publication: 2025-08-20 17:10:02 UTC
Built: R 4.5.1; x86_64-w64-mingw32; 2025-10-06 02:24:36 UTC; windows
Archs: x64
