| gdalUtilities-package {gdalUtilities} | R Documentation |
Wrappers for 'GDAL' Utilities Executables
Description
R's 'sf' package ships with self-contained 'GDAL' executables, including a bare bones interface to several '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. The utilities operate on data stored in files and typically write their output to other files. Therefore, to process data stored in any of R's more common spatial formats (i.e. those supported by the 'sf' and 'terra' packages), first write them to disk, then process them with the package's wrapper functions before reading the outputted results back into R. GDAL function arguments introduced in GDAL version 3.5.2 or earlier are supported.
Details
The DESCRIPTION file:
| Package: | gdalUtilities |
| Type: | Package |
| Title: | Wrappers for 'GDAL' Utilities Executables |
| Version: | 1.2.5 |
| Date: | 2023-08-09 |
| Author: | Joshua O'Brien |
| Maintainer: | Joshua O'Brien <joshmobrien@gmail.com> |
| Description: | R's 'sf' package ships with self-contained 'GDAL' executables, including a bare bones interface to several '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. The utilities operate on data stored in files and typically write their output to other files. Therefore, to process data stored in any of R's more common spatial formats (i.e. those supported by the 'sf' and 'terra' packages), first write them to disk, then process them with the package's wrapper functions before reading the outputted results back into R. GDAL function arguments introduced in GDAL version 3.5.2 or earlier are supported. |
| License: | GPL (>= 2) |
| URL: | https://github.com/JoshOBrien/gdalUtilities/ |
| BugReports: | https://github.com/JoshOBrien/gdalUtilities/issues/ |
| Imports: | sf (>= 1.0-11) |
| Suggests: | terra, stars, RColorBrewer, testthat |
| RoxygenNote: | 7.2.3 |
| Encoding: | UTF-8 |
Index of help topics:
gdalUtilities-defunct Defunct function(s) in the gdalUtilities
package
gdalUtilities-package Wrappers for 'GDAL' Utilities Executables
gdal_grid Interface to GDAL's gdal_grid utility
gdal_rasterize Interface to GDAL's gdal_rasterize utility
gdal_translate Interface to GDAL's gdal_translate utility
gdalbuildvrt Interface to GDAL's gdalbuildvrt utility
gdaldem Interface to GDAL's gdaldem utility
gdalinfo Interface to GDAL's gdalinfo utility
gdalmdiminfo Interface to GDAL's gdalmdiminfo utility
gdalmdimtranslate Interface to GDAL's gdalmdimtranslate utility
gdalwarp Interface to GDAL's gdalwarp utility
nearblack Interface to GDAL's nearblack utility
ogr2ogr Interface to GDAL's ogr2ogr utility
Wrappers for 'GDAL' Utilities Executables.
Author(s)
Joshua O'Brien
Maintainer: Joshua O'Brien <joshmobrien@gmail.com>