Data Rules. rules.ppdm.org. Dave Fisher & Madelyn Bell BUSINESS RULES WORKSHOP. March Business rules workshop Nov 2013

Size: px
Start display at page:

Download "Data Rules. rules.ppdm.org. Dave Fisher & Madelyn Bell BUSINESS RULES WORKSHOP. March Business rules workshop Nov 2013"

Transcription

1 BUSINESS RULES WORKSHOP Data Rules Dave Fisher & Madelyn Bell rules.ppdm.org 1 March 2014

2 AGENDA Workshop objectives Definitions what is a data rule? It only grows with your help It takes longer then anyone expects Guidance for contributing data rules Next steps 2

3 THE IMPORTANCE OF THE KNOWLEDGE BASE Teach Certify Best Practices A collection of industry accepted business rules Portable Resources Business Rules Audit Accredit Data Rules Objective, measurable

4 DEFINITION DATA RULE Data rule: a statement to validate compliance to expected conditions or to identify exceptions Applies to data and information Defines specific tests, validations or constraints Always resolves to true or false Atomic: each rule checks only one thing A data rule is a type of business rule EXAMPLES 1. Top depth is less than base depth 2. An offshore well must have a water depth 3. Latitude value has a corresponding longitude 4

5 DEFINITION BUSINESS RULE Business rule: a statement that defines or constrains some aspect of the business. Describes an operation, definition and/or constraint that applies to an organization Workflows, policies, procedures, systems, etc. EXAMPLES 1. A well must not be spudded without a drilling permit. 2. All regulatory compliance filings (for wells) must be signed by the Drilling & Completions Manager. 3. A wellbore is a path of drilled footage from the Well Origin to a terminating point. 4. A data item that fails a data rule must be investigated 5

6 IT ONLY GROWS WITH YOUR HELP You: PPDM has a great place to share and download data rules that would be helpful for us. Boss: That sounds good. Go for it. You: One more thing. Sharing means I want to upload some of our data rules. Boss: No way! Our data rules are proprietary. NOW WHAT WILL YOU SAY? 6

7 DRAFT THE VALUE PROP FOR SHARING How does my organization benefit by sharing our rules with the industry via PPDM? More rules = tap into industry s knowledge Rules don t create business value. It s how we apply them to our data and processes. Leadership for more and better standards and practices Foundation of best practices for the industry 7

8 IT TAKES LONGER THEN EXPECTED November presentation focused on getting agreement on what data rules are and how to standardize the phrasing. December Landmark donated 460 well and 55 seismic data rules. January Those that asked got a copy of the current rule redesign. February - Rules webpage redesign was shared for testing. Now it s March! 8

9 GUIDANCE FOR CONTRIBUTING RULES PPDM Rules App now has about 150 rules. PPDM staff or volunteers will edit them to the standard style PPDM members will submit their rules for sharing Published rules will not be identified by source. But the PPDM editor may contact you for clarification. All subject domains are welcome seismic, production, etc. Spreadsheet or document format is OK Metadata (exceptions, metrics, etc.) - nice but not mandatory PPDM staff or volunteers will edit them to the standard style PPDM members use the Rules App to comment and download 9

10 CLASSIFICATION(S) Currently: Business Event Acidizing, Install Slotted Liner, Tying-in Lifecycle Event Drilling, Completing, Producing Business Role Chemical Engineer, Geological Engineer Subject Well Areas, Well Status, Well Classification, Wellbore We are doing: Domain Seismic, Well, Facility Group Well header, Well log, Well equipment Element Date, Location Test Type explicit (compare), null, metadata Rule type Data, Business, Rule Set 10

11 BACKUP The following slides are to better define the survey results that lead to how the rules are being rewritten 11

12 PPDM RULES SURVEY End user DBA 93 respondents Average 1.9 roles Software developer Data manager Data services Supervisor 53 via Survey Monkey 40 at fall conference 12

13 RESPONDENTS WHERE THEY WORK Asia - Oceania Middle East - Africa North America Europe Other America 93 respondents 13

14 responses RULE METADATA BUSINESS CLASSIFICATION essential important useful not impt business event life cycle phase business role 14

15 RULE METADATA TYPE OF DATA QUALITY consistent with other data duplicate detection complete relatedness to other data current conforms to real world 85 respondents no opinion not impt useful important essential 15

16 RULE STYLE FOR NUMERIC COMPARISONS DEPTHS Top < bottom Bottom > top No opinion responses Example: core top depth must be less than core bottom depth or core bottom depth must be greater than core top depth DATES Early vs late Late vs early No opinion responses Example: permit date must be earlier than spud date or spud date must be later than permit date 16

17 TIE RULES TO THE PPDM MODEL? essential important useful not impt 91 responses no opinion 17

18 DATA RULES FOR UNITS OF MEASURE? yes no no opinion 92 responses 18

19 RULES TO DETECT NULL VALUES Should we have data rules to check for missing values? Examples: If a well has a rig release date, spud date must exist. If a shot point has a latitude, longitude must not be null. If a well has a core analysis record, the core recovery length must not be null. The workshop agreed we need data rules for nulls. 19

20 REWRITE TO STANDARD STYLE 20 For some existing rules in the PPDM Rules App, rewrite them in the agreed style. Examples: 338: A core must have top and bottom depths Rule: If core top exists, core bottom depth must not be null. Rule: If core bottom exists, core top depth must not be null. 417: Production volumes must have dates that are after the rig release date Rig release date must be less than production volume date 348: The cored interval must be consistent with the length of the core barrel A core interval must not exceed the core barrel length 398: The top depth for a porous interval must be less than the bottom depth. For a porous interval, top depth must be less than base depth

