mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-27 00:33:48 -05:00
11 lines
509 B
Plaintext
11 lines
509 B
Plaintext
r.profile
|
|
Outputs the raster layer values lying on user-defined line(s).
|
|
Raster (r.*)
|
|
ParameterRaster|input|Input raster layer|False
|
|
ParameterString|profile|Profile coordinate pairs|0,0,1,1
|
|
ParameterNumber|res|Resolution along profile|0|None|1.0
|
|
ParameterString|null|Character to represent no data cell|*
|
|
ParameterBoolean|-g|Output easting and northing in first two columns of four column output|False
|
|
ParameterBoolean|-c|Output RRR:GGG:BBB color values for each profile point|False
|
|
OutputFile|output|Profile
|