SlideShare a Scribd company logo
Bridging Between CAD & GIS:
8 Ways to Automate Your
Data Integration
Meet the Presenters
Dale Lutz Jovita Chan
Agenda for today:
● Migrating CAD drawings to GIS
○ Challenges (complex geometry, annotations)
○ Real-world solutions
○ Demo: Digital plan submission workflow
● Sharing GIS data with CAD users
○ Challenges (coordinate systems)
○ Real-world solutions
○ Demo: Requesting CAD data from GIS workflow
● Q&A
Our Mission
To help you maximize
the value of data.
FME®
Integration Platform
Connect. Transform. Automate.
FME Desktop FME Server FME Cloud
Build & Run Data Workflows Automate Data Workflows
(on-premises)
Automate Data Workflows
(hosted FME Server)
Mobile Apps
Access the Power of FME
Wherever You Are
Get a free trial of FME Desktop and FME Server at safe.com
CAD vs. GIS:
Different Perspectives
CAD users have a drawing
perspective:
● Layers & levels
● Styles & Symbology
● Dimensions & Labels
CAD vs. GIS:
Different Perspectives
GIS users have a feature perspective:
● Attributes and geometry
● Data structure, model
● Relational tables, domains
● Location (including Coordinate
System)
● Connectivity and proximity
● Analysis
Scenario 1: Building Areas
Part 1:
Migrating CAD Drawings to GIS
Scenario 1: Building Areas for GIS
The Task
Convert
Microstation drawn
Forest Cover maps
to be used in GIS
analysis
The Problem
Forest Cover maps
store boundary
lines and interior
points to represent
areas. GIS wants
areas with
attributes.
The Solution
Use FMEʼs
AreaBuilder and
PointOnArea
Overlayer to create
the areas with
correct attributes
The Result
GIS ready data
from a process
easily automated
and able to run
over thousands of
input files.
Input
Solution
Recap: Building Areas for GIS
The Task
Build areas from
CAD linework
Tips for Success
● Discover the names FME assigns to CAD
properties to filter/route data
○ Feature Information Window
○ Feature Type -> Format Attributes
○ Tester
● Use Geometric operations to convert
representation to information
○ AreaBuilder
○ PointOnAreaOverlay
The Solution
Use FMEʼs
transformation
capabilities to
quickly convert
CAD lines and
points into GIS
ready data
Scenario 2: Transforming from CAD to GeoJSON
Migrating CAD Drawings to GIS
Transforming from CAD to GeoJSON
The Task
Create a GeoJSON File
containing geometries
and text from original
CAD files.
The Problem
DWG file has rooms
drawn as closed
polylines, all in 1 layer.
Within each polyline,
there are 2 text labels
on different layers.
The Solution
Extract CAD properties
into unique attributes
and combine multiple
entities into one.
The Result
Data where it needs to
be! The rooms are
transformed to
geometries and text
labels are properties of
the geometries.
Scenario 2
Thanks to our community
for this great question!
Ask a question & get answers at
safe.com/community
Input:
Township of Langley Open Data
Solution
Recap: Transforming from CAD to GeoJSON
The Task
Produce a single
GeoJSON file.
Tips for Success
● Extract CAD properties into unique
attributes with
TextPropertyExtractor
● Use PointOnAreaOverlay to
combine multiple entities into one
● Use Tester to do sanity checks
The Solution
Extract CAD
properties into
unique attributes
and combine
multiple entities
into one.
Canʼt Remember 400+
Transformers?
Find your perfect transformer
safe.com/transformers
You donʼt need to!
Use the FME Transformer Gallery.
● Filter by category
● Quick Add aliases (verb + ʻerʼ)
● Access it in Workbench
(View > Windows > Transformer Gallery)
Scenario 3: Moving From Labels To Attributes with Proximity
Migrating CAD Drawings to GIS
Scenario 3: Moving From Labels To
Attributes with Proximity
The Task
Transfer label
information to nearby
lines.
The Problem
Containment is not an
option.
The Solution
Proximity matching
with the
NeighbourFinder.
The Result
Label information is
transferred to nearby
lines.
Input:
Solution
Recap: Moving From Labels To Attributes with
Proximity
The Task
Transfer label
information to
nearby lines.
Tips for Success
● Use NeighborFinder to do
proximity matching
● Automate QA using Tester
○ Humans may need to do final
QA
● Consider LineCombiner to join
short lines into longer ones
○ Pseudo-node removal
The Solution
Proximity
matching.
Scenario 4: Battling Schema Drift
Migrating CAD Drawings to GIS
What is Schema Drift?
Solve more schema drift:
safe.com/webinars
A change in the source or
target data definition.
Usually accompanied by
frustration and time loss.
“Theyʼve added yet another column
to my excel spreadsheet – this
schema drift has got to stop!”
Schema Drift Example 1:
No naming specification followed
Road, Street, Roads, Streets, StreetLines, ...
Overcoming Schema Drift
Example 1: No naming specification followed
The Task
Migrate CAD linework to
a new CAD standard for
use in both CAD and
GIS.
The Problem
No specification was
followed (or it changed)
and the input layers
have a wide range of
names
The Solution
Scan for the complete
set of names and make
a mapping to the
desired CAD/GIS
naming. Apply the
mapping on translation.
The Result
A flexible input process
created with a
minimum of manual
effort and a cleaned up
CAD file ready for
sharing or GIS import!
Recap: Moving to a Naming Specification
The Task
Modify CAD data to
conform to a naming
convention for layers
Tips for Success
● Use DuplicateFilter to find unique
layer names
● Track the layer mapping in
spreadsheet
● Apply the layer mapping using a
DatabaseJoiner
● Use Feature Type Fanout to route
data to the new, correct layers
The Solution
Extract existing names,
create a mapping
spreadsheet, apply to
create conformant CAD
files
Schema Drift Example 2:
Decode Attribute-rich Layer Names
Layer Name: xxxYYYYMMDDzz
xxx = 3 character code for road type
YYYYMMDD = 8 digits for date of last update
zz = 2 characters to represent collection method
Overcoming Schema Drift
Example 2: Decode Attribute-rich Layer Names
The Task
Extract attributes
encoded in CAD layer
names for use in GIS
The Problem
A comprehensive
specification embedded
attributes in parts of the
layerʼs name, making it
very hard to understand
or otherwise use the
data.
The Solution
Split attributes to pick
out the parts, then
apply lookups to
decode to useful values.
The Result
Understandable,
GIS-ready dataset.
Recap: Decode Attribute-rich Layer Names
The Task
Extract attributes
encoded in CAD layer
names for use in GIS
Tips for Success
● AttributeSplitter to break apart the
layer name
● Expose the resulting list elements
result{}->result{0},result{1}...
● Decode the parts using a
DatabaseJoiner or
AttributeValueMapper
● Route to an attribute-rich GIS dataset
The Solution
Split layer names into
parts, apply lookups to
create understandable
attribute values
Scenario 5: Digital Plan Submission
Migrating CAD Drawings to GIS
CUSTOMER STORY
“We chose FME for this project because
the interface is easy to use and allows
us to provide an adaptable solution to
enhance interaction with the Cityʼs
partners”
- Erika Provost, City of Henderson
PROJECT
Digital Plan Submission Project
SOLUTION
FME provides self-serve CAD data
upload, validation, and integration
into GIS
RESULTS
● Reduced data integration time by
75%
● Eliminated the risk of manual error
● Removed duplicate work
● Faster processing of submissions
● Ensured CAD data validation
City of
Henderson
Scenario 5: Digital Plan Submission
The Task
Create a digital plan
submission to
automatically check
and upload CAD
drawings to ArcGIS
Online.
The Problem
It takes time and
manual effort to
process development
plans (clean up
geometry, and extract
data), to combine into
GIS data.
The Solution
Use FME to validate CAD
submissions before
automatically
uploading to ArcGIS
Online.
The Result
Submissions that meet
requirements are
uploaded to ArcGIS
Online, and ones that
donʼt are sent back for
fixing.
Input: DWG Parcels
Demo CAD Standards:
● Attribution:
○ Layer schema (specific layer
naming)
○ Parcels contain ID
○ Roads have names
● Geometry
○ Layers contain specific geometry
(ex. roads are lines)
○ Parcels are polygons
○ Blocks are points
Next stop...
Enable event-driven automations
using a web user interface.
FME Server
Results in ArcGIS Online:
Parcels Layer
Roads Layer
Recap: Digital Submission Plan
The Task
Create a digital plan
submission from DWG
to AGOL.
Tips for Success
The Solution
Use FME to check
CAD submissions
for criteria before
automatically
uploading to
ArcGIS Online.
● Preserve labels and attribution from text, blocks or dimensions
● Interpret layers, styles or symbols as attributes
● Improve geometry:
○ Creating connectivity
■ Snapper
■ Intersector
○ Forming areas from lines
■ AreaBuilder
● Combine geometry and attributes using proximity
○ PointOnAreaOverlay
○ NeighborFinder
Part 2:
Sharing GIS data with CAD users
GIS to CAD Challenges
● Creating visually appealing
CAD drawings
● Represent GIS intelligence
● Use expected symbology
Sharing GIS data with CAD users
Scenario 6: Applying Styling
Scenario 6: Applying Styling
The Task
Produce output
conforming to the CAD
styling specification of
the engineering
department.
The Problem
GIS data doesnʼt have
explicit styling
information, but a CAD
styling specification is
available.
The Solution
Use the DWGStyler or
DGNStyler to prepare
data for output to CAD.
Store styling
information in a
spreadsheet and apply
it during translation.
The Result
Happy CAD technicians
and an effortless flow of
data between
departments and
disciplines.
Input:
Source: City of Gävle Open Data
Solution:
Output:
Recap: Applying Styling
The Task
Produce output
conforming to the CAD
styling specification of
the engineering
department.
Tips for Success
● Hold styling specifications external
to the FME Workspace
● Use a Template CAD file to provide
symbol and layer definitions
● Apply using a DatabaseJoiner
● Use DWGStyler to set
appropropriate styling format
attributes
The Solution
Store styling
information in a
spreadsheet and apply
it during translation.
Sharing GIS data with CAD users
Scenario 7: Self Serve Data Requests
CUSTOMER STORY
Project
Automated “One Call” system
Solution
FME automatically extracts information
from GIS and asset management systems
to fulfill underground information
packages.
Results
● Reduced package turnaround time
from 3 days to 3 minutes.
● Re-allocated dedicated staff resource
to other high-value services.
● Removed the risk of manual errors.
City of Burnaby
“Because of FME we were able to process
tickets 24/7 - anytime, anywhere.”
Herman Louie, City of Burnaby
Self Serve Data Request
The Task
Deliver data and assets
around the office to the
departments that need it,
whenever they need it.
The Problem
The only way to access
data is by talking with
the stakeholders. This
leaves employees
waiting for responses
and wasting time.
The Solution
Build a self-serve data
portal using FME.
The Result
Improved collaboration
as users can serve
themselves accurate
data whenever they
want to.
Solution
Using the Geometry Picker in FME Server
Template DWG
Recap: Self Serve Data Request
The Task
Deliver data and assets
around the office to the
departments.
Tips for Success
The Solution
Build a self-serve
data portal using
FME
● Use styler transformers to easily set format attributes
○ DWGStyler
○ DGNStyler
● Use labeller transformers to generate labels
○ LabelPointReplacer
○ Labeller
○ MapTextLabeller (extra cost)
Achieve harmony between CAD & GIS
by automating its integration.
Tutorials in the FME Community
● GIS to CAD: Convert Parcel
Polygons and Lines from
Geodatabase to DGN
● How to Convert DGN to Shapefile
(CAD Levels to GIS Attributes)
● Getting Started with AutoCAD
● Using the Geometry Picker in
FME Server
Claim Your Community Badge
Get community badges for
watching webinars!
fme.ly/WebinarBadge Todayʼs Code: CSLBG
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 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 Bridging Between CAD & GIS: 8 Ways to Automate Your Data Integration

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
 
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
 
