This repository has been archived by the owner on Jan 20, 2025. It is now read-only.
generated from mundialis/v.example
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathr.slopeunits.html
39 lines (32 loc) · 1.68 KB
/
r.slopeunits.html
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
32
33
34
35
36
37
38
39
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>r.slopeunits toolset - GRASS GIS manual</title>
<meta name="Author" content="Ivan Marchesini, Massimiliano Alvioli, mundialis team">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="content-language" content="en-us">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="grassdocs.css" type="text/css">
</head>
<body bgcolor="white">
<div id="container">
<a href="https://grass.osgeo.org/grass-stable/manuals/index.html"><img src="grass_logo.png" alt="GRASS logo"></a>
<hr class="header">
<h2>NAME</h2>
<em>r.slopeunits</em> is a GRASS GIS addon toolset that creates, cleans
and calculate metrics for slope units. Additionally, optimal input values can
be determined.
<h2>KEYWORDS</h2>
<h2>DESCRIPTION</h2>
The <em>r.slopeunits</em> toolset consists of currently four modules:
<ul>
<li><a href="r.slopeunits.create.html">r.slopeunits.create</a>: Creates a raster layer of slope units. Optionally, a vector map can be created.</li>
<li><a href="r.slopeunits.clean.html">r.slopeunits.clean</a>: Cleans slope units layer, e.g. results of r.slopeunits.create.</li>
<li><a href="r.slopeunits.metrics.html">r.slopeunits.metrics</a>: Creates metrics for slope units.</li>
<li><a href="r.slopeunits.optimize.html">r.slopeunits.optimize</a>: Determines optimal input values for slope units.</li>
</ul>
<h2>AUTHORS</h2>
Main authors: Ivan Marchesini, Massimiliano Alvioli, CNR-IRPI
<br>
Markus Metz (translation to python, refactoring), Carmen Tawalika (translation to python, refactoring),
<a href="https://www.mundialis.de/">mundialis</a>