SlideShare a Scribd company logo
1 of 73
Download to read offline
CONNECT. TRANSFORM. AUTOMATE.
Lizard Island: On Location
FME Stories From Around the World
CONNECT. TRANSFORM. AUTOMATE.
Iowa, USA
Snow Plows, ArcGIS Online, an
iPhone, and FME
CONNECT. TRANSFORM. AUTOMATE.
Snow Plows, ArcGIS Online, an
iPhone, and FME
 Eric Abrams, Iowa Department of Transportation
 901 Snow Plows
 32 – 34 inches of snow
 9400 miles of road
 15 million gallons of brine
 120,000 tons of salt on 45
inches of snowfall in 2013
 ROI - Every dollar spent on AVL returns $6.40
 A 10% reduction of salt is $1.4 million dollars in savings
CONNECT. TRANSFORM. AUTOMATE.
Workflow
CONNECT. TRANSFORM. AUTOMATE.
Automatic Vehicle Location
 Invisible to driver
 Real-time flow of data
– position, status,
material usage,
conditions
 Data uploading to
Amazon cloud
 FME moves data to
Oracle Spatial for
internal usage, then to
AGOL for public
viewing
CONNECT. TRANSFORM. AUTOMATE.
Dashcams
 Dash-mounted
iPhones send image
stream when
vehicle is in motion
 FME handles KML
generation and
upload to Windows
Azure
CONNECT. TRANSFORM. AUTOMATE.
AGOL Public Data Access
 ArcGIS Online
keeps public
informed with
current plow status
and conditions
CONNECT. TRANSFORM. AUTOMATE.
Dashcam Feeds
 Public can also see
what the driver is
seeing for better
awareness of road
and weather
conditions – making
winter driving safer.
CONNECT. TRANSFORM. AUTOMATE.
Safer Winter Driving
CONNECT. TRANSFORM. AUTOMATE.
Sharing Open Data on GitHub
with FME
La Rioja, Spain
CONNECT. TRANSFORM. AUTOMATE.
Sharing Public Data
 Ide Rioja committed to sharing and
collaborating on public data.
 Spatial Data Sharing taken to the next level
 Creative Commons License
 Enter GitHub
CONNECT. TRANSFORM. AUTOMATE.
Why GitHub
 GitHub is a web-based Version Control System
(VCS) which records changes to a file or set of
files over time.
 Allows:
 commit files to a public repository
 revert files back to a previous state
 review changes made over time
 see who last modified something, and more...
CONNECT. TRANSFORM. AUTOMATE.
Why GitHub
CONNECT. TRANSFORM. AUTOMATE.
Sharing Public Data
CONNECT. TRANSFORM. AUTOMATE.
How does FME Help?
 Of course FME translates data from Oracle
Spatial to GeoJSON for GitHub
 But first!
 FME reads the layer list from GitHub using Python
Scripted Parameter – git pull
 And after!
 FME commits updated GeoJSON to GitHub in Shut
Down Script – git push
 Scheduled Job on FME Server
CONNECT. TRANSFORM. AUTOMATE.
How does FME Help?
CONNECT. TRANSFORM. AUTOMATE.
The Beauty of GeoJSON in GitHub
 GitHub supports automatic rendering of
GeoJSON repositories using Leaflet.js
 Looking ahead
 geojson.io a Chrome extension for
editing
 IDE Rioja plans open collaboration
on spatial data with GitHub
 FME can include links to image data
when writing GeoJSON (automatic
download service)
CONNECT. TRANSFORM. AUTOMATE.
Learn More at FME User Conference
 Extended Version of this topic will be
presented at the FME International User
Conference
CONNECT. TRANSFORM. AUTOMATE.CC BY-SA 3.0 Tony Nordin
FME Server and the
Gävle Data Portal
Gävle, Sweden
CONNECT. TRANSFORM. AUTOMATE.
FME Server and the Gävle Data
Portal
 Peter Jäderkvist, GIS
Developer & FME Certified
Professional, Community
Development Gävle
 Provides services and
centralized workspace
organization, FME usage
tracking
 Dynamic forms via client
communication with FME
Server REST API
An evolving UI: Peter recently added upload an irregular polygon to clip
CONNECT. TRANSFORM. AUTOMATE.
Various Maps to DWG
 Most popular workspace
 Map type (5), contours,
metadata, AutoCAD version
 XML geometry + parameters
triggers FeatureReaders
 SchemaMapper, clip &
output
Example output DWG basemap
CONNECT. TRANSFORM. AUTOMATE.
Specialty DWG Requests
 Custom workspaces
generate specialty DWG
output for other users
 Water & sewer mains for
local water company
 Power distribution grid for
local provider
CONNECT. TRANSFORM. AUTOMATE.
3D Model to PDF, Sketchup or
DWG
 Output: Sketchup 8, 3D-PDF and DWG
 Add streets and water, yes/no
 Drape roof tops with aerial photography, yes/no
 Drape elevation model with aerial photography,
yes/no
 Add roof models if they exist, yes/no
 Some buildings don’t have heights, a parameter
decides how to treat those, e.g. “extrude by 7
meters”
CONNECT. TRANSFORM. AUTOMATE.
1. all parameters set to yes
except for “add roof models”.
2. all parameters set to no.
3. streets water and roof models
set to yes
Example output sketchup files
1 2
3
CONNECT. TRANSFORM. AUTOMATE.
Reprojection Services
 On-demand coordinate reprojection
 File reprojection with error checking and format conversion
CONNECT. TRANSFORM. AUTOMATE.
FME Portal Job History
 Job details
written to history
database
 Over 2100 run
since launch
 Web app shows
usage
CONNECT. TRANSFORM. AUTOMATE.
Linear Referencing and
Pipe Video with FME
Los Altos, CA, USA
CONNECT. TRANSFORM. AUTOMATE.
Linear Referencing and Pipe
Video with FME
 Amanda Graf and Raymond Kinser, FME
Certified Professionals, California CAD Solutions
 Challenge: Map and share non-spatial inspection
video footage of all sewer lines for the City of Los
Altos.
 Approach: Use FME and linear referencing
methods to QA and position video, creating an
automated, repeatable process.
CONNECT. TRANSFORM. AUTOMATE.
Data QA Issues
 No spatial coordinates or geometry
 Data inconsistencies across video data vendors
and databases
 Differences between measured pipe lengths from
the vendors and the City
 Inconsistent data entry of defect types
CONNECT. TRANSFORM. AUTOMATE.
Data Cleanup &
Homogenization
 Filter for unwanted and bad
data
 Time stamp formatting
 Defect notation
standardization
 Match to best known good
City records
 QA for flow direction
 Catch issues for manual
intervention
CONNECT. TRANSFORM. AUTOMATE.
Geometry Creation
 Adjust video session data for
best pipe length
 Adjust for directionality
(video with/against flow)
 Create geometry using linear
measures, chopper, and
NeighborFinder
CONNECT. TRANSFORM. AUTOMATE.
Video Data Sharing
CONNECT. TRANSFORM. AUTOMATE.
Results
 Easy access to data for all
 Future processing of new
observation video
automated
 City saves money on
future contracts
CONNECT. TRANSFORM. AUTOMATE.
Tableau Dataset
Creation
Birmingham, UK
CONNECT. TRANSFORM. AUTOMATE.
Tableau Dataset Creation
 Dami Sonoiki, FME Certified
Professional, Dotted Eyes
(Miso)
 Problem: Tableau does great
data visualization, but lacks
good mapping capabilities
 Solution: Use FME to break
down polygons
CONNECT. TRANSFORM. AUTOMATE.
Geometry Manipulation
 Separate individual boundaries with Deaggregator
 Generalize and reduce vertices
 Deal with donuts
 Produce OGC Well Known Text values for polys
CONNECT. TRANSFORM. AUTOMATE.
String Manipulation
 Format WKT values to
extract coordinate strings
 StringConcatenator
appends _part_number
supplied by Deaggregator
with Code_Count to
provide unique ID
PolygonPart
 PolygonPart defines Detail
for Tableau reconstruction
CONNECT. TRANSFORM. AUTOMATE.
List Creation
 ListExploder and
ListIndexer
create x,y coords
for each polygon
 Tableau-ready
format
CONNECT. TRANSFORM. AUTOMATE.
Address Point
Frontage
Movement
Australia
CONNECT. TRANSFORM. AUTOMATE.
Address Point Frontage
Movement
 Rajesh Dhull, FME Certified
Professional & Senior Data
Engineer, Data Development
Asia – Pacific, Pitney Bowes
Software
 Problem: Addresses are