Cad to ESRI Geodatabase Conversion
Cad to ESRI Geodatabase ConversionCad to ESRI Geodatabase Conversion
Cad to ESRI Geodatabase Conversion
Wisconsin Land Information Association
 
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
Safe Software
 
5 Ways to Improve Your LiDAR Workflows
5 Ways to Improve Your LiDAR Workflows5 Ways to Improve Your LiDAR Workflows
5 Ways to Improve Your LiDAR Workflows
Safe Software
 
Graphic standards and exchange formats
Graphic standards and exchange formatsGraphic standards and exchange formats
Graphic standards and exchange formats
kishor kumar
 
Extend the Value of Your BIM Data with FME: Part 1
Extend the Value of Your BIM Data with FME: Part 1Extend the Value of Your BIM Data with FME: Part 1
Extend the Value of Your BIM Data with FME: Part 1
Safe Software
 
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
 
Open Source GIS Workshop
Open Source GIS WorkshopOpen Source GIS Workshop
Open Source GIS Workshop
Jason Dalton
 
Lect 02_Introduction to Computer Aided Design.pptx
Lect 02_Introduction to Computer Aided Design.pptxLect 02_Introduction to Computer Aided Design.pptx
Lect 02_Introduction to Computer Aided Design.pptx
suyogpatil49
 
