File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -413,11 +413,12 @@ The following is a script sample that can be used to create a DTM from a PDAL-
413413readable pointcloud.
414414
415415Method:
416- 1. read point cloud file
417- 2. remove noise
418- 3. clean up invalid values
419- 4. classify ground points using `SMRF <https://pdal.io/en/2.9.2/stages/filters.smrf.html >`__
420- 5. write with `GDAL writer <https://pdal.io/en/2.9.2/stages/writers.gdal.html >`__
416+
417+ #. read point cloud file
418+ #. remove noise
419+ #. clean up invalid values
420+ #. classify ground points using `SMRF <https://pdal.io/en/2.9.2/stages/filters.smrf.html >`__
421+ #. write with `GDAL writer <https://pdal.io/en/2.9.2/stages/writers.gdal.html >`__
421422
422423.. note :: If your pointcloud already has ground classified, you can skip all but
423424 the reader and writer and achieve the same result.
You can’t perform that action at this time.
0 commit comments