pinpointed by lot centroids,
but services are provided at
the street.
 Solution: Create a value-
added, dynamic geocoding
dataset with addresses located
at the front of the property. It’s (almost) always best that your taxi arrives at
the front door rather than the living room.
CONNECT. TRANSFORM. AUTOMATE.
Requirements
 Close to 14 million address points need to be moved to a
new position – property frontage.
 The process should be robust, reliable and repeatable every
quarter.
 The process should be able to handle heavy datasets.
 The process should be able to fit in the existing processes
smoothly and should not lead to extra times or delays in
the product releases.
 Source address points in Oracle, referential data
(boundaries, streets) in MapInfo Tab files
CONNECT. TRANSFORM. AUTOMATE.
The Approach
1. Create state-wise views in oracle as handling 14
million records in 1 process is not desirable.
2. Create single FME workspace for frontage
movement process for states with smaller
datasets.
3. Split this process in smaller manageable
processes for states with bigger datasets as FME
performance varies greatly based on the size of
the datasets.
CONNECT. TRANSFORM. AUTOMATE.
FME Workflow Overview
Filtered,
Buffered
Roads
Lot
Boundary
Polygons
Candidates for movement Pull address centroids from Oracle
Update Oracle
CONNECT. TRANSFORM. AUTOMATE.
Output
 14 Million
points
processed
each quarter,
automatically.
CONNECT. TRANSFORM. AUTOMATE.
Railway Platform
Profiling
Brno, Czech Republic
Photo Credit: Roman Báča, CSmap
CONNECT. TRANSFORM. AUTOMATE.
Railway Platform Profiling
 Rudolf Stastny, FME Certified Professional,
CSmap, s.r.o.
 Challenge: Process hundreds of railway platform
profile DXF files derived from laser scans to look
for areas outside tolerances (preventing collisions)
 Solution: Automate it with FME
CONNECT. TRANSFORM. AUTOMATE.
Platform Profiles
CONNECT. TRANSFORM. AUTOMATE.
Convex Hull
CONNECT. TRANSFORM. AUTOMATE.
Point Selection
CONNECT. TRANSFORM. AUTOMATE.
DXF Result
CONNECT. TRANSFORM. AUTOMATE.
Telco Spatial Data Portal
United Arab Emirates
Telco Spatial Data Portal
CONNECT. TRANSFORM. AUTOMATE.
Telco Spatial Data Portal
 Business Requirement: A Telecom customer
wanted a web portal for secure internal data
sharing/downloading.
 Layer and coordinate system selections needed
 Sources included imagery, vectors, and
proprietary data, updated daily by external
contractors
CONNECT. TRANSFORM. AUTOMATE.
System Architecture
Secure access
ArcGIS
Server
Geodata
base
FME
Download
Page
FME
Server
Firewall
Users
CONNECT. TRANSFORM. AUTOMATE.
Secure Interface
CONNECT. TRANSFORM. AUTOMATE.
FME Server Processing
 Single workspace with Custom Transformers
 Geodatabase Reader
 Bounding Box
 create
 Clip
 Write to choice
of format and
projection
CONNECT. TRANSFORM. AUTOMATE.
Budapest, Hungary
Laser Scanning Roads
and FME
CONNECT. TRANSFORM. AUTOMATE.
Laser Scanning Roads and FME
 Gyula Sz. Fekete, Head of GIS Development and Data
Production, BKK Közút Zrt. (a company of the Municipality
of Budapest)
1. Management of Mobile Laser Scanning (MLS) missions
and post-processing
2. Data conversion from CAD-based data capture system
to Oracle ArcSDE GDB
3. Point cloud data analysis
CONNECT. TRANSFORM. AUTOMATE.
MLS Mission Management
 Aim
 visualize MLS (Mobile Laser Scanning) trajectories
 locations of MLS projects
 attribute information of each scanning project – project metadata
 (scanner, driver, acquisition time, etc.)
 positions of all exposed images
 attribute information of each images comes from image header
information.
 provide a GDB where post-processing steps can be visualized and
modified on a WebGIS GUI.
CONNECT. TRANSFORM. AUTOMATE.
Source Data
 MLS Trajectory Data
 Riegl MLS Project Log File
 Image Headers
 Post Processing Workflow Tasks
CONNECT. TRANSFORM. AUTOMATE.
Output
 GDB with -
 Trajectory information
 Image information
 Post-processing
workflow tasks
 WebGIS GUI with
editable workflow
tasks
CONNECT. TRANSFORM. AUTOMATE.
CAD to 3D Geodatabase
Conversion
 DGN + MDB
 Tables linked to DGN geometry
CONNECT. TRANSFORM. AUTOMATE.
CAD to 3D Geodatabase
Conversion
CONNECT. TRANSFORM. AUTOMATE.
Point Cloud Analysis
 Find road surface
errors based on MLS
scanned 3D point
clouds
 Generate vector data
to be used for further
spatial analysis
 Read: 3D point clouds
and parameters
CONNECT. TRANSFORM. AUTOMATE.
Analyze & Write: Road Surface
Errors
CONNECT. TRANSFORM. AUTOMATE.
Analyze & Write: Rugs
CONNECT. TRANSFORM. AUTOMATE.CC BY-SA Juhanson
Belgium
Comprehensive
Waterways Data QA
CONNECT. TRANSFORM. AUTOMATE.
Comprehensive Waterways
Data QA
 Rob Vangeneugden, FME Certified Professional,
GIM nv
 Challenge: Simplify and automate a complex data
validation process for waterways authorities
 Solution: Create a Django user interface and use
FME Server to validate, manage results, and
perform database updates
CONNECT. TRANSFORM. AUTOMATE.
The Project
 Spans multiple waterways
authorities
 3 primary workspaces
 9 embedded custom
transformers
 27 linked custom
transformers
 +/- 3000 transformers
CONNECT. TRANSFORM. AUTOMATE.
Custom Transformers
 Uses both linked and embedded
 Each data type has a specific custom transformer that identifies
Update/Insert/Delete by comparing geometry and attributes to operational
tables:
 Terminal
 Bridge
 Bollard
 Fairway
 Berth
 Node
 Lock
 Lock Chamber
CONNECT. TRANSFORM. AUTOMATE.
Using Parameters
 Published –
 Passed by Django application
 Format-specific (3-GML, 9-shape) and user
credentials, verify authority
 Private –
 PostGIS connections
 Schema parameters
 Output location
CONNECT. TRANSFORM. AUTOMATE.
Database Updates
Example update database process (lock chamber)
CONNECT. TRANSFORM. AUTOMATE.
Benefits
 Central storage
 Divided management
 Detailed validation feedback
 Summary table
 Geographic files (downloads)
 Full update history
 Easy to expand (data formats, validation rules…)
 Fast data update / Up-to-date database
CONNECT. TRANSFORM. AUTOMATE.
Thank You!
 Questions?
 For more information:
 www.safe.com
 blog.safe.com

More Related Content

What's hot

FME and Complex GML
FME and Complex GMLFME and Complex GML
FME and Complex GMLIMGS
 
ENMAX Supporting Processes and Improving GIS Data Workflows with FME
ENMAX Supporting Processes and Improving GIS Data Workflows with FMEENMAX Supporting Processes and Improving GIS Data Workflows with FME
ENMAX Supporting Processes and Improving GIS Data Workflows with FMESafe Software
 
Apache YARN Federation and Tez at Microsoft, Anupam Upadhyay, Adrian Nicoara,...
Apache YARN Federation and Tez at Microsoft, Anupam Upadhyay, Adrian Nicoara,...Apache YARN Federation and Tez at Microsoft, Anupam Upadhyay, Adrian Nicoara,...
Apache YARN Federation and Tez at Microsoft, Anupam Upadhyay, Adrian Nicoara,...Yahoo Developer Network
 
From BIM, CAD to GIS to Mobile Device: Converting SFO Interior Data to IMDF
From BIM, CAD to GIS to Mobile Device: Converting SFO Interior Data to IMDFFrom BIM, CAD to GIS to Mobile Device: Converting SFO Interior Data to IMDF
From BIM, CAD to GIS to Mobile Device: Converting SFO Interior Data to IMDFSafe Software
 
FME = Features Made Easy
FME = Features Made EasyFME = Features Made Easy
FME = Features Made EasySafe Software
 
FME World Tour 2016: Your Data in Motion (Safe Software)
FME World Tour 2016: Your Data in Motion (Safe Software)FME World Tour 2016: Your Data in Motion (Safe Software)
FME World Tour 2016: Your Data in Motion (Safe Software)GIM_nv
 
