Skip to content

Commit

Permalink
Update v.what.rast.label.html
Browse files Browse the repository at this point in the history
  • Loading branch information
ecodiv committed Jan 15, 2022
1 parent ac49b02 commit f0c9f5e
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions src/vector/v.what.rast.label/v.what.rast.label.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,28 +35,34 @@ <h2>EXAMPLES</h2>
v.select ainput=points_of_interest binput=regionbounds output=POI_select operator=within
</pre></div>

<p>Extract raster values and labels from landuse map. Columns from the input map (POI_select) are not included.
<p>Extract raster values and labels from landuse map. Columns from the
input map (POI_select) are not included.

<p><div class="code"><pre>
v.what.rast.label vector=POI_select raster=landuse raster2=elevation output=POI_landuse1
</pre></div>

<p>Extract raster values and labels from landuse map. Use the -0 flag to include the columns from the input map (POI_select)
<p>Extract raster values and labels from landuse map. Use the -0 flag
to include the columns from the input map (POI_select)

<p><div class="code"><pre>
v.what.rast.label -o vector=POI_select raster=landuse raster2=elevation output=POI_landuse2
</pre></div>

<p>Extract raster values and labels from landuse map and values from elevation map. Use the -0 flag to include the columns from the input map (POI_select)
<p>Extract raster values and labels from landuse map and values from
elevation map. Use the -0 flag to include the columns from the input map
(POI_select)

<p><div class="code"><pre>
v.what.rast.label -o vector=POI_select@user1 raster=landuse@PERMANENT raster2=elevation@PERMANENT output=POI_landuse
v.what.rast.label -o vector=POI_select@user1 raster=landuse raster2=elevation output=POI_landuse
</pre></div>

<p>Extract raster values and labels from landuse map and values from elevation map. Use the -0 flag to include the columns from the input map (POI_select)
<p>Extract raster values and labels from landuse map and values from
elevation map. Use the -0 flag to include the columns from the input map
(POI_select). Use the -c flag to include the point coordinates

<p><div class="code"><pre>
v.what.rast.label -o vector=POI_select@user1 raster=landuse@PERMANENT raster2=elevation@PERMANENT output=POI_landuse
v.what.rast.label -o -c vector=POI_select@user1 raster=landuse@PERMANENT raster2=elevation@PERMANENT output=POI_landuse
</pre></div>

<h2>SEE ALSO</h2>
Expand Down

0 comments on commit f0c9f5e

Please sign in to comment.