SlideShare a Scribd company logo
5 Ways to Improve
Your LiDAR Workflows
In memory of
Martin Isenburg,
founder of LAStools.
5 Ways to Improve
Your LiDAR Workflows
Meet the Presenters
Kailin
Opaleychuk
Richard Mosley Jovita Chan Dmitri Bagh
On Q&A
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.
1. Visit this link
2. Enter your username
3. Enter the code:
LSWGA
Claim Your Community Badge!
Read our latest blog:
Top 4 LiDAR and Point Cloud
Processing Workflows
Thank you!
Try FME for free at safe.com/trial
Connect with us for more FME

More Related Content

What's hot

spatial data infrastructure : issues and concepts
spatial data infrastructure : issues and conceptsspatial data infrastructure : issues and concepts
spatial data infrastructure : issues and concepts
Desconnets Jean-Christophe
 
LiDAR
LiDARLiDAR
The universal transverse mercator system
The universal transverse mercator systemThe universal transverse mercator system
The universal transverse mercator systemMenga Bhaskar
 
GIS - Topology
GIS - Topology GIS - Topology
GIS - Topology
Malla Reddy University
 
LiDAR Data Processing and Classification
LiDAR Data Processing and ClassificationLiDAR Data Processing and Classification
LiDAR Data Processing and ClassificationMichal Bularz
 
Rankin LiDAR presentation
Rankin LiDAR presentationRankin LiDAR presentation
Rankin LiDAR presentationJustin Farrow
 
Introduction to Tools in ArcGIS
Introduction to Tools in ArcGISIntroduction to Tools in ArcGIS
Introduction to Tools in ArcGIS
Daniele Baker
 
Three dimensional (3D) GIS
Three dimensional (3D) GISThree dimensional (3D) GIS
Three dimensional (3D) GIS
Wellington Gwavava
 
Introduction to Remote Sensing
Introduction to Remote SensingIntroduction to Remote Sensing
Introduction to Remote Sensing
Malla Reddy University
 
Lidar
LidarLidar
Digitization arc gis
Digitization arc gisDigitization arc gis
Digitization arc gis
Ashok Peddi
 
Synthetic aperture radar
Synthetic aperture radar Synthetic aperture radar
Synthetic aperture radar
Cigi Cletus
 
A short introduction to GIS
A short introduction to GISA short introduction to GIS
A short introduction to GIS
Xiaogang (Marshall) Ma
 
Geoprocessing
GeoprocessingGeoprocessing
Geoprocessing
Ehsan Hamzei
 
Basic remote sensing and gis
Basic remote sensing and gisBasic remote sensing and gis
Basic remote sensing and gis
SatGur Masters Academy
 
Remote Sensing Lec 11
Remote Sensing Lec 11Remote Sensing Lec 11
Remote Sensing Lec 11polylsgiedx
 
Applications of Arc GIS
Applications of Arc GISApplications of Arc GIS
Applications of Arc GIS
ExtraPDFs
 
Drone flight data processing
Drone flight data processingDrone flight data processing
Drone flight data processing
Dany Laksono
 
Modeling using gis
Modeling using gisModeling using gis
Modeling using gis
Shivangi Somvanshi
 
Introduction to arc gis
Introduction to arc gisIntroduction to arc gis
Introduction to arc gis
Mohamed Hamed
 

What's hot (20)

spatial data infrastructure : issues and concepts
spatial data infrastructure : issues and conceptsspatial data infrastructure : issues and concepts
spatial data infrastructure : issues and concepts
 
LiDAR
LiDARLiDAR
LiDAR
 
The universal transverse mercator system
The universal transverse mercator systemThe universal transverse mercator system
The universal transverse mercator system
 
GIS - Topology
GIS - Topology GIS - Topology
GIS - Topology
 
LiDAR Data Processing and Classification
LiDAR Data Processing and ClassificationLiDAR Data Processing and Classification
LiDAR Data Processing and Classification
 
Rankin LiDAR presentation
Rankin LiDAR presentationRankin LiDAR presentation
Rankin LiDAR presentation
 
Introduction to Tools in ArcGIS
Introduction to Tools in ArcGISIntroduction to Tools in ArcGIS
Introduction to Tools in ArcGIS
 
Three dimensional (3D) GIS
Three dimensional (3D) GISThree dimensional (3D) GIS
Three dimensional (3D) GIS
 
Introduction to Remote Sensing
Introduction to Remote SensingIntroduction to Remote Sensing
Introduction to Remote Sensing
 
Lidar
LidarLidar
Lidar
 
Digitization arc gis
Digitization arc gisDigitization arc gis
Digitization arc gis
 
Synthetic aperture radar
Synthetic aperture radar Synthetic aperture radar
Synthetic aperture radar
 