A Few of My Favorite Things: The Magic that FME Brings to My Life
A Few of My Favorite Things:The Magic that FME Brings to My LifeA Few of My Favorite Things:The Magic that FME Brings to My Life
A Few of My Favorite Things: The Magic that FME Brings to My LifeSafe Software
 
2018 GIS Colorado: Your Geospatial Connection: ZDV 3D A Modern 3D Visualizati...
2018 GIS Colorado: Your Geospatial Connection: ZDV 3D A Modern 3D Visualizati...2018 GIS Colorado: Your Geospatial Connection: ZDV 3D A Modern 3D Visualizati...
2018 GIS Colorado: Your Geospatial Connection: ZDV 3D A Modern 3D Visualizati...GIS in the Rockies
 
FME Technology: Batteries Included
FME Technology: Batteries Included FME Technology: Batteries Included
FME Technology: Batteries Included Safe Software
 

What's hot (10)

FME and Complex GML
FME and Complex GMLFME and Complex GML
FME and Complex GML
 
ENMAX Supporting Processes and Improving GIS Data Workflows with FME
ENMAX Supporting Processes and Improving GIS Data Workflows with FMEENMAX Supporting Processes and Improving GIS Data Workflows with FME
ENMAX Supporting Processes and Improving GIS Data Workflows with FME
 
Apache YARN Federation and Tez at Microsoft, Anupam Upadhyay, Adrian Nicoara,...
Apache YARN Federation and Tez at Microsoft, Anupam Upadhyay, Adrian Nicoara,...Apache YARN Federation and Tez at Microsoft, Anupam Upadhyay, Adrian Nicoara,...
Apache YARN Federation and Tez at Microsoft, Anupam Upadhyay, Adrian Nicoara,...
 
From BIM, CAD to GIS to Mobile Device: Converting SFO Interior Data to IMDF
From BIM, CAD to GIS to Mobile Device: Converting SFO Interior Data to IMDFFrom BIM, CAD to GIS to Mobile Device: Converting SFO Interior Data to IMDF
From BIM, CAD to GIS to Mobile Device: Converting SFO Interior Data to IMDF
 
FME = Features Made Easy
FME = Features Made EasyFME = Features Made Easy
FME = Features Made Easy
 
EU 2016 - FME Around the World
EU 2016 - FME Around the WorldEU 2016 - FME Around the World
EU 2016 - FME Around the World
 
FME World Tour 2016: Your Data in Motion (Safe Software)
FME World Tour 2016: Your Data in Motion (Safe Software)FME World Tour 2016: Your Data in Motion (Safe Software)
FME World Tour 2016: Your Data in Motion (Safe Software)
 
A Few of My Favorite Things: The Magic that FME Brings to My Life
A Few of My Favorite Things:The Magic that FME Brings to My LifeA Few of My Favorite Things:The Magic that FME Brings to My Life
A Few of My Favorite Things: The Magic that FME Brings to My Life
 
2018 GIS Colorado: Your Geospatial Connection: ZDV 3D A Modern 3D Visualizati...
2018 GIS Colorado: Your Geospatial Connection: ZDV 3D A Modern 3D Visualizati...2018 GIS Colorado: Your Geospatial Connection: ZDV 3D A Modern 3D Visualizati...
2018 GIS Colorado: Your Geospatial Connection: ZDV 3D A Modern 3D Visualizati...
 
FME Technology: Batteries Included
FME Technology: Batteries Included FME Technology: Batteries Included
FME Technology: Batteries Included
 

Viewers also liked

SKYHIGH MANPOWER PROFILE (1)
SKYHIGH MANPOWER PROFILE (1)SKYHIGH MANPOWER PROFILE (1)
SKYHIGH MANPOWER PROFILE (1)Rosalyn Ompoc
 
V Mware Workshop
V Mware WorkshopV Mware Workshop
V Mware WorkshopValueSYS
 
Risk Report (abridged)
Risk Report (abridged)Risk Report (abridged)
Risk Report (abridged)Fatma ÇINAR
 
SALES IT (sms 101 main 2013)
SALES IT (sms 101 main 2013)SALES IT (sms 101 main 2013)
SALES IT (sms 101 main 2013)PLM Ural
 
История Казнета - про казахстанский интернет
История Казнета - про казахстанский интернетИстория Казнета - про казахстанский интернет
История Казнета - про казахстанский интернетSamson Bezmyatezhny
 
Моделирование и анализ прочности сэндвич-панели в ANSYS
Моделирование и анализ прочности сэндвич-панели в ANSYSМоделирование и анализ прочности сэндвич-панели в ANSYS
Моделирование и анализ прочности сэндвич-панели в ANSYSYury Novozhilov
 
Essential Public-Private Partnerships
Essential Public-Private PartnershipsEssential Public-Private Partnerships
Essential Public-Private PartnershipsNIC Inc | EGOV
 
Ge xerox case-3
Ge xerox case-3Ge xerox case-3
Ge xerox case-3bluemmly
 
Pixton for your efl classroom
Pixton for your efl classroomPixton for your efl classroom
Pixton for your efl classroomNiki Nistikaki
 
Resoluçao 588
Resoluçao 588Resoluçao 588
Resoluçao 588serunb
 

Viewers also liked (20)

SKYHIGH MANPOWER PROFILE (1)
SKYHIGH MANPOWER PROFILE (1)SKYHIGH MANPOWER PROFILE (1)
SKYHIGH MANPOWER PROFILE (1)
 
V Mware Workshop
V Mware WorkshopV Mware Workshop
V Mware Workshop
 
Endemic Abuse and Impunity in Papua’s Central Highlands
Endemic Abuse and Impunity in Papua’s Central HighlandsEndemic Abuse and Impunity in Papua’s Central Highlands
Endemic Abuse and Impunity in Papua’s Central Highlands
 
Présentation bp 2015 SBA
Présentation bp 2015 SBAPrésentation bp 2015 SBA
Présentation bp 2015 SBA
 
Risk Report (abridged)
Risk Report (abridged)Risk Report (abridged)
Risk Report (abridged)
 
DESA News, October 2012
DESA News, October 2012DESA News, October 2012
DESA News, October 2012
 
Revista
RevistaRevista
Revista
 
ACCOUNTING of SME
ACCOUNTING of SMEACCOUNTING of SME
ACCOUNTING of SME
 
Respiratory dzmnt
Respiratory dzmntRespiratory dzmnt
Respiratory dzmnt
 
20151205 本番用pp
20151205 本番用pp20151205 本番用pp
20151205 本番用pp
 
SALES IT (sms 101 main 2013)
SALES IT (sms 101 main 2013)SALES IT (sms 101 main 2013)
SALES IT (sms 101 main 2013)
 
Globe15
Globe15Globe15
Globe15
 
История Казнета - про казахстанский интернет
История Казнета - про казахстанский интернетИстория Казнета - про казахстанский интернет
История Казнета - про казахстанский интернет
 
Grounds for Divorce in Thailand
Grounds for Divorce in ThailandGrounds for Divorce in Thailand
Grounds for Divorce in Thailand
 
Моделирование и анализ прочности сэндвич-панели в ANSYS
Моделирование и анализ прочности сэндвич-панели в ANSYSМоделирование и анализ прочности сэндвич-панели в ANSYS
Моделирование и анализ прочности сэндвич-панели в ANSYS
 
Essential Public-Private Partnerships
Essential Public-Private PartnershipsEssential Public-Private Partnerships
Essential Public-Private Partnerships
 
Ge xerox case-3
Ge xerox case-3Ge xerox case-3
Ge xerox case-3
 
Pixton for your efl classroom
Pixton for your efl classroomPixton for your efl classroom
Pixton for your efl classroom
 
Resoluçao 588
Resoluçao 588Resoluçao 588
Resoluçao 588
 
Haiti
HaitiHaiti
Haiti
 

Similar to FME Around the World

FME User Stories from Around the World
FME User Stories from Around the WorldFME User Stories from Around the World
FME User Stories from Around the WorldSafe Software
 
FME Around the World
FME Around the WorldFME Around the World
FME Around the WorldSafe Software
 
Cogent3 d master slides (12 april 2009)
Cogent3 d master slides (12 april 2009)Cogent3 d master slides (12 april 2009)
Cogent3 d master slides (12 april 2009)Danny Bronson
 
FME Server - In the Cloud and on the Ground!
FME Server - In the Cloud and on the Ground!FME Server - In the Cloud and on the Ground!
FME Server - In the Cloud and on the Ground!Safe Software
 
