Skip to content

Commit

Permalink
change output map names to aspect, add v.colors
Browse files Browse the repository at this point in the history
  • Loading branch information
Helena Mitasova authored and Helena Mitasova committed Sep 29, 2024
1 parent 3228c6f commit 2412663
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions grass/interpolation_1.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ <h3>Compute Voronoi polygons</h3>
d.rast elev_vor_1m
d.rast asp_vor_1m
d.vect elev_lid792_randpts size=1 color=red
d.out.file elev_voronoi
d.out.file aspect_voronoi
</code></pre>
<p>
Optionally, you can view it in 3D perspective
Expand All @@ -61,8 +61,7 @@ <h3>Interpolation using IDW</h3>
d.erase
d.rast elev_idw_1m
d.rast asp_idw_1m
d.vect elev_lid792_randpts size=2 color=red
d.out.file elev_idw
d.out.file aspect_idw
</code></pre>

<p>
Expand Down Expand Up @@ -136,6 +135,7 @@ <h3>Optional: create TIN model</h3>
<pre><code>
v.to.3d elev_lid792_randpts output=elev_lid792_randpts3d column=value
v.delaunay elev_lid792_randpts3d output=elev_rand_tin
v.color elev_rand_tin use=z color=elevation
r.mapcalc "level90 = 90"
</code></pre>

Expand Down

0 comments on commit 2412663

Please sign in to comment.