21 RULES ADAPTED TO A PROJECT 605: The total depth of a well is less than 40,000 ft 437: The well spud date is greater than : A direction survey for a horizontal wellbore has at least one inclination greater than 75 degrees 317: Rotary table elevation for an offshore well is between 5 and 20 m 381: The top depth for a liner is greater than 2000 m These are examples of rules that could be modified to suit a specific project or area The number refers to the rule in the PPDM Rules App. Workshop consensus: this kind of rule is not the focus of our short-term efforts 21

22 SOME DATA RULES ARE HARD TO CODE 401: If a formation pick was made by log interpretation, a well log must exist for the relevant wellbore interval 366: A directional survey LAS file depth datum matches the depth datum in the directional survey data table 415: A well cannot be producing and injecting on the same date through the same production string 304: Casing flange elevation equals ground or seabed elevation 355: If a well directional survey has X,Y data, the survey type must be capable of measuring azimuth * 252: A well has a geographic location * * This business rule could be restated as a data rule. Workshop consensus: not our focus at this time. 22

23 PPDM RULES APP: rules.ppdm.org 23

24 FIND THE RULES YOU WANT OPTION 1 available now Search in the PPDM Rules App Examine the data rule statement Check the description (exception, tolerance, etc) Download single or batch; CSV, XML, etc. Code each rule (e.g. SQL), based on your dataset OPTION 2 could be developed in the future Search in the PPDM Rules App Examine the rule statement and description Download the rule coded for PPDM 3.8 Requires sharing, contractors, 3 rd parties 24

25 PPDM 3.8 RULE MODULE PPDM_RULE Captures rules governing the use of a system. Rules may be policies, practices, procedures or business [data] rules. Rules may be enforced through data base rules, application logic, user interfaces or best business practices. They may also define the way tasks are to be performed. PPDM_RULE_DETAIL Describe details about a rule. These rules may be textual or they may be captured as numbers, such as an allowable range of numbers that a column may contain. PPDM_RULE_COMPONENT Connect PPDM rules to the business objects they influence or are influenced by. Can be used to describe the geographic area, the specific wells that a rule controls, etc. PPDM_RULE_ENFORCEMENT Rules may be enforced by the data base DDL, software application logic, manual procedure etc. PPDM_RULE_XREF Track cases where the use of a rule may depend on the outcome of another rule implementation. For example, the second rule is only enforced if conditions for the first have passed successfully. Also use for replacing or refining rules, etc. 25

26 STYLE GUIDE FOR DATA RULES 1. The item to be tested is the subject of the sentence. 2. The item passes the test if the result is TRUE. 3. Write the rule as a logical statement independent of any data model. 4. For numeric or date comparison, write the subtraction to produce a positive outcome if true. 5. Do not include tolerance and exceptions in the rule statement. These belong in the description section. 6. Include details on diagnostics, resolution, impact and metrics. 26

27 TYPES OF DATA RULES Relatedness to other data: Latitude has Coord Ref System Duplicate detection: Well has only one surface location Consistent with other data: If oil production exists, the mineral lease must include oil Conforms to the real world: Completion date is less than production volume date Current: If spud date exists and status is not drilling, rig release date must also exist Complete: Core top depth also has base depth 27

28 NEXT STEPS By PPDM Existing rules rewrite to standard format New shared rules review and add to Rules App By industry Use the Rules App to select and use some rules Send PPDM some of your rules for public sharing Comment on existing rules via the Rules App Promote the value of data rules as an industry win-win Identify more value-added rules products YOU RULE! THANK YOU! 28

MRF Drilling and Completion Cost Submissions Project Industry Readiness Guide. Version 1.5

MRF Drilling and Completion Cost Submissions Project Industry Readiness Guide. Version 1.5 MRF Drilling and Completion Cost Submissions Project Industry Readiness Guide Version 1.5 Version Release Date Key Changes Description V1.5 April 4, 2017 Section 1.2 Overview of MRF Drilling and Completion

More information

Volker Hirsinger, Petrosys Bob Harms, DPI Victoria. PPDM Conference Perth September 2010

Volker Hirsinger, Petrosys Bob Harms, DPI Victoria. PPDM Conference Perth September 2010 Volker Hirsinger, Petrosys Bob Harms, DPI Victoria PPDM Conference Perth September 2010 Inspiration We want to track all the changes in our database, so that we can see what changes were made, by whom,

More information

EUROPEAN COMMISSION DIRECTORATE-GENERAL ENVIRONMENT ENV.F Strategy ENV.F.1 Resource Efficiency & Economic Analysis

EUROPEAN COMMISSION DIRECTORATE-GENERAL ENVIRONMENT ENV.F Strategy ENV.F.1 Resource Efficiency & Economic Analysis Ref. Ares(2016)158452-12/01/2016 EUROPEAN COMMISSION DIRECTORATE-GENERAL ENVIRONMENT ENV.F Strategy ENV.F.1 Resource Efficiency & Economic Analysis Brussels, 11 November 2015 MANDATE, TERMS OF REFERENCE

More information

10 Things About Data Types. Part #2. October 22, 2014 PROFESSIONAL PETROLEUM DATA MANAGEMENT ASSOCIATION 1 10/24/2014

10 Things About Data Types. Part #2. October 22, 2014 PROFESSIONAL PETROLEUM DATA MANAGEMENT ASSOCIATION 1 10/24/2014 PROFESSIONAL PETROLEUM DATA MANAGEMENT ASSOCIATION 10 Things About Data Types Part #2 October 22, 2014 1 10/24/2014 1 2 10/24/2014 Part 2 3 10/24/2014 Part 4 10/24/2014 5 10/24/2014 1 6 10/24/2014 Part