FME 2020 Unleashed: Authoring
FME 2020 Unleashed: AuthoringFME 2020 Unleashed: Authoring
FME 2020 Unleashed: AuthoringSafe Software
 
Flink Forward San Francisco 2018: - Jinkui Shi and Radu Tudoran "Flink real-t...
Flink Forward San Francisco 2018: - Jinkui Shi and Radu Tudoran "Flink real-t...Flink Forward San Francisco 2018: - Jinkui Shi and Radu Tudoran "Flink real-t...
Flink Forward San Francisco 2018: - Jinkui Shi and Radu Tudoran "Flink real-t...Flink Forward
 
Web Mapping 101: What Is It and Making It Work For You
Web Mapping 101: What Is It and Making It Work For YouWeb Mapping 101: What Is It and Making It Work For You
Web Mapping 101: What Is It and Making It Work For YouSafe Software
 
Voyager Presentation
Voyager PresentationVoyager Presentation
Voyager PresentationAndrew Rohne
 
fmewt19 - Around the world stories master deck
fmewt19 - Around the world stories master deckfmewt19 - Around the world stories master deck
fmewt19 - Around the world stories master deckConsortech
 
Tamino Mobile - XML based Integration, Development and Application Services f...
Tamino Mobile - XML based Integration, Development and Application Services f...Tamino Mobile - XML based Integration, Development and Application Services f...
Tamino Mobile - XML based Integration, Development and Application Services f...mfrancis
 
FME World Tour 2015: (EN) FME 2015 in action
FME World Tour 2015: (EN) FME 2015 in actionFME World Tour 2015: (EN) FME 2015 in action
FME World Tour 2015: (EN) FME 2015 in actionGIM_nv
 
Cloud Enterprise Integration
Cloud Enterprise IntegrationCloud Enterprise Integration
Cloud Enterprise IntegrationOliver Koeth
 
FME Around the World (FME Trek Part 1): Ken Bragg - Safe Software FME World T...
FME Around the World (FME Trek Part 1): Ken Bragg - Safe Software FME World T...FME Around the World (FME Trek Part 1): Ken Bragg - Safe Software FME World T...
FME Around the World (FME Trek Part 1): Ken Bragg - Safe Software FME World T...IMGS
 
Strategies for Integrating Utility System Operational Data into ArcGIS Server...
Strategies for Integrating Utility System Operational Data into ArcGIS Server...Strategies for Integrating Utility System Operational Data into ArcGIS Server...
Strategies for Integrating Utility System Operational Data into ArcGIS Server...True North Geographic Technologies
 
What's new in_fme_2020_gerhard_fischl
What's new in_fme_2020_gerhard_fischlWhat's new in_fme_2020_gerhard_fischl
What's new in_fme_2020_gerhard_fischlGIM_nv
 
GDG Heraklion - Architecting for the Google Cloud Platform
GDG Heraklion - Architecting for the Google Cloud PlatformGDG Heraklion - Architecting for the Google Cloud Platform
GDG Heraklion - Architecting for the Google Cloud PlatformMárton Kodok
 
High Performance Green Infrastructure, New Directions in Real-Time Control
High Performance Green Infrastructure, New Directions in Real-Time ControlHigh Performance Green Infrastructure, New Directions in Real-Time Control
High Performance Green Infrastructure, New Directions in Real-Time ControlMarcus Quigley
 
Lyft talks #4 Orchestrating big data and ML pipelines at Lyft
Lyft talks #4 Orchestrating big data and ML pipelines at LyftLyft talks #4 Orchestrating big data and ML pipelines at Lyft
Lyft talks #4 Orchestrating big data and ML pipelines at LyftConstantine Slisenka
 

Similar to FME Around the World (20)

FME User Stories from Around the World
FME User Stories from Around the WorldFME User Stories from Around the World
FME User Stories from Around the World
 
FME Around the World
FME Around the WorldFME Around the World
FME Around the World
 
Cogent3 d master slides (12 april 2009)
Cogent3 d master slides (12 april 2009)Cogent3 d master slides (12 april 2009)
Cogent3 d master slides (12 april 2009)
 
FME Server - In the Cloud and on the Ground!
FME Server - In the Cloud and on the Ground!FME Server - In the Cloud and on the Ground!
FME Server - In the Cloud and on the Ground!
 
FME 2020 Unleashed: Authoring
FME 2020 Unleashed: AuthoringFME 2020 Unleashed: Authoring
FME 2020 Unleashed: Authoring
 
FME to the Rescue
FME to the RescueFME to the Rescue
FME to the Rescue
 
Flink Forward San Francisco 2018: - Jinkui Shi and Radu Tudoran "Flink real-t...
Flink Forward San Francisco 2018: - Jinkui Shi and Radu Tudoran "Flink real-t...Flink Forward San Francisco 2018: - Jinkui Shi and Radu Tudoran "Flink real-t...
Flink Forward San Francisco 2018: - Jinkui Shi and Radu Tudoran "Flink real-t...
 
Web Mapping 101: What Is It and Making It Work For You
Web Mapping 101: What Is It and Making It Work For YouWeb Mapping 101: What Is It and Making It Work For You
Web Mapping 101: What Is It and Making It Work For You
 
Voyager Presentation
Voyager PresentationVoyager Presentation
Voyager Presentation
 
fmewt19 - Around the world stories master deck
fmewt19 - Around the world stories master deckfmewt19 - Around the world stories master deck
fmewt19 - Around the world stories master deck
 
Developer Conference 11-6-13
Developer Conference 11-6-13Developer Conference 11-6-13
Developer Conference 11-6-13
 
Tamino Mobile - XML based Integration, Development and Application Services f...
Tamino Mobile - XML based Integration, Development and Application Services f...Tamino Mobile - XML based Integration, Development and Application Services f...
Tamino Mobile - XML based Integration, Development and Application Services f...
 
FME World Tour 2015: (EN) FME 2015 in action
FME World Tour 2015: (EN) FME 2015 in actionFME World Tour 2015: (EN) FME 2015 in action
FME World Tour 2015: (EN) FME 2015 in action
 
Cloud Enterprise Integration
Cloud Enterprise IntegrationCloud Enterprise Integration
Cloud Enterprise Integration
 
FME Around the World (FME Trek Part 1): Ken Bragg - Safe Software FME World T...
FME Around the World (FME Trek Part 1): Ken Bragg - Safe Software FME World T...FME Around the World (FME Trek Part 1): Ken Bragg - Safe Software FME World T...
FME Around the World (FME Trek Part 1): Ken Bragg - Safe Software FME World T...
 
Strategies for Integrating Utility System Operational Data into ArcGIS Server...
Strategies for Integrating Utility System Operational Data into ArcGIS Server...Strategies for Integrating Utility System Operational Data into ArcGIS Server...
Strategies for Integrating Utility System Operational Data into ArcGIS Server...
 
What's new in_fme_2020_gerhard_fischl
What's new in_fme_2020_gerhard_fischlWhat's new in_fme_2020_gerhard_fischl
What's new in_fme_2020_gerhard_fischl
 
GDG Heraklion - Architecting for the Google Cloud Platform
GDG Heraklion - Architecting for the Google Cloud PlatformGDG Heraklion - Architecting for the Google Cloud Platform
GDG Heraklion - Architecting for the Google Cloud Platform
 
High Performance Green Infrastructure, New Directions in Real-Time Control
High Performance Green Infrastructure, New Directions in Real-Time ControlHigh Performance Green Infrastructure, New Directions in Real-Time Control
High Performance Green Infrastructure, New Directions in Real-Time Control
 
Lyft talks #4 Orchestrating big data and ML pipelines at Lyft
Lyft talks #4 Orchestrating big data and ML pipelines at LyftLyft talks #4 Orchestrating big data and ML pipelines at Lyft
Lyft talks #4 Orchestrating big data and ML pipelines at Lyft
 

More from IMGS

FME World Tour 2015 Dublin - Waterford City and County Council - Jon Hawkins
FME World Tour 2015 Dublin - Waterford City and County Council - Jon HawkinsFME World Tour 2015 Dublin - Waterford City and County Council - Jon Hawkins
FME World Tour 2015 Dublin - Waterford City and County Council - Jon HawkinsIMGS
 
FME World Tour 2015 Belfast - Donegal County Council - Daragh McDonough
FME World Tour 2015 Belfast - Donegal County Council - Daragh McDonoughFME World Tour 2015 Belfast - Donegal County Council - Daragh McDonough
FME World Tour 2015 Belfast - Donegal County Council - Daragh McDonoughIMGS
 