2016 workshops: understanding the language of gis and cad by warren geissler
2016 workshops:  understanding  the language  of gis and cad by warren geissler2016 workshops:  understanding  the language  of gis and cad by warren geissler
2016 workshops: understanding the language of gis and cad by warren geissler
GIS in the Rockies
 
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
 
State of GeoServer 2.12
State of GeoServer 2.12State of GeoServer 2.12
State of GeoServer 2.12
GeoSolutions
 
GWT 2014: Energy Conference - 02 Le soluzioni Geospaziali per il mondo energy
GWT 2014: Energy Conference - 02 Le soluzioni Geospaziali per il mondo energyGWT 2014: Energy Conference - 02 Le soluzioni Geospaziali per il mondo energy
GWT 2014: Energy Conference - 02 Le soluzioni Geospaziali per il mondo energy
Planetek Italia Srl
 
DDGK: Learning Graph Representations for Deep Divergence Graph Kernels
DDGK: Learning Graph Representations for Deep Divergence Graph KernelsDDGK: Learning Graph Representations for Deep Divergence Graph Kernels
DDGK: Learning Graph Representations for Deep Divergence Graph Kernels
ivaderivader
 
AutoML for user segmentation: how to match millions of users with hundreds of...
AutoML for user segmentation: how to match millions of users with hundreds of...AutoML for user segmentation: how to match millions of users with hundreds of...
AutoML for user segmentation: how to match millions of users with hundreds of...
Institute of Contemporary Sciences
 
State of GeoServer 2.13
State of GeoServer 2.13State of GeoServer 2.13
State of GeoServer 2.13
Jody Garnett
 
Presentation dbei insight to infinity and beyond
Presentation dbei insight to infinity and beyondPresentation dbei insight to infinity and beyond
Presentation dbei insight to infinity and beyond
Nikolay Gerasimov
 
3 fmewt19 - automating quality control
3   fmewt19 - automating quality control3   fmewt19 - automating quality control
3 fmewt19 - automating quality control
Consortech
 
QGIS - Free alternative to ArcMap
QGIS - Free alternative to ArcMapQGIS - Free alternative to ArcMap
QGIS - Free alternative to ArcMap
Texas Alliance of Groundwater Districts
 

Similar to Bridging Between CAD & GIS: 8 Ways to Automate Your Data Integration (20)

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
 
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
 
