64
Managing Lidar and Photogrammetric Point Clouds Lindsay Weitz Cody Benkelman

Managing Lidar and Photogrammetric Point Clouds• For managing multiple projects, and accessing 3D surfaces (DTM, DSM), Mosaic Dataset is recommended-Post QC, organized by project

  • Upload
    others

  • View
    20

  • Download
    0

Embed Size (px)

Citation preview

Page 1: Managing Lidar and Photogrammetric Point Clouds• For managing multiple projects, and accessing 3D surfaces (DTM, DSM), Mosaic Dataset is recommended-Post QC, organized by project

Managing Lidar

and Photogrammetric Point Clouds

Lindsay Weitz

Cody Benkelman

Page 2: Managing Lidar and Photogrammetric Point Clouds• For managing multiple projects, and accessing 3D surfaces (DTM, DSM), Mosaic Dataset is recommended-Post QC, organized by project

Presentation Context

• What is lidar, and how does it work? Not this presentation!

• What can you do with lidar in ArcGIS?

• What does Esri recommend as best practices for processing and managing lidar data?

• What about other point clouds (from photogrammetry)?

Managing Lidar

Page 3: Managing Lidar and Photogrammetric Point Clouds• For managing multiple projects, and accessing 3D surfaces (DTM, DSM), Mosaic Dataset is recommended-Post QC, organized by project

Presentation Outline

• Data structures

- LAS and zLAS formats

- LAS Dataset – for lidar & surface constraints

- Terrain Dataset – for lidar & surface constraint

- Mosaic Dataset – for lidar & raster data management

- Data management

- QC & Derived products

- Automation & Sharing

Managing Lidar

Page 4: Managing Lidar and Photogrammetric Point Clouds• For managing multiple projects, and accessing 3D surfaces (DTM, DSM), Mosaic Dataset is recommended-Post QC, organized by project

Data Structures for Lidar support in ArcGIS

File01.las

File02.las

File99.las

Multiple

files/folders Tiled/overlapping

extents

(location/time)

Analyze and update

Manage, serve, share

Mosaic dataset

LAS dataset Terrain dataset

LAS dataset / Terrain dataset

Managing Lidar

Page 5: Managing Lidar and Photogrammetric Point Clouds• For managing multiple projects, and accessing 3D surfaces (DTM, DSM), Mosaic Dataset is recommended-Post QC, organized by project

Types of Point Clouds

• Airborne scanned based lidar

• Airborne Geiger mode lidar

• Mobile lidar

• Tripod based lidar

• Photogrammetric point clouds

ArcGIS

Page 6: Managing Lidar and Photogrammetric Point Clouds• For managing multiple projects, and accessing 3D surfaces (DTM, DSM), Mosaic Dataset is recommended-Post QC, organized by project

Application Fusion: ArcGIS Pro

ArcMap

ArcCatalog

ArcGlobe / ArcScene

Page 7: Managing Lidar and Photogrammetric Point Clouds• For managing multiple projects, and accessing 3D surfaces (DTM, DSM), Mosaic Dataset is recommended-Post QC, organized by project

Lidar data storage LAS files

• Binary file format developed by ASPRS

• Metadata in a header block

• Individual record for each laser pulse recorded

• Directly readable by ArcGIS

• Most common format for lidar and other point clouds (e.g. from photogrammetry), but designed as an exchange/archive format, not optimized for operational use…

Managing Lidar

Page 8: Managing Lidar and Photogrammetric Point Clouds• For managing multiple projects, and accessing 3D surfaces (DTM, DSM), Mosaic Dataset is recommended-Post QC, organized by project

Lidar data storage zLAS

• Introduced January 2014

• Compression, sorting, and indexing

• Direct read

- Parallel decompression added to ArcGIS apps in 10.3

• Features & Benefits

- Re-sequence points w/ geospatial index

- Optimized for random access

- Lossless compression

- Transparent integration with LAS dataset

Managing Lidar

Page 9: Managing Lidar and Photogrammetric Point Clouds• For managing multiple projects, and accessing 3D surfaces (DTM, DSM), Mosaic Dataset is recommended-Post QC, organized by project

zLAS

• Free!! Does not require ArcGIS

• Support added in 10.2.1 and ArcGIS Pro

• New Tile LAS tool can output zLAS

• Standalone application “EzLAS” on Resource Center

• http://esriurl.com/zLAS

• API available for developers

