SlideShare a Scribd company logo
1 of 56
Download to read offline
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
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

Similar to 5 Ways to Optimize Your LiDAR Data

What is Distributed Computing, Why we use Apache Spark
What is Distributed Computing, Why we use Apache SparkWhat is Distributed Computing, Why we use Apache Spark
What is Distributed Computing, Why we use Apache SparkAndy Petrella
 
Improving Apache Spark Downscaling
 Improving Apache Spark Downscaling Improving Apache Spark Downscaling
Improving Apache Spark DownscalingDatabricks
 
Gain Total Control of Your LiDAR and Point Cloud Data
Gain Total Control of Your LiDAR and Point Cloud DataGain Total Control of Your LiDAR and Point Cloud Data
Gain Total Control of Your LiDAR and Point Cloud DataSafe Software
 
SCALABLE MONITORING USING PROMETHEUS WITH APACHE SPARK
SCALABLE MONITORING USING PROMETHEUS WITH APACHE SPARKSCALABLE MONITORING USING PROMETHEUS WITH APACHE SPARK
SCALABLE MONITORING USING PROMETHEUS WITH APACHE SPARKzmhassan
 
Extending 3D Model Visualization with FME 2017
Extending 3D Model Visualization with FME 2017Extending 3D Model Visualization with FME 2017
Extending 3D Model Visualization with FME 2017Safe Software
 
Mastering MicroStation DGN: How to Integrate CAD and GIS
Mastering MicroStation DGN: How to Integrate CAD and GISMastering MicroStation DGN: How to Integrate CAD and GIS
Mastering MicroStation DGN: How to Integrate CAD and GISSafe Software
 
Computer Graphics - Lecture 01 - 3D Programming I
Computer Graphics - Lecture 01 - 3D Programming IComputer Graphics - Lecture 01 - 3D Programming I
Computer Graphics - Lecture 01 - 3D Programming I💻 Anton Gerdelan
 
MATLAB Assignment Help
MATLAB Assignment HelpMATLAB Assignment Help
MATLAB Assignment HelpEssay Corp
 
A Mind Shift in Mind Mapping; Pieter van der Hijden; Sofos Consultancy, Amste...
A Mind Shift in Mind Mapping; Pieter van der Hijden; Sofos Consultancy, Amste...A Mind Shift in Mind Mapping; Pieter van der Hijden; Sofos Consultancy, Amste...
A Mind Shift in Mind Mapping; Pieter van der Hijden; Sofos Consultancy, Amste...Pieter van der Hijden
 
How to Automate CAD & GIS Integration
How to Automate CAD & GIS IntegrationHow to Automate CAD & GIS Integration
How to Automate CAD & GIS IntegrationSafe Software
 
WebShare Cloud Workflow by Matt Byrd
WebShare Cloud Workflow by Matt ByrdWebShare Cloud Workflow by Matt Byrd
WebShare Cloud Workflow by Matt ByrdMelissa Tiffany
 
Bridging Between CAD & GIS: 6 Ways to Automate Your Data Integration
Bridging Between  CAD & GIS: 6 Ways to Automate Your  Data IntegrationBridging Between  CAD & GIS: 6 Ways to Automate Your  Data Integration
Bridging Between CAD & GIS: 6 Ways to Automate Your Data IntegrationSafe Software
 
Bridging Between CAD & GIS: 6 Ways to Automate Your Data Integration
Bridging Between CAD & GIS: 6 Ways to Automate Your Data IntegrationBridging Between CAD & GIS: 6 Ways to Automate Your Data Integration
Bridging Between CAD & GIS: 6 Ways to Automate Your Data Integrationmarketing932765
 
Bridging Between CAD & GIS: 6 Ways to Automate Your Data Integration
Bridging Between CAD & GIS:  6 Ways to Automate Your Data IntegrationBridging Between CAD & GIS:  6 Ways to Automate Your Data Integration
Bridging Between CAD & GIS: 6 Ways to Automate Your Data Integrationmarketing932765
 
Serving and rendering huge point cloud on mobile devices and web pages.
Serving and rendering huge point cloud on mobile devices and web pages.Serving and rendering huge point cloud on mobile devices and web pages.
Serving and rendering huge point cloud on mobile devices and web pages.Manuel De La Calle
 
Workshop on Google Cloud Data Platform
Workshop on Google Cloud Data PlatformWorkshop on Google Cloud Data Platform
Workshop on Google Cloud Data PlatformGoDataDriven
 