A short introduction to GIS
A short introduction to GISA short introduction to GIS
A short introduction to GIS
 
Geoprocessing
GeoprocessingGeoprocessing
Geoprocessing
 
Basic remote sensing and gis
Basic remote sensing and gisBasic remote sensing and gis
Basic remote sensing and gis
 
Remote Sensing Lec 11
Remote Sensing Lec 11Remote Sensing Lec 11
Remote Sensing Lec 11
 
Applications of Arc GIS
Applications of Arc GISApplications of Arc GIS
Applications of Arc GIS
 
Drone flight data processing
Drone flight data processingDrone flight data processing
Drone flight data processing
 
Modeling using gis
Modeling using gisModeling using gis
Modeling using gis
 
Introduction to arc gis
Introduction to arc gisIntroduction to arc gis
Introduction to arc gis
 

Similar to 5 Ways to Improve Your LiDAR Workflows

5 Ways to Optimize Your LiDAR Data
5 Ways to Optimize Your LiDAR Data5 Ways to Optimize Your LiDAR Data
5 Ways to Optimize Your LiDAR Data
Safe Software
 
How to Get the Most Out of LiDAR Data
How to Get the Most Out of LiDAR DataHow to Get the Most Out of LiDAR Data
How to Get the Most Out of LiDAR Data
Safe Software
 
ArcGIS Data Interoperability: Tips for LiDAR, 3D, and BIM
ArcGIS Data Interoperability: Tips for LiDAR, 3D, and BIMArcGIS Data Interoperability: Tips for LiDAR, 3D, and BIM
ArcGIS Data Interoperability: Tips for LiDAR, 3D, and BIM
Safe Software
 
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
National Cheng Kung University
 
mago3D FOSS4G NA 2018
mago3D FOSS4G NA 2018mago3D FOSS4G NA 2018
mago3D FOSS4G NA 2018
정대 천
 
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
Andy Petrella
 
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
Safe Software
 
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
Safe Software
 
Bridging Between CAD & GIS: 8 Ways to Automate Data Integration
Bridging Between CAD & GIS: 8 Ways to Automate Data IntegrationBridging Between CAD & GIS: 8 Ways to Automate Data Integration
Bridging Between CAD & GIS: 8 Ways to Automate Data Integration
Safe Software
 
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
Safe Software
 
Let's integrate CAD/BIM/GIS on the same platform: A practical approach in rea...
Let's integrate CAD/BIM/GIS on the same platform: A practical approach in rea...Let's integrate CAD/BIM/GIS on the same platform: A practical approach in rea...
Let's integrate CAD/BIM/GIS on the same platform: A practical approach in rea...
SANGHEE SHIN
 
Bridging Between CAD & GIS: 8 Ways to Automate Data Integration
Bridging Between CAD & GIS: 8 Ways to Automate Data IntegrationBridging Between CAD & GIS: 8 Ways to Automate Data Integration
Bridging Between CAD & GIS: 8 Ways to Automate Data Integration
Safe Software
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Safe 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 SPARK
zmhassan
 
FME 2020 Unleashed: Authoring
FME 2020 Unleashed: AuthoringFME 2020 Unleashed: Authoring
FME 2020 Unleashed: Authoring
Safe Software
 
Improving Apache Spark Downscaling
 Improving Apache Spark Downscaling Improving Apache Spark Downscaling
Improving Apache Spark Downscaling
Databricks
 
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
 
Desktop Softwares for Unmanned Aerial Systems(UAS))
Desktop Softwares for Unmanned Aerial Systems(UAS))Desktop Softwares for Unmanned Aerial Systems(UAS))
Desktop Softwares for Unmanned Aerial Systems(UAS))
Kamal Shahi
 
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
Safe 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 Integration
marketing932765
 

Similar to 5 Ways to Improve Your LiDAR Workflows (20)

5 Ways to Optimize Your LiDAR Data
5 Ways to Optimize Your LiDAR Data5 Ways to Optimize Your LiDAR Data
5 Ways to Optimize Your LiDAR Data
 
How to Get the Most Out of LiDAR Data
How to Get the Most Out of LiDAR DataHow to Get the Most Out of LiDAR Data
How to Get the Most Out of LiDAR Data
 
ArcGIS Data Interoperability: Tips for LiDAR, 3D, and BIM
ArcGIS Data Interoperability: Tips for LiDAR, 3D, and BIMArcGIS Data Interoperability: Tips for LiDAR, 3D, and BIM
ArcGIS Data Interoperability: Tips for LiDAR, 3D, and BIM
 
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
 
mago3D FOSS4G NA 2018
mago3D FOSS4G NA 2018mago3D FOSS4G NA 2018
mago3D FOSS4G NA 2018
 
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
 
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
 
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
 
