mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-15 00:04:00 -04:00
Fix r.li interfaces
This commit is contained in:
parent
758f917ecb
commit
2a98098c13
@ -4,5 +4,5 @@ Raster (r.*)
|
||||
ParameterRaster|input|Name of input raster map|False
|
||||
ParameterString|config_txt|Landscape structure configuration|None|True|True
|
||||
ParameterFile|config|Landscape structure configuration file|False|True
|
||||
ParameterFile|path|Name of file that contains the weight to calculate the index|False
|
||||
ParameterFile|path|Name of file that contains the weight to calculate the index|False|False
|
||||
OutputFile|output|CWED
|
||||
|
@ -4,5 +4,5 @@ Raster (r.*)
|
||||
ParameterRaster|input|Name of input raster map|False
|
||||
ParameterString|config_txt|Landscape structure configuration|None|True|True
|
||||
ParameterFile|config|Landscape structure configuration file|False|True
|
||||
ParameterFile|path|Name of file that contains the weight to calculate the index|False
|
||||
ParameterFile|path|Name of file that contains the weight to calculate the index|False|False
|
||||
OutputRaster|output|CWED
|
||||
|
@ -4,5 +4,5 @@ Raster (r.*)
|
||||
ParameterRaster|input|Name of input raster map|False
|
||||
ParameterString|config_txt|Landscape structure configuration|None|True|True
|
||||
ParameterFile|config|Landscape structure configuration file|False|True
|
||||
ParameterString|alpha|Alpha value is the order of the generalized entropy|None|False|True
|
||||
ParameterString|alpha|Alpha value is the order of the generalized entropy|None|False|False
|
||||
OutputFile|output|Renyi
|
||||
|
@ -4,5 +4,5 @@ Raster (r.*)
|
||||
ParameterRaster|input|Name of input raster map|False
|
||||
ParameterString|config_txt|Landscape structure configuration|None|True|True
|
||||
ParameterFile|config|Landscape structure configuration file|False|True
|
||||
ParameterString|alpha|Alpha value is the order of the generalized entropy|None|False|True
|
||||
ParameterString|alpha|Alpha value is the order of the generalized entropy|None|False|False
|
||||
OutputRaster|output|Renyi
|
||||
|
@ -29,7 +29,7 @@ from r_li import checkMovingWindow, configFile
|
||||
|
||||
|
||||
def checkParameterValuesBeforeExecuting(alg):
|
||||
checkMovingWindow(alg)
|
||||
return checkMovingWindow(alg)
|
||||
|
||||
|
||||
def processCommand(alg):
|
||||
|
@ -29,7 +29,7 @@ from r_li import checkMovingWindow, configFile
|
||||
|
||||
|
||||
def checkParameterValuesBeforeExecuting(alg):
|
||||
checkMovingWindow(alg)
|
||||
return checkMovingWindow(alg)
|
||||
|
||||
|
||||
def processCommand(alg):
|
||||
|
@ -29,7 +29,7 @@ from r_li import checkMovingWindow, configFile
|
||||
|
||||
|
||||
def checkParameterValuesBeforeExecuting(alg):
|
||||
checkMovingWindow(alg)
|
||||
return checkMovingWindow(alg)
|
||||
|
||||
|
||||
def processCommand(alg):
|
||||
|
@ -29,7 +29,7 @@ from r_li import checkMovingWindow, configFile
|
||||
|
||||
|
||||
def checkParameterValuesBeforeExecuting(alg):
|
||||
checkMovingWindow(alg)
|
||||
return checkMovingWindow(alg)
|
||||
|
||||
|
||||
def processCommand(alg):
|
||||
|
@ -29,7 +29,7 @@ from r_li import checkMovingWindow, configFile
|
||||
|
||||
|
||||
def checkParameterValuesBeforeExecuting(alg):
|
||||
checkMovingWindow(alg)
|
||||
return checkMovingWindow(alg)
|
||||
|
||||
|
||||
def processCommand(alg):
|
||||
|
@ -29,7 +29,7 @@ from r_li import checkMovingWindow, configFile
|
||||
|
||||
|
||||
def checkParameterValuesBeforeExecuting(alg):
|
||||
checkMovingWindow(alg)
|
||||
return checkMovingWindow(alg)
|
||||
|
||||
|
||||
def processCommand(alg):
|
||||
|
@ -29,7 +29,7 @@ from r_li import checkMovingWindow, configFile
|
||||
|
||||
|
||||
def checkParameterValuesBeforeExecuting(alg):
|
||||
checkMovingWindow(alg)
|
||||
return checkMovingWindow(alg)
|
||||
|
||||
|
||||
def processCommand(alg):
|
||||
|
@ -29,7 +29,7 @@ from r_li import checkMovingWindow, configFile
|
||||
|
||||
|
||||
def checkParameterValuesBeforeExecuting(alg):
|
||||
checkMovingWindow(alg)
|
||||
return checkMovingWindow(alg)
|
||||
|
||||
|
||||
def processCommand(alg):
|
||||
|
@ -29,7 +29,7 @@ from r_li import checkMovingWindow, configFile
|
||||
|
||||
|
||||
def checkParameterValuesBeforeExecuting(alg):
|
||||
checkMovingWindow(alg)
|
||||
return checkMovingWindow(alg)
|
||||
|
||||
|
||||
def processCommand(alg):
|
||||
|
@ -29,7 +29,7 @@ from r_li import checkMovingWindow, configFile
|
||||
|
||||
|
||||
def checkParameterValuesBeforeExecuting(alg):
|
||||
checkMovingWindow(alg)
|
||||
return checkMovingWindow(alg)
|
||||
|
||||
|
||||
def processCommand(alg):
|
||||
|
@ -29,7 +29,7 @@ from r_li import checkMovingWindow, configFile
|
||||
|
||||
|
||||
def checkParameterValuesBeforeExecuting(alg):
|
||||
checkMovingWindow(alg)
|
||||
return checkMovingWindow(alg)
|
||||
|
||||
|
||||
def processCommand(alg):
|
||||
|
@ -29,7 +29,7 @@ from r_li import checkMovingWindow, configFile
|
||||
|
||||
|
||||
def checkParameterValuesBeforeExecuting(alg):
|
||||
checkMovingWindow(alg)
|
||||
return checkMovingWindow(alg)
|
||||
|
||||
|
||||
def processCommand(alg):
|
||||
|
@ -29,7 +29,7 @@ from r_li import checkMovingWindow, configFile
|
||||
|
||||
|
||||
def checkParameterValuesBeforeExecuting(alg):
|
||||
checkMovingWindow(alg)
|
||||
return checkMovingWindow(alg)
|
||||
|
||||
|
||||
def processCommand(alg):
|
||||
|
@ -29,7 +29,7 @@ from r_li import checkMovingWindow, configFile
|
||||
|
||||
|
||||
def checkParameterValuesBeforeExecuting(alg):
|
||||
checkMovingWindow(alg)
|
||||
return checkMovingWindow(alg)
|
||||
|
||||
|
||||
def processCommand(alg):
|
||||
|
@ -29,7 +29,7 @@ from r_li import checkMovingWindow, configFile
|
||||
|
||||
|
||||
def checkParameterValuesBeforeExecuting(alg):
|
||||
checkMovingWindow(alg)
|
||||
return checkMovingWindow(alg)
|
||||
|
||||
|
||||
def processCommand(alg):
|
||||
|
Loading…
x
Reference in New Issue
Block a user