Skip to content

Commit 63eab87

Browse files
author
Médéric RIBREUX
committed
Add r.li.* algorithms
1 parent e6e7b0c commit 63eab87

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

66 files changed

+1729
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
r.li.cwed
2+
r.li.cwed.ascii - Calculates contrast weighted edge density index on a raster map
3+
Raster (r.*)
4+
ParameterRaster|input|Name of input raster map|False
5+
ParameterString|config_txt|Landscape structure configuration|None|True|True
6+
ParameterFile|config|Landscape structure configuration file|False|True
7+
ParameterFile|path|Name of file that contains the weight to calculate the index|False
8+
OutputFile|output|CWED
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
r.li.cwed
2+
Calculates contrast weighted edge density index on a raster map
3+
Raster (r.*)
4+
ParameterRaster|input|Name of input raster map|False
5+
ParameterString|config_txt|Landscape structure configuration|None|True|True
6+
ParameterFile|config|Landscape structure configuration file|False|True
7+
ParameterFile|path|Name of file that contains the weight to calculate the index|False
8+
OutputRaster|output|CWED
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
r.li.dominance
2+
r.li.dominance.ascii - Calculates dominance's diversity index on a raster map
3+
Raster (r.*)
4+
ParameterRaster|input|Name of input raster map|False
5+
ParameterString|config_txt|Landscape structure configuration|None|True|True
6+
ParameterFile|config|Landscape structure configuration file|False|True
7+
OutputFile|output|Dominance
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
r.li.dominance
2+
Calculates dominance's diversity index on a raster map
3+
Raster (r.*)
4+
ParameterRaster|input|Name of input raster map|False
5+
ParameterString|config_txt|Landscape structure configuration|None|True|True
6+
ParameterFile|config|Landscape structure configuration file|False|True
7+
OutputRaster|output|Dominance
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
r.li.edgedensity
2+
r.li.edgedensity.ascii - Calculates edge density index on a raster map, using a 4 neighbour algorithm
3+
Raster (r.*)
4+
ParameterRaster|input|Name of input raster map|False
5+
ParameterString|config_txt|Landscape structure configuration|None|True|True
6+
ParameterFile|config|Landscape structure configuration file|False|True
7+
ParameterString|patch_type|The value of the patch type|None|False|True
8+
ParameterBoolean|-b|Exclude border edges|False
9+
OutputFile|output|Edge Density
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
r.li.edgedensity
2+
Calculates edge density index on a raster map, using a 4 neighbour algorithm
3+
Raster (r.*)
4+
ParameterRaster|input|Name of input raster map|False
5+
ParameterString|config_txt|Landscape structure configuration|None|True|True
6+
ParameterFile|config|Landscape structure configuration file|False|True
7+
ParameterString|patch_type|The value of the patch type|None|False|True
8+
ParameterBoolean|-b|Exclude border edges|False
9+
OutputRaster|output|Edge Density
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
r.li.mpa
2+
r.li.mpa.ascii - Calculates mean pixel attribute index on a raster map
3+
Raster (r.*)
4+
ParameterRaster|input|Name of input raster map|False
5+
ParameterString|config_txt|Landscape structure configuration|None|True|True
6+
ParameterFile|config|Landscape structure configuration file|False|True
7+
OutputFile|output|Mean Pixel Attribute
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
r.li.mpa
2+
Calculates mean pixel attribute index on a raster map
3+
Raster (r.*)
4+
ParameterRaster|input|Name of input raster map|False
5+
ParameterString|config_txt|Landscape structure configuration|None|True|True
6+
ParameterFile|config|Landscape structure configuration file|False|True
7+
OutputRaster|output|Mean Pixel Attribute
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
r.li.mps
2+
r.li.mps.ascii - Calculates mean patch size index on a raster map, using a 4 neighbour algorithm
3+
Raster (r.*)
4+
ParameterRaster|input|Name of input raster map|False
5+
ParameterString|config_txt|Landscape structure configuration|None|True|True
6+
ParameterFile|config|Landscape structure configuration file|False|True
7+
OutputFile|output|Mean Patch Size
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
r.li.mps
2+
Calculates mean patch size index on a raster map, using a 4 neighbour algorithm
3+
Raster (r.*)
4+
ParameterRaster|input|Name of input raster map|False
5+
ParameterString|config_txt|Landscape structure configuration|None|True|True
6+
ParameterFile|config|Landscape structure configuration file|False|True
7+
OutputRaster|output|Mean Patch Size

0 commit comments

Comments
 (0)