Cad to ESRI Geodatabase Conversion
Cad to ESRI Geodatabase ConversionCad to ESRI Geodatabase Conversion
Cad to ESRI Geodatabase Conversion
 
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
 
5 Ways to Improve Your LiDAR Workflows
5 Ways to Improve Your LiDAR Workflows5 Ways to Improve Your LiDAR Workflows
5 Ways to Improve Your LiDAR Workflows
 
Graphic standards and exchange formats
Graphic standards and exchange formatsGraphic standards and exchange formats
Graphic standards and exchange formats
 
Extend the Value of Your BIM Data with FME: Part 1
Extend the Value of Your BIM Data with FME: Part 1Extend the Value of Your BIM Data with FME: Part 1
Extend the Value of Your BIM Data with FME: Part 1
 
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
 
Open Source GIS Workshop
Open Source GIS WorkshopOpen Source GIS Workshop
Open Source GIS Workshop
 
Lect 02_Introduction to Computer Aided Design.pptx
Lect 02_Introduction to Computer Aided Design.pptxLect 02_Introduction to Computer Aided Design.pptx
Lect 02_Introduction to Computer Aided Design.pptx
 
2016 workshops: understanding the language of gis and cad by warren geissler
2016 workshops:  understanding  the language  of gis and cad by warren geissler2016 workshops:  understanding  the language  of gis and cad by warren geissler
2016 workshops: understanding the language of gis and cad by warren geissler
 
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...
 
State of GeoServer 2.12
State of GeoServer 2.12State of GeoServer 2.12
State of GeoServer 2.12
 
GWT 2014: Energy Conference - 02 Le soluzioni Geospaziali per il mondo energy
GWT 2014: Energy Conference - 02 Le soluzioni Geospaziali per il mondo energyGWT 2014: Energy Conference - 02 Le soluzioni Geospaziali per il mondo energy
GWT 2014: Energy Conference - 02 Le soluzioni Geospaziali per il mondo energy
 
DDGK: Learning Graph Representations for Deep Divergence Graph Kernels
DDGK: Learning Graph Representations for Deep Divergence Graph KernelsDDGK: Learning Graph Representations for Deep Divergence Graph Kernels
DDGK: Learning Graph Representations for Deep Divergence Graph Kernels
 
AutoML for user segmentation: how to match millions of users with hundreds of...
AutoML for user segmentation: how to match millions of users with hundreds of...AutoML for user segmentation: how to match millions of users with hundreds of...
AutoML for user segmentation: how to match millions of users with hundreds of...
 
State of GeoServer 2.13
State of GeoServer 2.13State of GeoServer 2.13
State of GeoServer 2.13
 
Presentation dbei insight to infinity and beyond
Presentation dbei insight to infinity and beyondPresentation dbei insight to infinity and beyond
Presentation dbei insight to infinity and beyond
 
3 fmewt19 - automating quality control
3   fmewt19 - automating quality control3   fmewt19 - automating quality control
3 fmewt19 - automating quality control
 
QGIS - Free alternative to ArcMap
QGIS - Free alternative to ArcMapQGIS - Free alternative to ArcMap
QGIS - Free alternative to ArcMap
 

More from Safe Software

Driving Business Innovation: Latest Generative AI Advancements & Success Story
Driving Business Innovation: Latest Generative AI Advancements & Success StoryDriving Business Innovation: Latest Generative AI Advancements & Success Story
Driving Business Innovation: Latest Generative AI Advancements & Success Story
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: 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
 
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
 

More from Safe Software (20)

Driving Business Innovation: Latest Generative AI Advancements & Success Story
Driving Business Innovation: Latest Generative AI Advancements & Success StoryDriving Business Innovation: Latest Generative AI Advancements & Success Story
Driving Business Innovation: Latest Generative AI Advancements & Success Story
 
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: 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
 
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
 

Recently uploaded

zkStudyClub - LatticeFold: A Lattice-based Folding Scheme and its Application...
zkStudyClub - LatticeFold: A Lattice-based Folding Scheme and its Application...zkStudyClub - LatticeFold: A Lattice-based Folding Scheme and its Application...
zkStudyClub - LatticeFold: A Lattice-based Folding Scheme and its Application...
Alex Pruden
 
Overcoming the PLG Trap: Lessons from Canva's Head of Sales & Head of EMEA Da...
Overcoming the PLG Trap: Lessons from Canva's Head of Sales & Head of EMEA Da...Overcoming the PLG Trap: Lessons from Canva's Head of Sales & Head of EMEA Da...
Overcoming the PLG Trap: Lessons from Canva's Head of Sales & Head of EMEA Da...
saastr
 
Trusted Execution Environment for Decentralized Process Mining
Trusted Execution Environment for Decentralized Process MiningTrusted Execution Environment for Decentralized Process Mining
Trusted Execution Environment for Decentralized Process Mining
LucaBarbaro3
 
Serial Arm Control in Real Time Presentation
Serial Arm Control in Real Time PresentationSerial Arm Control in Real Time Presentation
Serial Arm Control in Real Time Presentation
tolgahangng
 
Azure API Management to expose backend services securely
Azure API Management to expose backend services securelyAzure API Management to expose backend services securely
Azure API Management to expose backend services securely
Dinusha Kumarasiri
 