More information

Working with Target for ArcGIS Drillhole Tools

Working with Target for ArcGIS Drillhole Tools Working with Target for ArcGIS Drillhole Tools This Working with Target for ArcGIS Drillhole Tools How-to Guide walks you through setting up a new Target for ArcGIS drillhole project, importing data into

More information

Rainforest Alliance. Spatial data requirements and guidance. June 2018 Version 1.1

Rainforest Alliance. Spatial data requirements and guidance. June 2018 Version 1.1 Rainforest Alliance Spatial data requirements and guidance June 2018 Version 1.1 More information? For more information about the Rainforest Alliance, visit www.rainforest-alliance.org or contact info@ra.org

More information

ewell User Guide Created by: Applications Support Help Desk Version: 1.1 Date: 03 October 2016

ewell User Guide Created by: Applications Support Help Desk Version: 1.1 Date: 03 October 2016 Created by: Applications Support Help Desk Version: 1.1 Date: 03 October 2016 [THIS PAGE LEFT INTENTIONALLY BLANK] [THIS PAGE LEFT INTENTIONALLY BLANK] Table of Contents Introduction... 1 What to Do If

More information

Greater Wattenberg Area (GWA) Wellbore Spacing Units Operators Guidance

Greater Wattenberg Area (GWA) Wellbore Spacing Units Operators Guidance The GWA wellbore spacing unit is a unique feature of Rule 318A. It provides operators a quick and direct method of creating units, as no Commission hearing applications are required. It also allows maximum

More information

Well Lifecycle: Workflow Automation

Well Lifecycle: Workflow Automation 2017 Well Lifecycle: Workflow Automation STEVE COOPER, PRESIDENT This document is the property of EnergyIQ and may not be distributed either in part or in whole without the prior written consent of EnergyIQ.

More information

Frequently Asked Questions

Frequently Asked Questions Frequently Asked Questions Directive 059: Drilling and Completion Data Submission March 2018 Companies are to use the Digital Data Submission (DDS) system when submitting summary drilling, completion,

More information

Directional Survey File Format Guide

Directional Survey File Format Guide Directional Survey File Format Guide March 2016 Version 1.4 1 OVERVIEW...2 2 FILE NAMING AND FORMATTING...3 1 1 Overview 1.1 Overview The BC Oil and Gas Commission (Commission) has mandated the electronic

More information

TBR Website & Database

TBR Website & Database TBR Website & Database Current Work Work on Cross Section data: Implement into IMS Redesign of TBR basemap Add Michigan and Indiana Provide new user features Provide new layer Provide downloadable files

More information

TickITplus Implementation Note

TickITplus Implementation Note Title Changes to the Core Scheme Requirements V1.1.2 Date January 2014 Reference TIN010-1401 Originator Dave Wynn Version v1r0 Key Terms Core Scheme Requirements The CSR has been updated to version V1.1.2

More information

CERTIFIED PETROLEUM DATA ANALYST (CPDA) INFORMATION SESSION

CERTIFIED PETROLEUM DATA ANALYST (CPDA) INFORMATION SESSION CERTIFIED PETROLEUM DATA ANALYST (CPDA) INFORMATION SESSION ALEX ROSS, CPDA SRA INFORMATION TECHNOLOGY INGRID KRISTEL PROFESSIONAL PETROLEUM DATA MANAGEMENT (PPDM) ASSOCIATION March 27 th, 2018 1 AGENDA

More information

Accreditation Bodies in other

Accreditation Bodies in other Accreditation Bodies in other WHO Regions Jeanette Twell 6July2011 Overview ILAC Accreditation International Standards vs Guidance Auditing (NATA) EQAS/Proficiency Testing Take home message 2 International

More information

Engineering Manual File Format Specification Version: EM15-P Pipeline Specification U.S. Army Corps of Engineers December 01, 2015

Engineering Manual File Format Specification Version: EM15-P Pipeline Specification U.S. Army Corps of Engineers December 01, 2015 Engineering Manual File Format Specification Version: EM15-P Pipeline Specification U.S. Army Corps of Engineers December 01, 2015 1 Overview The purpose of this document is to provide a detailed technical

More information

Qualification Specification

Qualification Specification BCS Level 2 Certificate in IT User Skills (ECDL Core) Version 2.0 March 2018 This is a United Kingdom government regulated qualification which is administered and approved by one or more of the following:

More information

Results Summary Show All Pages and Questions

Results Summary Show All Pages and Questions Page 1 of 8 Tuesday, November 14, 2006 Results Summary Show All Pages and Questions Filter Results To analyze a subset of your data, you can create one or more filters. : 1137 Visible: 1137 Share Results

More information

What Constitutes an Authoritative Source?

What Constitutes an Authoritative Source? What Constitutes an Authoritative Source? Roger Westman, CISSP September 2, 2009 The views, opinions and/or findings contained in this presentation are those of The MITRE Corporation and should not be

More information

Doc #: IDI06-11F Rev: 1.3 Issued: 22/02/18. Well Seeker PRO How To Guide Rev 1.3. Page 1 of 26

Doc #: IDI06-11F Rev: 1.3 Issued: 22/02/18. Well Seeker PRO How To Guide Rev 1.3. Page 1 of 26 Well Seeker PRO How To Guide Rev 1.3 Page 1 of 26 Contents 1.0 - Getting Started... 4 1.1 - Display... 4 2.0 - Creating a new Well... 5 2.1 - Unit Selection... 5 2.2 - New Instant Plan / Survey... 6 2.3

