Skip to content

Releases: hypertidy/vapour

Warp Raster

28 Jun 07:49
Compare
Choose a tag to compare
v0.6.5

update package doc

Warm Up To Anticonf

30 Sep 00:59
Compare
Choose a tag to compare
v0.4.0

fix link

You Have Failed To Consider Statically-Linked Libraries.

30 Sep 01:01
Compare
Choose a tag to compare
v0.3.0

2nd attempt, release 0.3.0 - remove projstring conversion

Skippy Limit

07 May 00:14
Compare
Choose a tag to compare

Condensation

06 Jun 00:34
Compare
Choose a tag to compare

The vapour package provides access to the basic read functions available in GDALfor both raster and a vector data sources.

The functions are deliberately lower-level than these data models and provide access to the
component entities independently.

For vector data vapour provides:

  • read access to feature attributes.
  • read access to raw binary geometry.
  • read access to geometry in text forms (GeoJSON, WKT, GML, KML).
  • read access to the extent, or bounding box, of feature geometries.

All vector/feature read tasks can optionally apply
OGRSQL to a layer prior to data extraction.

For raster data vapour provides:

  • read access to the list of available rasters within a collection source (subdatasets).
  • read access to structural metadata for individual raster sources.
  • read access for raw data using GDAL's RasterIO framework and its dynamic image decimation / replication resampling algorithms.

The workflows available are intended to support development of applications in R for these vector and raster data without being constrained to any particular data model.