Digital Banking in the Cloud: How Citizens Bank Unlocked Their Mainframe
Digital Banking in the Cloud: How Citizens Bank Unlocked Their MainframeDigital Banking in the Cloud: How Citizens Bank Unlocked Their Mainframe
Digital Banking in the Cloud: How Citizens Bank Unlocked Their Mainframe
Precisely
 
June Patch Tuesday
June Patch TuesdayJune Patch Tuesday
June Patch Tuesday
Ivanti
 
Your One-Stop Shop for Python Success: Top 10 US Python Development Providers
Your One-Stop Shop for Python Success: Top 10 US Python Development ProvidersYour One-Stop Shop for Python Success: Top 10 US Python Development Providers
Your One-Stop Shop for Python Success: Top 10 US Python Development Providers
akankshawande
 
GraphRAG for Life Science to increase LLM accuracy
GraphRAG for Life Science to increase LLM accuracyGraphRAG for Life Science to increase LLM accuracy
GraphRAG for Life Science to increase LLM accuracy
Tomaz Bratanic
 
JavaLand 2024: Application Development Green Masterplan
JavaLand 2024: Application Development Green MasterplanJavaLand 2024: Application Development Green Masterplan
JavaLand 2024: Application Development Green Masterplan
Miro Wengner
 
How to Interpret Trends in the Kalyan Rajdhani Mix Chart.pdf
How to Interpret Trends in the Kalyan Rajdhani Mix Chart.pdfHow to Interpret Trends in the Kalyan Rajdhani Mix Chart.pdf
How to Interpret Trends in the Kalyan Rajdhani Mix Chart.pdf
Chart Kalyan
 
Let's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with Slack
Let's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with SlackLet's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with Slack
Let's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with Slack
shyamraj55
 
Introduction of Cybersecurity with OSS at Code Europe 2024
Introduction of Cybersecurity with OSS  at Code Europe 2024Introduction of Cybersecurity with OSS  at Code Europe 2024
Introduction of Cybersecurity with OSS at Code Europe 2024
Hiroshi SHIBATA
 
TrustArc Webinar - 2024 Global Privacy Survey
TrustArc Webinar - 2024 Global Privacy SurveyTrustArc Webinar - 2024 Global Privacy Survey
TrustArc Webinar - 2024 Global Privacy Survey
TrustArc
 
Monitoring and Managing Anomaly Detection on OpenShift.pdf
Monitoring and Managing Anomaly Detection on OpenShift.pdfMonitoring and Managing Anomaly Detection on OpenShift.pdf
Monitoring and Managing Anomaly Detection on OpenShift.pdf
Tosin Akinosho
 
Digital Marketing Trends in 2024 | Guide for Staying Ahead
Digital Marketing Trends in 2024 | Guide for Staying AheadDigital Marketing Trends in 2024 | Guide for Staying Ahead
Digital Marketing Trends in 2024 | Guide for Staying Ahead
Wask
 
Astute Business Solutions | Oracle Cloud Partner |
Astute Business Solutions | Oracle Cloud Partner |Astute Business Solutions | Oracle Cloud Partner |
Astute Business Solutions | Oracle Cloud Partner |
AstuteBusiness
 
Dandelion Hashtable: beyond billion requests per second on a commodity server
Dandelion Hashtable: beyond billion requests per second on a commodity serverDandelion Hashtable: beyond billion requests per second on a commodity server
Dandelion Hashtable: beyond billion requests per second on a commodity server
Antonios Katsarakis
 
Nordic Marketo Engage User Group_June 13_ 2024.pptx
Nordic Marketo Engage User Group_June 13_ 2024.pptxNordic Marketo Engage User Group_June 13_ 2024.pptx
Nordic Marketo Engage User Group_June 13_ 2024.pptx
MichaelKnudsen27
 
Fueling AI with Great Data with Airbyte Webinar
Fueling AI with Great Data with Airbyte WebinarFueling AI with Great Data with Airbyte Webinar
Fueling AI with Great Data with Airbyte Webinar
Zilliz
 

Recently uploaded (20)

zkStudyClub - LatticeFold: A Lattice-based Folding Scheme and its Application...
zkStudyClub - LatticeFold: A Lattice-based Folding Scheme and its Application...zkStudyClub - LatticeFold: A Lattice-based Folding Scheme and its Application...
zkStudyClub - LatticeFold: A Lattice-based Folding Scheme and its Application...
 
Overcoming the PLG Trap: Lessons from Canva's Head of Sales & Head of EMEA Da...
Overcoming the PLG Trap: Lessons from Canva's Head of Sales & Head of EMEA Da...Overcoming the PLG Trap: Lessons from Canva's Head of Sales & Head of EMEA Da...
Overcoming the PLG Trap: Lessons from Canva's Head of Sales & Head of EMEA Da...
 
Trusted Execution Environment for Decentralized Process Mining
Trusted Execution Environment for Decentralized Process MiningTrusted Execution Environment for Decentralized Process Mining
Trusted Execution Environment for Decentralized Process Mining
 
Serial Arm Control in Real Time Presentation
Serial Arm Control in Real Time PresentationSerial Arm Control in Real Time Presentation
Serial Arm Control in Real Time Presentation
 
