Making PPDM a Part of Spatial Data Management Strategies. Volker Hirsinger and Rob Bruinsma, Petrosys

Size: px
Start display at page:

Download "Making PPDM a Part of Spatial Data Management Strategies. Volker Hirsinger and Rob Bruinsma, Petrosys"

Transcription

1 Making a Part of Spatial Data Management Strategies Volker Hirsinger and Rob Bruinsma, Petrosys

2 Overview Components of spatial applications architectures Diversity in user views and prioritisation of spatial data Using s spatial module to improve spatial data integration Examples of real world implementations Benefits and limitations of this approach

3 Components of Spatial Applications Architectures IN SPATIAL DATA STRATEGIES

4 A lot of players using many different tools People Data Models Storage Technologies Applications Geomatics WELL model ArcSDE columns Petra Geoscientist GIS manager Landperson SEISMIC model LAND model Oracle SDO columns Petrel Petrosys Open Works Engineer Data manager SP_ tables location columns Other culture (zgf..) GeoFrame ArcGIS MapInfo FME

5 Different environments warrant different architectures Data manager Geoscientist Geoscientist Data manager Petrosys Geoscientist Petrosys Petrosys WELL model SeaBed WELL model Seismic model location columns location WELL model columns Seismic model Landperson GIS manager Kingdom Petra Petrel Other culture (zgf..) EPOS location Open columns Works GIS manager GIS manager Paradigm GeoFrame Geomatics Geomatics Geomatics ArcGIS ArcGIS ArcGIS ArcSDE Personal GeoDB

6 Different users see things in different ways Geoscience Application Geoscientist Petrel Paradigm Petrosys OpenWorks Kingdom SeisWare Petra WELL model ArcGIS ArcSDE Seismic model location columns

7 Different users see things in different ways GIS Manager Geoscience Applications ArcGIS WELL model ArcSDE FME Seismic model location columns

8 Different users see things in different ways Geoscience Applications Data Manager WELL model Seismic model ArcGIS location columns FME ArcSDE Oracle Spatial

9 Typical Modern EP Applications Architecture End User ArcGIS Geoscience Applications Project Data Stores External Spatial Data Esri Spatial Master WELL Master FME

10 Challenges in Effective Spatial Data Management Inability to effectively implement gold standard master data store High turnround GIS vs. High validation master Cost of having multiple data management teams GIS / IT / Documents / Assets Applications dependent on second tier stores such as ShapeFiles Ineffective leveraging of spatial querying. Comments welcome!

11 Using s Spatial Module to Improve Spatial Data Integration IN SPATIAL DATA STRATEGIES

12 Leveraging the SP_ Tables in Spatial Architectures End User ArcGIS Geoscience Applications Project Data Stores External Spatial Data Esri Spatial Master Well & Seismic Master FME Spatial Tables: SP_LINE SP_POINT SP_POLYGON Oracle SDO Spatial data Master Locations: WELL SEIS_POINT SEIS_BIN_GRID Oracle SDO Spatial data

13 Leveraging the SP_ Tables in Spatial Architectures

14 Put Locations into SP_ or elsewhere? There are other places where you can put location data in : SEIS_SET bounding box SEIS_LINE SEIS_ACQTN_SURVEY WELL / NODE for well locations A policy on what to put into SP_ depends in part on the expectations of Spatial Tables: data management granularity and performance: Individual Seismic shotpoints can be mirrored SP_POLYGON in SP_POINT or SP_LINE_POINT. SEIS_BIN_GRID Well locations can be mirrored in SP_POINT. SP_LINE SP_POINT Oracle SDO Spatial data Well & Seismic Master Petrosys have tried keeping things logical and performant: Master Locations: WELL SEIS_POINT Oracle SDO Spatial data Location data is kept separate and close to its source; i.e. Seismic shotpoints in SEIS_POINT, Well locations in WELL_NODE. Generic spatial data (e.g. Basins, Permits, Pipelines, Townships) in SP_ Tables (SP_POLYGONS, SP_LINES, SP_POINTS) Geometry data type (SDO) in separate Tables, linked 1:1 to Source Object e.g. SEIS_LINE_GEOMS (1:1 to SEIS_LINE) WELL_GEOMS (1:1 to WELL)

15 Some Real World Examples IN SPATIAL DATA STRATEGIES

16 Practical Use of SP_ Tables End User Geoscience Applications Project Data Stores External Spatial Data ArcGIS Esri Spatial Master Well & Seismic Master Spatial Tables: SP_LINE SP_POINT SP_POLYGON Oracle SDO Spatial data Master Locations: WELL SEIS_POINT SEIS_BIN_GRID Oracle SDO Spatial data

17 Practical Use of SP_ Tables : Medium Operator End User Geoscientists Project The Much majority master data of the is access of location periodically GIS work data and is from SP_ synchronised master agencies data read are only and automatically and and with spatial is runs loaded data off directly MapInfo mirrored directly into / Oracle in the with Oracle SP_ Petrosys views master tables SDO to the SP_ tables MapInfo Geoscience Applications Project Data Stores GeoFrame, Petrel, Kingdom Views External GIS Sources: Leases Pipelines + Roads Environmental Well & Seismic Master Spatial Tables: SP_LINE SP_POINT SP_POLYGON Oracle SDO Spatial data Master Locations: WELL SEIS_POINT SEIS_BIN_GRID Oracle SDO Spatial data

18 Example: Medium Operator Manual synchronisation between applications and master Automatic synchronisation of master locations with Oracle SDO Most GIS data is externally sourced Shape are loaded directly into SP_ tables Relatively light in-house GIS editing is done using MapInfo Connects directly to / Oracle Spatial Geoscientists access all the information directly with Petrosys