Bridging Between CAD & GIS: 8 Ways to Automate Your Data Integration
Bridging Between CAD & GIS: 8 Ways to Automate Your Data IntegrationBridging Between CAD & GIS: 8 Ways to Automate Your Data Integration
Bridging Between CAD & GIS: 8 Ways to Automate Your Data IntegrationSafe Software
 

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

What is Distributed Computing, Why we use Apache Spark
What is Distributed Computing, Why we use Apache SparkWhat is Distributed Computing, Why we use Apache Spark
What is Distributed Computing, Why we use Apache Spark
 
Improving Apache Spark Downscaling
 Improving Apache Spark Downscaling Improving Apache Spark Downscaling
Improving Apache Spark Downscaling
 
Gain Total Control of Your LiDAR and Point Cloud Data
Gain Total Control of Your LiDAR and Point Cloud DataGain Total Control of Your LiDAR and Point Cloud Data
Gain Total Control of Your LiDAR and Point Cloud Data
 
Scaling hadoopapplications
Scaling hadoopapplicationsScaling hadoopapplications
Scaling hadoopapplications
 
SCALABLE MONITORING USING PROMETHEUS WITH APACHE SPARK
SCALABLE MONITORING USING PROMETHEUS WITH APACHE SPARKSCALABLE MONITORING USING PROMETHEUS WITH APACHE SPARK
SCALABLE MONITORING USING PROMETHEUS WITH APACHE SPARK
 
Extending 3D Model Visualization with FME 2017
Extending 3D Model Visualization with FME 2017Extending 3D Model Visualization with FME 2017
Extending 3D Model Visualization with FME 2017
 
Mastering MicroStation DGN: How to Integrate CAD and GIS
Mastering MicroStation DGN: How to Integrate CAD and GISMastering MicroStation DGN: How to Integrate CAD and GIS
Mastering MicroStation DGN: How to Integrate CAD and GIS
 
Computer Graphics - Lecture 01 - 3D Programming I
Computer Graphics - Lecture 01 - 3D Programming IComputer Graphics - Lecture 01 - 3D Programming I
Computer Graphics - Lecture 01 - 3D Programming I
 
DSM Extraction from Pleiades Images using Micmac
DSM Extraction from Pleiades Images using MicmacDSM Extraction from Pleiades Images using Micmac
DSM Extraction from Pleiades Images using Micmac
 
MATLAB Assignment Help
MATLAB Assignment HelpMATLAB Assignment Help
MATLAB Assignment Help
 
A Mind Shift in Mind Mapping; Pieter van der Hijden; Sofos Consultancy, Amste...
A Mind Shift in Mind Mapping; Pieter van der Hijden; Sofos Consultancy, Amste...A Mind Shift in Mind Mapping; Pieter van der Hijden; Sofos Consultancy, Amste...
A Mind Shift in Mind Mapping; Pieter van der Hijden; Sofos Consultancy, Amste...
 
March 2011 HUG: Scaling Hadoop
March 2011 HUG: Scaling HadoopMarch 2011 HUG: Scaling Hadoop
March 2011 HUG: Scaling Hadoop
 
How to Automate CAD & GIS Integration
How to Automate CAD & GIS IntegrationHow to Automate CAD & GIS Integration
How to Automate CAD & GIS Integration
 
WebShare Cloud Workflow by Matt Byrd
WebShare Cloud Workflow by Matt ByrdWebShare Cloud Workflow by Matt Byrd
WebShare Cloud Workflow by Matt Byrd
 
Bridging Between CAD & GIS: 6 Ways to Automate Your Data Integration
Bridging Between  CAD & GIS: 6 Ways to Automate Your  Data IntegrationBridging Between  CAD & GIS: 6 Ways to Automate Your  Data Integration
Bridging Between CAD & GIS: 6 Ways to Automate Your Data Integration
 
Bridging Between CAD & GIS: 6 Ways to Automate Your Data Integration
Bridging Between CAD & GIS: 6 Ways to Automate Your Data IntegrationBridging Between CAD & GIS: 6 Ways to Automate Your Data Integration
Bridging Between CAD & GIS: 6 Ways to Automate Your Data Integration
 
Bridging Between CAD & GIS: 6 Ways to Automate Your Data Integration
Bridging Between CAD & GIS:  6 Ways to Automate Your Data IntegrationBridging Between CAD & GIS:  6 Ways to Automate Your Data Integration
Bridging Between CAD & GIS: 6 Ways to Automate Your Data Integration
 