More information

WEB ACCESSIBILITY. I. Policy Section Information Technology. Policy Subsection Web Accessibility Policy.

WEB ACCESSIBILITY. I. Policy Section Information Technology. Policy Subsection Web Accessibility Policy. WEB ACCESSIBILITY I. Policy Section 15.0 Information Technology II. Policy Subsection 15.2 Web Accessibility Policy III. Policy Statement Grand Rapids Community College is actively committed to providing

More information

Accounting for Earth Curvature in Directional Drilling

Accounting for Earth Curvature in Directional Drilling Accounting for Earth Curvature in Directional Drilling Noel Zinn ExxonMobil Exploration Company Society of Petroleum Engineers Annual Technical Conference and Exhibition 10-13 13 October 2005 1 1 Homage

More information

PETRONAS E&P Technical Data Quality Metrics Initiative Going Green with Data

PETRONAS E&P Technical Data Quality Metrics Initiative Going Green with Data PETRONAS E&P Technical Data Quality s Initiative Going Green with Data Hassan B Sabirin Regulatory Compliance & Technical Assurance, Technical Data Petroleum Management Unit (PMU) PETRONAS E&P Digital

More information

Depth Conversion Methods & Petrel Workflows

Depth Conversion Methods & Petrel Workflows Depth Conversion Methods & Petrel Workflows Course Information Alan Atkinson March 2016 Depth Conversion Methods & Petrel Workflows 2016 Alan Atkinson, AA Geophysical Ltd Course Description Depth Conversion

More information

Workflow for Obtaining Gulf of Mexico Geological & Geophysical Data from BOEM

Workflow for Obtaining Gulf of Mexico Geological & Geophysical Data from BOEM Workflow for Obtaining Gulf of Mexico Geological & Geophysical Data from BOEM by Sharon Cornelius for GEOL 6397 Advanced Workflows in Seismic Exploration Spring semester, 2013 Introduction The Bureau of

More information

Foundations. The Golden Record is Not Enough: The Case For Data Orchestration. CPDAs Highly Recommend

Foundations. The Golden Record is Not Enough: The Case For Data Orchestration. CPDAs Highly Recommend Foundations Journal of the Professional Petroleum Data Management Association Print: ISSN 2368-7533 - Online: ISSN 2368-7541 Volume 2 Issue 3 4Q2015 The Golden Record is Not Enough: The Case For Data Orchestration

More information

Regulatory Conference San Antonio 2014

Regulatory Conference San Antonio 2014 RAILROAD COMMISSION OF TEXAS Regulatory Conference San Antonio 2014 Introduction to Drilling Permits and Online Filing Valerie Atkins-Team Leader Accessing Drilling Permits You may go through the Main

More information

GWPC Directional Survey Upload Application Implementation Considerations

GWPC Directional Survey Upload Application Implementation Considerations GWPC Directional Survey Upload Application Implementation Considerations RBDMS Annual Training Conference, Lido Beach, Florida April 3, 2019 Jim Milne, Dan Jarvis, Scott Bland Presentation Outline Overview

More information

This course provides introductory knowledge of the land survey systems used in the United States - Congressional/Jeffersonian, Metes and Bounds,

This course provides introductory knowledge of the land survey systems used in the United States - Congressional/Jeffersonian, Metes and Bounds, PDM-001 Introduction to High quality, trusted and accessible data and information is essential to the oil and gas industry. As the professional society for data managers, the plays a key role in meeting

More information

Geomatics Guidance Note 24 Vertical data in oil and gas applications

Geomatics Guidance Note 24 Vertical data in oil and gas applications REPORT 373-24 NOVEMBER 2017 Geomatics Guidance Note 24 Vertical data in oil and gas applications coordinate data Acknowledgements Geomatics Committee Geodesy Subcommittee Photography used with permission

More information

Customer Guidance For Requesting Changes to SNOMED CT

Customer Guidance For Requesting Changes to SNOMED CT Customer Guidance For Requesting Changes to SNOMED CT Date 20161005 Version 2.0 Customer Guidance For Requesting Changes to SNOMED CT Page 1 of 12 Version 2.0 Amendment History Version Date Editor Comments

More information

Exchange Network Shared Schema Components: Technical Reference

Exchange Network Shared Schema Components: Technical Reference Exchange Network Shared Schema Components: Technical Reference LAST CALL WORKING DRAFT Revision Date: September 29, 2004 Core Reference Model Workgroup Table of Contents Table of Contents... 2 Document

More information

3D modeling of the Quest Projects Geophysical Datasets. Nigel Phillips

3D modeling of the Quest Projects Geophysical Datasets. Nigel Phillips 3D modeling of the Quest Projects Geophysical Datasets Nigel Phillips Advanced Geophysical Interpretation Centre Undercover Exploration workshop KEG-25 April 2012 Mineral Physical Properties: density sus.

More information

User Guide Part 2: More Details. March 2014

User Guide Part 2: More Details. March 2014 User Guide Part 2: More Details March 2014 Table of Contents Introduction... 3 More Details... 4 The Home Page... 4 Workflows... 5 Starting a Workflow... 5 Policy Life Cycle Workflows... 6 Start Review

More information

2012 Microsoft Corporation. All rights reserved. Microsoft, Active Directory, Excel, Lync, Outlook, SharePoint, Silverlight, SQL Server, Windows,

2012 Microsoft Corporation. All rights reserved. Microsoft, Active Directory, Excel, Lync, Outlook, SharePoint, Silverlight, SQL Server, Windows, 2012 Microsoft Corporation. All rights reserved. Microsoft, Active Directory, Excel, Lync, Outlook, SharePoint, Silverlight, SQL Server, Windows, Windows Server, and other product names are or may be registered