Azure API Management to expose backend services securely
Azure API Management to expose backend services securelyAzure API Management to expose backend services securely
Azure API Management to expose backend services securely
 
Digital Banking in the Cloud: How Citizens Bank Unlocked Their Mainframe
Digital Banking in the Cloud: How Citizens Bank Unlocked Their MainframeDigital Banking in the Cloud: How Citizens Bank Unlocked Their Mainframe
Digital Banking in the Cloud: How Citizens Bank Unlocked Their Mainframe
 
June Patch Tuesday
June Patch TuesdayJune Patch Tuesday
June Patch Tuesday
 
Your One-Stop Shop for Python Success: Top 10 US Python Development Providers
Your One-Stop Shop for Python Success: Top 10 US Python Development ProvidersYour One-Stop Shop for Python Success: Top 10 US Python Development Providers
Your One-Stop Shop for Python Success: Top 10 US Python Development Providers
 
GraphRAG for Life Science to increase LLM accuracy
GraphRAG for Life Science to increase LLM accuracyGraphRAG for Life Science to increase LLM accuracy
GraphRAG for Life Science to increase LLM accuracy
 
JavaLand 2024: Application Development Green Masterplan
JavaLand 2024: Application Development Green MasterplanJavaLand 2024: Application Development Green Masterplan
JavaLand 2024: Application Development Green Masterplan
 
How to Interpret Trends in the Kalyan Rajdhani Mix Chart.pdf
How to Interpret Trends in the Kalyan Rajdhani Mix Chart.pdfHow to Interpret Trends in the Kalyan Rajdhani Mix Chart.pdf
How to Interpret Trends in the Kalyan Rajdhani Mix Chart.pdf
 
Let's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with Slack
Let's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with SlackLet's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with Slack
Let's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with Slack
 
Introduction of Cybersecurity with OSS at Code Europe 2024
Introduction of Cybersecurity with OSS  at Code Europe 2024Introduction of Cybersecurity with OSS  at Code Europe 2024
Introduction of Cybersecurity with OSS at Code Europe 2024
 
TrustArc Webinar - 2024 Global Privacy Survey
TrustArc Webinar - 2024 Global Privacy SurveyTrustArc Webinar - 2024 Global Privacy Survey
TrustArc Webinar - 2024 Global Privacy Survey
 
Monitoring and Managing Anomaly Detection on OpenShift.pdf
Monitoring and Managing Anomaly Detection on OpenShift.pdfMonitoring and Managing Anomaly Detection on OpenShift.pdf
Monitoring and Managing Anomaly Detection on OpenShift.pdf
 
Digital Marketing Trends in 2024 | Guide for Staying Ahead
Digital Marketing Trends in 2024 | Guide for Staying AheadDigital Marketing Trends in 2024 | Guide for Staying Ahead
Digital Marketing Trends in 2024 | Guide for Staying Ahead
 
Astute Business Solutions | Oracle Cloud Partner |
Astute Business Solutions | Oracle Cloud Partner |Astute Business Solutions | Oracle Cloud Partner |
Astute Business Solutions | Oracle Cloud Partner |
 
Dandelion Hashtable: beyond billion requests per second on a commodity server
Dandelion Hashtable: beyond billion requests per second on a commodity serverDandelion Hashtable: beyond billion requests per second on a commodity server
Dandelion Hashtable: beyond billion requests per second on a commodity server
 
Nordic Marketo Engage User Group_June 13_ 2024.pptx
Nordic Marketo Engage User Group_June 13_ 2024.pptxNordic Marketo Engage User Group_June 13_ 2024.pptx
Nordic Marketo Engage User Group_June 13_ 2024.pptx
 
Fueling AI with Great Data with Airbyte Webinar
Fueling AI with Great Data with Airbyte WebinarFueling AI with Great Data with Airbyte Webinar
Fueling AI with Great Data with Airbyte Webinar
 

