-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
32 lines (32 loc) · 989 Bytes
/
DESCRIPTION
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
32
Package: gdalBindings
Type: Package
Title: GDAL Classes Wrapper for Reading and Writing Raster Blocks
Version: 0.1.33
Authors@R: c(
person("Caio", "Hamamura", email = "[email protected]", role = c("aut", "cph", "cre")),
person("Carlos Alberto", "Silva", email = "[email protected]", role = c("aut"))
)
Description: Wraps around 'Geospatial' Data Abstraction Library (GDAL) raster
and band classes for reading and writing directly from RasterBlock in R
semantic `[[]]` and familiar syntax for accessing RasterBand and
reading/writing to blocks (see <https://gdal.org/>).
License: GPL-3
Depends:
R (>= 4.2)
Imports:
data.table,
methods,
R6,
Rcpp,
stats
LinkingTo: Rcpp
NeedsCompilation: yes
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.1
Roxygen: list(markdown = TRUE)
BugReports: https://github.com/caiohamamura/gdalBindings-R/issues
URL: https://github.com/caiohamamura/gdalBindings-R
SystemRequirements:
GDAL,
PROJ