Serving and rendering huge point cloud on mobile devices and web pages.
Serving and rendering huge point cloud on mobile devices and web pages.Serving and rendering huge point cloud on mobile devices and web pages.
Serving and rendering huge point cloud on mobile devices and web pages.
 
Workshop on Google Cloud Data Platform
Workshop on Google Cloud Data PlatformWorkshop on Google Cloud Data Platform
Workshop on Google Cloud Data Platform
 
Bridging Between CAD & GIS: 8 Ways to Automate Your Data Integration
Bridging Between CAD & GIS: 8 Ways to Automate Your Data IntegrationBridging Between CAD & GIS: 8 Ways to Automate Your Data Integration
Bridging Between CAD & GIS: 8 Ways to Automate Your Data Integration
 

More from Safe Software

From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action:  Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action:  Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationSafe Software
 
Powering Real-Time Decisions with Continuous Data Streams
Powering Real-Time Decisions with Continuous Data StreamsPowering Real-Time Decisions with Continuous Data Streams
Powering Real-Time Decisions with Continuous Data StreamsSafe Software
 
The Critical Role of Spatial Data in Today's Data Ecosystem
The Critical Role of Spatial Data in Today's Data EcosystemThe Critical Role of Spatial Data in Today's Data Ecosystem
The Critical Role of Spatial Data in Today's Data EcosystemSafe Software
 
Cloud Revolution: Exploring the New Wave of Serverless Spatial Data
Cloud Revolution: Exploring the New Wave of Serverless Spatial DataCloud Revolution: Exploring the New Wave of Serverless Spatial Data
Cloud Revolution: Exploring the New Wave of Serverless Spatial DataSafe Software
 
Igniting Next Level Productivity with AI-Infused Data Integration Workflows
Igniting Next Level Productivity with AI-Infused Data Integration WorkflowsIgniting Next Level Productivity with AI-Infused Data Integration Workflows
Igniting Next Level Productivity with AI-Infused Data Integration WorkflowsSafe Software
 
The Zero-ETL Approach: Enhancing Data Agility and Insight
The Zero-ETL Approach: Enhancing Data Agility and InsightThe Zero-ETL Approach: Enhancing Data Agility and Insight
The Zero-ETL Approach: Enhancing Data Agility and InsightSafe Software
 
Geospatial Synergy: Amplifying Efficiency with FME & Esri
Geospatial Synergy: Amplifying Efficiency with FME & EsriGeospatial Synergy: Amplifying Efficiency with FME & Esri
Geospatial Synergy: Amplifying Efficiency with FME & EsriSafe Software
 
Introducing the New FME Community Webinar - Feb 21, 2024 (2).pdf
Introducing the New FME Community Webinar - Feb 21, 2024 (2).pdfIntroducing the New FME Community Webinar - Feb 21, 2024 (2).pdf
Introducing the New FME Community Webinar - Feb 21, 2024 (2).pdfSafe Software
 
Breaking Barriers & Leveraging the Latest Developments in AI Technology
Breaking Barriers & Leveraging the Latest Developments in AI TechnologyBreaking Barriers & Leveraging the Latest Developments in AI Technology
Breaking Barriers & Leveraging the Latest Developments in AI TechnologySafe Software
 
Best Practices to Navigating Data and Application Integration for the Enterpr...
Best Practices to Navigating Data and Application Integration for the Enterpr...Best Practices to Navigating Data and Application Integration for the Enterpr...
Best Practices to Navigating Data and Application Integration for the Enterpr...Safe Software
 
Cloud Revolution: Exploring the New Wave of Serverless Spatial Data
Cloud Revolution: Exploring the New Wave of Serverless Spatial DataCloud Revolution: Exploring the New Wave of Serverless Spatial Data
Cloud Revolution: Exploring the New Wave of Serverless Spatial DataSafe Software
 
New Year's Fireside Chat with Safe Software’s Founders
New Year's Fireside Chat with Safe Software’s FoundersNew Year's Fireside Chat with Safe Software’s Founders
New Year's Fireside Chat with Safe Software’s FoundersSafe Software
 
Taking Off with FME: Elevating Airport Operations to New Heights
Taking Off with FME: Elevating Airport Operations to New HeightsTaking Off with FME: Elevating Airport Operations to New Heights
Taking Off with FME: Elevating Airport Operations to New HeightsSafe Software
 
Initiating and Advancing Your Strategic GIS Governance Strategy
Initiating and Advancing Your Strategic GIS Governance StrategyInitiating and Advancing Your Strategic GIS Governance Strategy
Initiating and Advancing Your Strategic GIS Governance StrategySafe Software
 
