CRAN/E | Rsagacmd

Rsagacmd

Linking R with the Open-Source 'SAGA-GIS' Software

Installation

About

Provides an R scripting interface to the open-source 'SAGA-GIS' (System for Automated Geoscientific Analyses Geographical Information System) software. 'Rsagacmd' dynamically generates R functions for every 'SAGA-GIS' geoprocessing tool based on the user's currently installed 'SAGA-GIS' version. These functions are contained within an S3 object and are accessed as a named list of libraries and tools. This structure facilitates an easier scripting experience by organizing the large number of 'SAGA-GIS' geoprocessing tools (>700) by their respective library. Interactive scripting can fully take advantage of code autocompletion tools (e.g. in 'Rstudio'), allowing for each tools syntax to be quickly recognized. Furthermore, the most common types of spatial data (via the 'terra', 'sp', and 'sf' packages) along with non-spatial data are automatically passed from R to the 'SAGA-GIS' command line tool for geoprocessing operations, and the results are loaded as the appropriate R object. Outputs from individual 'SAGA-GIS' tools can also be chained using pipes from the 'magrittr' and 'dplyr' packages to combine complex geoprocessing operations together in a single statement. 'SAGA-GIS' is available under a GPLv2 / LGPLv2 licence from including Windows x86/x64 and macOS binaries. SAGA-GIS is also included in Debian/Ubuntu default software repositories. Rsagacmd has currently been tested on 'SAGA-GIS' versions from 2.3.1 to 9.2 on Windows, Linux and macOS.

stevenpawley.github.io/Rsagacmd/
System requirements SAGA-GIS (>= 2.3.1)
Bug report File report

Key Metrics

Version 0.4.2
R ≥ 2.10
Published 2023-10-16 192 days ago
Needs compilation? no
License GPL-3
CRAN checks Rsagacmd results

Downloads

Yesterday 25 +39%
Last 7 days 125 +8%
Last 30 days 509 -22%
Last 90 days 1.625 -0%
Last 365 days 6.571 +19%

Maintainer

Maintainer

Steven Pawley

dr.stevenpawley@gmail.com

Authors

Steven Pawley

aut / cre

Material

README
NEWS
Reference manual
Package source

In Views

Spatial

macOS

r-release

arm64

r-oldrel

arm64

r-release

x86_64

r-oldrel

x86_64

Windows

r-devel

x86_64

r-release

x86_64

r-oldrel

x86_64

Old Sources

Rsagacmd archive

Depends

R ≥ 2.10

Imports

generics
sf
terra ≥ 1.7.0
stars
tools
utils
foreign
stringr
rlang
tibble
processx
rvest

Suggests

dplyr
testthat ≥ 3.0.0
covr