SlideShare a Scribd company logo
1 of 15
Accuracy
Assessment of
LiDAR Data Using
ArcGIS 10.1
Presented By: Niccole Murphy
Advanced GIS Concentration
Presentation Overview
 Project Goals
 Guidelines
 History of LiDAR
 LiDAR in ArcGIS
 Comparison of LAS Dataset Vs. Terrain Dataset
 Code Structure
 Final Output
 Conclusion
 Questions
Project Goals
 The goal of this project was to determine if
ArcGIS 10.1 could be used to assess the
accuracy of LiDAR Data
 The accuracy was measured against eight
statistics:
 95th Percentile
 95 Percent Confidence
 Average Residual
 Minimum Residual
 Maximum Residual
 Average Magnitude
 RMSE
 Standard Deviation
Guidelines
 ASPRS Standards:
 95 Percent Confidence no greater than
24.5 centimeters
 95th Percentile no greater than 36.3
centimeters
 USGS Standards:
 Percent grade of slope no greater than 10%
History of LiDAR
 LiDAR: Light Detection and Ranging
 Conceptually been around since 1676
 Technology and processing came around
in the 2000’s
 ArcGIS 9.3 (released in 2008) was the first
to introduce LiDAR capabilities
LiDAR in ArcGIS 10.1
 First accepted in two formats: ASCII and
LAS
 Need to convert to a multipoint feature
 Version 10.1
 Introduced LAS Datasets
 Added ability to view in 2- and 3-
Dimensional formats
 Version 10.2 changed little, but increased the
efficiency of the LAS Dataset to handle larger
sets of data
LAS Dataset
 Does not import the data, stores
reference to the data’s location
 Need a license for either 3D Analyst or
Spatial Analyst
 Can view the data in 3-Dimensional
format
 Profile view available
 The purpose is not to analyze the data, but to
check the quality of the data
 Requires data to be classified
 Limited to 1-2 million points per LAS file (up to
100 MB in version 10.1)
LAS Dataset Continued
 LAS Dataset toolbar allows for different
visual techniques
 Point Display: Elevation, Class or Return
 Surface Analysis: Elevation, Aspect, Slope
and Contour
 Need to convert to another format to perform
analytical operations
Terrain Dataset
 Contained within a Geodatabase and
stored as a Feature Class within a Feature
Dataset
 Should use a projected coordinate system
 It is a multiresolution, triangulated irregular
network (TIN)
 Surface is generated on the fly in the form
of a TIN
 Although similar to a TIN, it does vary from
