Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Add r.transect algorithm (doesn't work because of a GRASS7 (reported)…
… bug)
- Loading branch information
Médéric RIBREUX
committed
Feb 27, 2016
1 parent
341c0a1
commit ea7f6995e19c99f047b4fb550cbc4e8a8f5fd017
Showing
1 changed file
with
9 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 | ||
|