SlideShare a Scribd company logo
5 Ways to Optimize
Your LiDAR Data
Meet the Presenters
Kailin Opaleychuk
Technical Support Specialist I,
FME Desktop
Richard Mosley
Technical Support Specialist II,
FME Server
Jovita Chan
Technical Support Specialist II,
FME Desktop
Agenda
● LiDAR Overview
● 5 Ways to Improve Your Lidar Workflows
1. Simplify the process of transforming and integrating point clouds
2. Prepare your data
3. Create (and automate the creation of) surface models
4. Visualize solutions by using LiDAR for 3D City Modelling
5. Expand your toolset with FME Hub and Third Party Tools
● Q&A
LiDAR Overview
What is LiDAR?
● LiDAR stands for Light
Detection and Ranging
● LiDAR is used to collect and
create point clouds
● Point clouds are sets of
points that describe an
surface
Supported Point Cloud Formats
● E57
● Cesium 3D Point Cloud
● LAS/LAZ
● Mojang Minecraft
● Point Cloud data (PCD)
● Point Cloud XYZ (XYZ)
● Oracle Spatial Point Cloud
.... and more!
Point clouds can help you produce
amazing 3D visualizations!
The problem with
point clouds...
They can be huge.
Theyʼre kinda complicated if you are
new to working with them.
There can be limitations.
Itʼs hard to integrate them with other
data.
Working with them can be expensive.
FME®
Integration Platform
Connect. Transform. Automate.
FME Desktop FME Server FME Cloud
Build & Run Data Workflows Automate Data Workflows
(on-premises)
Automate Data Workflows
(cloud)
Get a free trial of FME Desktop and FME Server at safe.com
Pointing you in the
right direction with FME
● Create a surface model
● Combine with other formats
● Split datasets
● Volume/point reduction
● Clip to a specific region or AOI
● Perform calculations (stats)
● Point Cloud splitting
1. Simplify the process of transforming
and integrating point clouds using FME’s
Point Cloud Transformers.
Our transformers simplify the process of
transforming and integrating point clouds.
Combining transformers into workspaces
creates powerful, repeatable solutions.
PointCloudPropertyExtractor
PointCloudCombiner
PointCloudThinner
2. Prepare your data
Data Preparation
● Clip a Point Cloud
● Noise removal
● Creating an extent or AOI
● Tiling
3. Create and automate surface models
How FME Understands Point Clouds
● Point Cloud as 1 feature
● Each point has is own component
values
● Each individual component value
can be altered without it being an
attribute
● Attributes from other sources can
be added as components.
Understanding Components Vs. Attributes
Attributes
Components
Each point has its own
component values
Clip, Tile, and Thin
Especially when designing workflows use smaller sections to
speed up development
Demo
DEM
Parameters
Set appearance on: Front
Side
Texture Mapping Type:
Top Down Georeferenced
Digital Surface Model
Or any other classification model….
Non-classified data
Demo
Automate and Self Serve
Self-Service
● Geometry Picker
○ https://community.safe.com/s/article/using-the-geometry-picker-in-fme-server
Speed up
● Dynamic Engines
○ 1 engine can process 1 workspace at a time. So if you need some performance gains split your workflow and process smaller amounts of data
on more engines.
○ https://community.safe.com/s/article/getting-started-with-dynamic-engines
4. Visualize solutions by using LiDAR for
3D City Modelling
Demo: Creating 3D City Models
● Goal: Visualize the city as an accurate 3D model
to ensure developments are integrated well in their neighborhoods and to inform
future decisions
● Obstacles: Large datasets, different formats, which can be difficult to work with.
● Solutions: Use FME to extract needed information from LiDAR,
integrate with other formats like PNG textures and SketchUp models, and apply
that to a 3D City Model
Source Data
● AutoCAD (DWG) - building
outlines
● Point Cloud (LAS)
● MapInfo (MiTAB) - Park
polygons
● GeoTIFF (TIFF) - 4
orthoimages
Source Data Continued
● 3D SketchUp (SKP)
models
● PNG/JPEG images - for
wall textures
Wall texture from:
https://pxhere.com/en/photo/1421981
SketchUp Tree from:
https://3dwarehouse.sketchup.com/
model/e18aebbf-2859-47f1-805c-8a4f
946f5893/Skatter-Tree-02
Goals for this workspace
1. Create 3D buildings using LAS and DWG building outlines
2. Add PNG and orthophotos (GeoTIFFs) as textures on 3D models
3. Filter data to get point features of trees and replace them with
instances of a 3D tree model
Demo
5 Ways to Optimize Your LiDAR Data
Workspace Highlights
1. Create 3D buildings using point cloud and vector building outlines
https://community.safe.com/s/article/point-cloud-to-3d-terrain-model-with-build
ings-dwg
2. Add image and orthophotos as textures on 3D models
3. Filter data to get point features of trees and replace them with instances of a 3D
tree model
https://community.safe.com/s/article/derive-a-boundary-from-a-lidar-point-cloud
https://community.safe.com/s/article/creating-and-using-geometry-instances
Tips and Tricks: Methods
● Similarities to raster processing
○ Use feature caching strategically
○ Tiling large datasets
● Knowing how FME works with point clouds
○ FME treats a point cloud as a single entity
■ For many operations, use Point cloud specific transformers (attributes vs.
components)
○ Writing it out to a format that doesnʼt support point clouds means youʼre actually
writing a bounding box
■ Coerce to multipoints, surface, or raster
Tips and Tricks: Transformers
3D Geometry
● TINGenerator - creates surface models
● Extruder - extrudes outline features (ex. buildings)
Applying textures
● AppearanceSetter - to add image textures, pay attention to the Texture
Mapping Type parameter
5. Expand your toolset with FME Hub
and Third Party Tools
PointCloudSpatialThinner
This transformer spatially thins
point clouds by the user-defined
resolution.
IFMEPointCloud: 4377463 Points
IFMEPointCloud: 4025219 Points
Demo
PointCloudStatsRasterizer
Replaces a point cloud with
a raster which represents
statistical values of a
component of the source
point cloud.
Demo
LAStools
LAStools.lasground: for bare-earth identification: it classifies the LiDAR points into ground points (class =
2)
LAStools.lasheight: computes the height of each LAS point above the ground.
LAStools.classify: classifies buildings and high vegetation (i.e. trees).
LAStools is produced by Rapid Lasso GmbH
1. Read in LAS file using the ASPRS LiDAR Data Exchange Format (LAS) Reader
2. Remove existing classification
2. Use QuickAdd to add LAStools.ground
2. Now that ground is classified, add LAStools.lasheight
Tips and Tricks: LAStools
● Disable feature caching
● If tools are not running properly and or erroring without much indication, try
purging your temp file (FME Workbench > Tools > Purge Temporary Folder)
○ LAStools.lasheight_Terminator (TestFactory): LAStools.lasheight_Terminator: Termination Message: 'Translation
Terminated. lasheight.exe wasn't executed successfully'
○ A fatal error has occurred. Check the logfile above for details
● If possible, shorten the file path as much as possible in the transformers
○ C:devLAStoolsLAStools-binbinexecutables.exe
Summary
Working with LiDAR data
shouldn’t crash your computer.
With the right tools and knowledge, you can feel
confident integrating LiDAR with the rest of your
data and get the most out of LiDAR data.
Improve your LiDAR
workflows by:
1. Simplifying the process of transforming
and integrating point clouds using
transformers.
2. Preparing your data.
3. Automate and Scale with FME Server
4. Visualizing solutions by using LiDAR for
Surface Models and 3D City Modelling.
5. Expanding your toolset with FME Hub
and Third Party Tools.
Claim Your Community Badge
Get community badges for
watching webinars!
fme.ly/WebinarBadge Todayʼs Code: SCGAM
Q&A
The Peak of Data Integration 2022 UC
August 24-26, 2022 Vancouver, Canada
Register now
Check out our upcoming
& on-demand webinars:
safe.com/webinars
Thank you!
Download FME 2022.0 Beta Free Trial | Upgrade
Contact us info@safe.com
Connect with us in the Community
Connect with us for more FME
Please share
your feedback
with us through
the webinar
survey!