More information

Brooke Roecker, Kristen Ward, Chris Mickle, Sarah Wright & Shauna McKellar

Brooke Roecker, Kristen Ward, Chris Mickle, Sarah Wright & Shauna McKellar Brooke Roecker, Kristen Ward, Chris Mickle, Sarah Wright & Shauna McKellar Overview of ICEDM, BMP and path forward Synergies with other organizations White paper overview Data Management Plan Valid Values

More information

ESMA REGULAR USE. 30 May The European Single Electronic Format (ESEF) XBRL Europe Day. Anna Sciortino

ESMA REGULAR USE. 30 May The European Single Electronic Format (ESEF) XBRL Europe Day. Anna Sciortino ESMA REGULAR USE 30 May 2018 The European Single Electronic Format (ESEF) XBRL Europe Day Anna Sciortino An overview of the development process 2 Consultation Paper Research Analysis of responses Feedback

More information

PA Department of Environmental Protection. Guidance for Data Management

PA Department of Environmental Protection. Guidance for Data Management PA Department of Environmental Protection Guidance for Data Management September 13, 2005 Prepared for Integration with DEP Grant Guidance PA Department of Environmental Protection Information Access Strategy

More information

Agenda Item 6: Public Sector Measurement

Agenda Item 6: Public Sector Measurement Agenda Item 6: Public Sector Measurement David Watkins, Task Force Chair Dave Warren, Principal, and Edwin Ng, Principal IPSASB Meeting Washington D.C., USA March 12 15, 2019 Page 1 Proprietary and Copyrighted

More information

11/14/2018. Istanbul Governance, risk, and compliance (GRC)

11/14/2018. Istanbul Governance, risk, and compliance (GRC) 11/14/2018 Governance, risk, and compliance (GRC) Contents Contents... 4 Policy and Compliance Management...5 Activate Policy and Compliance Management... 6 Dependency modeling and mapping...13 Compliance...

More information

GUIDE ON APPLICATION FOR ROUNDTABLE FOR SUSTAINABLE PALM OIL PRINCIPLES AND CRITERIA (RSPO P & C) INCLUDING GROUP CERTIFICATION

GUIDE ON APPLICATION FOR ROUNDTABLE FOR SUSTAINABLE PALM OIL PRINCIPLES AND CRITERIA (RSPO P & C) INCLUDING GROUP CERTIFICATION GUIDE ON APPLICATION FOR ROUNDTABLE FOR SUSTAINABLE PALM OIL PRINCIPLES AND CRITERIA (RSPO P & C) INCLUDING GROUP CERTIFICATION Page 1 of 7 1. INTRODUCTION This guideline has been prepared to provide guidance

More information

How to Submit Gas Online Completions

How to Submit Gas Online Completions RAILROAD COMMISSION OF TEXAS How to Submit Gas Online Completions Form G-1 Pamela Thompson, Well Compliance 6/23/2015 1 Class Synopsis This presentation is a general overview of how to file Gas Well Completion

More information

Contractual Compliance. Registry Stakeholder Group March 2012

Contractual Compliance. Registry Stakeholder Group March 2012 Contractual Compliance Registry Stakeholder Group 13-14 March 2012 2 Agenda q Operational Update q Activities Updates q Questions & Answers Operational Update Efficiency (doing the thing right?) Standardize

More information

The Importance of Quality Data for Accountable Resources Estimation

The Importance of Quality Data for Accountable Resources Estimation The Importance of Quality Data for Accountable Resources Estimation Improving the confidence and accountability of resource estimates through better data management. Volker Hirsinger, Mike Silva, Samantha

More information

Better exploration decisions from more powerful maps and flexible data management tools

Better exploration decisions from more powerful maps and flexible data management tools E&P WORKFLOWS Better exploration decisions from more powerful maps and flexible data management tools Find elusive targets by rapidly testing a wider range of geological scenarios Refine reservoir attributes

More information

WHITEPAPER. Security overview. podio.com

WHITEPAPER. Security overview. podio.com WHITEPAPER Security overview Podio security White Paper 2 Podio, a cloud service brought to you by Citrix, provides a secure collaborative work platform for team and project management. Podio features

More information

UKOOA DATA EXCHANGE FORMAT P5/94 PIPELINE POSITION DATA

UKOOA DATA EXCHANGE FORMAT P5/94 PIPELINE POSITION DATA FOR UKOOA COUNCIL: 9 NOVEMBER 1994 [AGENDA ITEM 6.2] U.K. OFFSHORE OPERATORS ASSOCIATION (Surveying and Positioning Committee) UKOOA DATA EXCHANGE FORMAT P5/94 PIPELINE POSITION DATA UKOOA Data Exchange

More information

BPS Suite and the OCEG Capability Model. Mapping the OCEG Capability Model to the BPS Suite s product capability.

BPS Suite and the OCEG Capability Model. Mapping the OCEG Capability Model to the BPS Suite s product capability. BPS Suite and the OCEG Capability Model Mapping the OCEG Capability Model to the BPS Suite s product capability. BPS Contents Introduction... 2 GRC activities... 2 BPS and the Capability Model for GRC...

More information

PMA Goes Global. The MARPA Program for Promoting PMA Around the World

PMA Goes Global. The MARPA Program for Promoting PMA Around the World PMA Goes Global The MARPA Program for Promoting PMA Around the World The MARPA Board of Directors John Hunter HEICO William Montgomery Areos Andy Shields Wencor Group Jason Dickstein MARPA Greg Kucera

