Skip to content

Commit

Permalink
suggest -o if projection error shows up
Browse files Browse the repository at this point in the history
  • Loading branch information
hmitaso committed Oct 23, 2024
1 parent 917afc3 commit 60f515f
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions grass/terrain_modeling.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ <h3>Start GRASS GIS</h3>
<pre><code>
cd
</code></pre>
Download all files (see above)
Download all files one-by-one (see above)
to the selected directory. Now you can use the commands from the assignment requiring the file
without the need to specify the full path to the file.

Expand All @@ -57,7 +57,8 @@ <h3>Analyze bare earth and multiple return lidar data properties by binning</h3>
lasinfo tile_0793_016_spm.las
</code></pre>
Class 2 represents bare earth points.<br>
Now we import bare earth points and first return points separately:
Now we import bare earth points and first return points separately (add -o flag to the command
if you are getting error that the projection does not match the project projection):

<pre><code>
v.in.lidar -t input=tile_0793_016_spm.las output=elev_lid793016_be class_filter=2
Expand All @@ -68,7 +69,8 @@ <h3>Analyze bare earth and multiple return lidar data properties by binning</h3>
use v.in.lidar GUI dialog to browse to get the path to the files.
<p>
Set the region from the imported point file with resolution of 1 meter.
Compute raster maps (with <em class="module">r.in.lidar</em>) representing number of points per 1 m grid cell.<br>
Compute raster maps (with <em class="module">r.in.lidar</em>) representing number of points per 1 m grid cell
(add -o flag to the r.in.lidar command if you are getting error that the projection does not match the project projection):
Compare point densities for bare earth, first return.
<span class="question">How do the point densities for bare earth and first return compare?
</span>
Expand Down

0 comments on commit 60f515f

Please sign in to comment.