More Related Content

PDF
5 Ways to Improve Your LiDAR Workflows
PDF
How to Get the Most Out of LiDAR Data
PPT
Prepare LiDAR Data To Meet Your Requirements
PPTX
Gain Total Control of Your LiDAR and Point Cloud Data
PPT
FME Lightning Talk: LiDAR
PPT
Preparing LiDAR for Use in ArcGIS 10.1 with the Data Interoperability Extension
PDF
ArcGIS Data Interoperability: Tips for LiDAR, 3D, and BIM
PDF
Wood VS Wings
5 Ways to Improve Your LiDAR Workflows
How to Get the Most Out of LiDAR Data
Prepare LiDAR Data To Meet Your Requirements
Gain Total Control of Your LiDAR and Point Cloud Data
FME Lightning Talk: LiDAR
Preparing LiDAR for Use in ArcGIS 10.1 with the Data Interoperability Extension
ArcGIS Data Interoperability: Tips for LiDAR, 3D, and BIM
Wood VS Wings

Similar to 5 Ways to Optimize Your LiDAR Data (20)

PDF
EU 2016 - FME Around the World
PPTX
FME User Stories from Around the World
PDF
Modelling Trees with FME
PDF
Improve Operational Efficiency in AEC with Data Integration
PPTX
FME User Stories from Around the World
PDF
FME Around the World
PDF
Detecting Roofs with Potential for PV Solar Panels from Open Data Lidar
PPTX
FME Around the World
PDF
EU 2016 - Transforming Rasters & Point Clouds
PPTX
Transforming Rasters and Point Clouds
PPTX
How to Master Raster (Faster) - Tips and Examples
PDF
3D City Model Applications with FME Server
PPTX
FME Technology: Batteries Included
PDF
Data in the Real World: FME AR and FME Data Express
PPTX
Lidar Visualization workflow
PDF
FME World Tour 2015 - Around the World - Ken Bragg
DOCX
LiDAR Training Documents By Misson Choudhury (Microstation).docx
PPT
"Why LiDAR?" Presentation
PDF
Creating, Managing and Sharing 3D Cities with FME
PDF
3DELING-red-24str-1-
EU 2016 - FME Around the World
FME User Stories from Around the World
Modelling Trees with FME
Improve Operational Efficiency in AEC with Data Integration
FME User Stories from Around the World
FME Around the World
Detecting Roofs with Potential for PV Solar Panels from Open Data Lidar
FME Around the World
EU 2016 - Transforming Rasters & Point Clouds
Transforming Rasters and Point Clouds
How to Master Raster (Faster) - Tips and Examples
3D City Model Applications with FME Server
FME Technology: Batteries Included
Data in the Real World: FME AR and FME Data Express
Lidar Visualization workflow
FME World Tour 2015 - Around the World - Ken Bragg
LiDAR Training Documents By Misson Choudhury (Microstation).docx
"Why LiDAR?" Presentation
Creating, Managing and Sharing 3D Cities with FME
3DELING-red-24str-1-
Ad

