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 28, 2016
1 parent
3fc2d26
commit b2209e4136db041c4cacba14de9412d42b7c71ce
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 | ||
|