rspatial/terra: Spatial Data Analysis

Methods for spatial data analysis with vector (points, lines, polygons) and raster (grid) data. Methods for vector data include geometric operations such as intersect and buffer. Raster methods include local, focal, global, zonal and geometric operations. The predict and interpolate methods facilitate the use of regression type (interpolation, machine learning) models for spatial prediction, including with satellite remote sensing data. Processing of very large files is supported. See the manual and tutorials on <https://rspatial.org/> to get started. 'terra' replaces the 'raster' package ('terra' can do more, and it is faster and easier to use).

Getting started

Package details

MaintainerRobert J. Hijmans <r.hijmans@gmail.com>
LicenseGPL (>=3)
Version1.7-76
URL https://rspatial.org/ https://rspatial.github.io/terra/
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("rspatial/terra")
rspatial/terra documentation built on May 8, 2024, 9:36 a.m.