More from Safe Software (20)

PDF
Getting Started with Data Integration: FME Form 101
PDF
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
PDF
Automating ArcGIS Content Discovery with FME: A Real World Use Case
PDF
Peak of Data & AI Encore - Real-Time Insights & Scalable Editing with ArcGIS
PDF
Infrastructure planning and resilience - Keith Hastings.pptx.pdf
PDF
Notification System for Construction Logistics Application
PDF
Building Real-Time Digital Twins with IBM Maximo & ArcGIS Indoors
PDF
Using FME to Develop Self-Service CAD Applications for a Major UK Police Force
PDF
Transforming Utility Networks: Large-scale Data Migrations with FME
PDF
Peak of Data & AI Encore AI-Enhanced Workflows for the Real World
PDF
Automating Feature Enrichment and Station Creation in Natural Gas Utility Net...
PDF
FME in Overdrive - Peak of Data & AI 2025
PDF
Powering GIS with FME and VertiGIS - Peak of Data & AI 2025
PDF
Pipeline Industry IoT - Real Time Data Monitoring
PDF
FME in Overdrive: Unleashing the Power of Parallel Processing
PDF
Fiber to the People! By Deutsche Telekom
PDF
Governing Geospatial Data at Scale: Optimizing ArcGIS Online with FME in Envi...
PDF
Enhancing Environmental Monitoring with Real-Time Data Integration: Leveragin...
PDF
Introducing and Operating FME Flow for Kubernetes in a Large Enterprise: Expe...
PDF
5 Things to Consider When Deploying AI in Your Enterprise
Getting Started with Data Integration: FME Form 101
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
Automating ArcGIS Content Discovery with FME: A Real World Use Case
Peak of Data & AI Encore - Real-Time Insights & Scalable Editing with ArcGIS
Infrastructure planning and resilience - Keith Hastings.pptx.pdf
Notification System for Construction Logistics Application
Building Real-Time Digital Twins with IBM Maximo & ArcGIS Indoors
Using FME to Develop Self-Service CAD Applications for a Major UK Police Force
Transforming Utility Networks: Large-scale Data Migrations with FME
Peak of Data & AI Encore AI-Enhanced Workflows for the Real World
Automating Feature Enrichment and Station Creation in Natural Gas Utility Net...
FME in Overdrive - Peak of Data & AI 2025
Powering GIS with FME and VertiGIS - Peak of Data & AI 2025
Pipeline Industry IoT - Real Time Data Monitoring
FME in Overdrive: Unleashing the Power of Parallel Processing
Fiber to the People! By Deutsche Telekom
Governing Geospatial Data at Scale: Optimizing ArcGIS Online with FME in Envi...
Enhancing Environmental Monitoring with Real-Time Data Integration: Leveragin...
Introducing and Operating FME Flow for Kubernetes in a Large Enterprise: Expe...
5 Things to Consider When Deploying AI in Your Enterprise
Ad