• https://github.com/Esri/esri-zlas-io-library

• For more info:

- http://blogs.esri.com/esri/arcgis/2014/01/10/esri-introduces-optimized-las/

- http://www.lidarnews.com/content/view/10214/2/

Managing Lidar

Page 10: Managing Lidar and Photogrammetric Point Clouds• For managing multiple projects, and accessing 3D surfaces (DTM, DSM), Mosaic Dataset is recommended-Post QC, organized by project

Spatial distribution of points Physical location in file

Rearranging Point Records

Page 11: Managing Lidar and Photogrammetric Point Clouds• For managing multiple projects, and accessing 3D surfaces (DTM, DSM), Mosaic Dataset is recommended-Post QC, organized by project

Rearranging Point Records

Spatial distribution of points Physical location in file

Page 12: Managing Lidar and Photogrammetric Point Clouds• For managing multiple projects, and accessing 3D surfaces (DTM, DSM), Mosaic Dataset is recommended-Post QC, organized by project

Lindsay Weitz

LAS dataset

Managing Lidar

Page 13: Managing Lidar and Photogrammetric Point Clouds• For managing multiple projects, and accessing 3D surfaces (DTM, DSM), Mosaic Dataset is recommended-Post QC, organized by project

Lidar data with a LAS dataset

• Direct read of LAS or zLAS format lidar

• File based

• QA/QC tools

• Stores references to LAS/zLAS files on disk

• Optionally reference breakline and control point data

• Treats a collection of LAS/zLAS files as one logical dataset (“Project”)

Managing Lidar

Page 14: Managing Lidar and Photogrammetric Point Clouds• For managing multiple projects, and accessing 3D surfaces (DTM, DSM), Mosaic Dataset is recommended-Post QC, organized by project

Create a LAS dataset

• Interactively through ArcCatalog

- Use the file folder context menu

• Using scripts and models with

geoprocessing tools

Managing Lidar

Page 15: Managing Lidar and Photogrammetric Point Clouds• For managing multiple projects, and accessing 3D surfaces (DTM, DSM), Mosaic Dataset is recommended-Post QC, organized by project

QA\QC: LAS file based statistics

LAS Dataset Properties: LAS File Statistics

Managing Lidar

Page 16: Managing Lidar and Photogrammetric Point Clouds• For managing multiple projects, and accessing 3D surfaces (DTM, DSM), Mosaic Dataset is recommended-Post QC, organized by project

QA\QC: LAS dataset based statistics

LAS Dataset Properties: LAS Dataset Statistics

Managing Lidar

Page 17: Managing Lidar and Photogrammetric Point Clouds• For managing multiple projects, and accessing 3D surfaces (DTM, DSM), Mosaic Dataset is recommended-Post QC, organized by project

Edit classification codes

• Interactive

- Fixing data anomalies and misclassifications via

point profile window

- New ArcGIS Pro 1.3 can interactively edit!!!

• Automated (GP tools)

- Classify relative to feature data

- Reclassify to standard LAS specification

Managing Lidar

Page 18: Managing Lidar and Photogrammetric Point Clouds• For managing multiple projects, and accessing 3D surfaces (DTM, DSM), Mosaic Dataset is recommended-Post QC, organized by project

Lidar Related

Analysis Tools

Page 19: Managing Lidar and Photogrammetric Point Clouds• For managing multiple projects, and accessing 3D surfaces (DTM, DSM), Mosaic Dataset is recommended-Post QC, organized by project

LAS Point Statistics By Area

Page 20: Managing Lidar and Photogrammetric Point Clouds• For managing multiple projects, and accessing 3D surfaces (DTM, DSM), Mosaic Dataset is recommended-Post QC, organized by project

Classify LAS by Height

Page 21: Managing Lidar and Photogrammetric Point Clouds• For managing multiple projects, and accessing 3D surfaces (DTM, DSM), Mosaic Dataset is recommended-Post QC, organized by project

Locate LAS Points By Proximity

Data courtesy of PhotoScience

Page 22: Managing Lidar and Photogrammetric Point Clouds• For managing multiple projects, and accessing 3D surfaces (DTM, DSM), Mosaic Dataset is recommended-Post QC, organized by project

Locate LAS Points By Proximity

Page 23: Managing Lidar and Photogrammetric Point Clouds• For managing multiple projects, and accessing 3D surfaces (DTM, DSM), Mosaic Dataset is recommended-Post QC, organized by project

