CRAN
vapour 0.2.0
Lightweight Access to the 'Geospatial Data Abstraction Library' ('GDAL')
Released May 6, 2019 by Michael Sumner
Dependencies
Provides low-level access to 'GDAL' functionality for R packages. The aim is to minimize the level of interpretation put on the 'GDAL' facilities, to enable direct use of it for a variety of purposes. '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
Installation
Maven
This package can be included as a dependency from a Java or Scala project by including
the following your project's pom.xml
file.
Read more
about embedding Renjin in JVM-based projects.
<dependencies> <dependency> <groupId>org.renjin.cran</groupId> <artifactId>vapour</artifactId> <version>0.2.0-b1</version> </dependency> </dependencies> <repositories> <repository> <id>bedatadriven</id> <name>bedatadriven public repo</name> <url>https://nexus.bedatadriven.com/content/groups/public/</url> </repository> </repositories>
Renjin CLI
If you're using Renjin from the command line, you load this library by invoking:
library('org.renjin.cran:vapour')
Test Results
This package was last tested against Renjin 0.9.2726 on May 7, 2019.
- spelling
- sst_c-examples
- test-features_R.empty_geometry_set_as_expected
- test-features_R.extent_clipping_combined_with_sql_works
- test-features_R.geometry_read_works
- test-features_R.limit_n_works
- test-features_R.sanity_prevails
- test-helpers.helpers_work
- test-helpers.osm_arbitrary_FIDs_as_expected
- test-helpers.sds_checks_work
- test-limit_skip_n.limit_n_is_robust
- test-names.multiplication_works
- testthat
- vapour_layer_names-examples
- vapour_raster_gcp-examples
- vapour_raster_info-examples
- vapour_read_attributes-examples
- vapour_read_geometry-examples
- vapour_read_names-examples
- vapour_read_raster-examples
- vapour_report_attributes-examples
- vapour_sds_names-examples