-
Notifications
You must be signed in to change notification settings - Fork 95
/
DESCRIPTION
29 lines (28 loc) · 1.83 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Package: terra
Type: Package
Title: Spatial Data Analysis
Version: 1.8-7
Date: 2024-12-19
Depends: R (>= 3.5.0)
Suggests: parallel, tinytest, ncdf4, sf (>= 0.9-8), deldir, XML, leaflet (>= 2.2.1), htmlwidgets
LinkingTo: Rcpp
Imports: methods, Rcpp (>= 1.0-10)
SystemRequirements: C++17, GDAL (>= 2.2.3), GEOS (>= 3.4.0), PROJ (>= 4.9.3), sqlite3
Encoding: UTF-8
Language: en-US
Maintainer: Robert J. Hijmans <[email protected]>
Description: 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).
License: GPL (>=3)
URL: https://rspatial.org/, https://rspatial.github.io/terra/
BugReports: https://github.com/rspatial/terra/issues/
LazyLoad: yes
Authors@R: c(
person("Robert J.", "Hijmans", role=c("cre", "aut"),
email="[email protected]", comment=c(ORCID="0000-0001-5872-2872")),
person("Roger", "Bivand", role="ctb", comment=c(ORCID="0000-0003-2392-6140")),
person("Michael", "Chirico", role="ctb"),
person("Emanuele", "Cordano", role="ctb",comment=c(ORCID="0000-0002-3508-5898")),
person("Krzysztof", "Dyba", role="ctb", comment=c(ORCID="0000-0002-8614-3816")),
person("Edzer", "Pebesma", role="ctb", comment=c(ORCID="0000-0001-8049-7069")),
person("Barry", "Rowlingson", role="ctb"),
person("Michael D.", "Sumner", role="ctb"))