Extract LAS

Data courtesy of Optech

Page 24: Managing Lidar and Photogrammetric Point Clouds• For managing multiple projects, and accessing 3D surfaces (DTM, DSM), Mosaic Dataset is recommended-Post QC, organized by project

Tile LAS

Page 25: Managing Lidar and Photogrammetric Point Clouds• For managing multiple projects, and accessing 3D surfaces (DTM, DSM), Mosaic Dataset is recommended-Post QC, organized by project

Classify LAS Ground

Page 26: Managing Lidar and Photogrammetric Point Clouds• For managing multiple projects, and accessing 3D surfaces (DTM, DSM), Mosaic Dataset is recommended-Post QC, organized by project

Classify LAS Building

Page 27: Managing Lidar and Photogrammetric Point Clouds• For managing multiple projects, and accessing 3D surfaces (DTM, DSM), Mosaic Dataset is recommended-Post QC, organized by project

Lidar/3D Sample Tools

• Available in ArcGIS 10.2 / 10.3 / 10.4

• Sample geoprocessing tools

- Esri 3D Resource Center

- http://links.esri.com/3dSamples

Page 28: Managing Lidar and Photogrammetric Point Clouds• For managing multiple projects, and accessing 3D surfaces (DTM, DSM), Mosaic Dataset is recommended-Post QC, organized by project

Best Practices

• Tiled LAS, v1.1 or higher

• Projected, rearranged, indexed

- zLAS

• File size: 1 – 2 GB or less (<500 MB if not rearranged)

• Keep file I/O local, avoid network

• Study area boundary included as constraint

• Airborne lidar

- Classified (bare earth, non-ground)

- Breaklines for hydro enforcement

• Terrestrial lidar

- RGB & intensity values, classified

* Also applies to photogrammetric point clouds

Page 29: Managing Lidar and Photogrammetric Point Clouds• For managing multiple projects, and accessing 3D surfaces (DTM, DSM), Mosaic Dataset is recommended-Post QC, organized by project

Lindsay Weitz

Terrain dataset

Managing Lidar

Page 30: Managing Lidar and Photogrammetric Point Clouds• For managing multiple projects, and accessing 3D surfaces (DTM, DSM), Mosaic Dataset is recommended-Post QC, organized by project

Managing lidar data in a terrain dataset

• A Terrain dataset is a multi-resolution surface

created from measurements stored in feature

classes

• Typical applications:

- Topographic mapping

- Bathymetric mapping

• Typical data sources:

- Photogrammetric data

- Lidar

- Sonar

Managing Lidar

Page 31: Managing Lidar and Photogrammetric Point Clouds• For managing multiple projects, and accessing 3D surfaces (DTM, DSM), Mosaic Dataset is recommended-Post QC, organized by project

Multiresolution surface model

Managing Lidar

Multiresolution terrain dataset (TIN structure)

Points and breaklines

Terrain Pyramids

Full resolution lidar point setThinned lidar point set

Page 32: Managing Lidar and Photogrammetric Point Clouds• For managing multiple projects, and accessing 3D surfaces (DTM, DSM), Mosaic Dataset is recommended-Post QC, organized by project

Terrain dataset advantages

Managing Lidar

Scalability

Large collections of mass point data (e.g. LIDAR)

have been a problem

Data integration

Need surface to live with source data

Data management

Database tools

Editing/update

Multi-user

Page 33: Managing Lidar and Photogrammetric Point Clouds• For managing multiple projects, and accessing 3D surfaces (DTM, DSM), Mosaic Dataset is recommended-Post QC, organized by project

Terrain dataset editing

• Updating via editing of source measurements

- Appending, removing, replacing mass points by area

- Standard and custom edit tools for modifying polylines, polygons, spot heights

- Terrain rebuild based on dirty areas

• Support for versioning in SDE

Managing Lidar

Page 34: Managing Lidar and Photogrammetric Point Clouds• For managing multiple projects, and accessing 3D surfaces (DTM, DSM), Mosaic Dataset is recommended-Post QC, organized by project

Lindsay Weitz

LAS dataset demo

DEMO

Managing Lidar

Page 35: Managing Lidar and Photogrammetric Point Clouds• For managing multiple projects, and accessing 3D surfaces (DTM, DSM), Mosaic Dataset is recommended-Post QC, organized by project

Cody Benkelman

Mosaic Dataset

Managing Lidar

