Skip to content

Commit

Permalink
Add r.transect algorithm (doesn't work because of a GRASS7 (reported)…
Browse files Browse the repository at this point in the history
… bug)
  • Loading branch information
Médéric RIBREUX committed Feb 27, 2016
1 parent 341c0a1 commit ea7f699
Showing 1 changed file with 9 additions and 0 deletions.
@@ -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

0 comments on commit ea7f699

Please sign in to comment.