mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-13 00:03:09 -04:00
Add r.transect algorithm (doesn't work because of a GRASS7 (reported) bug)
This commit is contained in:
parent
3fc2d26757
commit
b2209e4136
@ -0,0 +1,9 @@
|
||||
r.transect
|
||||
Outputs raster map layer values lying along user defined transect line(s).
|
||||
Raster (r.*)
|
||||
ParameterRaster|map|Raster map to be queried|False
|
||||
ParameterString|line|Transect definition: east,north,azimuth,distance[,east,north,azimuth,distance,...]|None|False|False
|
||||
ParameterString|null_value|String representing NULL value|*|False|True
|
||||
*ParameterBoolean|-g|Output easting and northing in first two columns of four column output|False
|
||||
OutputFile|output|Transect file
|
||||
|
Loading…
x
Reference in New Issue
Block a user