Igniting Next Level Productivity with AI-Infused Data Integration Workflows
Igniting Next Level Productivity with AI-Infused Data Integration Workflows Igniting Next Level Productivity with AI-Infused Data Integration Workflows
Igniting Next Level Productivity with AI-Infused Data Integration Workflows Safe Software
 
Geospatial Synergy: Amplifying Efficiency with FME & Esri ft. Peak Guest Spea...
Geospatial Synergy: Amplifying Efficiency with FME & Esri ft. Peak Guest Spea...Geospatial Synergy: Amplifying Efficiency with FME & Esri ft. Peak Guest Spea...
Geospatial Synergy: Amplifying Efficiency with FME & Esri ft. Peak Guest Spea...Safe Software
 
Mastering DevOps-Driven Data Integration with FME
Mastering DevOps-Driven Data Integration with FMEMastering DevOps-Driven Data Integration with FME
Mastering DevOps-Driven Data Integration with FMESafe Software
 
Identification of landscape features eligible for EU subsidy - Analysis of la...
Identification of landscape features eligible for EU subsidy - Analysis of la...Identification of landscape features eligible for EU subsidy - Analysis of la...
Identification of landscape features eligible for EU subsidy - Analysis of la...Safe Software
 

More from Safe Software (20)

From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action:  Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action:  Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
 
Powering Real-Time Decisions with Continuous Data Streams
Powering Real-Time Decisions with Continuous Data StreamsPowering Real-Time Decisions with Continuous Data Streams
Powering Real-Time Decisions with Continuous Data Streams
 
The Critical Role of Spatial Data in Today's Data Ecosystem
The Critical Role of Spatial Data in Today's Data EcosystemThe Critical Role of Spatial Data in Today's Data Ecosystem
The Critical Role of Spatial Data in Today's Data Ecosystem
 
Cloud Revolution: Exploring the New Wave of Serverless Spatial Data
Cloud Revolution: Exploring the New Wave of Serverless Spatial DataCloud Revolution: Exploring the New Wave of Serverless Spatial Data
Cloud Revolution: Exploring the New Wave of Serverless Spatial Data
 
Igniting Next Level Productivity with AI-Infused Data Integration Workflows
Igniting Next Level Productivity with AI-Infused Data Integration WorkflowsIgniting Next Level Productivity with AI-Infused Data Integration Workflows
Igniting Next Level Productivity with AI-Infused Data Integration Workflows
 
The Zero-ETL Approach: Enhancing Data Agility and Insight
The Zero-ETL Approach: Enhancing Data Agility and InsightThe Zero-ETL Approach: Enhancing Data Agility and Insight
The Zero-ETL Approach: Enhancing Data Agility and Insight
 
Geospatial Synergy: Amplifying Efficiency with FME & Esri
Geospatial Synergy: Amplifying Efficiency with FME & EsriGeospatial Synergy: Amplifying Efficiency with FME & Esri
Geospatial Synergy: Amplifying Efficiency with FME & Esri
 
Introducing the New FME Community Webinar - Feb 21, 2024 (2).pdf
Introducing the New FME Community Webinar - Feb 21, 2024 (2).pdfIntroducing the New FME Community Webinar - Feb 21, 2024 (2).pdf
Introducing the New FME Community Webinar - Feb 21, 2024 (2).pdf
 
Breaking Barriers & Leveraging the Latest Developments in AI Technology
Breaking Barriers & Leveraging the Latest Developments in AI TechnologyBreaking Barriers & Leveraging the Latest Developments in AI Technology
Breaking Barriers & Leveraging the Latest Developments in AI Technology
 
Best Practices to Navigating Data and Application Integration for the Enterpr...
Best Practices to Navigating Data and Application Integration for the Enterpr...Best Practices to Navigating Data and Application Integration for the Enterpr...
Best Practices to Navigating Data and Application Integration for the Enterpr...
 
Cloud Revolution: Exploring the New Wave of Serverless Spatial Data
Cloud Revolution: Exploring the New Wave of Serverless Spatial DataCloud Revolution: Exploring the New Wave of Serverless Spatial Data
Cloud Revolution: Exploring the New Wave of Serverless Spatial Data
 
New Year's Fireside Chat with Safe Software’s Founders
New Year's Fireside Chat with Safe Software’s FoundersNew Year's Fireside Chat with Safe Software’s Founders
New Year's Fireside Chat with Safe Software’s Founders
 