19 Practical Use of SP_ Tables: Large IOC GIS Dept End User Lease Third GIS Well outlines party department Well lease spatial master automatically assignments manages data data can is Automatically be corporate pushed loaded synchronised from by spatial checked users ArcSDE between data to using SP_ for to tables OpenWorks large Oracle for offshore geoscience spatial and and. queries apps. SDO land operations ArcGIS Geoscience Applications Project Data Stores: OpenWorks, Petrel, Paradigm Corporate Spatial Data: Lease outlines Assets + fields. Third Party Spatial Data: Political boundaries Misc infrastructure. Esri Spatial Master Well & Seismic Master Spatial Tables: SP_LINE SP_POINT SP_POLYGON Oracle SDO Spatial data Master Locations: WELL SEIS_POINT SEIS_BIN_GRID Oracle SDO Spatial data

20 Example: Large IOC Established infrastructure around OpenWorks, Esri and Established synchronisation processes for OpenWorks / GIS department manages corporate spatial data Data are pushed from ArcSDE to Oracle SDO Business rule based spatial QA of master well data Spatial queries to check and update assignments of wells to leases, asset teams Data management procedures include triggers, interactive intervention End users may load third party spatial data directly into SP_ tables

21 Practical Use of SP_ Tables : Cool Stuff

22 Issues Grouping of spatial objects within SP_LINE How do we group roads vs. pipelines vs. country outlines? Petrosys have implemented their own grouping table has nothing higher than SPATIAL_DESCRIPTION Discussion required on tables such as SP_COMPONENT Oracle versioning in the mix of other applications versions? Good performance requires some planning of data management procedures A temptation to use temporary user tables to isolate data sets of interest to individual users, which makes it more challenging to manage database performance and cleanliness

23 Summary The spatial module provides a concise structure for hosting generic spatial data in the structured framework By adding a higher level grouping mechanism and doing some model tuning, traditional GIS repositories can be managed in the SP_ structure This provides an effective solution for companies whose GIS requirements are largely met through data from outside sources but who need to integrate GIS data with structured data This approach enables spatial queries between GIS content and other spatial components of the model such as well or seismic locations for example for QA reports and drainage maps Balancing the performance of the standard SP_ tables across spatial data types of different granularity is a challenge

Reducing Complex Spatial Data Management Needs in and Upstream Oil and Gas Operations Team. Jason Wilson GIS Business Analyst SM Energy

Reducing Complex Spatial Data Management Needs in and Upstream Oil and Gas Operations Team. Jason Wilson GIS Business Analyst SM Energy Reducing Complex Spatial Data Management Needs in and Upstream Oil and Gas Operations Team Jason Wilson GIS Business Analyst SM Energy Agenda About Myself and SM Energy The Challenge The Goal Solution

More information

SOLUTIONS ADVANCED GIS. TekMindz are developing innovative solutions that integrate geographic information with niche business applications.

SOLUTIONS ADVANCED GIS. TekMindz are developing innovative solutions that integrate geographic information with niche business applications. ADVANCED GIS SOLUTIONS TekMindz are developing innovative solutions that integrate geographic information with niche business applications. TEK INDZ TM GIS Services Overview At the leading edge of geospatial

More information

TRANSVERSE GIS FOR TOTAL E&P NIGERIA - GEOPS

TRANSVERSE GIS FOR TOTAL E&P NIGERIA - GEOPS TRANSVERSE GIS FOR TOTAL E&P NIGERIA - GEOPS Marc Roussel / Total H. ANEKE (Manager Survey & Geomatics) J-M. AMOUROUX (Head of Geomatics and Affiliate Transverse GIS Coordinator) TEPNG/TS/ECP/Survey &

More information

ArcGIS Deployment Pattern. Azlina Mahad

ArcGIS Deployment Pattern. Azlina Mahad ArcGIS Deployment Pattern Azlina Mahad Agenda Deployment Options Cloud Portal ArcGIS Server Data Publication Mobile System Management Desktop Web Device ArcGIS An Integrated Web GIS Platform Portal Providing

More information

Spatially Enabling of PPDM. Wes Baird Spatial Team Leader

Spatially Enabling of PPDM. Wes Baird Spatial Team Leader Spatially Enabling of PPDM Wes Baird Spatial Team Leader Spatially Enabling of PPDM Review + PPDM + PPDM Spatial I + PPDM Spatial II + PPDM Spatial III PPDM Spatial IV PPDM Lite Progress to date Your opportunities

More information

On the Road from Simple Mapping to Spatial Analysis

On the Road from Simple Mapping to Spatial Analysis On the Road from Simple Mapping to Spatial Analysis Brief History How to make disadvantages work for you Building GIS Knowledge Internally Tested GIS Initiatives Current Initiatives Next Steps BHP Billiton

More information

Managing and Modeling Time-series Geoscience Data in GIS

Managing and Modeling Time-series Geoscience Data in GIS Managing and Modeling Time-series Geoscience Data in GIS LARRY ZHANG emap Division, Saudi Aramco West Park 1, Dhahran 31311, Saudi Arabia Email: zhang.huaisu@aramco.com Abstract Many oil and mining companies

More information

ArcGIS Exploration Framework Implementation: A PETRONAS Approach

ArcGIS Exploration Framework Implementation: A PETRONAS Approach 2012 ESRI Petroleum GIS Conference 30 Apr 2 May Houston, Texas ArcGIS Exploration Framework Implementation: A PETRONAS Approach Mohd. Zukhairi B Abd. Latef GIS Team Lead, Data Management Petroleum Management

More information

Locational business intelligence in the U.S. Forest Service: Geospatial Accomplishment Reporting ESRI USER CONFERENCE 2015 JULY 21, 2015

Locational business intelligence in the U.S. Forest Service: Geospatial Accomplishment Reporting ESRI USER CONFERENCE 2015 JULY 21, 2015 Locational business intelligence in the U.S. Forest Service: Geospatial Accomplishment Reporting ESRI USER CONFERENCE 2015 JULY 21, 2015 Agenda Introduction to the US Forest Service Why geo-enable Performance

