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 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/, https://joshobrien.github.io/gdalUtilities/ BugReports: https://github.com/JoshOBrien/gdalUtilities/issues/ Imports: sf (>= 1.0-11) Suggests: terra, stars, RColorBrewer RoxygenNote: 7.2.3 Encoding: UTF-8 Config/pak/sysreqs: libabsl-dev cmake libgdal-dev gdal-bin libgeos-dev libssl-dev libproj-dev libsqlite3-dev libudunits2-dev Repository: https://joshobrien.r-universe.dev Date/Publication: 2023-08-22 21:37:32 UTC RemoteUrl: https://github.com/joshobrien/gdalutilities RemoteRef: HEAD RemoteSha: 3d87b464354ad2f473b67b917a8b3d1bc7d58008 NeedsCompilation: no Packaged: 2026-07-05 03:25:25 UTC; root