FME World Tour 2015 - FME & LIDAR - Glen Bambrick
FME World Tour 2015 -  FME & LIDAR - Glen BambrickFME World Tour 2015 -  FME & LIDAR - Glen Bambrick
FME World Tour 2015 - FME & LIDAR - Glen BambrickIMGS
 
FME World Tour 2015 Dublin - FME Overview - Ciaran Kirk
FME World Tour 2015 Dublin - FME Overview - Ciaran KirkFME World Tour 2015 Dublin - FME Overview - Ciaran Kirk
FME World Tour 2015 Dublin - FME Overview - Ciaran KirkIMGS
 
FME World Tour 2015 Dublin - Ordnance Survey Ireland - Bronagh McGann
FME World Tour 2015 Dublin - Ordnance Survey Ireland - Bronagh McGannFME World Tour 2015 Dublin - Ordnance Survey Ireland - Bronagh McGann
FME World Tour 2015 Dublin - Ordnance Survey Ireland - Bronagh McGannIMGS
 
FME World Tour 2015 Dublin - Galway County Council - Mark Conroy
FME World Tour 2015 Dublin - Galway County Council - Mark ConroyFME World Tour 2015 Dublin - Galway County Council - Mark Conroy
FME World Tour 2015 Dublin - Galway County Council - Mark ConroyIMGS
 
FME World Tour 2015 Dublin - Ordnance Survey Ireland - Martin Creaton
FME World Tour 2015 Dublin - Ordnance Survey Ireland - Martin CreatonFME World Tour 2015 Dublin - Ordnance Survey Ireland - Martin Creaton
FME World Tour 2015 Dublin - Ordnance Survey Ireland - Martin CreatonIMGS
 
FME World Tour 2015 - FME & Data Migration Simon McCabe
FME World Tour 2015 -  FME & Data Migration Simon McCabeFME World Tour 2015 -  FME & Data Migration Simon McCabe
FME World Tour 2015 - FME & Data Migration Simon McCabeIMGS
 
IMGS 2015 - Implementing Leica Zeno for the Rural Payments Agency - Alex MacD...
IMGS 2015 - Implementing Leica Zeno for the Rural Payments Agency - Alex MacD...IMGS 2015 - Implementing Leica Zeno for the Rural Payments Agency - Alex MacD...
IMGS 2015 - Implementing Leica Zeno for the Rural Payments Agency - Alex MacD...IMGS
 
IMGS 2015 - Using eircode with imgs solutions - ciaran kirk
IMGS 2015 - Using eircode with imgs solutions - ciaran kirkIMGS 2015 - Using eircode with imgs solutions - ciaran kirk
IMGS 2015 - Using eircode with imgs solutions - ciaran kirkIMGS
 
IMGS 2015 - Ordnance Survey Ireland - Hugh Mangan
IMGS 2015 - Ordnance Survey Ireland - Hugh ManganIMGS 2015 - Ordnance Survey Ireland - Hugh Mangan
IMGS 2015 - Ordnance Survey Ireland - Hugh ManganIMGS
 
IMGS 2015 - Transport for London - Alun Pearsey
IMGS 2015 - Transport for London - Alun PearseyIMGS 2015 - Transport for London - Alun Pearsey
IMGS 2015 - Transport for London - Alun PearseyIMGS
 
IMGS 2015 - IMGS Technology Update - Ciaran Kirk
IMGS 2015 - IMGS Technology Update - Ciaran KirkIMGS 2015 - IMGS Technology Update - Ciaran Kirk
IMGS 2015 - IMGS Technology Update - Ciaran KirkIMGS
 
IMGS 2015 - IMGS Highlights - Ciaran Kirk
IMGS 2015 - IMGS Highlights - Ciaran KirkIMGS 2015 - IMGS Highlights - Ciaran Kirk
IMGS 2015 - IMGS Highlights - Ciaran KirkIMGS
 
National Map Production with Mapnik Rasteriser FME
National Map Production with Mapnik Rasteriser FMENational Map Production with Mapnik Rasteriser FME
National Map Production with Mapnik Rasteriser FMEIMGS
 
IMGS Geospatial User Group 2014 - GeoMedia WebMap 2014
IMGS Geospatial User Group 2014 - GeoMedia WebMap 2014IMGS Geospatial User Group 2014 - GeoMedia WebMap 2014
IMGS Geospatial User Group 2014 - GeoMedia WebMap 2014IMGS
 
IMGS Geospatial User Group 2014 - GeoMedia Smart Client Planning Workflows
IMGS Geospatial User Group 2014 - GeoMedia Smart Client Planning WorkflowsIMGS Geospatial User Group 2014 - GeoMedia Smart Client Planning Workflows
IMGS Geospatial User Group 2014 - GeoMedia Smart Client Planning WorkflowsIMGS
 
IMGS Geospatial User Group 2014 - Big data management with Apollo
IMGS Geospatial User Group 2014 - Big data management with ApolloIMGS Geospatial User Group 2014 - Big data management with Apollo
IMGS Geospatial User Group 2014 - Big data management with ApolloIMGS
 
IMGS Geospatial User Group 2014: Point Cloud Data in IMAGINE 2014
IMGS Geospatial User Group 2014: Point Cloud Data in IMAGINE 2014IMGS Geospatial User Group 2014: Point Cloud Data in IMAGINE 2014
IMGS Geospatial User Group 2014: Point Cloud Data in IMAGINE 2014IMGS
 
IMGS Geospatial User Group 2014: GeoMedia 2014
IMGS Geospatial User Group 2014: GeoMedia 2014IMGS Geospatial User Group 2014: GeoMedia 2014
IMGS Geospatial User Group 2014: GeoMedia 2014IMGS
 

More from IMGS (20)

FME World Tour 2015 Dublin - Waterford City and County Council - Jon Hawkins
FME World Tour 2015 Dublin - Waterford City and County Council - Jon HawkinsFME World Tour 2015 Dublin - Waterford City and County Council - Jon Hawkins
FME World Tour 2015 Dublin - Waterford City and County Council - Jon Hawkins
 
FME World Tour 2015 Belfast - Donegal County Council - Daragh McDonough
FME World Tour 2015 Belfast - Donegal County Council - Daragh McDonoughFME World Tour 2015 Belfast - Donegal County Council - Daragh McDonough
FME World Tour 2015 Belfast - Donegal County Council - Daragh McDonough
 
FME World Tour 2015 - FME & LIDAR - Glen Bambrick
FME World Tour 2015 -  FME & LIDAR - Glen BambrickFME World Tour 2015 -  FME & LIDAR - Glen Bambrick
FME World Tour 2015 - FME & LIDAR - Glen Bambrick
 
FME World Tour 2015 Dublin - FME Overview - Ciaran Kirk
FME World Tour 2015 Dublin - FME Overview - Ciaran KirkFME World Tour 2015 Dublin - FME Overview - Ciaran Kirk
FME World Tour 2015 Dublin - FME Overview - Ciaran Kirk
 
FME World Tour 2015 Dublin - Ordnance Survey Ireland - Bronagh McGann
FME World Tour 2015 Dublin - Ordnance Survey Ireland - Bronagh McGannFME World Tour 2015 Dublin - Ordnance Survey Ireland - Bronagh McGann
FME World Tour 2015 Dublin - Ordnance Survey Ireland - Bronagh McGann
 
FME World Tour 2015 Dublin - Galway County Council - Mark Conroy
FME World Tour 2015 Dublin - Galway County Council - Mark ConroyFME World Tour 2015 Dublin - Galway County Council - Mark Conroy
FME World Tour 2015 Dublin - Galway County Council - Mark Conroy
 
FME World Tour 2015 Dublin - Ordnance Survey Ireland - Martin Creaton
FME World Tour 2015 Dublin - Ordnance Survey Ireland - Martin CreatonFME World Tour 2015 Dublin - Ordnance Survey Ireland - Martin Creaton
FME World Tour 2015 Dublin - Ordnance Survey Ireland - Martin Creaton
 
FME World Tour 2015 - FME & Data Migration Simon McCabe
FME World Tour 2015 -  FME & Data Migration Simon McCabeFME World Tour 2015 -  FME & Data Migration Simon McCabe
FME World Tour 2015 - FME & Data Migration Simon McCabe
 
IMGS 2015 - Implementing Leica Zeno for the Rural Payments Agency - Alex MacD...
IMGS 2015 - Implementing Leica Zeno for the Rural Payments Agency - Alex MacD...IMGS 2015 - Implementing Leica Zeno for the Rural Payments Agency - Alex MacD...
IMGS 2015 - Implementing Leica Zeno for the Rural Payments Agency - Alex MacD...
 
