Skip to content

Commit ea7f699

Browse files
author
Médéric RIBREUX
committed
Add r.transect algorithm (doesn't work because of a GRASS7 (reported) bug)
1 parent 341c0a1 commit ea7f699

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
r.transect
2+
Outputs raster map layer values lying along user defined transect line(s).
3+
Raster (r.*)
4+
ParameterRaster|map|Raster map to be queried|False
5+
ParameterString|line|Transect definition: east,north,azimuth,distance[,east,north,azimuth,distance,...]|None|False|False
6+
ParameterString|null_value|String representing NULL value|*|False|True
7+
*ParameterBoolean|-g|Output easting and northing in first two columns of four column output|False
8+
OutputFile|output|Transect file
9+

0 commit comments

Comments
 (0)