Skip to content

dosolito/RSAGA

This branch is 57 commits behind r-spatial/RSAGA:master.

Folders and files

NameName
Last commit message
Last commit date
Nov 1, 2018
Feb 15, 2018
Mar 29, 2018
Nov 1, 2018
Nov 1, 2018
Feb 19, 2018
May 15, 2018
Jul 10, 2018
Jun 24, 2018
Oct 29, 2018
Aug 11, 2014
Oct 29, 2018
Jul 3, 2018
Oct 27, 2018
Jul 3, 2018
Jul 10, 2018
Mar 29, 2018
Jul 4, 2018
May 2, 2018

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

No packages published

Languages

  • R 99.9%
  • Shell 0.1%