Bridging Between CAD & GIS: 8 Ways to Automate Data Integration
Bridging Between CAD & GIS: 8 Ways to Automate Data IntegrationBridging Between CAD & GIS: 8 Ways to Automate Data Integration
Bridging Between CAD & GIS: 8 Ways to Automate Data Integration
 
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
 
Let's integrate CAD/BIM/GIS on the same platform: A practical approach in rea...
Let's integrate CAD/BIM/GIS on the same platform: A practical approach in rea...Let's integrate CAD/BIM/GIS on the same platform: A practical approach in rea...
Let's integrate CAD/BIM/GIS on the same platform: A practical approach in rea...
 
Bridging Between CAD & GIS: 8 Ways to Automate Data Integration
Bridging Between CAD & GIS: 8 Ways to Automate Data IntegrationBridging Between CAD & GIS: 8 Ways to Automate Data Integration
Bridging Between CAD & GIS: 8 Ways to Automate Data Integration
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
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
 
FME 2020 Unleashed: Authoring
FME 2020 Unleashed: AuthoringFME 2020 Unleashed: Authoring
FME 2020 Unleashed: Authoring
 
Improving Apache Spark Downscaling
 Improving Apache Spark Downscaling Improving Apache Spark Downscaling
Improving Apache Spark Downscaling
 
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.
 
Desktop Softwares for Unmanned Aerial Systems(UAS))
Desktop Softwares for Unmanned Aerial Systems(UAS))Desktop Softwares for Unmanned Aerial Systems(UAS))
Desktop Softwares for Unmanned Aerial Systems(UAS))
 
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
 

More from Safe Software

Essentials of Automations: The Art of Triggers and Actions in FME
Essentials of Automations: The Art of Triggers and Actions in FMEEssentials of Automations: The Art of Triggers and Actions in FME
Essentials of Automations: The Art of Triggers and Actions in FME
Safe Software
 
Essentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with ParametersEssentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with Parameters
Safe 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 Insight
Safe Software
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
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 Automation
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 Automation
Safe 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 Innovation
Safe 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 Streams
Safe 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 Ecosystem
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 Data
Safe 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 Workflows
Safe 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 Insight
Safe 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 & Esri
Safe 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).pdf
Safe 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 Technology
Safe 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 Data
Safe 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 Founders
Safe 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 Heights
Safe 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 Strategy
Safe Software
 

More from Safe Software (20)

Essentials of Automations: The Art of Triggers and Actions in FME
Essentials of Automations: The Art of Triggers and Actions in FMEEssentials of Automations: The Art of Triggers and Actions in FME
Essentials of Automations: The Art of Triggers and Actions in FME
 
Essentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with ParametersEssentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with Parameters
 
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
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
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
 

Recently uploaded

DevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA ConnectDevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA Connect
Kari Kakkonen
 
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
James Anderson
 
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
Product School
 
ODC, Data Fabric and Architecture User Group
ODC, Data Fabric and Architecture User GroupODC, Data Fabric and Architecture User Group
ODC, Data Fabric and Architecture User Group
CatarinaPereira64715
 
State of ICS and IoT Cyber Threat Landscape Report 2024 preview
State of ICS and IoT Cyber Threat Landscape Report 2024 previewState of ICS and IoT Cyber Threat Landscape Report 2024 preview
State of ICS and IoT Cyber Threat Landscape Report 2024 preview
Prayukth K V
 
Accelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish CachingAccelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish Caching
Thijs Feryn
 
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
Product School
 
UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3
DianaGray10
 
GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...
GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...
GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...
Sri Ambati
 
Neuro-symbolic is not enough, we need neuro-*semantic*
Neuro-symbolic is not enough, we need neuro-*semantic*Neuro-symbolic is not enough, we need neuro-*semantic*
Neuro-symbolic is not enough, we need neuro-*semantic*
Frank van Harmelen
 
PHP Frameworks: I want to break free (IPC Berlin 2024)
PHP Frameworks: I want to break free (IPC Berlin 2024)PHP Frameworks: I want to break free (IPC Berlin 2024)
PHP Frameworks: I want to break free (IPC Berlin 2024)
Ralf Eggert
 
Key Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdfKey Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdf
Cheryl Hung
 
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdfFIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance
 
FIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdfFIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance
 
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdfSmart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
91mobiles
 
Designing Great Products: The Power of Design and Leadership by Chief Designe...
Designing Great Products: The Power of Design and Leadership by Chief Designe...Designing Great Products: The Power of Design and Leadership by Chief Designe...
Designing Great Products: The Power of Design and Leadership by Chief Designe...
Product School
 
Epistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI supportEpistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI support
Alan Dix
 
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
DanBrown980551
 
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdfFIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance
 
Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...
BookNet Canada
 

