-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathDESCRIPTION
More file actions
31 lines (31 loc) · 1.28 KB
/
DESCRIPTION
File metadata and controls
31 lines (31 loc) · 1.28 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
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/, 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