scapesClassification

The R-package scapesClassification is designed to translate users’ mental models of seascapes, landscapes and, more generally, of geo-spaces into computer representations (classifications). Spaces and geographic objects are classified with user-defined rules taking into account spatial data as well as the spatial relationships existing among different classes and objects.

Raster surfaces and objects

Key ideas

Get started

If you are just getting started with scapesClassification and you would like to have a general overview of the package capabilities you can consult the github page and the working example articles. For a deeper understanding of how the package works you can consult the implementation articles and the examples throughout the package documentation.

Installation

You can install the released version of scapesClassification from CRAN with:

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

And the development version from GitHub with:

# install.packages("devtools")
devtools::install_github("ghTaranto/scapesClassification", dependencies = TRUE)