Page 36: Managing Lidar and Photogrammetric Point Clouds• For managing multiple projects, and accessing 3D surfaces (DTM, DSM), Mosaic Dataset is recommended-Post QC, organized by project

• LAS Datasets

- For individual projects; support access to 3D points, w/ filtering, toward analysis

• Terrain datasets

- For organizations creating, editing, & maintaining authoritative DTM

• For managing multiple projects, and accessing 3D surfaces (DTM, DSM), Mosaic Dataset

is recommended

- Post QC, organized by project via LAS Datasets *or*

- Managed within a Terrain Dataset

Introduction / Review

Managing Lidar

Page 37: Managing Lidar and Photogrammetric Point Clouds• For managing multiple projects, and accessing 3D surfaces (DTM, DSM), Mosaic Dataset is recommended-Post QC, organized by project

Image Management Workflow Using Mosaic DatasetsHighly Scalable, From Small to Massive Volumes of Imagery

Create Catalog of Imagery

• Reference Sources

• Ingest & Define Metadata

• Define Processing to be Applied

Apply:

• On-the-fly Processing

• Dynamic Mosaicking

Access as Image or Catalog

Mosaic DatasetLarge Image

Collections

Desktop

Notes edited

Page 38: Managing Lidar and Photogrammetric Point Clouds• For managing multiple projects, and accessing 3D surfaces (DTM, DSM), Mosaic Dataset is recommended-Post QC, organized by project

Image DisseminationIntegrating with / and in The Cloud

ArcGIS Serveron Premise

or in the Cloud

Desktop, Web& Mobile Users

Mosaic DatasetLarge Image

Collections

Desktop

• Dynamic Image Services

• Processing & Analysis

• Catalog of Metadata

• Geoprocessing Services

• Processing Tasks

Page 39: Managing Lidar and Photogrammetric Point Clouds• For managing multiple projects, and accessing 3D surfaces (DTM, DSM), Mosaic Dataset is recommended-Post QC, organized by project

Image Dissemination ArcGIS OnlineIntegrating with / and in The Cloud

• Massive Accessibility

• Content Management

• Register With ArcGIS Online

ArcGIS Serveron Premise

or in the Cloud

Desktop, Web& Mobile Users

Mosaic DatasetLarge Image

Collections

Desktop

Portal

ArcGIS

Online

Page 40: Managing Lidar and Photogrammetric Point Clouds• For managing multiple projects, and accessing 3D surfaces (DTM, DSM), Mosaic Dataset is recommended-Post QC, organized by project

Adding lidar data to a mosaic dataset (Method 1)

• Advantages

- Fastest method to begin using &

sharing raster surfaces

- Filter to create custom surfaces (e.g.

buildings & DTM, remove vegetation)

Project

LAS/zLAS Files LASD

EDIT

QC

DSM Mosaic Dataset

(Raster Type = LASD)

DTM Mosaic Dataset

(Raster Type = LASD)

Page 41: Managing Lidar and Photogrammetric Point Clouds• For managing multiple projects, and accessing 3D surfaces (DTM, DSM), Mosaic Dataset is recommended-Post QC, organized by project

Adding lidar-derived data to a mosaic dataset (Method 2)

• Advantages

- Most scalable

- Best performanceExport

Export

DSM raster

tiles

DTM raster

tiles

Project

LAS/zLAS Files LASD

DSM Mosaic

Dataset

DTM Mosaic

Dataset EDIT

QC

Page 42: Managing Lidar and Photogrammetric Point Clouds• For managing multiple projects, and accessing 3D surfaces (DTM, DSM), Mosaic Dataset is recommended-Post QC, organized by project

Lidar data management using Mosaic Datasets

• Design

- Begin with Elevation data management

- In most organizations, DTM & DSM supports the majority of users

- Support download for 3D point data users

• Build & Maintain

- Automation (see Image Management Workflows)

• Share

- Within an organization

- With external users

Managing Lidar

Page 43: Managing Lidar and Photogrammetric Point Clouds• For managing multiple projects, and accessing 3D surfaces (DTM, DSM), Mosaic Dataset is recommended-Post QC, organized by project

Elevation data management using Mosaic Datasets

• Manage each project separately (LASD)

• Create tiled DTM and DSM for ingestion into Mosaic Dataset

• Combine multiple projects into single repository

• Manage DTM and DSM as base data, provide other products on demand

- hillshade, slope, ellipsoidal height, etc.