More information

PNG LICENCE VALIDATION GUIDE

PNG LICENCE VALIDATION GUIDE General Information Purpose Use this guide to help you complete the Licence Validation Application, for validation of petroleum and natural (PNG) licences at the end of their initial term in the Electronic

More information

Audit Report. Mineral Products Qualifications Council (MPQC) 31 March 2014

Audit Report. Mineral Products Qualifications Council (MPQC) 31 March 2014 Audit Report Mineral Products Qualifications Council (MPQC) 31 March 2014 Note Restricted or commercially sensitive information gathered during SQA Accreditation s quality assurance activities is treated

More information

TxDOT Survey Manual. Manual Notice Archive. by Texas Department of Transportation (512) - all rights reserved

TxDOT Survey Manual. Manual Notice Archive. by Texas Department of Transportation (512) - all rights reserved TxDOT Survey Manual Manual Notice Archive by Texas Department of Transportation (512) - all rights reserved Manual Notice 2011-1 From: Manual: Judy Skeen, P. E., Director, Technology Services Division

More information

Technical Whitepaper. Unlock your Subsurface Data using Seismic Explorer for ArcGIS & the ArcGIS Platform

Technical Whitepaper. Unlock your Subsurface Data using Seismic Explorer for ArcGIS & the ArcGIS Platform Technical Whitepaper Unlock your Subsurface Data using Seismic Explorer for ArcGIS & the ArcGIS Platform 1 Business Problem The Petroleum industry and their vendors have for years been talking about the

More information

Keystone Program. Putting the Focus on Master Data. Perth PPDM Data Management Conference Sept. 2-3, 2009 Perth, W.A. AUS

Keystone Program. Putting the Focus on Master Data. Perth PPDM Data Management Conference Sept. 2-3, 2009 Perth, W.A. AUS Keystone Program Putting the Focus on Master Data 13 th International Conference on Petroleum Data Integration, Information & Data Management May 12-14, 2009 Houston, Texas USA Perth PPDM Data Management

More information

Adding Magnetic Data to a GM-SYS Profile Model

Adding Magnetic Data to a GM-SYS Profile Model Adding Magnetic Data to a GM-SYS Profile Model In GM-SYS Profile, a "Station" is a location at which an anomaly component is calculated and, optionally, was measured. In order for GM-SYS Profile to calculate

More information

Contractual ICANN. An Overview for Newcomers 11 March 2012

Contractual ICANN. An Overview for Newcomers 11 March 2012 Contractual Compliance @ ICANN An Overview for Newcomers 11 March 2012 2 Agenda q What is contractual compliance? q How we ensure and enforce registry and registrar compliance q Why it matters? ICANN Organization

More information

Standard CIP Cyber Security Critical Cyber Asset Identification

Standard CIP Cyber Security Critical Cyber Asset Identification Standard CIP 002 1 Cyber Security Critical Cyber Asset Identification Standard Development Roadmap This section is maintained by the drafting team during the development of the standard and will be removed

More information

Troubleshooting Performance Issues with Enterprise Geodatabases. Ben Lin, Nana Dei, Jim McAbee

Troubleshooting Performance Issues with Enterprise Geodatabases. Ben Lin, Nana Dei, Jim McAbee Troubleshooting Performance Issues with Enterprise Geodatabases Ben Lin, Nana Dei, Jim McAbee blin@esri.com ndei@esri.com jmcabee@esri.com Workshop Agenda Performance Troubleshooting (Then & Now) Real-World

More information

Oracle Cloud Using Oracle IoT Connected Worker Cloud Service

Oracle Cloud Using Oracle IoT Connected Worker Cloud Service Oracle Cloud Using Oracle IoT Connected Worker Cloud Service 17.4.5 E84369-02 December 2017 Oracle Cloud Using Oracle IoT Connected Worker Cloud Service, 17.4.5 E84369-02 Copyright 2017, Oracle and/or

More information

Expensive to drill wells when all goes to plan. Drilling problems add costs throughout the well s life.

Expensive to drill wells when all goes to plan. Drilling problems add costs throughout the well s life. Beau Rollins Map View Cross Section View Expensive to drill wells when all goes to plan. Surface Location Drilling problems add costs throughout the well s life. The best scenario for minimizing costs

More information

Release Notes

Release Notes CONTENTS PAGE ipoint Publisher... ipoint Viewer... Search & Report imine Query Groups... 5 Results Panel Redesigned... 6 Default Criteria Entries... 7 Merge Results as Union (OR) or Intersection (AND)...

More information

Specification for TRAN Layer Services

Specification for TRAN Layer Services Specification for TRAN Layer Services Version 1.0 November 3, 1995 Sponsored by: Architecture Working Group of the 1394 Trade Association Approved for Release by: 1394 Trade Association Steering Committee

More information

ArcGIS Extension User's Guide

ArcGIS Extension User's Guide ArcGIS Extension 2010 - User's Guide Table of Contents OpenSpirit ArcGIS Extension 2010... 1 Installation ( ArcGIS 9.3 or 9.3.1)... 3 Prerequisites... 3 Installation Steps... 3 Installation ( ArcGIS 10)...

More information

FedRAMP: Understanding Agency and Cloud Provider Responsibilities

FedRAMP: Understanding Agency and Cloud Provider Responsibilities May 2013 Walter E. Washington Convention Center Washington, DC FedRAMP: Understanding Agency and Cloud Provider Responsibilities Matthew Goodrich, JD FedRAMP Program Manager US General Services Administration

More information

