Skip to content

dosolito/RSAGA

 
 

Repository files navigation

RSAGA

Travis build status

Latest RSAGA version with support for SAGA GIS 2.3 LTS - 6.4.0

Provides access to geocomputing and terrain analysis functions of the geographical information system (GIS) 'SAGA' (System for Automated Geoscientific Analyses) from within R by running the command line version of SAGA. This package furthermore provides several R functions for handling ASCII grids, including a flexible framework for applying local functions (including predict methods of fitted models) and focal functions to multiple grids. SAGA GIS is available under GPLv2 / LGPLv2 licence from http://sourceforge.net/projects/saga-gis/.

Installation

You can install RSAGA 1.2.0 from CRAN with:

install.packages("RSAGA", dependencies = TRUE)

Or you can get the latest version from github with:

devtools::install_github("r-spatial/RSAGA")

Or with dependencies:

devtools::install_github("r-spatial/RSAGA", dependencies = TRUE, force = TRUE)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • R 99.9%
  • Shell 0.1%