• For users needing source 3D points (lidar/photogrammetry), allow data download

Managing Lidar

Page 44: Managing Lidar and Photogrammetric Point Clouds• For managing multiple projects, and accessing 3D surfaces (DTM, DSM), Mosaic Dataset is recommended-Post QC, organized by project

Source Data

SourceMosaic Datasets

Manage each project separately

Managing Lidar

USGS NED

LAS project #N

SRTM

QC

QC

QC

Page 45: Managing Lidar and Photogrammetric Point Clouds• For managing multiple projects, and accessing 3D surfaces (DTM, DSM), Mosaic Dataset is recommended-Post QC, organized by project

Source Data

SourceMosaic Datasets

DerivedMosaic Dataset(DTM or DSM)

Link projects into single repository

Raster Type

= Table

Managing Lidar

USGS NED

LAS project #N

SRTM

Page 46: Managing Lidar and Photogrammetric Point Clouds• For managing multiple projects, and accessing 3D surfaces (DTM, DSM), Mosaic Dataset is recommended-Post QC, organized by project

Source Data

SourceMosaic Datasets

DerivedMosaic Dataset(DTM or DSM)

Slope

Aspect

f

ReferencedMosaic

Datasets

f

fHillshade

f

Orthometric Height

Slope Map

Managing Lidar

USGS NED

LAS project #N

SRTM

Link projects into single repository

Page 47: Managing Lidar and Photogrammetric Point Clouds• For managing multiple projects, and accessing 3D surfaces (DTM, DSM), Mosaic Dataset is recommended-Post QC, organized by project

Source Data

SourceMosaic Datasets

DerivedMosaic Dataset(DTM or DSM)

Slope

Aspect

f

ReferencedMosaic

Datasets

f

fHillshade

f

USGS NED

LAS project #N

Orthometric Height

Slope Map

SRTM

Managing Lidar

New lidar project

Page 48: Managing Lidar and Photogrammetric Point Clouds• For managing multiple projects, and accessing 3D surfaces (DTM, DSM), Mosaic Dataset is recommended-Post QC, organized by project

Source Data

SourceMosaic Datasets

DerivedMosaic Dataset(DTM or DSM)

ReferencedMosaic

Datasets

f

Alternative:Raster Function

Templates (RFTs)

allow client app to

select & control

functions on a single

service

Slope

Aspect

Hillshade

Ellipsoidal Height

Managing Lidar

Orthometric Height

USGS NED

LAS project #N

SRTM

New lidar project

Page 49: Managing Lidar and Photogrammetric Point Clouds• For managing multiple projects, and accessing 3D surfaces (DTM, DSM), Mosaic Dataset is recommended-Post QC, organized by project

Multiresolution

Elevation Data

DEMO

Managing Lidar

Page 50: Managing Lidar and Photogrammetric Point Clouds• For managing multiple projects, and accessing 3D surfaces (DTM, DSM), Mosaic Dataset is recommended-Post QC, organized by project

Advantages/Objectives of Automation

• Productivity

- Repeatability, Scalability, Maintainability

- System Documentation to facilitate QA & QC, Design Review

• Training/Examples

- Encapsulate best practices

- Reusable templates

• Simplicity

• Options for creating Mosaic Datasets:

- Manual

- ModelBuilder

- Python

Managing Lidar

Page 51: Managing Lidar and Photogrammetric Point Clouds• For managing multiple projects, and accessing 3D surfaces (DTM, DSM), Mosaic Dataset is recommended-Post QC, organized by project

Create Simple Mosaic Dataset - ModelBuilder

Managing Lidar

Page 52: Managing Lidar and Photogrammetric Point Clouds• For managing multiple projects, and accessing 3D surfaces (DTM, DSM), Mosaic Dataset is recommended-Post QC, organized by project

Comparing Models

Managing Lidar

Page 53: Managing Lidar and Photogrammetric Point Clouds• For managing multiple projects, and accessing 3D surfaces (DTM, DSM), Mosaic Dataset is recommended-Post QC, organized by project

Python example tools - Mosaic Dataset Configuration Script (MDCS)

• Calling standard Geoprocessing tools from a single script

• Input configuration file contains complete information to:

- Create,

- Populate, and

- Configure one mosaic dataset

- Also generates detailed log files

Managing Lidar

