-
Notifications
You must be signed in to change notification settings - Fork 28
/
DESCRIPTION
72 lines (72 loc) · 2.72 KB
/
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
Package: gdalcubes
Title: Earth Observation Data Cubes from Satellite Image Collections
Version: 0.7.0
Date: 2024-03-06
Authors@R: c(
person(given = "Marius",
family = "Appel",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-5281-3896")),
person(given = "Edzer",
family = "Pebesma",
role = "ctb",
comment = c(ORCID = "0000-0001-8049-7069")),
person(given = "Roger",
family = "Bivand",
role = "ctb"),
person(given = "Jeroen",
family = "Ooms",
role = "ctb",
comment = c(ORCID = "0000-0002-4035-0289")),
person(given = "Lewis",
family = "Van Winkle",
role = "cph"),
person(given = "Ole Christian",
family = "Eidheim",
role = "cph"),
person(given = "Howard",
family = "Hinnant",
role = "cph"),
person(given = "Adrian",
family = "Colomitchi",
role = "cph"),
person(given = "Florian",
family = "Dang",
role = "cph"),
person(given = "Paul",
family = "Thompson",
role = "cph"),
person(given = "Tomasz",
family = "Kamiński",
role = "cph"),
person(given = "Dropbox, Inc.",
role = "cph"))
Description: Processing collections of Earth observation images as on-demand multispectral, multitemporal raster data cubes. Users
define cubes by spatiotemporal extent, resolution, and spatial reference system and let 'gdalcubes' automatically apply cropping, reprojection, and
resampling using the 'Geospatial Data Abstraction Library' ('GDAL'). Implemented functions on data cubes include reduction over space and time,
applying arithmetic expressions on pixel band values, moving window aggregates over time, filtering by space, time, bands, and predicates on pixel values,
exporting data cubes as 'netCDF' or 'GeoTIFF' files, plotting, and extraction from spatial and or spatiotemporal features.
All computational parts are implemented in C++, linking to the 'GDAL', 'netCDF', 'CURL', and 'SQLite' libraries.
See Appel and Pebesma (2019) <doi:10.3390/data4030092> for further details.
Depends: R (>= 3.4)
Imports: Rcpp, jsonlite, ncdf4
License: MIT + file LICENSE
URL: https://github.com/appelmar/gdalcubes
BugReports: https://github.com/appelmar/gdalcubes/issues/
Encoding: UTF-8
RoxygenNote: 7.2.3
LinkingTo: Rcpp, BH
Suggests:
knitr,
rmarkdown,
stars,
av,
gifski,
sf,
tinytest,
lubridate
VignetteBuilder: knitr
Copyright: file inst/COPYRIGHTS
NeedsCompilation: yes
SystemRequirements: GDAL (>= 2.0.1), PROJ (>= 4.8.0), netcdf, sqlite3