a TIN
Terrain Dataset Continued
Terrain Dataset TIN
Can be stored in a Geodatabase Cannot be stored in a Geodatabase,
rather it is stored directly on a disk
Maintains the connection to the
source data/measurements from the
data it was created with
Once it is created the tie to the
original source data is lost
Has no size limit Recommended to have only a few
million nodes, but has a maximum
limit of 10-15 million nodes
Cannot be visualized in 3D using
ArcScene (can use ArcGlobe
though)
Can be visualized in 3D using
ArcScene
Is edited by modifying the source
measurements
Is edited by modifying the
triangulation
* Derived from Esri Virtual Campus Course (Managing LiDAR Data Using Terrain Datasets
Code Structure
 The Script tool requires two input features:
 The surface to be used
 Can be Terrain, TIN, DEM, etc. (Anything that
contains elevation information)
 The file containing check point information
 Other features of the tool:
 Sets the workspace for the outputs
 Prompts for a name of the output table
 Choose fields containing orthometric height
values and geoid separation values
Prepare
Outputs
Is the LiDAR Data in Orthometric
or Ellipsoidal Heights
Orthometric Ellipsoidal
Calculate
Ellipsoidal Height
of Check Points
Calculate
Residuals
Generate Absolute Residual
(Used in some Statistical
Calculations
Generate Statistics and Add
to Final Output Table
If the ‘Remove’ Field of the
Check Point Data is Empty
Final Output
Conclusion
 Can display LiDAR data using LAS
Datasets and Terrain Datasets
 LAS Dataset is good for visual quality
control, but not analytical operations
 Terrain Datasets can be used for analysis
and to help answer questions
 Although ArcGIS can perform some tasks
on LiDAR data, it cannot be a
replacement for software like Terrasolid
Questions?

More Related Content

What's hot

Making the most of raster data from the arcgis living atlas of the world
Making the most of raster data from the arcgis living atlas of the worldMaking the most of raster data from the arcgis living atlas of the world
Making the most of raster data from the arcgis living atlas of the worldAileen Buckley
 
Making the most of raster data from the arcgis living atlas of the world
Making the most of raster data from the arcgis living atlas of the worldMaking the most of raster data from the arcgis living atlas of the world
Making the most of raster data from the arcgis living atlas of the worldAileen Buckley
 
Watershed development and drainage assessments
Watershed development and drainage assessmentsWatershed development and drainage assessments
Watershed development and drainage assessmentsAndrew Harrison
 
Big Data and Geospatial with HPCC Systems
Big Data and Geospatial with HPCC SystemsBig Data and Geospatial with HPCC Systems
Big Data and Geospatial with HPCC SystemsHPCC Systems
 
Dem analaysis and catchment delineation using GIS
Dem analaysis and catchment delineation using GISDem analaysis and catchment delineation using GIS
Dem analaysis and catchment delineation using GISHans van der Kwast
 
Map Reduce introduction (google white papers)
Map Reduce introduction (google white papers)Map Reduce introduction (google white papers)
Map Reduce introduction (google white papers)Archith777
 
Making the Most of Raster Analysis with Living Atlas Data - Esri UC 2018
Making the Most of Raster Analysis with Living Atlas Data - Esri UC 2018Making the Most of Raster Analysis with Living Atlas Data - Esri UC 2018
Making the Most of Raster Analysis with Living Atlas Data - Esri UC 2018Aileen Buckley
 
MapInfo Discover 3D for Wind Energy Resources
MapInfo Discover 3D for Wind Energy ResourcesMapInfo Discover 3D for Wind Energy Resources
MapInfo Discover 3D for Wind Energy ResourcesPrakher Hajela Saxena
 
All the New Cool Stuff in QGIS 2.0
All the New Cool Stuff in QGIS 2.0All the New Cool Stuff in QGIS 2.0
All the New Cool Stuff in QGIS 2.0Nathan Woodrow
 
Scalable Data Analytics and Visualization with Cloud Optimized Services
Scalable Data Analytics and Visualization with Cloud Optimized ServicesScalable Data Analytics and Visualization with Cloud Optimized Services
Scalable Data Analytics and Visualization with Cloud Optimized ServicesGlobus
 
Linear discriminant analysis
Linear discriminant analysisLinear discriminant analysis
Linear discriminant analysisBangalore
 
Introduction to Tools in ArcGIS
Introduction to Tools in ArcGISIntroduction to Tools in ArcGIS
Introduction to Tools in ArcGISDaniele Baker
 
Plugins in QGIS and its uses
Plugins in QGIS and its usesPlugins in QGIS and its uses
Plugins in QGIS and its usesMayuresh Padalkar
 
Lecture 1b introduction to arc gis
Lecture 1b  introduction to arc gisLecture 1b  introduction to arc gis
Lecture 1b introduction to arc gisAbir Mohammad
 

What's hot (20)

Making the most of raster data from the arcgis living atlas of the world
Making the most of raster data from the arcgis living atlas of the worldMaking the most of raster data from the arcgis living atlas of the world
Making the most of raster data from the arcgis living atlas of the world
 
Making the most of raster data from the arcgis living atlas of the world
Making the most of raster data from the arcgis living atlas of the worldMaking the most of raster data from the arcgis living atlas of the world
Making the most of raster data from the arcgis living atlas of the world
 
Watershed development and drainage assessments
Watershed development and drainage assessmentsWatershed development and drainage assessments
Watershed development and drainage assessments
 
Big Data and Geospatial with HPCC Systems
Big Data and Geospatial with HPCC SystemsBig Data and Geospatial with HPCC Systems
Big Data and Geospatial with HPCC Systems
 
QGIS Tutorial 2
QGIS Tutorial 2QGIS Tutorial 2
QGIS Tutorial 2
 
LiDAR_Project
LiDAR_ProjectLiDAR_Project
LiDAR_Project
 
GIS Modeling
GIS ModelingGIS Modeling
GIS Modeling
 
Arc gis network analyst tutorial
 Arc gis network analyst tutorial Arc gis network analyst tutorial
Arc gis network analyst tutorial
 
Dem analaysis and catchment delineation using GIS
Dem analaysis and catchment delineation using GISDem analaysis and catchment delineation using GIS
Dem analaysis and catchment delineation using GIS
 
Geoprocessing
GeoprocessingGeoprocessing
Geoprocessing
 
Map Reduce introduction (google white papers)
Map Reduce introduction (google white papers)Map Reduce introduction (google white papers)
Map Reduce introduction (google white papers)
 
Mrp Final
Mrp FinalMrp Final
Mrp Final
 
Making the Most of Raster Analysis with Living Atlas Data - Esri UC 2018
Making the Most of Raster Analysis with Living Atlas Data - Esri UC 2018Making the Most of Raster Analysis with Living Atlas Data - Esri UC 2018
Making the Most of Raster Analysis with Living Atlas Data - Esri UC 2018
 
MapInfo Discover 3D for Wind Energy Resources
MapInfo Discover 3D for Wind Energy ResourcesMapInfo Discover 3D for Wind Energy Resources
MapInfo Discover 3D for Wind Energy Resources
 
All the New Cool Stuff in QGIS 2.0
All the New Cool Stuff in QGIS 2.0All the New Cool Stuff in QGIS 2.0
All the New Cool Stuff in QGIS 2.0
 
Scalable Data Analytics and Visualization with Cloud Optimized Services
Scalable Data Analytics and Visualization with Cloud Optimized ServicesScalable Data Analytics and Visualization with Cloud Optimized Services
Scalable Data Analytics and Visualization with Cloud Optimized Services
 
Linear discriminant analysis
Linear discriminant analysisLinear discriminant analysis
Linear discriminant analysis
 
Introduction to Tools in ArcGIS
Introduction to Tools in ArcGISIntroduction to Tools in ArcGIS
Introduction to Tools in ArcGIS
 
Plugins in QGIS and its uses
Plugins in QGIS and its usesPlugins in QGIS and its uses
Plugins in QGIS and its uses
 
Lecture 1b introduction to arc gis
Lecture 1b  introduction to arc gisLecture 1b  introduction to arc gis
Lecture 1b introduction to arc gis
 

Viewers also liked

Model for Prioritizing Catchments for Terrestrial Liming in NS
Model for Prioritizing Catchments for Terrestrial Liming in NSModel for Prioritizing Catchments for Terrestrial Liming in NS
Model for Prioritizing Catchments for Terrestrial Liming in NSCOGS Presentations
 
Base mapping of the St.Mary's District
Base mapping of the St.Mary's DistrictBase mapping of the St.Mary's District
Base mapping of the St.Mary's DistrictCOGS Presentations
 
Exploring Halifax Attractions using the Esri Runtime SDK for Android
Exploring Halifax Attractions using the Esri Runtime SDK for AndroidExploring Halifax Attractions using the Esri Runtime SDK for Android
Exploring Halifax Attractions using the Esri Runtime SDK for AndroidCOGS Presentations
 
Centre of Geographic Sciences Remote Sensing Field Camp 2015
Centre of Geographic Sciences Remote Sensing Field Camp 2015Centre of Geographic Sciences Remote Sensing Field Camp 2015
Centre of Geographic Sciences Remote Sensing Field Camp 2015COGS Presentations
 
The essentials for life at cogs
The essentials for life at cogsThe essentials for life at cogs
The essentials for life at cogsCOGS Presentations
 
Interactive Web Map of New Zealand Earthquakes
Interactive Web Map of New Zealand EarthquakesInteractive Web Map of New Zealand Earthquakes
Interactive Web Map of New Zealand EarthquakesCOGS Presentations
 
Centre Of Geographic Sciences Remote Sensing Field Camp 2015
Centre Of Geographic Sciences Remote Sensing Field Camp 2015Centre Of Geographic Sciences Remote Sensing Field Camp 2015
Centre Of Geographic Sciences Remote Sensing Field Camp 2015COGS Presentations
 
Matt cousensagrg presentation_final
Matt cousensagrg presentation_finalMatt cousensagrg presentation_final
Matt cousensagrg presentation_finalCOGS Presentations
 
Trying to decipher fort beausejour
Trying to decipher fort beausejourTrying to decipher fort beausejour
Trying to decipher fort beausejourCOGS Presentations
 
The Processing of the 1920's Survey Sheets of the City of Saint John, NB for ...
The Processing of the 1920's Survey Sheets of the City of Saint John, NB for ...The Processing of the 1920's Survey Sheets of the City of Saint John, NB for ...
The Processing of the 1920's Survey Sheets of the City of Saint John, NB for ...COGS Presentations
 

Viewers also liked (20)

Presentation: Fee & Brigley
Presentation: Fee & BrigleyPresentation: Fee & Brigley
Presentation: Fee & Brigley
 
Model for Prioritizing Catchments for Terrestrial Liming in NS
Model for Prioritizing Catchments for Terrestrial Liming in NSModel for Prioritizing Catchments for Terrestrial Liming in NS
Model for Prioritizing Catchments for Terrestrial Liming in NS
 
Base mapping of the St.Mary's District
Base mapping of the St.Mary's DistrictBase mapping of the St.Mary's District
Base mapping of the St.Mary's District
 
Sable presentation bowen
Sable presentation bowenSable presentation bowen
Sable presentation bowen
 
Exploring Halifax Attractions using the Esri Runtime SDK for Android
Exploring Halifax Attractions using the Esri Runtime SDK for AndroidExploring Halifax Attractions using the Esri Runtime SDK for Android
Exploring Halifax Attractions using the Esri Runtime SDK for Android
 
Adams Hunt Lawrence May 2016
Adams Hunt Lawrence May 2016Adams Hunt Lawrence May 2016
Adams Hunt Lawrence May 2016
 
Centre of Geographic Sciences Remote Sensing Field Camp 2015
Centre of Geographic Sciences Remote Sensing Field Camp 2015Centre of Geographic Sciences Remote Sensing Field Camp 2015
Centre of Geographic Sciences Remote Sensing Field Camp 2015
 
Coastal erosion
Coastal erosionCoastal erosion
Coastal erosion
 
The essentials for life at cogs
The essentials for life at cogsThe essentials for life at cogs
The essentials for life at cogs
 
Various frontslides2016
Various frontslides2016Various frontslides2016
Various frontslides2016
 
Sutherland final presentation
Sutherland final presentationSutherland final presentation
Sutherland final presentation
 
Interactive Web Map of New Zealand Earthquakes
Interactive Web Map of New Zealand EarthquakesInteractive Web Map of New Zealand Earthquakes
Interactive Web Map of New Zealand Earthquakes
 
Centre Of Geographic Sciences Remote Sensing Field Camp 2015
Centre Of Geographic Sciences Remote Sensing Field Camp 2015Centre Of Geographic Sciences Remote Sensing Field Camp 2015
Centre Of Geographic Sciences Remote Sensing Field Camp 2015
 
Matt cousensagrg presentation_final
Matt cousensagrg presentation_finalMatt cousensagrg presentation_final
Matt cousensagrg presentation_final
 
Rachel mckenna
Rachel mckennaRachel mckenna
Rachel mckenna
 
V bennett aster_2015
V bennett aster_2015V bennett aster_2015
V bennett aster_2015
 
Trying to decipher fort beausejour
Trying to decipher fort beausejourTrying to decipher fort beausejour
Trying to decipher fort beausejour
 
Karman vortices
Karman vorticesKarman vortices
Karman vortices
 
Presentation Brake & Scott
Presentation Brake & ScottPresentation Brake & Scott
Presentation Brake & Scott
 
The Processing of the 1920's Survey Sheets of the City of Saint John, NB for ...
The Processing of the 1920's Survey Sheets of the City of Saint John, NB for ...The Processing of the 1920's Survey Sheets of the City of Saint John, NB for ...
The Processing of the 1920's Survey Sheets of the City of Saint John, NB for ...
 

Similar to Murphy presentation

Spar 2010 Presetation
Spar 2010 PresetationSpar 2010 Presetation
Spar 2010 Presetationcformeller
 
Enabling Users to Easily Filter TNM Datasets to Smaller Scales
Enabling Users to Easily Filter TNM Datasets to Smaller ScalesEnabling Users to Easily Filter TNM Datasets to Smaller Scales
Enabling Users to Easily Filter TNM Datasets to Smaller Scalesnacis_slides
 
LIDAR- Light Detection and Ranging.
LIDAR- Light Detection and Ranging.LIDAR- Light Detection and Ranging.
LIDAR- Light Detection and Ranging.Gaurav Agarwal
 
Dsm Presentation
Dsm PresentationDsm Presentation
Dsm Presentationrichoe
 
Data models in geographical information system(GIS)
Data models in geographical information system(GIS)Data models in geographical information system(GIS)
Data models in geographical information system(GIS)Pramoda Raj
 
LiDAR Technology and Geospatial Services
LiDAR Technology and Geospatial Services LiDAR Technology and Geospatial Services
LiDAR Technology and Geospatial Services MattBethel1
 
TYBSC IT PGIS Unit II Chapter I Data Management and Processing Systems
TYBSC IT PGIS Unit II Chapter I Data Management and Processing SystemsTYBSC IT PGIS Unit II Chapter I Data Management and Processing Systems
TYBSC IT PGIS Unit II Chapter I Data Management and Processing SystemsArti Parab Academics
 
Spatial Data Integrator - Software Presentation and Use Cases
Spatial Data Integrator - Software Presentation and Use CasesSpatial Data Integrator - Software Presentation and Use Cases
Spatial Data Integrator - Software Presentation and Use Casesmathieuraj
 
MODS_Training_January_2015.pptx
MODS_Training_January_2015.pptxMODS_Training_January_2015.pptx
MODS_Training_January_2015.pptxSMFORHADTASFI
 
Qiu bosc2010
Qiu bosc2010Qiu bosc2010
Qiu bosc2010BOSC 2010
 
"Why LiDAR?" Presentation
"Why LiDAR?" Presentation"Why LiDAR?" Presentation
"Why LiDAR?" PresentationLidar Blog
 
Laser ScanningLaser scanning is an emerging data acquisition techn.pdf
Laser ScanningLaser scanning is an emerging data acquisition techn.pdfLaser ScanningLaser scanning is an emerging data acquisition techn.pdf
Laser ScanningLaser scanning is an emerging data acquisition techn.pdfanjaniar7gallery
 
Cogent3 d master slides (12 april 2009)
Cogent3 d master slides (12 april 2009)Cogent3 d master slides (12 april 2009)
Cogent3 d master slides (12 april 2009)Danny Bronson
 
Review of Digital Soil Mapping steps
Review of Digital Soil Mapping stepsReview of Digital Soil Mapping steps
Review of Digital Soil Mapping stepsFAO
 
Lidar Analysis in ArcGIS® 10.0 for Forestry Applications
Lidar Analysis in ArcGIS® 10.0 for Forestry ApplicationsLidar Analysis in ArcGIS® 10.0 for Forestry Applications
Lidar Analysis in ArcGIS® 10.0 for Forestry ApplicationsGordon Sumerling
 
AvisMap GIS Products Overview
AvisMap GIS Products OverviewAvisMap GIS Products Overview
AvisMap GIS Products Overviewavismapsoftware
 

Similar to Murphy presentation (20)

Floodplain Modeling with LiDAR-Derived Terrain
Floodplain Modeling with LiDAR-Derived TerrainFloodplain Modeling with LiDAR-Derived Terrain
Floodplain Modeling with LiDAR-Derived Terrain
 
Spar 2010 Presetation
Spar 2010 PresetationSpar 2010 Presetation
Spar 2010 Presetation
 
Enabling Users to Easily Filter TNM Datasets to Smaller Scales
Enabling Users to Easily Filter TNM Datasets to Smaller ScalesEnabling Users to Easily Filter TNM Datasets to Smaller Scales
Enabling Users to Easily Filter TNM Datasets to Smaller Scales
 
LIDAR- Light Detection and Ranging.
LIDAR- Light Detection and Ranging.LIDAR- Light Detection and Ranging.
LIDAR- Light Detection and Ranging.
 
Geographic information system
Geographic information systemGeographic information system
Geographic information system
 
Dsm Presentation
Dsm PresentationDsm Presentation
Dsm Presentation
 
Data models in geographical information system(GIS)
Data models in geographical information system(GIS)Data models in geographical information system(GIS)
Data models in geographical information system(GIS)
 
Cad to ESRI Geodatabase Conversion
Cad to ESRI Geodatabase ConversionCad to ESRI Geodatabase Conversion
Cad to ESRI Geodatabase Conversion
 
LiDAR Technology and Geospatial Services
LiDAR Technology and Geospatial Services LiDAR Technology and Geospatial Services
LiDAR Technology and Geospatial Services
 
design_doc
design_docdesign_doc
design_doc
 
TYBSC IT PGIS Unit II Chapter I Data Management and Processing Systems
TYBSC IT PGIS Unit II Chapter I Data Management and Processing SystemsTYBSC IT PGIS Unit II Chapter I Data Management and Processing Systems
TYBSC IT PGIS Unit II Chapter I Data Management and Processing Systems
 
Spatial Data Integrator - Software Presentation and Use Cases
Spatial Data Integrator - Software Presentation and Use CasesSpatial Data Integrator - Software Presentation and Use Cases
Spatial Data Integrator - Software Presentation and Use Cases
 
MODS_Training_January_2015.pptx
MODS_Training_January_2015.pptxMODS_Training_January_2015.pptx
MODS_Training_January_2015.pptx
 
Qiu bosc2010
Qiu bosc2010Qiu bosc2010
Qiu bosc2010
 
"Why LiDAR?" Presentation
"Why LiDAR?" Presentation"Why LiDAR?" Presentation
"Why LiDAR?" Presentation
 
Laser ScanningLaser scanning is an emerging data acquisition techn.pdf
Laser ScanningLaser scanning is an emerging data acquisition techn.pdfLaser ScanningLaser scanning is an emerging data acquisition techn.pdf
Laser ScanningLaser scanning is an emerging data acquisition techn.pdf
 
Cogent3 d master slides (12 april 2009)
Cogent3 d master slides (12 april 2009)Cogent3 d master slides (12 april 2009)
Cogent3 d master slides (12 april 2009)
 
Review of Digital Soil Mapping steps
Review of Digital Soil Mapping stepsReview of Digital Soil Mapping steps
Review of Digital Soil Mapping steps
 
Lidar Analysis in ArcGIS® 10.0 for Forestry Applications
Lidar Analysis in ArcGIS® 10.0 for Forestry ApplicationsLidar Analysis in ArcGIS® 10.0 for Forestry Applications
Lidar Analysis in ArcGIS® 10.0 for Forestry Applications
 
AvisMap GIS Products Overview
AvisMap GIS Products OverviewAvisMap GIS Products Overview
AvisMap GIS Products Overview
 

More from COGS Presentations

Southwest mongolia multispectral program title
Southwest mongolia multispectral program titleSouthwest mongolia multispectral program title
Southwest mongolia multispectral program titleCOGS Presentations
 
Remote Sensing Field Camp 2016
Remote Sensing Field Camp 2016 Remote Sensing Field Camp 2016
Remote Sensing Field Camp 2016 COGS Presentations
 
Using ArcMap’s Network Analyst to Model Emergency Service Response Routes Dur...
Using ArcMap’s Network Analyst to Model Emergency Service Response Routes Dur...Using ArcMap’s Network Analyst to Model Emergency Service Response Routes Dur...
Using ArcMap’s Network Analyst to Model Emergency Service Response Routes Dur...COGS Presentations
 
Automated change detection in grass gis
Automated change detection in grass gisAutomated change detection in grass gis
Automated change detection in grass gisCOGS Presentations
 
Online Mapping Support - Age Advantage Association
Online Mapping Support - Age Advantage AssociationOnline Mapping Support - Age Advantage Association
Online Mapping Support - Age Advantage AssociationCOGS Presentations
 
Exploring the Usage of Municipal Parking in Wolfville's Downtown
Exploring the Usage of Municipal Parking in Wolfville's DowntownExploring the Usage of Municipal Parking in Wolfville's Downtown
Exploring the Usage of Municipal Parking in Wolfville's DowntownCOGS Presentations
 
From Report to Geographic Study
From Report to Geographic StudyFrom Report to Geographic Study
From Report to Geographic StudyCOGS Presentations
 
Online Mapping Support - Age Advantage Association
Online Mapping Support - Age Advantage Association Online Mapping Support - Age Advantage Association
Online Mapping Support - Age Advantage Association COGS Presentations
 
Geovisualisation and Analysis of the Good Country Index
Geovisualisation and Analysis of the Good Country IndexGeovisualisation and Analysis of the Good Country Index
Geovisualisation and Analysis of the Good Country IndexCOGS Presentations
 

More from COGS Presentations (13)

Southwest mongolia multispectral program title
Southwest mongolia multispectral program titleSouthwest mongolia multispectral program title
Southwest mongolia multispectral program title
 
Remote Sensing Field Camp 2016
Remote Sensing Field Camp 2016 Remote Sensing Field Camp 2016
Remote Sensing Field Camp 2016
 
Test2016
Test2016Test2016
Test2016
 
Using ArcMap’s Network Analyst to Model Emergency Service Response Routes Dur...
Using ArcMap’s Network Analyst to Model Emergency Service Response Routes Dur...Using ArcMap’s Network Analyst to Model Emergency Service Response Routes Dur...
Using ArcMap’s Network Analyst to Model Emergency Service Response Routes Dur...
 
Automated change detection in grass gis
Automated change detection in grass gisAutomated change detection in grass gis
Automated change detection in grass gis
 
Online Mapping Support - Age Advantage Association
Online Mapping Support - Age Advantage AssociationOnline Mapping Support - Age Advantage Association
Online Mapping Support - Age Advantage Association
 
Andrew Fage presentation
Andrew Fage   presentationAndrew Fage   presentation
Andrew Fage presentation
 
Exploring the Usage of Municipal Parking in Wolfville's Downtown
Exploring the Usage of Municipal Parking in Wolfville's DowntownExploring the Usage of Municipal Parking in Wolfville's Downtown
Exploring the Usage of Municipal Parking in Wolfville's Downtown
 
From Report to Geographic Study
From Report to Geographic StudyFrom Report to Geographic Study
From Report to Geographic Study
 
GIS Consulting with the BCAF
GIS Consulting with the BCAFGIS Consulting with the BCAF
GIS Consulting with the BCAF
 
Online Mapping Support - Age Advantage Association
Online Mapping Support - Age Advantage Association Online Mapping Support - Age Advantage Association
Online Mapping Support - Age Advantage Association
 
CMacMullen_CubaPresentation
CMacMullen_CubaPresentationCMacMullen_CubaPresentation
CMacMullen_CubaPresentation
 
Geovisualisation and Analysis of the Good Country Index
Geovisualisation and Analysis of the Good Country IndexGeovisualisation and Analysis of the Good Country Index
Geovisualisation and Analysis of the Good Country Index
 

Recently uploaded

How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17Celine George
 
mini mental status format.docx
mini    mental       status     format.docxmini    mental       status     format.docx
mini mental status format.docxPoojaSen20
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformChameera Dedduwage
 
Concept of Vouching. B.Com(Hons) /B.Compdf
Concept of Vouching. B.Com(Hons) /B.CompdfConcept of Vouching. B.Com(Hons) /B.Compdf
Concept of Vouching. B.Com(Hons) /B.CompdfUmakantAnnand
 
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Celine George
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxNirmalaLoungPoorunde1
 
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...M56BOOKSTORE PRODUCT/SERVICE
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxiammrhaywood
 
MENTAL STATUS EXAMINATION format.docx
MENTAL     STATUS EXAMINATION format.docxMENTAL     STATUS EXAMINATION format.docx
MENTAL STATUS EXAMINATION format.docxPoojaSen20
 
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfEnzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfSumit Tiwari
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdfSoniaTolstoy
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)eniolaolutunde
 
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxContemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxRoyAbrique
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentInMediaRes1
 
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting DataJhengPantaleon
 

Recently uploaded (20)

How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17
 
mini mental status format.docx
mini    mental       status     format.docxmini    mental       status     format.docx
mini mental status format.docx
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy Reform
 
Concept of Vouching. B.Com(Hons) /B.Compdf
Concept of Vouching. B.Com(Hons) /B.CompdfConcept of Vouching. B.Com(Hons) /B.Compdf
Concept of Vouching. B.Com(Hons) /B.Compdf
 
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
 
Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptx
 
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
 
MENTAL STATUS EXAMINATION format.docx
MENTAL     STATUS EXAMINATION format.docxMENTAL     STATUS EXAMINATION format.docx
MENTAL STATUS EXAMINATION format.docx
 
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfEnzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
 
9953330565 Low Rate Call Girls In Rohini Delhi NCR
9953330565 Low Rate Call Girls In Rohini  Delhi NCR9953330565 Low Rate Call Girls In Rohini  Delhi NCR
9953330565 Low Rate Call Girls In Rohini Delhi NCR
 
Staff of Color (SOC) Retention Efforts DDSD
Staff of Color (SOC) Retention Efforts DDSDStaff of Color (SOC) Retention Efforts DDSD
Staff of Color (SOC) Retention Efforts DDSD
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
 
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdfTataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)
 
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxContemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media Component
 
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
 