Taking Off with FME: Elevating Airport Operations to New Heights
Taking Off with FME: Elevating Airport Operations to New HeightsTaking Off with FME: Elevating Airport Operations to New Heights
Taking Off with FME: Elevating Airport Operations to New Heights
 
Initiating and Advancing Your Strategic GIS Governance Strategy
Initiating and Advancing Your Strategic GIS Governance StrategyInitiating and Advancing Your Strategic GIS Governance Strategy
Initiating and Advancing Your Strategic GIS Governance Strategy
 
Igniting Next Level Productivity with AI-Infused Data Integration Workflows
Igniting Next Level Productivity with AI-Infused Data Integration Workflows Igniting Next Level Productivity with AI-Infused Data Integration Workflows
Igniting Next Level Productivity with AI-Infused Data Integration Workflows
 
Geospatial Synergy: Amplifying Efficiency with FME & Esri ft. Peak Guest Spea...
Geospatial Synergy: Amplifying Efficiency with FME & Esri ft. Peak Guest Spea...Geospatial Synergy: Amplifying Efficiency with FME & Esri ft. Peak Guest Spea...
Geospatial Synergy: Amplifying Efficiency with FME & Esri ft. Peak Guest Spea...
 
Mastering DevOps-Driven Data Integration with FME
Mastering DevOps-Driven Data Integration with FMEMastering DevOps-Driven Data Integration with FME
Mastering DevOps-Driven Data Integration with FME
 
Identification of landscape features eligible for EU subsidy - Analysis of la...
Identification of landscape features eligible for EU subsidy - Analysis of la...Identification of landscape features eligible for EU subsidy - Analysis of la...
Identification of landscape features eligible for EU subsidy - Analysis of la...
 

Recently uploaded

Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptxMaking_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptxnull - The Open Security Community
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):comworks
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...shyamraj55
 
Pigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 3652toLead Limited
 
Snow Chain-Integrated Tire for a Safe Drive on Winter Roads
Snow Chain-Integrated Tire for a Safe Drive on Winter RoadsSnow Chain-Integrated Tire for a Safe Drive on Winter Roads
Snow Chain-Integrated Tire for a Safe Drive on Winter RoadsHyundai Motor Group
 
Hyderabad Call Girls Khairatabad ✨ 7001305949 ✨ Cheap Price Your Budget
Hyderabad Call Girls Khairatabad ✨ 7001305949 ✨ Cheap Price Your BudgetHyderabad Call Girls Khairatabad ✨ 7001305949 ✨ Cheap Price Your Budget
Hyderabad Call Girls Khairatabad ✨ 7001305949 ✨ Cheap Price Your BudgetEnjoy Anytime
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesSinan KOZAK
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitecturePixlogix Infotech
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slidespraypatel2
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersThousandEyes
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Alan Dix
 
Key Features Of Token Development (1).pptx
Key  Features Of Token  Development (1).pptxKey  Features Of Token  Development (1).pptx
Key Features Of Token Development (1).pptxLBM Solutions
 

Recently uploaded (20)

Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptxMaking_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
 
Pigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping Elbows
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
 
Snow Chain-Integrated Tire for a Safe Drive on Winter Roads
Snow Chain-Integrated Tire for a Safe Drive on Winter RoadsSnow Chain-Integrated Tire for a Safe Drive on Winter Roads
Snow Chain-Integrated Tire for a Safe Drive on Winter Roads
 
Hyderabad Call Girls Khairatabad ✨ 7001305949 ✨ Cheap Price Your Budget
Hyderabad Call Girls Khairatabad ✨ 7001305949 ✨ Cheap Price Your BudgetHyderabad Call Girls Khairatabad ✨ 7001305949 ✨ Cheap Price Your Budget
Hyderabad Call Girls Khairatabad ✨ 7001305949 ✨ Cheap Price Your Budget
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen Frames
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food Manufacturing
 
Vulnerability_Management_GRC_by Sohang Sengupta.pptx
Vulnerability_Management_GRC_by Sohang Sengupta.pptxVulnerability_Management_GRC_by Sohang Sengupta.pptx
Vulnerability_Management_GRC_by Sohang Sengupta.pptx
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC Architecture
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
 
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptxE-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
 
Key Features Of Token Development (1).pptx
Key  Features Of Token  Development (1).pptxKey  Features Of Token  Development (1).pptx
Key Features Of Token Development (1).pptx
 

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
  • 34.
  • 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!