Bridging Between CAD & GIS: 8 Ways to Automate Your Data Integration

  • 1. Bridging Between CAD & GIS: 8 Ways to Automate Your Data Integration
  • 2. Meet the Presenters Dale Lutz Jovita Chan
  • 3. Agenda for today: ● Migrating CAD drawings to GIS ○ Challenges (complex geometry, annotations) ○ Real-world solutions ○ Demo: Digital plan submission workflow ● Sharing GIS data with CAD users ○ Challenges (coordinate systems) ○ Real-world solutions ○ Demo: Requesting CAD data from GIS workflow ● Q&A
  • 4. Our Mission To help you maximize the value of data.
  • 5. FME® Integration Platform Connect. Transform. Automate. FME Desktop FME Server FME Cloud Build & Run Data Workflows Automate Data Workflows (on-premises) Automate Data Workflows (hosted FME Server) Mobile Apps Access the Power of FME Wherever You Are Get a free trial of FME Desktop and FME Server at safe.com
  • 6. CAD vs. GIS: Different Perspectives CAD users have a drawing perspective: ● Layers & levels ● Styles & Symbology ● Dimensions & Labels
  • 7. CAD vs. GIS: Different Perspectives GIS users have a feature perspective: ● Attributes and geometry ● Data structure, model ● Relational tables, domains ● Location (including Coordinate System) ● Connectivity and proximity ● Analysis
  • 8. Scenario 1: Building Areas Part 1: Migrating CAD Drawings to GIS
  • 9. Scenario 1: Building Areas for GIS The Task Convert Microstation drawn Forest Cover maps to be used in GIS analysis The Problem Forest Cover maps store boundary lines and interior points to represent areas. GIS wants areas with attributes. The Solution Use FMEʼs AreaBuilder and PointOnArea Overlayer to create the areas with correct attributes The Result GIS ready data from a process easily automated and able to run over thousands of input files.
  • 10.
  • 11. Input
  • 13. Recap: Building Areas for GIS The Task Build areas from CAD linework Tips for Success ● Discover the names FME assigns to CAD properties to filter/route data ○ Feature Information Window ○ Feature Type -> Format Attributes ○ Tester ● Use Geometric operations to convert representation to information ○ AreaBuilder ○ PointOnAreaOverlay The Solution Use FMEʼs transformation capabilities to quickly convert CAD lines and points into GIS ready data
  • 14. Scenario 2: Transforming from CAD to GeoJSON Migrating CAD Drawings to GIS
  • 15. Transforming from CAD to GeoJSON The Task Create a GeoJSON File containing geometries and text from original CAD files. The Problem DWG file has rooms drawn as closed polylines, all in 1 layer. Within each polyline, there are 2 text labels on different layers. The Solution Extract CAD properties into unique attributes and combine multiple entities into one. The Result Data where it needs to be! The rooms are transformed to geometries and text labels are properties of the geometries. Scenario 2
  • 16. Thanks to our community for this great question! Ask a question & get answers at safe.com/community
  • 19. Recap: Transforming from CAD to GeoJSON The Task Produce a single GeoJSON file. Tips for Success ● Extract CAD properties into unique attributes with TextPropertyExtractor ● Use PointOnAreaOverlay to combine multiple entities into one ● Use Tester to do sanity checks The Solution Extract CAD properties into unique attributes and combine multiple entities into one.
  • 20. Canʼt Remember 400+ Transformers? Find your perfect transformer safe.com/transformers You donʼt need to! Use the FME Transformer Gallery. ● Filter by category ● Quick Add aliases (verb + ʻerʼ) ● Access it in Workbench (View > Windows > Transformer Gallery)
  • 21. Scenario 3: Moving From Labels To Attributes with Proximity Migrating CAD Drawings to GIS
  • 22. Scenario 3: Moving From Labels To Attributes with Proximity The Task Transfer label information to nearby lines. The Problem Containment is not an option. The Solution Proximity matching with the NeighbourFinder. The Result Label information is transferred to nearby lines.
  • 25. Recap: Moving From Labels To Attributes with Proximity The Task Transfer label information to nearby lines. Tips for Success ● Use NeighborFinder to do proximity matching ● Automate QA using Tester ○ Humans may need to do final QA ● Consider LineCombiner to join short lines into longer ones ○ Pseudo-node removal The Solution Proximity matching.
  • 26. Scenario 4: Battling Schema Drift Migrating CAD Drawings to GIS
  • 27. What is Schema Drift? Solve more schema drift: safe.com/webinars A change in the source or target data definition. Usually accompanied by frustration and time loss. “Theyʼve added yet another column to my excel spreadsheet – this schema drift has got to stop!”
  • 28. Schema Drift Example 1: No naming specification followed Road, Street, Roads, Streets, StreetLines, ...
  • 29. Overcoming Schema Drift Example 1: No naming specification followed The Task Migrate CAD linework to a new CAD standard for use in both CAD and GIS. The Problem No specification was followed (or it changed) and the input layers have a wide range of names The Solution Scan for the complete set of names and make a mapping to the desired CAD/GIS naming. Apply the mapping on translation. The Result A flexible input process created with a minimum of manual effort and a cleaned up CAD file ready for sharing or GIS import!
  • 30.
  • 31.
  • 32.
  • 33.
  • 34.
  • 35.
  • 36. Recap: Moving to a Naming Specification The Task Modify CAD data to conform to a naming convention for layers Tips for Success ● Use DuplicateFilter to find unique layer names ● Track the layer mapping in spreadsheet ● Apply the layer mapping using a DatabaseJoiner ● Use Feature Type Fanout to route data to the new, correct layers The Solution Extract existing names, create a mapping spreadsheet, apply to create conformant CAD files
  • 37. Schema Drift Example 2: Decode Attribute-rich Layer Names Layer Name: xxxYYYYMMDDzz xxx = 3 character code for road type YYYYMMDD = 8 digits for date of last update zz = 2 characters to represent collection method
  • 38. Overcoming Schema Drift Example 2: Decode Attribute-rich Layer Names The Task Extract attributes encoded in CAD layer names for use in GIS The Problem A comprehensive specification embedded attributes in parts of the layerʼs name, making it very hard to understand or otherwise use the data. The Solution Split attributes to pick out the parts, then apply lookups to decode to useful values. The Result Understandable, GIS-ready dataset.
  • 39.
  • 40.
  • 41.
  • 42. Recap: Decode Attribute-rich Layer Names The Task Extract attributes encoded in CAD layer names for use in GIS Tips for Success ● AttributeSplitter to break apart the layer name ● Expose the resulting list elements result{}->result{0},result{1}... ● Decode the parts using a DatabaseJoiner or AttributeValueMapper ● Route to an attribute-rich GIS dataset The Solution Split layer names into parts, apply lookups to create understandable attribute values
  • 43. Scenario 5: Digital Plan Submission Migrating CAD Drawings to GIS
  • 44. CUSTOMER STORY “We chose FME for this project because the interface is easy to use and allows us to provide an adaptable solution to enhance interaction with the Cityʼs partners” - Erika Provost, City of Henderson PROJECT Digital Plan Submission Project SOLUTION FME provides self-serve CAD data upload, validation, and integration into GIS RESULTS ● Reduced data integration time by 75% ● Eliminated the risk of manual error ● Removed duplicate work ● Faster processing of submissions ● Ensured CAD data validation City of Henderson
  • 45. Scenario 5: Digital Plan Submission The Task Create a digital plan submission to automatically check and upload CAD drawings to ArcGIS Online. The Problem It takes time and manual effort to process development plans (clean up geometry, and extract data), to combine into GIS data. The Solution Use FME to validate CAD submissions before automatically uploading to ArcGIS Online. The Result Submissions that meet requirements are uploaded to ArcGIS Online, and ones that donʼt are sent back for fixing.
  • 47. Demo CAD Standards: ● Attribution: ○ Layer schema (specific layer naming) ○ Parcels contain ID ○ Roads have names ● Geometry ○ Layers contain specific geometry (ex. roads are lines) ○ Parcels are polygons ○ Blocks are points
  • 48. Next stop... Enable event-driven automations using a web user interface. FME Server
  • 49. Results in ArcGIS Online: Parcels Layer Roads Layer
  • 50. Recap: Digital Submission Plan The Task Create a digital plan submission from DWG to AGOL. Tips for Success The Solution Use FME to check CAD submissions for criteria before automatically uploading to ArcGIS Online. ● Preserve labels and attribution from text, blocks or dimensions ● Interpret layers, styles or symbols as attributes ● Improve geometry: ○ Creating connectivity ■ Snapper ■ Intersector ○ Forming areas from lines ■ AreaBuilder ● Combine geometry and attributes using proximity ○ PointOnAreaOverlay ○ NeighborFinder
  • 51. Part 2: Sharing GIS data with CAD users
  • 52. GIS to CAD Challenges ● Creating visually appealing CAD drawings ● Represent GIS intelligence ● Use expected symbology
  • 53. Sharing GIS data with CAD users Scenario 6: Applying Styling
  • 54. Scenario 6: Applying Styling The Task Produce output conforming to the CAD styling specification of the engineering department. The Problem GIS data doesnʼt have explicit styling information, but a CAD styling specification is available. The Solution Use the DWGStyler or DGNStyler to prepare data for output to CAD. Store styling information in a spreadsheet and apply it during translation. The Result Happy CAD technicians and an effortless flow of data between departments and disciplines.
  • 55. Input: Source: City of Gävle Open Data
  • 58. Recap: Applying Styling The Task Produce output conforming to the CAD styling specification of the engineering department. Tips for Success ● Hold styling specifications external to the FME Workspace ● Use a Template CAD file to provide symbol and layer definitions ● Apply using a DatabaseJoiner ● Use DWGStyler to set appropropriate styling format attributes The Solution Store styling information in a spreadsheet and apply it during translation.
  • 59. Sharing GIS data with CAD users Scenario 7: Self Serve Data Requests
  • 60. CUSTOMER STORY Project Automated “One Call” system Solution FME automatically extracts information from GIS and asset management systems to fulfill underground information packages. Results ● Reduced package turnaround time from 3 days to 3 minutes. ● Re-allocated dedicated staff resource to other high-value services. ● Removed the risk of manual errors. City of Burnaby “Because of FME we were able to process tickets 24/7 - anytime, anywhere.” Herman Louie, City of Burnaby
  • 61. Self Serve Data Request The Task Deliver data and assets around the office to the departments that need it, whenever they need it. The Problem The only way to access data is by talking with the stakeholders. This leaves employees waiting for responses and wasting time. The Solution Build a self-serve data portal using FME. The Result Improved collaboration as users can serve themselves accurate data whenever they want to.
  • 62. Solution Using the Geometry Picker in FME Server
  • 64. Recap: Self Serve Data Request The Task Deliver data and assets around the office to the departments. Tips for Success The Solution Build a self-serve data portal using FME ● Use styler transformers to easily set format attributes ○ DWGStyler ○ DGNStyler ● Use labeller transformers to generate labels ○ LabelPointReplacer ○ Labeller ○ MapTextLabeller (extra cost)
  • 65. Achieve harmony between CAD & GIS by automating its integration.
  • 66. Tutorials in the FME Community ● GIS to CAD: Convert Parcel Polygons and Lines from Geodatabase to DGN ● How to Convert DGN to Shapefile (CAD Levels to GIS Attributes) ● Getting Started with AutoCAD ● Using the Geometry Picker in FME Server
  • 67. Claim Your Community Badge Get community badges for watching webinars! fme.ly/WebinarBadge Todayʼs Code: CSLBG
  • 68. Q&A
  • 69. The Peak of Data Integration 2022 UC August 24-26, 2022 Vancouver, Canada Register now
  • 70. Check out our upcoming & on-demand webinars: safe.com/webinars
  • 71. Thank you! Download FME 2022.0 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!