Achieving Automated Mapping of Seismic Acquisition Data Using FME

Slides:



Advertisements
Similar presentations
UBIQUITY V3 An extensible platform for creating dynamic, customized, and geocentric native mobile applications.
Advertisements

GIS for Aviation: Case for eTOD Management
ArcGIS Server Architecture at the DNR GIS/LIS Conference, October 2013.
JTX Overview Overview of Job Tracking for ArcGIS (JTX)
ESafe Reporter V3.0 eSafe Learning and Certification Program February 2007.
A comparison of MySQL And Oracle Jeremy Haubrich.
Integrate Autodesk® Topobase™ with other systems and get more value out of your data Sebastian BaumhekelClaudia Zeh Programmer/SW EngineerTechnical Consultant.
© CRISP Technologies CRISP Technologies introduces InvoiceCheck ® “Your Automated Invoice Processing Solution”
Deploying ArcGIS Online in an Enterprise City of Columbus, Ohio Shoreh Elhami, GISP, MCRP Citywide GIS Manager September 23 rd, 2014.
Esri UC 2014 | Technical Workshop | Automating Cache Workflows and Tile Usage Heat Maps Eric J. Rodenberg.
Building a GeoPortal with the ArcGIS for Flex Viewer Denver PUG 5/12/2011 Mike Riley.
Air and Water Quality Information Scientist Contributed Measurements Government Sponsored Community Input and Ratings Educational Localized in 26.
IS NEWS MICROSOFT OFFICE SHARE POINT SERVER 2007 By: Raul Rodriguez HTM 304.
27. to 28. March 2007 | Geneva, Switzerland. Fabrice Romelard ilem SA Level 200.
1 Introducing Scenario Network Data Editing and Enterprise GIS January 27, 2010 Minhua Wang, Ph.D. Citilabs, Inc.
ArcServer Kris Lander Central Region HQ RFC GIS Workshop July 2007.
Esri International User Conference | San Diego, CA Technical Workshops | ArcGIS for Server Road Ahead Ismael Chivite, Anne Reuland.
Managing Data Interoperability with FME Tony Kent Applications Engineer IMGS.
“This presentation is for informational purposes only and may not be incorporated into a contract or agreement.”
Acceleratio Ltd. is a software development company based in Zagreb, Croatia, founded in We create innovative software solutions for SharePoint,
Barracuda Load Balancer Server Availability and Scalability.
Gary MacDougall Premjit Singh Managing your Distributed Data.
Enterprise ETL & the Home Again
ShopKeeper was designed from the ground up to manage your entire fleet maintenance operations … from 1 user to 100, including full security features that.
Matrix Mapping Tool Sam Gross Internship at Virtual Technology Corporation.
material assembled from the web pages at
Data Interoperability Basics Bruce Harold & Dale Lutz.
Enabling High-Quality Printing in Web Applications
Data Exchange Needs Using ETL Tools. Overview Client Project Issue Methodology Schedule & Budget Results & Recommendations Challenges Acknowledgments.
Technical Workshops | Esri International User Conference San Diego, California Creating Geoprocessing Services Kevin Hibma, Scott Murray July 25, 2012.
What’s new in Kentico CMS 5.0 Michal Neuwirth Product Manager Kentico Software.
ArcGIS Online Best Practices from the Trenches
Esri UC 2014 | Technical Workshop | Designing and Using Cached Map Services Tom Brenneman & Eric Rodenberg.
Esri UC 2014 | Technical Workshop | Developing Offline Apps with ArcGIS Runtime SDKs Euan Cameron Justin Colville Will Crick.
Esri UC 2014 | Technical Workshop | Creating Geoprocessing Services Kevin Hibma.
Tracking a GIS System Monitoring Tools for an Enterprise GIS Jaclyn Meade – MGIS Candidate Jim Detwiler - Advisor.
EMPLOYEE MANAGEMENT SCHEDULING SYSTEM Rockstar Solutions.
30 Copyright © 2009, Oracle. All rights reserved. Using Oracle Business Intelligence Delivers.
AGOL and Portal for ArcGIS AGOL is ESRI’s Cloud service offering and requires purchasing credits through the DWR ESRI software contract. Portal for ArcGIS.
New Superpowers for FME Server Mark Stoakes Manager, Professional Services.
Join the Community
Ensuring consistent spatial data management with FME
PLM, Document and Workflow Management
ArcGIS Geocoding What’s New and the Road Ahead
Synergy with FME and ArcGIS Server
Arizona National Scenic Trail
Beyond the BDC\BCS Model
Using GIS to Monitor Snow Removal and Track Costs
Accessing Spatial Information from MaineDOT
Creating Geoprocessing Services
Content Management Systems
Geospatial Database Create Geodatabase Practical Session
JDXpert Workday Integration
Geoprocessing with ArcGIS for Server
SEISMIC DATA ANALYSIS AND FIELD QC SYSTEM
Voter Information Portal
Geographic Data Primitives
VALIDATION BEST PRACTICES
Automating and Validating Edits
Introduction of Week 11 Return assignment 9-1 Collect assignment 10-1
Environmental Network Number of non-TCA Records
Introducing Scenario Network Data Editing and Enterprise GIS
Publishing image services in ArcGIS
T-FLEX DOCs PLM, Document and Workflow Management.
Designing and Using Cached Map Services
ArcGIS Pro: An Introduction Overview
Esri Roads and Highways An Introduction
Presentation transcript:

Achieving Automated Mapping of Seismic Acquisition Data Using FME Jerrod Stutzman Sr Spatial Analyst, Devon Energy

Devon Energy Corporation Devon Energy Corporation is a leading independent natural gas and oil exploration and production company. S&P 500, Fortune 500 NYSE: DVN ~5,000 employees Oklahoma City (HQ, new building under construction), Calgary, Houston, field offices in OK, TX, WY, NM, etc 40-year anniversary this month

Devon’s FME Environment FME Desktop 13 licenses on FLEX License Server FME Server 3 Production licenses, 3 Staging/Test licenses Windows Virtual Servers Windows 2003 SP2 2.66 GHz Intel Xeon, 1 GB RAM Apache Tomcat servlet engine/web server Scheduling handled by Tidal Enterprise Scheduler

Devon’s FME Usage ~20 desktop users FME Server jobs FME Administrator ~5 “power users” (workbench authors) FME Server jobs Scheduled 7 Nightly, 3 Weekly (and growing) “On Demand” Typically only used in special cases FME Administrator Handles Server uploads/scheduling for production (staging open for authors)

Devon’s FME Usage FME Desktop and Server are used directly or indirectly by a variety of groups at Devon. GIS, G&G, Land, Midstream, Field Operations, Seismic and Well Data Management, etc Lease dissections/rollups Scheduled data exports Pipeline Risk Management Creating spatial data for mapping Quality Control Automated comparisons & database updates

Problem Information Delivery System (webmap-based well and seismic data viewing/ordering tool) needed seismic mapping layers Seismic navigation data is stored in non-spatial Oracle database Mixed datums (NAD27, WGS84) Data stored as shot points, want to display as lines End result should perform very fast (cached ArcGIS service)

This looks like a job for… FME to the Rescue! HELP! This looks like a job for… GURU

FME Server + Custom Transformer Solution FME Server + Custom Transformer Multiple workbenches to handle inserts, updates and deletes are run and monitored via ServerJobSubmitter Each workbench uses 2DPointAdder and PointConnector to create seismic line geometry Reprojector transformers used to reproject to common coordinate system ArcGISCacheUpdater (custom-built transformer) updates cache when data changes

Run segments workbench Workflow Main Workbench Builds WHERE clause (published parameter for workbenches) based on last run time Run updates workbench Success = N Success = Y JobTerminator Run segments workbench Success = Y Update last run time. Run deletes workbench Success = Y END

Workbench

Custom Transformer ArcGISCacheUpdater transformer is used in all workbenches associated with this process Parameters are entered to define cache server details, SDE feature class, etc Cache tiles are refreshed for locations with new, updated, or deleted seismic lines

Custom Transformer Details Managed C++ .net, FME C++ API, SDE C API When a feature is passed into the transformer, a web service call returns cache details FME function receives feature, checks SDE for previous state, updates geometry. Previous and current state of feature extents are used to update cache tiles.

2 feature classes for seismic data in SDE End Result 2 feature classes for seismic data in SDE Automated sync (nightly) with seismic database Cached web mapping service real-time with SDE 2D seismic data represented by polylines 3D seismic data represented by polygons

Devon IDS Interface

Thank You! Questions? For more information: Jerrod Stutzman Devon Energy Corporation Jerrod.Stutzman@dvn.com (405) 228-8279