Page 54: Managing Lidar and Photogrammetric Point Clouds• For managing multiple projects, and accessing 3D surfaces (DTM, DSM), Mosaic Dataset is recommended-Post QC, organized by project

Advantages of MDCS

• Configuration file encapsulates “Best practices” (mosaic dataset properties)

based on image type

• “Self Documenting” –

- Template is reusable for different image types, or multiple mosaic datasets

within a more complex system

- Compare versions (difficult with ModelBuilder)

• Automated Log files – Simple Review

• Available since ArcGIS 10.2, compatible with ArcGIS Pro

Managing Lidar

Page 55: Managing Lidar and Photogrammetric Point Clouds• For managing multiple projects, and accessing 3D surfaces (DTM, DSM), Mosaic Dataset is recommended-Post QC, organized by project

Configuration file contents

Input Data Paths

Raster Types & Raster Functions

GP tools necessary for the workflow

Mosaic Dataset properties

Managing Lidar

Page 56: Managing Lidar and Photogrammetric Point Clouds• For managing multiple projects, and accessing 3D surfaces (DTM, DSM), Mosaic Dataset is recommended-Post QC, organized by project

Configuration file contents

Input Data Paths

Raster Types & Raster Functions

GP tools necessary for the workflow

Mosaic Dataset properties

“BEST PRACTICES”

Managing Lidar

Page 57: Managing Lidar and Photogrammetric Point Clouds• For managing multiple projects, and accessing 3D surfaces (DTM, DSM), Mosaic Dataset is recommended-Post QC, organized by project

Adding Lidar to World Elevation

Demo - Automation

If you want to follow on a mobile device:

http://esriurl.com/AddLidar

Managing Lidar

Page 58: Managing Lidar and Photogrammetric Point Clouds• For managing multiple projects, and accessing 3D surfaces (DTM, DSM), Mosaic Dataset is recommended-Post QC, organized by project

Finding MDCS and related resourceshttp://resources.arcgis.com/en/communities/imagery

Imagery Community

on the ArcGIS

Resource Center

Managing Lidar

Page 59: Managing Lidar and Photogrammetric Point Clouds• For managing multiple projects, and accessing 3D surfaces (DTM, DSM), Mosaic Dataset is recommended-Post QC, organized by project

Finding MDCS and related resources

…to the Landing

page on Resource

Center

Managing Lidar

Page 60: Managing Lidar and Photogrammetric Point Clouds• For managing multiple projects, and accessing 3D surfaces (DTM, DSM), Mosaic Dataset is recommended-Post QC, organized by project

Finding MDCS and related resources

Image Management

Guidebook

in ArcGIS Help System

for detailed advice

General workflow,

Elevation workflow,

& Lidar workflow

Managing Lidar

Page 61: Managing Lidar and Photogrammetric Point Clouds• For managing multiple projects, and accessing 3D surfaces (DTM, DSM), Mosaic Dataset is recommended-Post QC, organized by project

ArcGIS Online (AGOL) group

• Downloadable examples

• More workflows/templates

to be added over time

Managing Lidar

Page 62: Managing Lidar and Photogrammetric Point Clouds• For managing multiple projects, and accessing 3D surfaces (DTM, DSM), Mosaic Dataset is recommended-Post QC, organized by project

Resources: “Imagery Management Workflows”

• Imagery Resource Center : http://esriurl.com/6005

• Image Management Workflows: http://esriurl.com/6550

• Guidebook in ArcGIS Help: http://esriurl.com/6007

• ArcGIS Online Group: http://esriurl.com/6539

• Recorded Webinar on lidar data management: http://esriurl.com/LTSLidarMgmt

• Optimized LAS tool: http://esriurl.com/zlas

• Tools from 3D Team: http://links.esri.com/3dSamples

• Contact information:

- Cody Benkelman [email protected]

- Lindsay Weitz [email protected]

Managing Lidar

Page 63: Managing Lidar and Photogrammetric Point Clouds• For managing multiple projects, and accessing 3D surfaces (DTM, DSM), Mosaic Dataset is recommended-Post QC, organized by project

Please take our SurveyYour feedback allows us to help maintain high standards and to help presenters

Find the session you want to review

Find your event in the Esri Events App

Scroll down to the bottom of the session

Answer survey questions and submit

Page 64: Managing Lidar and Photogrammetric Point Clouds• For managing multiple projects, and accessing 3D surfaces (DTM, DSM), Mosaic Dataset is recommended-Post QC, organized by project

Managing Lidar