Processing collections of Earth observation images as on-demand multispectral, multitemporal 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, materializing data cubes as 'netCDF' files, and plotting. User-defined 'R' functions can be applied over chunks of data cubes. The package implements lazy evaluation and multithreading. All computational parts are implemented in C++, linking to the 'GDAL', 'netCDF', 'CURL', and 'SQLite' libraries.
Version: | 0.1.0 |
Depends: | R (≥ 3.3.0), Rcpp, RcppProgress, jsonlite, ncdf4 |
LinkingTo: | Rcpp, RcppProgress |
Suggests: | knitr, magrittr, processx, rmarkdown, stars |
Published: | 2019-05-24 |
Author: | Marius Appel |
Maintainer: | Marius Appel <marius.appel at uni-muenster.de> |
BugReports: | https://github.com/appelmar/gdalcubes_R/issues/ |
License: | MIT + file LICENSE |
Copyright: | file inst/COPYRIGHTS gdalcubes copyright details |
URL: | https://github.com/appelmar/gdalcubes_R |
NeedsCompilation: | yes |
SystemRequirements: | cxx11, gdal, libgdal, libproj, libcurl, netcdf4 |
Materials: | README NEWS |
CRAN checks: | gdalcubes results |
Reference manual: | gdalcubes.pdf |
Vignettes: |
Getting started with gdalcubes |
Package source: | gdalcubes_0.1.0.tar.gz |
Windows binaries: | r-devel: gdalcubes_0.1.0.zip, r-release: gdalcubes_0.1.0.zip, r-oldrel: gdalcubes_0.1.0.zip |
OS X binaries: | r-release: gdalcubes_0.1.0.tgz, r-oldrel: gdalcubes_0.1.0.tgz |
Please use the canonical form https://CRAN.R-project.org/package=gdalcubes to link to this page.