Recently uploaded (20)

PDF
A comparative analysis of optical character recognition models for extracting...
PDF
A comparative study of natural language inference in Swahili using monolingua...
PDF
Building Integrated photovoltaic BIPV_UPV.pdf
PDF
Mushroom cultivation and it's methods.pdf
PDF
Microsoft Solutions Partner Drive Digital Transformation with D365.pdf
PDF
Transform Your ITIL® 4 & ITSM Strategy with AI in 2025.pdf
PPTX
A Presentation on Artificial Intelligence
PPTX
OMC Textile Division Presentation 2021.pptx
PDF
WOOl fibre morphology and structure.pdf for textiles
PPTX
TechTalks-8-2019-Service-Management-ITIL-Refresh-ITIL-4-Framework-Supports-Ou...
PPTX
Chapter 5: Probability Theory and Statistics
PDF
A novel scalable deep ensemble learning framework for big data classification...
PDF
Profit Center Accounting in SAP S/4HANA, S4F28 Col11
PDF
DP Operators-handbook-extract for the Mautical Institute
PDF
Encapsulation theory and applications.pdf
PDF
MIND Revenue Release Quarter 2 2025 Press Release
PDF
Accuracy of neural networks in brain wave diagnosis of schizophrenia
PDF
Assigned Numbers - 2025 - Bluetooth® Document
PPTX
Digital-Transformation-Roadmap-for-Companies.pptx
PDF
Agricultural_Statistics_at_a_Glance_2022_0.pdf
A comparative analysis of optical character recognition models for extracting...
A comparative study of natural language inference in Swahili using monolingua...
Building Integrated photovoltaic BIPV_UPV.pdf
Mushroom cultivation and it's methods.pdf
Microsoft Solutions Partner Drive Digital Transformation with D365.pdf
Transform Your ITIL® 4 & ITSM Strategy with AI in 2025.pdf
A Presentation on Artificial Intelligence
OMC Textile Division Presentation 2021.pptx
WOOl fibre morphology and structure.pdf for textiles
TechTalks-8-2019-Service-Management-ITIL-Refresh-ITIL-4-Framework-Supports-Ou...
Chapter 5: Probability Theory and Statistics
A novel scalable deep ensemble learning framework for big data classification...
Profit Center Accounting in SAP S/4HANA, S4F28 Col11
DP Operators-handbook-extract for the Mautical Institute
Encapsulation theory and applications.pdf
MIND Revenue Release Quarter 2 2025 Press Release
Accuracy of neural networks in brain wave diagnosis of schizophrenia
Assigned Numbers - 2025 - Bluetooth® Document
Digital-Transformation-Roadmap-for-Companies.pptx
Agricultural_Statistics_at_a_Glance_2022_0.pdf