Recently uploaded (20)

DevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA ConnectDevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA Connect
 
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
 
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
 
ODC, Data Fabric and Architecture User Group
ODC, Data Fabric and Architecture User GroupODC, Data Fabric and Architecture User Group
ODC, Data Fabric and Architecture User Group
 
State of ICS and IoT Cyber Threat Landscape Report 2024 preview
State of ICS and IoT Cyber Threat Landscape Report 2024 previewState of ICS and IoT Cyber Threat Landscape Report 2024 preview
State of ICS and IoT Cyber Threat Landscape Report 2024 preview
 
Accelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish CachingAccelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish Caching
 
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
 
UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3
 
GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...
GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...
GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...
 
Neuro-symbolic is not enough, we need neuro-*semantic*
Neuro-symbolic is not enough, we need neuro-*semantic*Neuro-symbolic is not enough, we need neuro-*semantic*
Neuro-symbolic is not enough, we need neuro-*semantic*
 
PHP Frameworks: I want to break free (IPC Berlin 2024)
PHP Frameworks: I want to break free (IPC Berlin 2024)PHP Frameworks: I want to break free (IPC Berlin 2024)
PHP Frameworks: I want to break free (IPC Berlin 2024)
 
Key Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdfKey Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdf
 
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdfFIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
 
FIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdfFIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdf
 
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdfSmart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
 
Designing Great Products: The Power of Design and Leadership by Chief Designe...
Designing Great Products: The Power of Design and Leadership by Chief Designe...Designing Great Products: The Power of Design and Leadership by Chief Designe...
Designing Great Products: The Power of Design and Leadership by Chief Designe...
 
Epistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI supportEpistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI support
 
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
 
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdfFIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
 
Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...
 

5 Ways to Improve Your LiDAR Workflows

  • 1. 5 Ways to Improve Your LiDAR Workflows
  • 2. In memory of Martin Isenburg, founder of LAStools.
  • 3. 5 Ways to Improve Your LiDAR Workflows
  • 4. Meet the Presenters Kailin Opaleychuk Richard Mosley Jovita Chan Dmitri Bagh On Q&A
  • 5. 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
  • 7. 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
  • 8. 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!
  • 9. Point clouds can help you produce amazing 3D visualizations!
  • 10. 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.
  • 11. 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
  • 12. 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
  • 13. 1. Simplify the process of transforming and integrating point clouds using FME’s Point Cloud Transformers.
  • 14. Our transformers simplify the process of transforming and integrating point clouds. Combining transformers into workspaces creates powerful, repeatable solutions.
  • 19. Data Preparation ● Clip a Point Cloud ● Noise removal ● Creating an extent or AOI ● Tiling
  • 20. 3. Create and automate surface models
  • 21. 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.
  • 22. Understanding Components Vs. Attributes Attributes Components Each point has its own component values
  • 23. Clip, Tile, and Thin Especially when designing workflows use smaller sections to speed up development
  • 24. Demo
  • 25. DEM Parameters Set appearance on: Front Side Texture Mapping Type: Top Down Georeferenced
  • 26. Digital Surface Model Or any other classification model….
  • 28. Demo
  • 29. 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
  • 30. 4. Visualize solutions by using LiDAR for 3D City Modelling
  • 31. 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
  • 32. Source Data ● AutoCAD (DWG) - building outlines ● Point Cloud (LAS) ● MapInfo (MiTAB) - Park polygons ● GeoTIFF (TIFF) - 4 orthoimages
  • 33. 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
  • 34. 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
  • 35. Demo
  • 36.
  • 37. 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
  • 38. 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
  • 39. 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
  • 40. 5. Expand your toolset with FME Hub and Third Party Tools
  • 41. PointCloudSpatialThinner This transformer spatially thins point clouds by the user-defined resolution. IFMEPointCloud: 4377463 Points IFMEPointCloud: 4025219 Points
  • 42. Demo
  • 43. PointCloudStatsRasterizer Replaces a point cloud with a raster which represents statistical values of a component of the source point cloud.
  • 44. Demo
  • 45. 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
  • 46. 1. Read in LAS file using the ASPRS LiDAR Data Exchange Format (LAS) Reader
  • 47. 2. Remove existing classification
  • 48. 2. Use QuickAdd to add LAStools.ground
  • 49. 2. Now that ground is classified, add LAStools.lasheight
  • 50. 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
  • 52. 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.
  • 53. 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.
  • 54. 1. Visit this link 2. Enter your username 3. Enter the code: LSWGA Claim Your Community Badge! Read our latest blog: Top 4 LiDAR and Point Cloud Processing Workflows
  • 55. Thank you! Try FME for free at safe.com/trial Connect with us for more FME