34
LAS format and processing DTMs from tins and local binning Arrowsmith

LAS format and processing DTMs from tins and local binning Arrowsmith

Embed Size (px)

Citation preview

Page 1: LAS format and processing DTMs from tins and local binning Arrowsmith

LAS format and processingDTMs from tins and local binning

Arrowsmith

Page 2: LAS format and processing DTMs from tins and local binning Arrowsmith

LAS files: industry standard format

Page 3: LAS format and processing DTMs from tins and local binning Arrowsmith

Example of EarthScope Northern California LiDAR data from Mill Gulch along the San Andreas Fault (NCALM data processed at and downloaded

from OpenTopography)

Page 4: LAS format and processing DTMs from tins and local binning Arrowsmith
Page 5: LAS format and processing DTMs from tins and local binning Arrowsmith

Grids in ArcMap for context

Page 6: LAS format and processing DTMs from tins and local binning Arrowsmith
Page 7: LAS format and processing DTMs from tins and local binning Arrowsmith

LASTOOLS

Page 8: LAS format and processing DTMs from tins and local binning Arrowsmith

Install LASTOOLS somewhere like C:

Page 9: LAS format and processing DTMs from tins and local binning Arrowsmith

Install LASTOOLS arc toolbar

Page 10: LAS format and processing DTMs from tins and local binning Arrowsmith

las2shp using LASTOOLS toolbar

Page 11: LAS format and processing DTMs from tins and local binning Arrowsmith

Need to define the projection for the shapefile

Page 12: LAS format and processing DTMs from tins and local binning Arrowsmith
Page 13: LAS format and processing DTMs from tins and local binning Arrowsmith

Need to make a las dataset in Arc

Page 14: LAS format and processing DTMs from tins and local binning Arrowsmith

LAS dataset in ArcMap

Page 15: LAS format and processing DTMs from tins and local binning Arrowsmith

LAS file in ArcMap

Page 16: LAS format and processing DTMs from tins and local binning Arrowsmith

LAS file in ArcScene

Page 17: LAS format and processing DTMs from tins and local binning Arrowsmith

Generating DEMs from LIDAR

LIDAR points raster DEM

resampling

interpolatingtriangulating

temporary TIN

i

j

Isenburg, et al., 2006

Page 18: LAS format and processing DTMs from tins and local binning Arrowsmith

• Inverse Distance Weighting (IDW)• Natural Neighbors• Kriging• Splines• TIN

– linear– quintic

• …

Interpolation Methods

Isenburg, et al., 2006

Page 19: LAS format and processing DTMs from tins and local binning Arrowsmith

StreamingTIN

output

output final DEMto disk

DEM Generation via TIN Streaming

small bufferin main memory

StreamingComputationof DelaunayTriangulation

read pointsfrom disk Immediate

Rasterizationof Streaming

TIN

store elevation rastersto temporary files(grouped by rows)

Isenburg, et al., 2006

Page 20: LAS format and processing DTMs from tins and local binning Arrowsmith

Example Result500,141,313 Points

11 GB(binary, xyz, doubles)

on a household laptop with two harddisks

50,394 × 30,500 DEM3 GB

(binary, BIL, 16 bit, 20 ft)

raster DEM LIDAR points

in 67 minutes 64 MB of main memory

270 MB temporary disk space Isenburg, et al., 2006

Page 21: LAS format and processing DTMs from tins and local binning Arrowsmith

blast2dem

Page 22: LAS format and processing DTMs from tins and local binning Arrowsmith

BLAST2DEM DEM

Page 23: LAS format and processing DTMs from tins and local binning Arrowsmith

BLAST2DEM DEM

Strip: “…it's a licensing issue. to get around it (for academic or personal use) you can simply use lastile to make it small enough and then run blast2dem on smaller tiles and then recomposite with GDAL. “—Martin Isenburg

Page 25: LAS format and processing DTMs from tins and local binning Arrowsmith

An Efficient Implementation of a Local Binning Algorithm for Digital Elevation Model Generation of LiDAR/ALSM Dataset(Kim, et al., 2006)

Page 26: LAS format and processing DTMs from tins and local binning Arrowsmith

Need comma delimited file for P2G

Page 27: LAS format and processing DTMs from tins and local binning Arrowsmith
Page 28: LAS format and processing DTMs from tins and local binning Arrowsmith
Page 29: LAS format and processing DTMs from tins and local binning Arrowsmith

1 m local binning dem

Page 30: LAS format and processing DTMs from tins and local binning Arrowsmith

1 m radius shot density

Page 31: LAS format and processing DTMs from tins and local binning Arrowsmith

1 m radius shot density

Page 32: LAS format and processing DTMs from tins and local binning Arrowsmith

Ground returns only (TIN)

Page 33: LAS format and processing DTMs from tins and local binning Arrowsmith

Ground returns only (1 m radius IDW)

Page 34: LAS format and processing DTMs from tins and local binning Arrowsmith

Points over bare earth surface