IMGS 2015 - Using eircode with imgs solutions - ciaran kirk
IMGS 2015 - Using eircode with imgs solutions - ciaran kirkIMGS 2015 - Using eircode with imgs solutions - ciaran kirk
IMGS 2015 - Using eircode with imgs solutions - ciaran kirk
 
IMGS 2015 - Ordnance Survey Ireland - Hugh Mangan
IMGS 2015 - Ordnance Survey Ireland - Hugh ManganIMGS 2015 - Ordnance Survey Ireland - Hugh Mangan
IMGS 2015 - Ordnance Survey Ireland - Hugh Mangan
 
IMGS 2015 - Transport for London - Alun Pearsey
IMGS 2015 - Transport for London - Alun PearseyIMGS 2015 - Transport for London - Alun Pearsey
IMGS 2015 - Transport for London - Alun Pearsey
 
IMGS 2015 - IMGS Technology Update - Ciaran Kirk
IMGS 2015 - IMGS Technology Update - Ciaran KirkIMGS 2015 - IMGS Technology Update - Ciaran Kirk
IMGS 2015 - IMGS Technology Update - Ciaran Kirk
 
IMGS 2015 - IMGS Highlights - Ciaran Kirk
IMGS 2015 - IMGS Highlights - Ciaran KirkIMGS 2015 - IMGS Highlights - Ciaran Kirk
IMGS 2015 - IMGS Highlights - Ciaran Kirk
 
National Map Production with Mapnik Rasteriser FME
National Map Production with Mapnik Rasteriser FMENational Map Production with Mapnik Rasteriser FME
National Map Production with Mapnik Rasteriser FME
 
IMGS Geospatial User Group 2014 - GeoMedia WebMap 2014
IMGS Geospatial User Group 2014 - GeoMedia WebMap 2014IMGS Geospatial User Group 2014 - GeoMedia WebMap 2014
IMGS Geospatial User Group 2014 - GeoMedia WebMap 2014
 
IMGS Geospatial User Group 2014 - GeoMedia Smart Client Planning Workflows
IMGS Geospatial User Group 2014 - GeoMedia Smart Client Planning WorkflowsIMGS Geospatial User Group 2014 - GeoMedia Smart Client Planning Workflows
IMGS Geospatial User Group 2014 - GeoMedia Smart Client Planning Workflows
 
IMGS Geospatial User Group 2014 - Big data management with Apollo
IMGS Geospatial User Group 2014 - Big data management with ApolloIMGS Geospatial User Group 2014 - Big data management with Apollo
IMGS Geospatial User Group 2014 - Big data management with Apollo
 
IMGS Geospatial User Group 2014: Point Cloud Data in IMAGINE 2014
IMGS Geospatial User Group 2014: Point Cloud Data in IMAGINE 2014IMGS Geospatial User Group 2014: Point Cloud Data in IMAGINE 2014
IMGS Geospatial User Group 2014: Point Cloud Data in IMAGINE 2014
 
IMGS Geospatial User Group 2014: GeoMedia 2014
IMGS Geospatial User Group 2014: GeoMedia 2014IMGS Geospatial User Group 2014: GeoMedia 2014
IMGS Geospatial User Group 2014: GeoMedia 2014
 

Recently uploaded

Optimizing AI for immediate response in Smart CCTV
Optimizing AI for immediate response in Smart CCTVOptimizing AI for immediate response in Smart CCTV
Optimizing AI for immediate response in Smart CCTVshikhaohhpro
 
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️Delhi Call girls
 
A Secure and Reliable Document Management System is Essential.docx
A Secure and Reliable Document Management System is Essential.docxA Secure and Reliable Document Management System is Essential.docx
A Secure and Reliable Document Management System is Essential.docxComplianceQuest1
 
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...Steffen Staab
 
Unlocking the Future of AI Agents with Large Language Models
Unlocking the Future of AI Agents with Large Language ModelsUnlocking the Future of AI Agents with Large Language Models
Unlocking the Future of AI Agents with Large Language Modelsaagamshah0812
 
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdfLearn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdfkalichargn70th171
 
How To Troubleshoot Collaboration Apps for the Modern Connected Worker
How To Troubleshoot Collaboration Apps for the Modern Connected WorkerHow To Troubleshoot Collaboration Apps for the Modern Connected Worker
How To Troubleshoot Collaboration Apps for the Modern Connected WorkerThousandEyes
 
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...Health
 
AI Mastery 201: Elevating Your Workflow with Advanced LLM Techniques
AI Mastery 201: Elevating Your Workflow with Advanced LLM TechniquesAI Mastery 201: Elevating Your Workflow with Advanced LLM Techniques
AI Mastery 201: Elevating Your Workflow with Advanced LLM TechniquesVictorSzoltysek
 
8257 interfacing 2 in microprocessor for btech students
8257 interfacing 2 in microprocessor for btech students8257 interfacing 2 in microprocessor for btech students
8257 interfacing 2 in microprocessor for btech studentsHimanshiGarg82
 
AI & Machine Learning Presentation Template
AI & Machine Learning Presentation TemplateAI & Machine Learning Presentation Template
AI & Machine Learning Presentation TemplatePresentation.STUDIO
 
How to Choose the Right Laravel Development Partner in New York City_compress...
How to Choose the Right Laravel Development Partner in New York City_compress...How to Choose the Right Laravel Development Partner in New York City_compress...
How to Choose the Right Laravel Development Partner in New York City_compress...software pro Development
 
Unveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
Unveiling the Tech Salsa of LAMs with Janus in Real-Time ApplicationsUnveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
Unveiling the Tech Salsa of LAMs with Janus in Real-Time ApplicationsAlberto González Trastoy
 
The Ultimate Test Automation Guide_ Best Practices and Tips.pdf
The Ultimate Test Automation Guide_ Best Practices and Tips.pdfThe Ultimate Test Automation Guide_ Best Practices and Tips.pdf
The Ultimate Test Automation Guide_ Best Practices and Tips.pdfkalichargn70th171
 
The Guide to Integrating Generative AI into Unified Continuous Testing Platfo...
The Guide to Integrating Generative AI into Unified Continuous Testing Platfo...The Guide to Integrating Generative AI into Unified Continuous Testing Platfo...
The Guide to Integrating Generative AI into Unified Continuous Testing Platfo...kalichargn70th171
 
VTU technical seminar 8Th Sem on Scikit-learn
VTU technical seminar 8Th Sem on Scikit-learnVTU technical seminar 8Th Sem on Scikit-learn
VTU technical seminar 8Th Sem on Scikit-learnAmarnathKambale
 
How To Use Server-Side Rendering with Nuxt.js
How To Use Server-Side Rendering with Nuxt.jsHow To Use Server-Side Rendering with Nuxt.js
How To Use Server-Side Rendering with Nuxt.jsAndolasoft Inc
 
Exploring the Best Video Editing App.pdf
Exploring the Best Video Editing App.pdfExploring the Best Video Editing App.pdf
Exploring the Best Video Editing App.pdfproinshot.com
 
Direct Style Effect Systems - The Print[A] Example - A Comprehension Aid
Direct Style Effect Systems -The Print[A] Example- A Comprehension AidDirect Style Effect Systems -The Print[A] Example- A Comprehension Aid
Direct Style Effect Systems - The Print[A] Example - A Comprehension AidPhilip Schwarz
 

Recently uploaded (20)

Optimizing AI for immediate response in Smart CCTV
Optimizing AI for immediate response in Smart CCTVOptimizing AI for immediate response in Smart CCTV
Optimizing AI for immediate response in Smart CCTV
 
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
 
A Secure and Reliable Document Management System is Essential.docx
A Secure and Reliable Document Management System is Essential.docxA Secure and Reliable Document Management System is Essential.docx
A Secure and Reliable Document Management System is Essential.docx
 
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...
 
Unlocking the Future of AI Agents with Large Language Models
Unlocking the Future of AI Agents with Large Language ModelsUnlocking the Future of AI Agents with Large Language Models
Unlocking the Future of AI Agents with Large Language Models
 
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdfLearn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
 
How To Troubleshoot Collaboration Apps for the Modern Connected Worker
How To Troubleshoot Collaboration Apps for the Modern Connected WorkerHow To Troubleshoot Collaboration Apps for the Modern Connected Worker
How To Troubleshoot Collaboration Apps for the Modern Connected Worker
 
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
 
