gdalUtilities: Wrappers for 'GDAL' Utilities Executables

R's 'sf' package ships with self-contained 'GDAL' executables, including a bare bones interface to several of the 'GDAL'-related utility programs collectively known as the 'GDAL' utilities. For each of those utilities, this package provides an R wrapper whose formal arguments closely mirror those of the 'GDAL' command line interface. All of the utilities operate on data stored in files and typically write their output to other files. As a result, processing data stored in any of R's more common spatial formats (i.e. those supported by the 'sp', 'sf', and 'raster' packages) will require first writing to disk, then processing with the package's wrapper functions before reading back into R.

Version: 1.1.0
Depends: raster
Imports: sf
Suggests: rasterVis, RColorBrewer, testthat, gdalUtils
Published: 2020-04-29
Author: Joshua O'Brien
Maintainer: Joshua O'Brien <joshmobrien at gmail.com>
BugReports: https://github.com/JoshOBrien/gdalUtilities/issues/
License: GPL-2 | GPL-3 [expanded from: GPL (≥ 2)]
URL: https://github.com/JoshOBrien/gdalUtilities/
NeedsCompilation: no
Materials: README
CRAN checks: gdalUtilities results

Downloads:

Reference manual: gdalUtilities.pdf
Package source: gdalUtilities_1.1.0.tar.gz
Windows binaries: r-devel: gdalUtilities_1.1.0.zip, r-release: gdalUtilities_1.1.0.zip, r-oldrel: gdalUtilities_1.1.0.zip
macOS binaries: r-release: gdalUtilities_1.1.0.tgz, r-oldrel: gdalUtilities_1.1.0.tgz
Old sources: gdalUtilities archive

Reverse dependencies:

Reverse imports: MODIStsp

Linking:

Please use the canonical form https://CRAN.R-project.org/package=gdalUtilities to link to this page.