More information

Nord Stream 2 A story of gas pipelines and GIS technology from the start. Cécile Noverraz GIS Analyst

Nord Stream 2 A story of gas pipelines and GIS technology from the start. Cécile Noverraz GIS Analyst Nord Stream 2 A story of gas pipelines and GIS technology from the start 30-10-2018 Cécile Noverraz GIS Analyst Presentation - Outline >Project Overview > Initial GIS Project Setup > Project Data > GIS

More information

Leveraging Oracle Spatial and Graph for Airport GIS

Leveraging Oracle Spatial and Graph for Airport GIS Leveraging Oracle Spatial and Graph for Airport GIS Presenter: Ed Maghboul President, x-spatial, LLC Los Angeles World Airports / x-spatial, LLC Airport Enterprise GIS, AEGIS OVERVIEW Los Angeles World

More information

CHAPTER 22 GEOGRAPHIC INFORMATION SYSTEMS

CHAPTER 22 GEOGRAPHIC INFORMATION SYSTEMS CHAPTER 22 GEOGRAPHIC INFORMATION SYSTEMS PURPOSE: This chapter establishes the administration and use of to improve the quality and accessibility of Department s spatial information and support graphical

More information

Creating Basemaps to Manage Buildings and Facilities

Creating Basemaps to Manage Buildings and Facilities Esri International User Conference San Diego, California Technical Workshops July 26, 2012 Creating Basemaps to Manage Buildings and Facilities Mark Stewart and Tamara Yoder Topics for this Session Overview

More information

GEOGRAPHIC INFORMATION SYSTEMS AND IT SOLUTIONS FOR THE ENVIRONMENT

GEOGRAPHIC INFORMATION SYSTEMS AND IT SOLUTIONS FOR THE ENVIRONMENT GEOGRAPHIC INFORMATION SYSTEMS AND IT SOLUTIONS FOR THE ENVIRONMENT Mission We focus on Solutions is a worldwide operating business offering Geographic Information Systems and IT solutions to assist environmental

More information

Case Study: Using Geometric Networks with the PODS Model. Tommy Thomas, DCP Midstream Ron Brush, New Century Software

Case Study: Using Geometric Networks with the PODS Model. Tommy Thomas, DCP Midstream Ron Brush, New Century Software Case Study: Using Geometric Networks with the PODS Model Tommy Thomas, DCP Midstream Ron Brush, New Century Software Agenda Business cases and benefits of Geometric Networks for Pipeline Operators Challenges

More information

Standardizing Spatial References Using PPDM AREA Tables

Standardizing Spatial References Using PPDM AREA Tables Standardizing Spatial References Using PPDM AREA Tables Volker Hirsinger, Petrosys Pty. Ltd. Acknowledgments to Mike Silva, Rob Bruinsma, Bob Harms, Craig Aldrich, Alec Kelingos. Introduction Building

More information

GIS Lecture 4: Data. GIS Tutorial, Third Edition GIS 1

GIS Lecture 4: Data. GIS Tutorial, Third Edition GIS 1 GIS Lecture 4: Data GIS 1 Outline Data Types, Tables, and Formats Geodatabase Tabular Joins Spatial Joins Field Calculator ArcCatalog Functions GIS 2 Data Types, Tables, Formats GIS 3 Directly Loadable

More information

GIS For The Petroleum Industry. Ken Hood Ulf Becker November 15, 2017

GIS For The Petroleum Industry. Ken Hood Ulf Becker November 15, 2017 GIS For The Petroleum Industry Ken Hood Ulf Becker November 15, 2017 Ulf Becker BS, Geology, University of Kansas, 1993 MS, Geology, Northern Arizona University, 1996 Kansas Geological Survey, 1996-97

More information

Geospatial Data Solutions: Site and Corridor Siting Projects. Rachel Turney-Work

Geospatial Data Solutions: Site and Corridor Siting Projects. Rachel Turney-Work Geospatial Data Solutions: Site and Corridor Siting Projects Rachel Turney-Work Agenda GIS-based Corridor Routing Definition Major Components Uses and Functionality Geospatial Data Sources Data Accuracy

More information

LRS Task Force June 13, REVISION HISTORY

LRS Task Force June 13, REVISION HISTORY North Carolina Department of Transportation Geographic Information Systems (GIS) Unit LINEAR REFERENCING SYSTEM (LRS) PROJECT DEFINITION Version 1.0 REVISION HISTORY Date Document Manager Revision Purpose

More information

Office of Technology Partnerships GIS Collaboration

Office of Technology Partnerships GIS Collaboration Office of Technology Partnerships GIS Collaboration State GIS Update April 21, 2017 Mark Holmes, GISP Outline MGF Upgrade Project Census Programs Imagery Update LiDAR Update Open Discussion 2 MGF Background

More information

USING GIS IN WATER SUPPLY AND SEWER MODELLING AND MANAGEMENT

USING GIS IN WATER SUPPLY AND SEWER MODELLING AND MANAGEMENT USING GIS IN WATER SUPPLY AND SEWER MODELLING AND MANAGEMENT HENRIETTE TAMAŠAUSKAS*, L.C. LARSEN, O. MARK DHI Water and Environment, Agern Allé 5 2970 Hørsholm, Denmark *Corresponding author, e-mail: htt@dhigroup.com

More information

PC ARC/INFO and Data Automation Kit GIS Tools for Your PC

PC ARC/INFO and Data Automation Kit GIS Tools for Your PC ESRI PC ARC/INFO and Data Automation Kit GIS Tools for Your PC PC ARC/INFO High-quality digitizing and data entry Powerful topology building Cartographic design and query Spatial database query and analysis

More information

Linear Referencing Systems (LRS) Support for Municipal Asset Management Systems