Murphy presentation

  • 1. Accuracy Assessment of LiDAR Data Using ArcGIS 10.1 Presented By: Niccole Murphy Advanced GIS Concentration
  • 2. Presentation Overview  Project Goals  Guidelines  History of LiDAR  LiDAR in ArcGIS  Comparison of LAS Dataset Vs. Terrain Dataset  Code Structure  Final Output  Conclusion  Questions
  • 3. Project Goals  The goal of this project was to determine if ArcGIS 10.1 could be used to assess the accuracy of LiDAR Data  The accuracy was measured against eight statistics:  95th Percentile  95 Percent Confidence  Average Residual  Minimum Residual  Maximum Residual  Average Magnitude  RMSE  Standard Deviation
  • 4. Guidelines  ASPRS Standards:  95 Percent Confidence no greater than 24.5 centimeters  95th Percentile no greater than 36.3 centimeters  USGS Standards:  Percent grade of slope no greater than 10%
  • 5. History of LiDAR  LiDAR: Light Detection and Ranging  Conceptually been around since 1676  Technology and processing came around in the 2000’s  ArcGIS 9.3 (released in 2008) was the first to introduce LiDAR capabilities
  • 6. LiDAR in ArcGIS 10.1  First accepted in two formats: ASCII and LAS  Need to convert to a multipoint feature  Version 10.1  Introduced LAS Datasets  Added ability to view in 2- and 3- Dimensional formats  Version 10.2 changed little, but increased the efficiency of the LAS Dataset to handle larger sets of data
  • 7. LAS Dataset  Does not import the data, stores reference to the data’s location  Need a license for either 3D Analyst or Spatial Analyst  Can view the data in 3-Dimensional format  Profile view available  The purpose is not to analyze the data, but to check the quality of the data  Requires data to be classified  Limited to 1-2 million points per LAS file (up to 100 MB in version 10.1)
  • 8. LAS Dataset Continued  LAS Dataset toolbar allows for different visual techniques  Point Display: Elevation, Class or Return  Surface Analysis: Elevation, Aspect, Slope and Contour  Need to convert to another format to perform analytical operations
  • 9. Terrain Dataset  Contained within a Geodatabase and stored as a Feature Class within a Feature Dataset  Should use a projected coordinate system  It is a multiresolution, triangulated irregular network (TIN)  Surface is generated on the fly in the form of a TIN  Although similar to a TIN, it does vary from a TIN
  • 10. Terrain Dataset Continued Terrain Dataset TIN Can be stored in a Geodatabase Cannot be stored in a Geodatabase, rather it is stored directly on a disk Maintains the connection to the source data/measurements from the data it was created with Once it is created the tie to the original source data is lost Has no size limit Recommended to have only a few million nodes, but has a maximum limit of 10-15 million nodes Cannot be visualized in 3D using ArcScene (can use ArcGlobe though) Can be visualized in 3D using ArcScene Is edited by modifying the source measurements Is edited by modifying the triangulation * Derived from Esri Virtual Campus Course (Managing LiDAR Data Using Terrain Datasets
  • 11. Code Structure  The Script tool requires two input features:  The surface to be used  Can be Terrain, TIN, DEM, etc. (Anything that contains elevation information)  The file containing check point information  Other features of the tool:  Sets the workspace for the outputs  Prompts for a name of the output table  Choose fields containing orthometric height values and geoid separation values
  • 12. Prepare Outputs Is the LiDAR Data in Orthometric or Ellipsoidal Heights Orthometric Ellipsoidal Calculate Ellipsoidal Height of Check Points Calculate Residuals Generate Absolute Residual (Used in some Statistical Calculations Generate Statistics and Add to Final Output Table If the ‘Remove’ Field of the Check Point Data is Empty
  • 14. Conclusion  Can display LiDAR data using LAS Datasets and Terrain Datasets  LAS Dataset is good for visual quality control, but not analytical operations  Terrain Datasets can be used for analysis and to help answer questions  Although ArcGIS can perform some tasks on LiDAR data, it cannot be a replacement for software like Terrasolid