AI Mastery 201: Elevating Your Workflow with Advanced LLM Techniques
AI Mastery 201: Elevating Your Workflow with Advanced LLM TechniquesAI Mastery 201: Elevating Your Workflow with Advanced LLM Techniques
AI Mastery 201: Elevating Your Workflow with Advanced LLM Techniques
 
8257 interfacing 2 in microprocessor for btech students
8257 interfacing 2 in microprocessor for btech students8257 interfacing 2 in microprocessor for btech students
8257 interfacing 2 in microprocessor for btech students
 
AI & Machine Learning Presentation Template
AI & Machine Learning Presentation TemplateAI & Machine Learning Presentation Template
AI & Machine Learning Presentation Template
 
How to Choose the Right Laravel Development Partner in New York City_compress...
How to Choose the Right Laravel Development Partner in New York City_compress...How to Choose the Right Laravel Development Partner in New York City_compress...
How to Choose the Right Laravel Development Partner in New York City_compress...
 
Unveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
Unveiling the Tech Salsa of LAMs with Janus in Real-Time ApplicationsUnveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
Unveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
 
The Ultimate Test Automation Guide_ Best Practices and Tips.pdf
The Ultimate Test Automation Guide_ Best Practices and Tips.pdfThe Ultimate Test Automation Guide_ Best Practices and Tips.pdf
The Ultimate Test Automation Guide_ Best Practices and Tips.pdf
 
The Guide to Integrating Generative AI into Unified Continuous Testing Platfo...
The Guide to Integrating Generative AI into Unified Continuous Testing Platfo...The Guide to Integrating Generative AI into Unified Continuous Testing Platfo...
The Guide to Integrating Generative AI into Unified Continuous Testing Platfo...
 
VTU technical seminar 8Th Sem on Scikit-learn
VTU technical seminar 8Th Sem on Scikit-learnVTU technical seminar 8Th Sem on Scikit-learn
VTU technical seminar 8Th Sem on Scikit-learn
 
How To Use Server-Side Rendering with Nuxt.js
How To Use Server-Side Rendering with Nuxt.jsHow To Use Server-Side Rendering with Nuxt.js
How To Use Server-Side Rendering with Nuxt.js
 
Exploring the Best Video Editing App.pdf
Exploring the Best Video Editing App.pdfExploring the Best Video Editing App.pdf
Exploring the Best Video Editing App.pdf
 
Direct Style Effect Systems - The Print[A] Example - A Comprehension Aid
Direct Style Effect Systems -The Print[A] Example- A Comprehension AidDirect Style Effect Systems -The Print[A] Example- A Comprehension Aid
Direct Style Effect Systems - The Print[A] Example - A Comprehension Aid
 
Microsoft AI Transformation Partner Playbook.pdf
Microsoft AI Transformation Partner Playbook.pdfMicrosoft AI Transformation Partner Playbook.pdf
Microsoft AI Transformation Partner Playbook.pdf
 

