-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
31 lines (31 loc) · 898 Bytes
/
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
29
30
31
Package: GeoMorphTB
Date: 2018-02-08
Type: Package
Title: Computing various gradient and geomorphometric parameters
Version: 0.0.1
Author: c(
person("Raphael", "Knevels",
email = "raphael.knevels@uni-jena.de",
role = c("aut", "cre"))
Maintainer: Raphael Knevels <raphael.knevels@uni-jena.de>
Description: GeoMorphTB contains open-source function of
Evans ArcGIS Geomorphometry & Gradient Metrics Toolbox.
The land surface parameter are computed using QGIS through RQGIS.
URL: https://github.com/raff-k/GeoMorphTB
BugReports: https://github.com/raff-k/GeoMorphTB/issues
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.0.1
Depends:
R (>= 3.3.0),
RQGIS (>= 1.0.3),
raster (>= 2.6-7)
Imports:
raster,
RQGIS,
reticulate (>= 1.2),
rgdal,
sf (>= 0.4-2),
sp
SystemRequirements: Python (>= 2.7), QGIS (>= 2.14)