FracFocus 3.0. Schema Discussion/Definition. Ground Water Protection Council N. MacArthur Oklahoma City, OK 73142

FracFocus 3.0. Schema Discussion/Definition. Ground Water Protection Council N. MacArthur Oklahoma City, OK 73142 FracFocus 3.0 Schema Discussion/Definition Ground Water Protection Council 13308 N. MacArthur Oklahoma City, OK 73142 June 10, 2016 Introduction When constructing an XML data submission file for the FracFocus

More information

Locating the Structural High from 2D Seismic Data

Locating the Structural High from 2D Seismic Data Locating the Structural High from 2D Seismic Data Brian Gille 5-6-10 The goal of this project was to interpolate a surface that represented the depth to a surface that was picked on a 2D seismic survey.

More information

2017 NACHA Third-Party Sender Initiatives

2017 NACHA Third-Party Sender Initiatives 2017 NACHA Third-Party Sender Initiatives Jordan Bennett Senior Director, Network Risk NACHA 2 MAC is an organization of Bankcard professionals involved in the risk management side of Card Processing.

More information

Web publishing training pack Level 3 Forms

Web publishing training pack Level 3 Forms Web publishing training pack Level 3 Forms Learning objective: Forms for submitting data - create and manage forms where data is saved in the Web Publishing System (e.g. questionnaire, registration, feedback).

More information

Driving Global Resilience

Driving Global Resilience Driving Global Resilience Steve Mellish FBCI Chairman, The Business Continuity Institute Monday December 2nd, 2013 Business & IT Resilience Summit New Delhi, India Chairman of the Business Continuity Institute

More information

DeltaV History Analysis

DeltaV History Analysis January 2013 Page 1 DeltaV History Analysis provides web-based viewing of DeltaV historical data. DeltaV history data available anywhere Integrated batch, continuous and event data Easy-to-use data search

More information

Updates for ICF ACTP & ACSTH Providers October 15 & 16, 2014

Updates for ICF ACTP & ACSTH Providers October 15 & 16, 2014 Updates for ICF ACTP & ACSTH Providers October 15 & 16, 2014 George Rogers, ICF Assistant Executive Director Emily Williams, Senior Program Coordinator Michael Burgess, Program Coordinator Emily Allen,

More information

Excel. Self Service BI: Power Query ABSTRACT: By Eric Russo

Excel. Self Service BI: Power Query ABSTRACT: By Eric Russo Self Service BI: Excel Power Query ABSTRACT: By Eric Russo Microsoft Power BI is a self service solution for your data needs using Excel. It incorporates different tools for data discovery, analysis and

More information

Data governance and data quality: is it on your agenda or lurking in the shadows?

Data governance and data quality: is it on your agenda or lurking in the shadows? Data governance and data quality: is it on your agenda or lurking in the shadows? Associate Professor Anne Young Director Planning, Quality and Reporting The University of Newcastle Context Data governance

More information

The Global Research Council

The Global Research Council The Global Research Council Preamble The worldwide growth of support for research has presented an opportunity for countries large and small to work in concert across national borders. Cooperation and

More information

WITSML Product Certification Program: Overview and Process Guide

WITSML Product Certification Program: Overview and Process Guide WITSML Product Certification Program: Overview and Process Guide For WITSML Version 1.4.1 WITSML Overview Version Abstract Prepared by Data-object definitions and a Web services specification for the right-time

More information

It applies to personal information for individuals that are external to us such as donors, clients and suppliers (you, your).

It applies to personal information for individuals that are external to us such as donors, clients and suppliers (you, your). Our Privacy Policy 1 Purpose Mission Australia is required by law to comply with the Privacy Act 1988 (Cth) (the Act), including the Australian Privacy Principles (APPs). We take our privacy obligations

More information

Strater 5. Superior well log, borehole & cross section plotting. Quick Start Guide

Strater 5. Superior well log, borehole & cross section plotting. Quick Start Guide Strater 5 Superior well log, borehole & cross section plotting Quick Start Guide Strater Registration Information Your Strater serial number is located on the CD cover or in the email download instructions,

More information

Data Quality and the PPDM Business Rules Steve Cooper: President

Data Quality and the PPDM Business Rules Steve Cooper: President Data Quality and the PPDM Business Rules Steve Cooper: President 7061 S. University Blvd Centennial, CO 80122 303-790-0919 www.energyiq.info Background The PPDM Business Rules initiative provides a platform

More information

FREQUENTLY ASKED QUESTIONS Environmental Protection Performance ewell Questions

FREQUENTLY ASKED QUESTIONS Environmental Protection Performance ewell Questions 1. When does ewell go live? FREQUENTLY ASKED QUESTIONS Environmental Protection Performance ewell Questions The ewell application is currently available for use for all unconventional well permit application

More information

User Guide. Datgel. Survey Tools gint Add-In

User Guide. Datgel. Survey Tools gint Add-In User Guide Survey Tools gint Add-In DSVT-UG-001-1.04 March 2010 Disclaimer The information in this publication is subject to change without notice and does not represent a commitment on the part of Pty

More information

Data Management Preparations for R5000

Data Management Preparations for R5000 Data Management Preparations for R5000 The changes in R5000 are insidious and in many cases rather complex. In this presentation I will simplify things and present things rather black and white. This is

More information

Pushing Data to WITSML Server(s)