Linear Referencing Systems (LRS) Support for Municipal Asset Management Systems Linear Referencing Systems (LRS) Support for Municipal Asset Management Systems Esri Canada Infrastructure Asset Management Leadership Forum November 1, 2017 Toronto, ON David Loukes, P. Eng., FEC Andy

More information

Geog 469 GIS Workshop. Managing Enterprise GIS Geodatabases

Geog 469 GIS Workshop. Managing Enterprise GIS Geodatabases Geog 469 GIS Workshop Managing Enterprise GIS Geodatabases Outline 1. Why is a geodatabase important for GIS? 2. What is the architecture of a geodatabase? 3. How can we compare and contrast three types

More information

Application of GIS in Public Transportation Case-study: Almada, Portugal

Application of GIS in Public Transportation Case-study: Almada, Portugal Case-study: Almada, Portugal Doutor Jorge Ferreira 1 FSCH/UNL Av Berna 26 C 1069-061 Lisboa, Portugal +351 21 7908300 jr.ferreira@fcsh.unl.pt 2 FSCH/UNL Dra. FCSH/UNL +351 914693843, leite.ines@gmail.com

More information

Integration Activities in Indonesia: The Integration of Land and Marine Spatial Data Sets as Part of Indonesian SDI Development

Integration Activities in Indonesia: The Integration of Land and Marine Spatial Data Sets as Part of Indonesian SDI Development Integration Activities in Indonesia: The Integration of Land and Marine Spatial Data Sets as Part of Indonesian SDI Development M. Arief Syafi i National Coordination Agency for Surveys and Mapping (B

More information

SANTA CLARA COUNTY THEMATIC ATLAS

SANTA CLARA COUNTY THEMATIC ATLAS 1 SANTA CLARA COUNTY THEMATIC ATLAS Project Overview Douglas Schenk, GIS Analyst Sampa Patra, GIS Analyst Making the Thematic Atlas 2 Brought to you by the County of Santa Clara Public Health Department,

More information

GIS at JLAB. T. Larrieu Jefferson Lab, Newport News, VA 23606, USA. Controls Group. October 2006 PCaPAC

GIS at JLAB. T. Larrieu Jefferson Lab, Newport News, VA 23606, USA. Controls Group. October 2006 PCaPAC GIS at JLAB T. Larrieu Jefferson Lab, Newport News, VA 23606, USA October 2006 PCaPAC Jefferson Lab has a Large and Complex Infrastructure CEBAF ( 24/7 electron utility ) 7 km of beamline 2000+ magnets

More information

Introduction to ArcGIS Maps for Office. Greg Ponto Scott Ball

Introduction to ArcGIS Maps for Office. Greg Ponto Scott Ball Introduction to ArcGIS Maps for Office Greg Ponto Scott Ball Agenda What is Maps for Office? Platform overview What are Apps for the Office? ArcGIS Maps for Office features - Visualization - Geoenrichment

More information

Data Aggregation with InfraWorks and ArcGIS for Visualization, Analysis, and Planning

Data Aggregation with InfraWorks and ArcGIS for Visualization, Analysis, and Planning Data Aggregation with InfraWorks and ArcGIS for Visualization, Analysis, and Planning Stephen Brockwell President, Brockwell IT Consulting, Inc. Join the conversation #AU2017 KEYWORD Class Summary Silos

More information

EEOS 381 -Spatial Databases and GIS Applications

EEOS 381 -Spatial Databases and GIS Applications EEOS 381 -Spatial Databases and GIS Applications Lecture 5 Geodatabases What is a Geodatabase? Geographic Database ESRI-coined term A standard RDBMS that stores and manages geographic data A modern object-relational

More information

Drillworks. DecisionSpace Geomechanics DATA SHEET

Drillworks. DecisionSpace Geomechanics DATA SHEET DATA SHEET Drillworks overview DecisionSpace Geomechanics Key features Pre-drill, real-time, and post-drill analyses are all easily performed in one application using the latest data from across the field

More information

DATA DEVELOPMENT IN BRUNEI DARUSSALAM. Submitted by Survey Department, Brunei Darussalam **

DATA DEVELOPMENT IN BRUNEI DARUSSALAM. Submitted by Survey Department, Brunei Darussalam ** UNITED NATIONS E/CONF.97/6/IP. 45 ECONOMIC AND SOCIAL COUNCIL Seventeenth United Nations Regional Cartographic Conference for Asia and the Pacific Bangkok, 18-22 September 2006 Item 7 of the provisional

More information

ENV208/ENV508 Applied GIS. Week 1: What is GIS?

ENV208/ENV508 Applied GIS. Week 1: What is GIS? ENV208/ENV508 Applied GIS Week 1: What is GIS? 1 WHAT IS GIS? A GIS integrates hardware, software, and data for capturing, managing, analyzing, and displaying all forms of geographically referenced information.

More information

Web GIS Deployment for Administrators. Vanessa Ramirez Solution Engineer, Natural Resources, Esri

Web GIS Deployment for Administrators. Vanessa Ramirez Solution Engineer, Natural Resources, Esri Web GIS Deployment for Administrators Vanessa Ramirez Solution Engineer, Natural Resources, Esri Agenda Web GIS Concepts Web GIS Deployment Patterns Components of an On-Premises Web GIS Federation of Server

More information

Steve Pietersen Office Telephone No

Steve Pietersen Office Telephone No Steve Pietersen Steve.Pieterson@durban.gov.za Office Telephone No. 031 311 8655 Overview Why geography matters The power of GIS EWS GIS water stats EWS GIS sanitation stats How to build a GIS system EWS

More information

Geodatabase Best Practices. Dave Crawford Erik Hoel

Geodatabase Best Practices. Dave Crawford Erik Hoel Geodatabase Best Practices Dave Crawford Erik Hoel Geodatabase best practices - outline Geodatabase creation Data ownership Data model Data configuration Geodatabase behaviors Data integrity and validation

More information

Pierce Cedar Creek Institute GIS Development Final Report. Grand Valley State University

Pierce Cedar Creek Institute GIS Development Final Report. Grand Valley State University Pierce Cedar Creek Institute GIS Development Final Report Grand Valley State University Major Goals of Project The two primary goals of the project were to provide Matt VanPortfliet, GVSU student, the

More information

THE SPATIAL DATA WAREHOUSE OF SEOUL

THE SPATIAL DATA WAREHOUSE OF SEOUL THE SPATIAL DATA WAREHOUSE OF SEOUL Jae-Ho Han The Seoul Metropolitan Government Seoul City Hall, Taepyeongno 1(il)-ga, Jung-gu, Seoul 100-744, Korea djhjha@hanmail.net Impyeong Lee Dept. of Geoinformatics,

More information

Leveraging Web GIS: An Introduction to the ArcGIS portal

Leveraging Web GIS: An Introduction to the ArcGIS portal Leveraging Web GIS: An Introduction to the ArcGIS portal Derek Law Product Management DLaw@esri.com Agenda Web GIS pattern Product overview Installation and deployment Configuration options Security options

More information

ArcGIS Enterprise: Administration Workflows STUDENT EDITION

ArcGIS Enterprise: Administration Workflows STUDENT EDITION ArcGIS Enterprise: Administration Workflows STUDENT EDITION Copyright 2019 Esri All rights reserved. Course version 1.1. Version release date April 2019. Printed in the United States of America. The information

More information

Among various open-source GIS programs, QGIS can be the best suitable option which can be used across partners for reasons outlined below.

Among various open-source GIS programs, QGIS can be the best suitable option which can be used across partners for reasons outlined below. Comparison of Geographic Information Systems (GIS) software As of January 2018, WHO has reached an agreement with ESRI (an international supplier of GIS software) for an unlimited use of ArcGIS Desktop

More information

GIS-T 2010 Building a Successful Geospatial Data Sharing Framework: A Ohio DOT Success Story

GIS-T 2010 Building a Successful Geospatial Data Sharing Framework: A Ohio DOT Success Story GIS-T 2010 Building a Successful Geospatial Data Sharing Framework: A Ohio DOT Success Story ODOT District 2 GIS John Puente District 1 GIS Coordinator\ Planning Administrator 2 Interoperability 3 District

More information

Model development for WebAtlas system applying in administration management.

Model development for WebAtlas system applying in administration management. Model development for WebAtlas system applying in administration management. Bui Ngoc Quy, Vo Ngọc Dung, Nguyen Danh Duc, University of mining and geology, Viet Nam Key words: Webatlas, Web Map, Electronic

More information

How does ArcGIS Server integrate into an Enterprise Environment? Willy Lynch Mining Industry Specialist ESRI, Denver, Colorado USA

How does ArcGIS Server integrate into an Enterprise Environment? Willy Lynch Mining Industry Specialist ESRI, Denver, Colorado USA How does ArcGIS Server integrate into an Enterprise Environment? Willy Lynch Mining Industry Specialist ESRI, Denver, Colorado USA wlynch@esri.com ArcGIS Server Technology Transfer 1 Agenda Who is ESRI?

More information

GIS Workshop Data Collection Techniques

GIS Workshop Data Collection Techniques GIS Workshop Data Collection Techniques NOFNEC Conference 2016 Presented by: Matawa First Nations Management Jennifer Duncan and Charlene Wagenaar, Geomatics Technicians, Four Rivers Department QA #: FRG

More information

Enterprise Linear Referencing at the NYS Department of Transportation

Enterprise Linear Referencing at the NYS Department of Transportation Enterprise Linear Referencing at the NYS Department of Transportation One Highway Network to Support Many Business Processes May 9, 2018 May 9, 2018 2 Agenda An overview of Linear Referencing How NYSDOT

More information

STEREO ANALYST FOR ERDAS IMAGINE Stereo Feature Collection for the GIS Professional

STEREO ANALYST FOR ERDAS IMAGINE Stereo Feature Collection for the GIS Professional STEREO ANALYST FOR ERDAS IMAGINE Stereo Feature Collection for the GIS Professional STEREO ANALYST FOR ERDAS IMAGINE Has Your GIS Gone Flat? Hexagon Geospatial takes three-dimensional geographic imaging

More information

Introduction to Portal for ArcGIS. Hao LEE November 12, 2015

Introduction to Portal for ArcGIS. Hao LEE November 12, 2015 Introduction to Portal for ArcGIS Hao LEE November 12, 2015 Agenda Web GIS pattern Product overview Installation and deployment Security and groups Configuration options Portal for ArcGIS + ArcGIS for

More information

Web GIS & ArcGIS Pro. Zena Pelletier Nick Popovich

Web GIS & ArcGIS Pro. Zena Pelletier Nick Popovich Web GIS & ArcGIS Pro Zena Pelletier Nick Popovich Web GIS Transformation of the ArcGIS Platform Desktop Apps GIS Web Maps Web Scenes Layers Evolution of the modern GIS Desktop GIS (standalone GIS) GIS

More information

Geodatabase Replication for Utilities Tom DeWitte Solution Architect ESRI Utilities Team

Geodatabase Replication for Utilities Tom DeWitte Solution Architect ESRI Utilities Team Geodatabase Replication for Utilities Tom DeWitte Solution Architect ESRI Utilities Team 1 Common Data Management Issues for Utilities Utilities are a distributed organization with the need to maintain

More information

Advanced GIS Applications in Transit

Advanced GIS Applications in Transit Advanced GIS Applications in Transit Case Studies of Five Large Transit Agencies presented to GIS in Transit Conference presented by John Sutton, Ph.D. Cambridge Systematics, Inc. November 1, 2005 Transportation

More information

ISO Series Standards in a Model Driven Architecture for Landmanagement. Jürgen Ebbinghaus, AED-SICAD

ISO Series Standards in a Model Driven Architecture for Landmanagement. Jürgen Ebbinghaus, AED-SICAD ISO 19100 Series Standards in a Model Driven Architecture for Landmanagement Jürgen Ebbinghaus, AED-SICAD 29.10.2003 The Company 100% SIEMENS PTD SIEMENS Business Services Shareholder & Strategic Business

More information

A Prototype of a Web Mapping System Architecture for the Arctic Region

A Prototype of a Web Mapping System Architecture for the Arctic Region A Prototype of a Web Mapping System Architecture for the Arctic Region Han-Fang Tsai 1, Chih-Yuan Huang 2, and Steve Liang 3 GeoSensorWeb Laboratory, Department of Geomatics Engineering, University of

More information

Geo-enabling a Transactional Real Estate Management System A case study from the Minnesota Dept. of Transportation

Geo-enabling a Transactional Real Estate Management System A case study from the Minnesota Dept. of Transportation Geo-enabling a Transactional Real Estate Management System A case study from the Minnesota Dept. of Transportation Michael Terner Executive Vice President Co-author and Project Manager Andy Buck Overview

More information

Research on Object-Oriented Geographical Data Model in GIS

Research on Object-Oriented Geographical Data Model in GIS Research on Object-Oriented Geographical Data Model in GIS Wang Qingshan, Wang Jiayao, Zhou Haiyan, Li Bin Institute of Information Engineering University 66 Longhai Road, ZhengZhou 450052, P.R.China Abstract

More information

Cobb County GIS: Beyond the Map

Cobb County GIS: Beyond the Map Cobb County GIS: Beyond the Map Charles Fail Tim Scharff Cobb County GIS SERUG 2008 1 Topics Cobb GIS Overview The Early Years Enterprise GIS Transition Putting It Together Looking Ahead SERUG 2008 2 Cobb

More information

Model development for web - atlas system applying in administration management

Model development for web - atlas system applying in administration management VNU Journal of Science, Earth Sciences 28 (2012) 29-36 Model development for web - atlas system applying in administration management Bui Ngoc Quy* Ha Noi University of Mining and Geology, Dong Ngac, Tu

More information

No. of Days. Building 3D cities Using Esri City Engine ,859. Creating & Analyzing Surfaces Using ArcGIS Spatial Analyst 1 7 3,139

No. of Days. Building 3D cities Using Esri City Engine ,859. Creating & Analyzing Surfaces Using ArcGIS Spatial Analyst 1 7 3,139 Q3 What s New? Creating and Editing Data with ArcGIS Pro Editing and Maintaining Parcels Using ArcGIS Spatial Analysis Using ArcGIS Pro User Workflows for ArcGIS Online Organizations Q3-2018 ArcGIS Desktop

More information

What is GIS and How Can It Help Me?

What is GIS and How Can It Help Me? esri European User Conference Madrid 2011 What is GIS and How Can It Help Me? Jaime Nieves Ignacio Vázquez esri spain «Knowing where things are, and why, is essential to rational decision making.» Jack

More information

Introduction to Portal for ArcGIS

Introduction to Portal for ArcGIS Introduction to Portal for ArcGIS Derek Law Product Management March 10 th, 2015 Esri Developer Summit 2015 Agenda Web GIS pattern Product overview Installation and deployment Security and groups Configuration

More information

Regional GIS Presentation for Small and Large Jurisdictions. Michelle E. Fults GIS Manager January 8, 2009

Regional GIS Presentation for Small and Large Jurisdictions. Michelle E. Fults GIS Manager January 8, 2009 Regional GIS Presentation for Small and Large Jurisdictions Michelle E. Fults GIS Manager January 8, 2009 Presentation Contributions from Juston Manville Henrico County Kevin Nelson Hanover County Mark

More information

Managing bathymetric data in a hydrographic survey company

Managing bathymetric data in a hydrographic survey company Managing bathymetric data in a hydrographic survey company Overview Brief Introduction to MMT How MMT use GIS Why we need to manage bathy data The BIS Inputting Data to the BIS Using the BIS GIS Product

More information

June 19 Huntsville, Alabama 1

June 19 Huntsville, Alabama 1 June 19 Huntsville, Alabama 1 Real-Time Geospatial Data: The Fusion of PI and ArcGIS Enabling Smarter Facilities Management OSIsoft and Esri Mapping and Location Analytics Platform Supporting Your Use

More information

Enhancing Decision-Making with the Alberta Modelling Expert System (MES) Presented by: Chiadih Chang September 12 th, 2017

Enhancing Decision-Making with the Alberta Modelling Expert System (MES) Presented by: Chiadih Chang September 12 th, 2017 Enhancing Decision-Making with the Alberta Modelling Expert System (MES) Presented by: Chiadih Chang September 12 th, 2017 Organization Overview Alberta Environment and Parks - Vision: A healthy and clean

More information

Administering your Enterprise Geodatabase using Python. Jill Penney

Administering your Enterprise Geodatabase using Python. Jill Penney Administering your Enterprise Geodatabase using Python Jill Penney Assumptions Basic knowledge of python Basic knowledge enterprise geodatabases and workflows You want code Please turn off or silence cell

More information

Digital Tax Maps Westport Island Project Summary

Digital Tax Maps Westport Island Project Summary Digital Tax Maps Westport Island Project Summary Presented to the: Mid-Coast Regional Planning Commission Creating GIS-Based Digital Tax Maps And Linked Assessment Records For Small Towns on a Budget Dennis

More information

INSPIRE Shared Service

INSPIRE Shared Service INSPIRE Shared Service Creation and operation out of the box Petra Fritz (HZD), Michael Voigtländer (Esri Deutschland GmbH) INSPIRE Shared Service Agenda HZD backbone for a geodata infrastructure Implementing

More information

The Social Life of Location. David Sonnen September 2008

The Social Life of Location. David Sonnen September 2008 The Social Life of Location David Sonnen September 2008 Three Transformations Traditional Cartography -- 2300 B.C. - ~ 1980 Maps represent location and attributes Portable, persistent communication/ reference

More information

Corporate. Information. Railway Infrastructure Administrator. Year indracompany.com

Corporate. Information. Railway Infrastructure Administrator. Year indracompany.com geospatial and mobility Corporate Geographic Information System of ADIF Railway Infrastructure Administrator. Year 2009-2010 Corporate Geographic Information System of ADIF ADIF. Spanish Administrator

More information

Land-Use Land-Cover Change Detector

Land-Use Land-Cover Change Detector 15 th Esri India User Conference 2014 Land-Use Land-Cover Change Detector Rushikesh Padsala Email ID:- rushikesh101@gmail.com Student, III Semester, M.Tech Geomatics, Faculty of Technology, CEPT University

More information

An ESRI Technical Paper June 2007 An Overview of Distributing Data with Geodatabases

An ESRI Technical Paper June 2007 An Overview of Distributing Data with Geodatabases An ESRI Technical Paper June 2007 An Overview of Distributing Data with Geodatabases ESRI 380 New York St., Redlands, CA 92373-8100 USA TEL 909-793-2853 FAX 909-793-5953 E-MAIL info@esri.com WEB www.esri.com

More information

GIS Integration to Maximo

GIS Integration to Maximo GIS Integration to Maximo Tuesday 15 th January 2008 Mahmoud Jaafar Systems Director GISTEC Agenda Introduction Why AMS & GIS Integration? ESRI GIS Enabling Technology. Integrating GIS & Maximo. What do

More information

Bridging the Gap between Engineering and GIS

Bridging the Gap between Engineering and GIS Bridging the Gap between Engineering and GIS Presented by: Karen Stewart, B.Tech, GISP Manager of Geomatics Township of Langley February 13, 2006 Agenda Introduction History Goals Implementation Benefits

More information

Teaching GIS for Land Surveying

Teaching GIS for Land Surveying Teaching GIS for Land Surveying Zhanjing (John) Yu Evergreen Valley College, San Jose, California James Crossfield California State University at Fresno, Fresno California 7/13/2006 1 Outline of the Presentation

More information

GIS. in the City of Lewiston Maine

GIS. in the City of Lewiston Maine GIS in the City of Lewiston Maine The purpose of this slideshow is to provide an overview of the city GIS and how it is used, maintained and accessed in-house as well as by the public. Please simply hit

More information

Introduction to GIS. Geol 4048 Geological Applications of Remote Sensing

Introduction to GIS. Geol 4048 Geological Applications of Remote Sensing Introduction to GIS Geol 4048 Geological Applications of Remote Sensing GIS History: Before Computers GIS History Using maps for a long time Dr. Roger F. Tomlinson Father of GIS He was an English geographer

More information

Enabling Success in Enterprise Asset Management: Case Study for Developing and Integrating GIS with CMMS for a Large WWTP

Enabling Success in Enterprise Asset Management: Case Study for Developing and Integrating GIS with CMMS for a Large WWTP Enabling Success in Enterprise Asset Management: Case Study for Developing and Integrating GIS with CMMS for a Large WWTP Allison Blake, P.E. 1*, Matthew Jalbert, P.E. 2, Julia J. Hunt, P.E. 2, Mazen Kawasmi,

More information

OFWIM 2017 Annual Conference What Does Web GIS Really Mean for Fish and Wildlife Agencies?

OFWIM 2017 Annual Conference What Does Web GIS Really Mean for Fish and Wildlife Agencies? Content Open Mapping OFWIM 2017 Annual Conference What Does Web GIS Really Mean for Fish and Wildlife Agencies? Imagery Spatial Analysis Mike Bialousz, Esri 3D Data Exploration Real-Time Apps Visualization

More information

Geodatabase 101 Why, What, & How

Geodatabase 101 Why, What, & How Geodatabase 101 Why, What, & How Beau Dealy Dealy Geomatics, LC beau@dealygeo.com Curt Moore InfiniTec, Inc. cmoore@infinitec.net ... first, a brief explanation. Geodata traditionally stored as two components

More information

Paths Toward CAD and GIS Interoperability

Paths Toward CAD and GIS Interoperability Paths Toward CAD and GIS Interoperability Bo Guo, PhD, PE Gistic Research, Inc Outline CAD and GIS Differences Interoperability Paths UDOT ROW Research Project CAD and GIS: The Difference (I) History Users

More information

Web GIS: Architectural Patterns and Practices. Shannon Kalisky Philip Heede

Web GIS: Architectural Patterns and Practices. Shannon Kalisky Philip Heede Web GIS: Architectural Patterns and Practices Shannon Kalisky Philip Heede Web GIS Transformation of the ArcGIS Platform Desktop Apps Server GIS Web Maps Web Scenes Layers Web GIS Transformation of the

More information

Safe to Save? Archive Options for Geodatabases. Jeff Essic North Carolina State University Libraries

Safe to Save? Archive Options for Geodatabases. Jeff Essic North Carolina State University Libraries Safe to Save? Archive Options for Geodatabases Jeff Essic North Carolina State University Libraries 2011 ESRI International Users Conference July 13, 2011 GeoMAPP Geospatial Multistate Archive and Preservation

More information

GIS for Business Intelligence: Getting Cloud Connected

GIS for Business Intelligence: Getting Cloud Connected GIS for Business Intelligence: Getting Cloud Connected Ed Farrell Director of GIS Solutions, DVG efarrell@dvginteractive.com http://dvginteractive.com October 19 th, 2017 Lake Placid Convention Center

More information

No. of Days. ArcGIS 3: Performing Analysis ,431. Building 3D cities Using Esri City Engine ,859

No. of Days. ArcGIS 3: Performing Analysis ,431. Building 3D cities Using Esri City Engine ,859 What s New? Creating Story Maps with ArcGIS Field Data Collection and Management Using ArcGIS Get Started with Insights for ArcGIS Introduction to GIS Using ArcGIS & ArcGIS Pro: Essential Workflow Migrating

More information

No. of Days. ArcGIS Pro for GIS Professionals ,431. Building 3D cities Using Esri City Engine ,859

No. of Days. ArcGIS Pro for GIS Professionals ,431. Building 3D cities Using Esri City Engine ,859 What s New? Creating Story Maps with ArcGIS Field Data Collection and Management Using ArcGIS Get Started with Insights for ArcGIS Introduction to GIS Using ArcGIS & ArcGIS Pro: Essential Workflow Migrating

More information

From Geographics Stella to Bentley Map Stella Map. Kimmo Soukki, Account Manager Bentley Finland

From Geographics Stella to Bentley Map Stella Map. Kimmo Soukki, Account Manager Bentley Finland From Geographics Stella to Bentley Map Stella Map Kimmo Soukki, Account Manager Bentley Finland This presentation Stella? Why migrate? New Bentley Stella Map - How it is done? Data migration Bonuses? What

More information

Portal for ArcGIS: An Introduction. Catherine Hynes and Derek Law

Portal for ArcGIS: An Introduction. Catherine Hynes and Derek Law Portal for ArcGIS: An Introduction Catherine Hynes and Derek Law Agenda Web GIS pattern Product overview Installation and deployment Configuration options Security options and groups Portal for ArcGIS

More information

E14- Integrating Civil Design, Mapping and Geospatial Data

E14- Integrating Civil Design, Mapping and Geospatial Data www.bentley.com E14- Integrating Civil Design, Mapping and Geospatial Data Lisa Whitson, Transportation and Local Infrastructure Professional Services, Bentley Systems USA GIS and Engineering Data Integration

More information

Systems Interoperability at the Port of Long Beach

Systems Interoperability at the Port of Long Beach Systems Interoperability at the Port of Long Beach Tuesday, June 11, 2013 2:45 pm 4:00 pm, Garden Salon One, 2nd Fl. Presented by: Brien Green, Account Manager, Bentley Systems Daniel Lee, Business Analyst,

More information

Systems Interoperability at the Port of Long Beach

Systems Interoperability at the Port of Long Beach Systems Interoperability at the Port of Long Beach Tuesday, June 11, 2013 2:45 pm 4:00 pm, Garden Salon One, 2nd Fl. Presented by: Brien Green, Account Manager, Bentley Systems Daniel Lee, Business Analyst,

More information

The Next Generation GIS/LIS A Surveys Information System Integrated within a GIS

The Next Generation GIS/LIS A Surveys Information System Integrated within a GIS The Next Generation GIS/LIS A Surveys Information System Integrated within a GIS Michael F. WEIR, USA Key words: Linking, Snapping, GIS, Measurements, Measurement Data, GIS Features, Spatial Quality. SUMMARY

More information

17/07/ Pick up Lecture Notes... WEBSITE FOR ASSIGNMENTS AND TOOLBOX DEFINITION DEFINITIONS AND CONCEPTS OF GIS

17/07/ Pick up Lecture Notes... WEBSITE FOR ASSIGNMENTS AND TOOLBOX DEFINITION DEFINITIONS AND CONCEPTS OF GIS WEBSITE FOR ASSIGNMENTS AND LECTURE PRESENTATIONS www.franzy.yolasite.com Pick up Lecture Notes... LECTURE 2 PRINCIPLES OF GEOGRAPHICAL INFORMATION SYSTEMS I- GEO 362 Franz Okyere DEFINITIONS AND CONCEPTS

More information

The Danish enterprise approach to create and publish nautical products.covering the waters along the west coast of Greenland

The Danish enterprise approach to create and publish nautical products.covering the waters along the west coast of Greenland The Danish enterprise approach to create and publish nautical products.covering the waters along the west coast of Greenland Charlotte Bjerregaard Overview of data, charts and tasks Old production/new

More information

ArcGIS Enterprise: What s New. Philip Heede Shannon Kalisky Melanie Summers Sam Williamson

ArcGIS Enterprise: What s New. Philip Heede Shannon Kalisky Melanie Summers Sam Williamson ArcGIS Enterprise: What s New Philip Heede Shannon Kalisky Melanie Summers Sam Williamson ArcGIS Enterprise is the new name for ArcGIS for Server What is ArcGIS Enterprise ArcGIS Enterprise is powerful

More information

Coordination of Infrastructure Projects with GIS and SharePoint

Coordination of Infrastructure Projects with GIS and SharePoint Coordination of Infrastructure Projects with GIS and SharePoint Markus Schenardi Geocom Informatik AG Munich, October 24, 2013 2013 Esri Europe, Middle East and Africa User Conference October 23-25, 2013

More information

Techniques for Science Teachers: Using GIS in Science Classrooms.

Techniques for Science Teachers: Using GIS in Science Classrooms. Techniques for Science Teachers: Using GIS in Science Classrooms. After ESRI, 2008 GIS A Geographic Information System A collection of computer hardware, software, and geographic data used together for

More information

IMPLEMENTING GOVERNMENT-WIDE ENTERPRISE GIS; THE FEDERATED MODEL

IMPLEMENTING GOVERNMENT-WIDE ENTERPRISE GIS; THE FEDERATED MODEL IMPLEMENTING GOVERNMENT-WIDE ENTERPRISE GIS; THE FEDERATED MODEL James E. Mitchell, Ph. D. IT GIS Manager Louisiana Department of Transportation and Development presented at the ESRI International Users

More information

GIS for the Beginner on a Budget

GIS for the Beginner on a Budget GIS for the Beginner on a Budget Andre C. Bally, RLA, GIS Coordinator, Harris County Public Infrastructure Department Engineering Division This presentation, GIS for Beginners on a Budget. will briefly

More information