Top Banner
Reality Check: Processing LiDAR Data A story of data, more data and some more data
35

Reality Check: Processing LiDAR Data A story of data, more data and some more data.

Mar 27, 2015

Download

Documents

Seth Ashby
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Reality Check: Processing LiDAR Data A story of data, more data and some more data.

Reality Check: Processing LiDAR Data

A story of data, more data and some more data

Page 2: Reality Check: Processing LiDAR Data A story of data, more data and some more data.

Red River of the North

Page 3: Reality Check: Processing LiDAR Data A story of data, more data and some more data.

Red River of the North

Page 4: Reality Check: Processing LiDAR Data A story of data, more data and some more data.

Red River of the North

Page 5: Reality Check: Processing LiDAR Data A story of data, more data and some more data.

Red River of the North

Page 6: Reality Check: Processing LiDAR Data A story of data, more data and some more data.

Introduction and BackgroundFEMA Grant to DNR in 2006

Create a high resolution Digital Elevation Model for Floodplain Mapping in the Red River Valley

Partnered withClay CountyMn/DOTNorman CountyWhite Earth ReservationWild Rice Watershed District

Page 7: Reality Check: Processing LiDAR Data A story of data, more data and some more data.

Background

Red River Watershed17,700 Square Miles (Minnesota only)

LiDAR Collect Area (red outline)

3663 Square Miles

Page 8: Reality Check: Processing LiDAR Data A story of data, more data and some more data.

BackgroundData Specifications

Vertical Accuracy 12 cm RMSE

• Capabable of supporting 1.2’ contour generation

15 cm RMSE• Capable of supporting 1.7’

contour generation

Horizontal Accuracy 0.5 meters RMSE

1 meter nominal point spacing

Page 9: Reality Check: Processing LiDAR Data A story of data, more data and some more data.

BackgroundData to be delivered

All LiDAR PointsBare Earth PointsBare Earth GridBuilding PointsVegetation PointsIntensity ImageryEdge of water break lines

Used to enforce flat water areas….

Page 10: Reality Check: Processing LiDAR Data A story of data, more data and some more data.

Delivery Formats…LAS – ASPRS LiDAR Exchange Format

Binary, Open standard, not vendor specificStores a variety of point information

Number of returns Return Number Intensity X,Y, Z values Scan Direction Classification Scan Angle Rank GPS Time

Page 11: Reality Check: Processing LiDAR Data A story of data, more data and some more data.

Delivery FormatsASCII Comma-delimeted

Very generic formatDigested by most any softwareLimited amount of point information available

x, y, z

Large because no compression

Raster Grid1 meter resolution created from bare earth pointsGeneric and portable binary formatInteger format, centimeter Z-Values

Page 12: Reality Check: Processing LiDAR Data A story of data, more data and some more data.

Working with LiDAR DataLiDAR datasets tend to be very large

LAS Format All Returns – 7 million points, 100 mb / square mile Bare Earth – 3 million points, 45 mb / square mile

ASCII Format All Points – 4 million points, 75 mb / square mile Bare Earth – 3 million points, 73 mb / square mile

Grid Format 2.8 mb / square mile in integer format 11.2 mb / square mile in floating point format

Page 13: Reality Check: Processing LiDAR Data A story of data, more data and some more data.

Data volume = high density

1.02 meters

90 meters

Page 14: Reality Check: Processing LiDAR Data A story of data, more data and some more data.

Now for some math….1 sq mile = 296mb3663 sq miles = 1,084,248 mb

Just over 1 gb worth of data for the project area!

Implications?Lot’s of horsepower, er hertz-powerLot’s of disk spaceLot’s of staff-time to copy, handle and process dataLot’s of network capability for Web based delivery

Page 15: Reality Check: Processing LiDAR Data A story of data, more data and some more data.

AccuracyLiDAR has the capacity to collect very high accuracy data

Depends on the flight height and the mission parametersIncreasing accuracy = Increasing Costs!

Limitation is the positional accuracy of the airborne GPS system

Page 16: Reality Check: Processing LiDAR Data A story of data, more data and some more data.

AccuracyValidated the project data deliverables for a pilot project area of 100 square milesTwenty-four control points captured by Mn/DOT survey crewsAccuracy proved to be very good.Two sites were removed from the assessment

One was in a swamp wet in spring, dry during survey

One was just outside the study area

Page 17: Reality Check: Processing LiDAR Data A story of data, more data and some more data.

Accuracy Assessment

ding, ding ding ding

13.4 cm * 1.96 = 26 cm at the 95% confidence level

Assumptions: Normal Distribution Average of zero

Page 18: Reality Check: Processing LiDAR Data A story of data, more data and some more data.

LiDAR Derived ProductsWhat Data Do People Use?

Primary use products Contours Raster Digital Elevation Model

Most users don’t bother with the raw LiDAR data Not a lot of tools available but this list is growing ArcGIS extensions are now available to read LAS format

LiDAR data Derived products from raw LiDAR is a growing research field

Page 19: Reality Check: Processing LiDAR Data A story of data, more data and some more data.

Creating ContoursContours are typically created from a raster DEMContours don’t always look visually appealing

Jagged lines that may wrap on themselves

Smoothing the DEM can help3x3 averaging filter works wellMakes the interpolation routine work harder

Commonly called Neighborhood analysis

Page 20: Reality Check: Processing LiDAR Data A story of data, more data and some more data.

Creating Contours….

400’

1’ contours on shaded relief

Non-filtered DEM Filtered DEM

Page 21: Reality Check: Processing LiDAR Data A story of data, more data and some more data.

Contours…..

Page 22: Reality Check: Processing LiDAR Data A story of data, more data and some more data.

Contours…..

Difference surface of Original – Smoothed DEMMaximum Difference 0.9 feet

Page 23: Reality Check: Processing LiDAR Data A story of data, more data and some more data.

VisualizationLidar data can be visualized a number of ways

Shaded Relief images can reveal very subtle relief Especially with high detail data Helpful for data validation and looking for anomalies and

errors in the data

3-Dimensional viewingCross-sectionsContour generation

Page 24: Reality Check: Processing LiDAR Data A story of data, more data and some more data.

Shaded relief imagery

Page 25: Reality Check: Processing LiDAR Data A story of data, more data and some more data.
Page 26: Reality Check: Processing LiDAR Data A story of data, more data and some more data.
Page 27: Reality Check: Processing LiDAR Data A story of data, more data and some more data.
Page 28: Reality Check: Processing LiDAR Data A story of data, more data and some more data.
Page 29: Reality Check: Processing LiDAR Data A story of data, more data and some more data.
Page 30: Reality Check: Processing LiDAR Data A story of data, more data and some more data.
Page 31: Reality Check: Processing LiDAR Data A story of data, more data and some more data.
Page 32: Reality Check: Processing LiDAR Data A story of data, more data and some more data.
Page 33: Reality Check: Processing LiDAR Data A story of data, more data and some more data.

Intensity…..

Page 34: Reality Check: Processing LiDAR Data A story of data, more data and some more data.

Terrain Modeling…..

Page 35: Reality Check: Processing LiDAR Data A story of data, more data and some more data.

Lessons LearnedUse a Tiling Scheme of Your Choice

PLS Section boundaries work well

Validate the data using for a small pilot areaSaves you and the vendor time if there are problems

Do an independent accuracy assessment!You might be surprised at what you find

Smoothed DEMs generate smooth contours