Pushing Data to WITSML Server(s) Pushing Data to WITSML Server(s) Updated Feb. 4 th, 2014 For a quick info on WITSML, please see this Wikipedia entry [ http://en.wikipedia.org/wiki/wellsite_information_transfer_standard_markup_language].

More information

Unofficial Comment Form 1st Draft of PRC-005-3: Protection System and Automatic Reclosing Maintenance (Project )

Unofficial Comment Form 1st Draft of PRC-005-3: Protection System and Automatic Reclosing Maintenance (Project ) Unofficial Comment Form 1st Draft of PRC-005-3: Protection System and Automatic Reclosing Maintenance (Project 2007-17.2) Please DO NOT use this form for submitting comments. Please use the electronic

More information

Bureau of Water System Engineering

Bureau of Water System Engineering Physical Connection E-Permitting Quarterly Service Instructions (includes instructions for registering with NJDEP Online and for reporting results) NJDEP Bureau of Water System Engineering January 2015

More information

PNG LICENCE VALIDATION GUIDE

PNG LICENCE VALIDATION GUIDE General Information Purpose Use this guide to help complete the Licence Validation Application, for validation of petroleum and natural gas (PNG) licences at the end of their initial term in the Electronic

More information

Outline. The Collaborative Research Platform for Data Curation and Repositories: CKAN For ANGIS Data Portal. Open Access & Open Data.

Outline. The Collaborative Research Platform for Data Curation and Repositories: CKAN For ANGIS Data Portal. Open Access & Open Data. Outline The Collaborative Research Platform for Data Curation and Repositories: CKAN For ANGIS Data Portal Open Access & Open Data ANGIS data portal New developed features Future works Hsiung-Ming Liao,

More information

Global Model Workstation Release Log

Global Model Workstation Release Log Global Model Workstation Release Log 2018 OXFORD ECONOMICS LTD ALL RIGHTS RESERVED Reproduction or disclosure to third parties of this document, or any part thereof, is only permitted with the prior and

More information

Summary. Program Overview. Notice Type: Request for Proposal. Short Title: CEI Industrial Refrigeration Technical Support

Summary. Program Overview. Notice Type: Request for Proposal. Short Title: CEI Industrial Refrigeration Technical Support Notice Type: Request for Proposal Short Title: CEI Industrial Refrigeration Technical Support Posted date: December 1, 2015 E-mail response date: December 31, 2015 Point of contact at VEIC: Greg Baker

More information

Newtin Member Access Users Manual

Newtin Member Access Users Manual North Carolina 811, Inc. 2300 W. Meadowview Rd Suite 227 Greensboro, North Carolina 27407 Newtin Member Access Users Manual Updated: December 2015 Table of Contents Introduction Contact Information Setup

More information

Batch Historian. Batch Historian. Introduction. DeltaV Product Data Sheet. Configuration-free, batch-based data collection

Batch Historian. Batch Historian. Introduction. DeltaV Product Data Sheet. Configuration-free, batch-based data collection January 2013 Page 1 The s recipe execution and event data collection is tightly integrated into the overall data architecture. Configuration-free, batch-based data collection Reliable data retrieval through

More information

Standard Development Timeline

Standard Development Timeline Standard Development Timeline This section is maintained by the drafting team during the development of the standard and will be removed when the standard becomes effective. Description of Current Draft

More information

On Premise. Service Pack

On Premise. Service Pack On Premise Service Pack 02.0.01 - This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation ) is for your informational

More information

TEL2813/IS2820 Security Management

TEL2813/IS2820 Security Management TEL2813/IS2820 Security Management Security Management Models And Practices Lecture 6 Jan 27, 2005 Introduction To create or maintain a secure environment 1. Design working security plan 2. Implement management

More information

Standard CIP Cyber Security Critical Cyber Asset Identification

Standard CIP Cyber Security Critical Cyber Asset Identification Standard CIP 002 1 Cyber Security Critical Cyber Asset Identification Standard Development Roadmap This section is maintained by the drafting team during the development of the standard and will be removed

More information

API Best Practices and Standards. Glen Benge

API Best Practices and Standards. Glen Benge API Best Practices and Standards Glen Benge 1 Topics API History API Standards and Standards Development API HF related standards and publications Use of API Standards Conclusions 2 API History 1919: API

More information

Introduction to the American Academy of Forensic Sciences Standards Board

Introduction to the American Academy of Forensic Sciences Standards Board Introduction to the American Academy of Forensic Sciences Standards Board Introduction Teresa Ambrosius, Secretariat Mary McKiel, Communication Liaison Technical Coordinator Position to be filled Background

More information

Small Company MDM and Information Portal Implementation

Small Company MDM and Information Portal Implementation Small Company MDM and Information Portal Implementation Laredo Energy has implemented a master data management solution for well data and an information portal to deliver this "most trusted data" to the

More information

Notify Metering Point Characteristics

Notify Metering Point Characteristics Business Requirements for for Notify Metering Point Characteristics Status: Approved by ebix Forum Version: 3.2 Revision: B Date: June 2018 ebix Business Requirements for Notify Metering Point Characteristics

More information

EMC ViPR SRM. Data Enrichment and Chargeback Guide. Version

EMC ViPR SRM. Data Enrichment and Chargeback Guide. Version EMC ViPR SRM Version 4.0.2.0 Data Enrichment and Chargeback Guide 302-003-448 01 Copyright 2016-2017 Dell Inc. or its subsidiaries All rights reserved. Published January 2017 Dell believes the information

More information

R1 Test Case that tests this Requirement Comments Manage Users User Role Management

R1 Test Case that tests this Requirement Comments Manage Users User Role Management 2/19/2014 CDISC SHARE Requirements Page 1 of 23 Number Name Req ID Requirement Manage Users 2.1.1 User Role Manage Users 2.1.1 User Role Manage Users 2.1.1 User Role Manage Users 2.1.1 User Role Manage

More information