FME Around the World

  • 1. CONNECT. TRANSFORM. AUTOMATE. Lizard Island: On Location FME Stories From Around the World
  • 2. CONNECT. TRANSFORM. AUTOMATE. Iowa, USA Snow Plows, ArcGIS Online, an iPhone, and FME
  • 3. CONNECT. TRANSFORM. AUTOMATE. Snow Plows, ArcGIS Online, an iPhone, and FME  Eric Abrams, Iowa Department of Transportation  901 Snow Plows  32 – 34 inches of snow  9400 miles of road  15 million gallons of brine  120,000 tons of salt on 45 inches of snowfall in 2013  ROI - Every dollar spent on AVL returns $6.40  A 10% reduction of salt is $1.4 million dollars in savings
  • 5. CONNECT. TRANSFORM. AUTOMATE. Automatic Vehicle Location  Invisible to driver  Real-time flow of data – position, status, material usage, conditions  Data uploading to Amazon cloud  FME moves data to Oracle Spatial for internal usage, then to AGOL for public viewing
  • 6. CONNECT. TRANSFORM. AUTOMATE. Dashcams  Dash-mounted iPhones send image stream when vehicle is in motion  FME handles KML generation and upload to Windows Azure
  • 7. CONNECT. TRANSFORM. AUTOMATE. AGOL Public Data Access  ArcGIS Online keeps public informed with current plow status and conditions
  • 8. CONNECT. TRANSFORM. AUTOMATE. Dashcam Feeds  Public can also see what the driver is seeing for better awareness of road and weather conditions – making winter driving safer.
  • 10. CONNECT. TRANSFORM. AUTOMATE. Sharing Open Data on GitHub with FME La Rioja, Spain
  • 11. CONNECT. TRANSFORM. AUTOMATE. Sharing Public Data  Ide Rioja committed to sharing and collaborating on public data.  Spatial Data Sharing taken to the next level  Creative Commons License  Enter GitHub
  • 12. CONNECT. TRANSFORM. AUTOMATE. Why GitHub  GitHub is a web-based Version Control System (VCS) which records changes to a file or set of files over time.  Allows:  commit files to a public repository  revert files back to a previous state  review changes made over time  see who last modified something, and more...
  • 15. CONNECT. TRANSFORM. AUTOMATE. How does FME Help?  Of course FME translates data from Oracle Spatial to GeoJSON for GitHub  But first!  FME reads the layer list from GitHub using Python Scripted Parameter – git pull  And after!  FME commits updated GeoJSON to GitHub in Shut Down Script – git push  Scheduled Job on FME Server
  • 17. CONNECT. TRANSFORM. AUTOMATE. The Beauty of GeoJSON in GitHub  GitHub supports automatic rendering of GeoJSON repositories using Leaflet.js  Looking ahead  geojson.io a Chrome extension for editing  IDE Rioja plans open collaboration on spatial data with GitHub  FME can include links to image data when writing GeoJSON (automatic download service)
  • 18. CONNECT. TRANSFORM. AUTOMATE. Learn More at FME User Conference  Extended Version of this topic will be presented at the FME International User Conference
  • 19. CONNECT. TRANSFORM. AUTOMATE.CC BY-SA 3.0 Tony Nordin FME Server and the Gävle Data Portal Gävle, Sweden
  • 20. CONNECT. TRANSFORM. AUTOMATE. FME Server and the Gävle Data Portal  Peter Jäderkvist, GIS Developer & FME Certified Professional, Community Development Gävle  Provides services and centralized workspace organization, FME usage tracking  Dynamic forms via client communication with FME Server REST API An evolving UI: Peter recently added upload an irregular polygon to clip
  • 21. CONNECT. TRANSFORM. AUTOMATE. Various Maps to DWG  Most popular workspace  Map type (5), contours, metadata, AutoCAD version  XML geometry + parameters triggers FeatureReaders  SchemaMapper, clip & output Example output DWG basemap
  • 22. CONNECT. TRANSFORM. AUTOMATE. Specialty DWG Requests  Custom workspaces generate specialty DWG output for other users  Water & sewer mains for local water company  Power distribution grid for local provider
  • 23. CONNECT. TRANSFORM. AUTOMATE. 3D Model to PDF, Sketchup or DWG  Output: Sketchup 8, 3D-PDF and DWG  Add streets and water, yes/no  Drape roof tops with aerial photography, yes/no  Drape elevation model with aerial photography, yes/no  Add roof models if they exist, yes/no  Some buildings don’t have heights, a parameter decides how to treat those, e.g. “extrude by 7 meters”
  • 24. CONNECT. TRANSFORM. AUTOMATE. 1. all parameters set to yes except for “add roof models”. 2. all parameters set to no. 3. streets water and roof models set to yes Example output sketchup files 1 2 3
  • 25. CONNECT. TRANSFORM. AUTOMATE. Reprojection Services  On-demand coordinate reprojection  File reprojection with error checking and format conversion
  • 26. CONNECT. TRANSFORM. AUTOMATE. FME Portal Job History  Job details written to history database  Over 2100 run since launch  Web app shows usage
  • 27. CONNECT. TRANSFORM. AUTOMATE. Linear Referencing and Pipe Video with FME Los Altos, CA, USA
  • 28. CONNECT. TRANSFORM. AUTOMATE. Linear Referencing and Pipe Video with FME  Amanda Graf and Raymond Kinser, FME Certified Professionals, California CAD Solutions  Challenge: Map and share non-spatial inspection video footage of all sewer lines for the City of Los Altos.  Approach: Use FME and linear referencing methods to QA and position video, creating an automated, repeatable process.
  • 29. CONNECT. TRANSFORM. AUTOMATE. Data QA Issues  No spatial coordinates or geometry  Data inconsistencies across video data vendors and databases  Differences between measured pipe lengths from the vendors and the City  Inconsistent data entry of defect types
  • 30. CONNECT. TRANSFORM. AUTOMATE. Data Cleanup & Homogenization  Filter for unwanted and bad data  Time stamp formatting  Defect notation standardization  Match to best known good City records  QA for flow direction  Catch issues for manual intervention
  • 31. CONNECT. TRANSFORM. AUTOMATE. Geometry Creation  Adjust video session data for best pipe length  Adjust for directionality (video with/against flow)  Create geometry using linear measures, chopper, and NeighborFinder
  • 33. CONNECT. TRANSFORM. AUTOMATE. Results  Easy access to data for all  Future processing of new observation video automated  City saves money on future contracts
  • 34. CONNECT. TRANSFORM. AUTOMATE. Tableau Dataset Creation Birmingham, UK
  • 35. CONNECT. TRANSFORM. AUTOMATE. Tableau Dataset Creation  Dami Sonoiki, FME Certified Professional, Dotted Eyes (Miso)  Problem: Tableau does great data visualization, but lacks good mapping capabilities  Solution: Use FME to break down polygons
  • 36. CONNECT. TRANSFORM. AUTOMATE. Geometry Manipulation  Separate individual boundaries with Deaggregator  Generalize and reduce vertices  Deal with donuts  Produce OGC Well Known Text values for polys
  • 37. CONNECT. TRANSFORM. AUTOMATE. String Manipulation  Format WKT values to extract coordinate strings  StringConcatenator appends _part_number supplied by Deaggregator with Code_Count to provide unique ID PolygonPart  PolygonPart defines Detail for Tableau reconstruction
  • 38. CONNECT. TRANSFORM. AUTOMATE. List Creation  ListExploder and ListIndexer create x,y coords for each polygon  Tableau-ready format
  • 39. CONNECT. TRANSFORM. AUTOMATE. Address Point Frontage Movement Australia
  • 40. CONNECT. TRANSFORM. AUTOMATE. Address Point Frontage Movement  Rajesh Dhull, FME Certified Professional & Senior Data Engineer, Data Development Asia – Pacific, Pitney Bowes Software  Problem: Addresses are pinpointed by lot centroids, but services are provided at the street.  Solution: Create a value- added, dynamic geocoding dataset with addresses located at the front of the property. It’s (almost) always best that your taxi arrives at the front door rather than the living room.
  • 41. CONNECT. TRANSFORM. AUTOMATE. Requirements  Close to 14 million address points need to be moved to a new position – property frontage.  The process should be robust, reliable and repeatable every quarter.  The process should be able to handle heavy datasets.  The process should be able to fit in the existing processes smoothly and should not lead to extra times or delays in the product releases.  Source address points in Oracle, referential data (boundaries, streets) in MapInfo Tab files
  • 42. CONNECT. TRANSFORM. AUTOMATE. The Approach 1. Create state-wise views in oracle as handling 14 million records in 1 process is not desirable. 2. Create single FME workspace for frontage movement process for states with smaller datasets. 3. Split this process in smaller manageable processes for states with bigger datasets as FME performance varies greatly based on the size of the datasets.
  • 43. CONNECT. TRANSFORM. AUTOMATE. FME Workflow Overview Filtered, Buffered Roads Lot Boundary Polygons Candidates for movement Pull address centroids from Oracle Update Oracle
  • 44. CONNECT. TRANSFORM. AUTOMATE. Output  14 Million points processed each quarter, automatically.
  • 45. CONNECT. TRANSFORM. AUTOMATE. Railway Platform Profiling Brno, Czech Republic Photo Credit: Roman Báča, CSmap
  • 46. CONNECT. TRANSFORM. AUTOMATE. Railway Platform Profiling  Rudolf Stastny, FME Certified Professional, CSmap, s.r.o.  Challenge: Process hundreds of railway platform profile DXF files derived from laser scans to look for areas outside tolerances (preventing collisions)  Solution: Automate it with FME
  • 51. CONNECT. TRANSFORM. AUTOMATE. Telco Spatial Data Portal United Arab Emirates Telco Spatial Data Portal
  • 52. CONNECT. TRANSFORM. AUTOMATE. Telco Spatial Data Portal  Business Requirement: A Telecom customer wanted a web portal for secure internal data sharing/downloading.  Layer and coordinate system selections needed  Sources included imagery, vectors, and proprietary data, updated daily by external contractors
  • 53. CONNECT. TRANSFORM. AUTOMATE. System Architecture Secure access ArcGIS Server Geodata base FME Download Page FME Server Firewall Users
  • 55. CONNECT. TRANSFORM. AUTOMATE. FME Server Processing  Single workspace with Custom Transformers  Geodatabase Reader  Bounding Box  create  Clip  Write to choice of format and projection
  • 56. CONNECT. TRANSFORM. AUTOMATE. Budapest, Hungary Laser Scanning Roads and FME
  • 57. CONNECT. TRANSFORM. AUTOMATE. Laser Scanning Roads and FME  Gyula Sz. Fekete, Head of GIS Development and Data Production, BKK Közút Zrt. (a company of the Municipality of Budapest) 1. Management of Mobile Laser Scanning (MLS) missions and post-processing 2. Data conversion from CAD-based data capture system to Oracle ArcSDE GDB 3. Point cloud data analysis
  • 58. CONNECT. TRANSFORM. AUTOMATE. MLS Mission Management  Aim  visualize MLS (Mobile Laser Scanning) trajectories  locations of MLS projects  attribute information of each scanning project – project metadata  (scanner, driver, acquisition time, etc.)  positions of all exposed images  attribute information of each images comes from image header information.  provide a GDB where post-processing steps can be visualized and modified on a WebGIS GUI.
  • 59. CONNECT. TRANSFORM. AUTOMATE. Source Data  MLS Trajectory Data  Riegl MLS Project Log File  Image Headers  Post Processing Workflow Tasks
  • 60. CONNECT. TRANSFORM. AUTOMATE. Output  GDB with -  Trajectory information  Image information  Post-processing workflow tasks  WebGIS GUI with editable workflow tasks
  • 61. CONNECT. TRANSFORM. AUTOMATE. CAD to 3D Geodatabase Conversion  DGN + MDB  Tables linked to DGN geometry
  • 62. CONNECT. TRANSFORM. AUTOMATE. CAD to 3D Geodatabase Conversion
  • 63. CONNECT. TRANSFORM. AUTOMATE. Point Cloud Analysis  Find road surface errors based on MLS scanned 3D point clouds  Generate vector data to be used for further spatial analysis  Read: 3D point clouds and parameters
  • 64. CONNECT. TRANSFORM. AUTOMATE. Analyze & Write: Road Surface Errors
  • 66. CONNECT. TRANSFORM. AUTOMATE.CC BY-SA Juhanson Belgium Comprehensive Waterways Data QA
  • 67. CONNECT. TRANSFORM. AUTOMATE. Comprehensive Waterways Data QA  Rob Vangeneugden, FME Certified Professional, GIM nv  Challenge: Simplify and automate a complex data validation process for waterways authorities  Solution: Create a Django user interface and use FME Server to validate, manage results, and perform database updates
  • 68. CONNECT. TRANSFORM. AUTOMATE. The Project  Spans multiple waterways authorities  3 primary workspaces  9 embedded custom transformers  27 linked custom transformers  +/- 3000 transformers
  • 69. CONNECT. TRANSFORM. AUTOMATE. Custom Transformers  Uses both linked and embedded  Each data type has a specific custom transformer that identifies Update/Insert/Delete by comparing geometry and attributes to operational tables:  Terminal  Bridge  Bollard  Fairway  Berth  Node  Lock  Lock Chamber
  • 70. CONNECT. TRANSFORM. AUTOMATE. Using Parameters  Published –  Passed by Django application  Format-specific (3-GML, 9-shape) and user credentials, verify authority  Private –  PostGIS connections  Schema parameters  Output location
  • 71. CONNECT. TRANSFORM. AUTOMATE. Database Updates Example update database process (lock chamber)
  • 72. CONNECT. TRANSFORM. AUTOMATE. Benefits  Central storage  Divided management  Detailed validation feedback  Summary table  Geographic files (downloads)  Full update history  Easy to expand (data formats, validation rules…)  Fast data update / Up-to-date database
  • 73. CONNECT. TRANSFORM. AUTOMATE. Thank You!  Questions?  For more information:  www.safe.com  blog.safe.com