ExaGeoStat
ExaGeoStat is a parallel high performance unified framework for geostatistics on manycore systems.
|
ExaGeoStatR 1.0.0
exageostatR is an R package for ExaGeoStat framework: a parallel high performance unified framework for geostatistics on manycore systems
Getting Started
install dependencies
git clone exageostatR repo
git clone https://github.com/ecrc/exageostatR.git
Update submodules
git submodule init
git submodule update
Build R package
R CMD check exageostatR
R CMD BUILD exageostatR
Use ExaGeoStatR
install.packages(repos=NULL, "exageostatR_1.0.0.tar.gz")
library("exageostat")
Possibilities of ExaGeoStat
Operations:
Installation User Guide and Examples A complete Installation User Guide can be accessiable here. A more detailed description and examples be accessible here.