5 Ways to Optimize Your LiDAR Data

  • 1. 5 Ways to Optimize Your LiDAR Data
  • 2. Meet the Presenters Kailin Opaleychuk Technical Support Specialist I, FME Desktop Richard Mosley Technical Support Specialist II, FME Server Jovita Chan Technical Support Specialist II, FME Desktop
  • 3. Agenda ● LiDAR Overview ● 5 Ways to Improve Your Lidar Workflows 1. Simplify the process of transforming and integrating point clouds 2. Prepare your data 3. Create (and automate the creation of) surface models 4. Visualize solutions by using LiDAR for 3D City Modelling 5. Expand your toolset with FME Hub and Third Party Tools ● Q&A
  • 5. What is LiDAR? ● LiDAR stands for Light Detection and Ranging ● LiDAR is used to collect and create point clouds ● Point clouds are sets of points that describe an surface
  • 6. Supported Point Cloud Formats ● E57 ● Cesium 3D Point Cloud ● LAS/LAZ ● Mojang Minecraft ● Point Cloud data (PCD) ● Point Cloud XYZ (XYZ) ● Oracle Spatial Point Cloud .... and more!
  • 7. Point clouds can help you produce amazing 3D visualizations!
  • 8. The problem with point clouds... They can be huge. Theyʼre kinda complicated if you are new to working with them. There can be limitations. Itʼs hard to integrate them with other data. Working with them can be expensive.
  • 9. FME® Integration Platform Connect. Transform. Automate. FME Desktop FME Server FME Cloud Build & Run Data Workflows Automate Data Workflows (on-premises) Automate Data Workflows (cloud) Get a free trial of FME Desktop and FME Server at safe.com
  • 10. Pointing you in the right direction with FME ● Create a surface model ● Combine with other formats ● Split datasets ● Volume/point reduction ● Clip to a specific region or AOI ● Perform calculations (stats) ● Point Cloud splitting
  • 11. 1. Simplify the process of transforming and integrating point clouds using FME’s Point Cloud Transformers.
  • 12. Our transformers simplify the process of transforming and integrating point clouds. Combining transformers into workspaces creates powerful, repeatable solutions.
  • 17. Data Preparation ● Clip a Point Cloud ● Noise removal ● Creating an extent or AOI ● Tiling
  • 18. 3. Create and automate surface models
  • 19. How FME Understands Point Clouds ● Point Cloud as 1 feature ● Each point has is own component values ● Each individual component value can be altered without it being an attribute ● Attributes from other sources can be added as components.
  • 20. Understanding Components Vs. Attributes Attributes Components Each point has its own component values
  • 21. Clip, Tile, and Thin Especially when designing workflows use smaller sections to speed up development
  • 22. Demo
  • 23. DEM Parameters Set appearance on: Front Side Texture Mapping Type: Top Down Georeferenced
  • 24. Digital Surface Model Or any other classification model….
  • 26. Demo
  • 27. Automate and Self Serve Self-Service ● Geometry Picker ○ https://community.safe.com/s/article/using-the-geometry-picker-in-fme-server Speed up ● Dynamic Engines ○ 1 engine can process 1 workspace at a time. So if you need some performance gains split your workflow and process smaller amounts of data on more engines. ○ https://community.safe.com/s/article/getting-started-with-dynamic-engines
  • 28. 4. Visualize solutions by using LiDAR for 3D City Modelling
  • 29. Demo: Creating 3D City Models ● Goal: Visualize the city as an accurate 3D model to ensure developments are integrated well in their neighborhoods and to inform future decisions ● Obstacles: Large datasets, different formats, which can be difficult to work with. ● Solutions: Use FME to extract needed information from LiDAR, integrate with other formats like PNG textures and SketchUp models, and apply that to a 3D City Model
  • 30. Source Data ● AutoCAD (DWG) - building outlines ● Point Cloud (LAS) ● MapInfo (MiTAB) - Park polygons ● GeoTIFF (TIFF) - 4 orthoimages
  • 31. Source Data Continued ● 3D SketchUp (SKP) models ● PNG/JPEG images - for wall textures Wall texture from: https://pxhere.com/en/photo/1421981 SketchUp Tree from: https://3dwarehouse.sketchup.com/ model/e18aebbf-2859-47f1-805c-8a4f 946f5893/Skatter-Tree-02
  • 32. Goals for this workspace 1. Create 3D buildings using LAS and DWG building outlines 2. Add PNG and orthophotos (GeoTIFFs) as textures on 3D models 3. Filter data to get point features of trees and replace them with instances of a 3D tree model
  • 33. Demo
  • 35. Workspace Highlights 1. Create 3D buildings using point cloud and vector building outlines https://community.safe.com/s/article/point-cloud-to-3d-terrain-model-with-build ings-dwg 2. Add image and orthophotos as textures on 3D models 3. Filter data to get point features of trees and replace them with instances of a 3D tree model https://community.safe.com/s/article/derive-a-boundary-from-a-lidar-point-cloud https://community.safe.com/s/article/creating-and-using-geometry-instances
  • 36. Tips and Tricks: Methods ● Similarities to raster processing ○ Use feature caching strategically ○ Tiling large datasets ● Knowing how FME works with point clouds ○ FME treats a point cloud as a single entity ■ For many operations, use Point cloud specific transformers (attributes vs. components) ○ Writing it out to a format that doesnʼt support point clouds means youʼre actually writing a bounding box ■ Coerce to multipoints, surface, or raster
  • 37. Tips and Tricks: Transformers 3D Geometry ● TINGenerator - creates surface models ● Extruder - extrudes outline features (ex. buildings) Applying textures ● AppearanceSetter - to add image textures, pay attention to the Texture Mapping Type parameter
  • 38. 5. Expand your toolset with FME Hub and Third Party Tools
  • 39. PointCloudSpatialThinner This transformer spatially thins point clouds by the user-defined resolution. IFMEPointCloud: 4377463 Points IFMEPointCloud: 4025219 Points
  • 40. Demo
  • 41. PointCloudStatsRasterizer Replaces a point cloud with a raster which represents statistical values of a component of the source point cloud.
  • 42. Demo
  • 43. LAStools LAStools.lasground: for bare-earth identification: it classifies the LiDAR points into ground points (class = 2) LAStools.lasheight: computes the height of each LAS point above the ground. LAStools.classify: classifies buildings and high vegetation (i.e. trees). LAStools is produced by Rapid Lasso GmbH
  • 44. 1. Read in LAS file using the ASPRS LiDAR Data Exchange Format (LAS) Reader
  • 45. 2. Remove existing classification
  • 46. 2. Use QuickAdd to add LAStools.ground
  • 47. 2. Now that ground is classified, add LAStools.lasheight
  • 48. Tips and Tricks: LAStools ● Disable feature caching ● If tools are not running properly and or erroring without much indication, try purging your temp file (FME Workbench > Tools > Purge Temporary Folder) ○ LAStools.lasheight_Terminator (TestFactory): LAStools.lasheight_Terminator: Termination Message: 'Translation Terminated. lasheight.exe wasn't executed successfully' ○ A fatal error has occurred. Check the logfile above for details ● If possible, shorten the file path as much as possible in the transformers ○ C:devLAStoolsLAStools-binbinexecutables.exe
  • 50. Working with LiDAR data shouldn’t crash your computer. With the right tools and knowledge, you can feel confident integrating LiDAR with the rest of your data and get the most out of LiDAR data.
  • 51. Improve your LiDAR workflows by: 1. Simplifying the process of transforming and integrating point clouds using transformers. 2. Preparing your data. 3. Automate and Scale with FME Server 4. Visualizing solutions by using LiDAR for Surface Models and 3D City Modelling. 5. Expanding your toolset with FME Hub and Third Party Tools.
  • 52. Claim Your Community Badge Get community badges for watching webinars! fme.ly/WebinarBadge Todayʼs Code: SCGAM
  • 53. Q&A
  • 54. The Peak of Data Integration 2022 UC August 24-26, 2022 Vancouver, Canada Register now
  • 55. Check out our upcoming & on-demand webinars: safe.com/webinars
  • 56. Thank you! Download FME 2022.0 Beta Free Trial | Upgrade Contact us info@safe.com Connect with us in the Community Connect with us for more FME Please share your feedback with us through the webinar survey!