Standardizing Spatial References Using PPDM AREA Tables

Size: px
Start display at page:

Download "Standardizing Spatial References Using PPDM AREA Tables"

Transcription

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

2 Introduction Building a best of breed 3.8 demo, just wanted to put in the countries!

3 Standard Place Name Data There are ISO standard place names available -

4 PPDM Legacy Well Location References The district, geographic region, country, province/state and county are all flagged for deprecation in PPDM 3.8, but still widely used:

5 The Problem with Country / State / County Why replace the COUNTY, STATE_PROVINCE, COUNTRY references with the more generic AREA concept? County / state / country has redundant information County / state / country is a North American specific intepretation of more generic geopolitical divisions Some business objects, such as a Joint Venture, may traverse county or state boundaries. Multiple reasons for having area references, eg. Spatial vs. jurisdictional.

6 What are the AREA Tables? Definition of one area of any type State Texas

7 What are the AREA Tables? With a range of labels and descriptions State TX Texas Lone Star State

8 What are the AREA Tables? Managing topological overlapping relationships State TX Texas Lone Star State Harris County

9 What are the AREA Tables? Managing relationships through changes in time or business context (PPDM 3.9) Mexico State TX Texas Lone Star State Harris County

10 What are the AREA Tables? And having associated spatial outlines Mexico State TX Texas Lone Star State Harris County

11 Standardizing Spatial References Using PPDM AREA Tables MAPPING EXISTING DATA INTO AREA

12 Determining the Hierarchy of Country Divisions Commonly encountered data sets don t map spatial references into generic AREA components. Country / State / County structures have to be mapped into a suitable AREA structure. To establish the hierarchy of AREA references, the data needs to be scanned and analyzed.

13 Countries States Counties etc. In the USA, states and counties are all contained in the country USA, and the only way to determine the hierarchy from the database by itself is to analyse the data. The application needs to provide the business rules as to how counties are nested in states.

14 Linking AREA to WELL Using the generic WELL_AREA structure allows the district, country, etc. to be stored along with varying levels of granularity

15 Should WELL Rely on a Single AREA Reference? Using a Single AREA to Define Country-State-County, relying on the AREA hierarchy to fill in the additional detail, represents good data management as it minimises redundancy, however The mechanism for inheriting related objects for incomplete data sets becomes applications and SQL dependent If a data entry screen just asks for a county, it needs to have some context to determine the correct state Applications need to expect missing states or counties in different ways Queries have to drill down through AREA relationships, adding complexity and giving possible performance issues

16 PPDM 3.9 WELL AREA In PPDM 3.9, a single explicit AREA reference is available in the WELL record A properly set up hierarchical AREA table of counties, states and countries can thus provide the state and county data from a single link

17 PPDM 3.9 AREA_HIERARCHY PPDM 3.9 resolves the uncertainty on how counties relate to states etc. in AREA_HIERARCHY

18 Standardizing Spatial References Using PPDM AREA Tables WHAT ARE COUNTRIES?

19 What is a Country? In the international E&P industry we need to have a dynamic view of COUNTRY Fragmentation of countries Sudan, Yugoslavia Merging East Germany Varying levels of federalism United Kingdom Jurisdictional zones Treaty zones Timor Sea

20 When is a Well not in a Country? Timor Sea History of treaty changes in a jointly managed zone 1989 Timor Gap treaty between Indonesia and Australia 2003 Timor Sea treaty between Australia and East Timor 2007 Treaty on Certain Maritime Arrangements in the Timor Sea (CMATS)

21 What is the AREA of a Country? Different boundaries are recognized for different purposes, eg. Australia has many different limits - Exclusive Economic Zone 24nm limit Contiguous Zone 12nm limit Territorial Sea 3nm limit Coastal Waters Map reproduced from Geoscience Australia via

22 How is a Country Identified ISO recommended Two character country codes widely used ISO vs. FIPS-4 Most two character codes are the same but AU is Australia in ISO, Austria in FIPS ID and IN are Indonesia and India in one, India and Indonesia in the other. Desirable to have national language forms of names available May require language option manipulation in database and applications. Côte d Ivoire

23 How Are Areas Identified - Petrosys As unique keys for geopolitical sub-areas such as counties, Petrosys have implemented in their PPDM 3.8 demo: ISO 3166 codes for international subdivisions API codes for USA subdivisions a pragmatic choice reflecting a strong established convention.

24 Standardizing Spatial References Using PPDM AREA Tables OTHER POSSIBLE USES OF AREA

25 PPDM LAND RIGHTS Areas Many possible AREA links: Land right itself Containing political entity county / state etc. Applicable jurisdictional entity Environmental areas CONTRACT links and joint venture areas

26 Land Rights, Contracts and The COMPONENT Quandry In addition to the _AREA link tables PPDM also provides a wide range of _COMPONENT tables that allow cross referencing between objects. Where both sides of a cross-reference have _COMPONENT tables, the data analyst again needs to make a choice which of the two to use: Eg. To tie a contract to an area, you could use AREA_COMPONENT or CONTRACT_COMPONENT

27 Geological Basins A Use for AREA? Some E&P objects, such as geological basins, don t have an explicit home in PPDM as yet. AREA resolves a key problem with geological basins through allowing overlaps via AREA_CONTAIN: Cooper-Eromanga, Cooper, and Eromanga can all be defined individually and found through containing relationships

28 Geological Basins A Use for AREA? Petrosys chose to use STRAT_NAME_SET in place of generic AREA for geological basins: Has logical links to formations and tops Keeps size and performance of AREA table acceptable Keeps stratigraphy module cleaner Cuts out duplication in STRATIGRAPHY_UNIT_COMPONENT

29 Standardizing Spatial References Using PPDM AREA Tables SOME PRACTICAL CONSIDERATIONS

30 Importance of R_AREA_TYPE A decision for the governance council? The choice of AREA_TYPE is important Without defined standards for the reference values for AREA_TYPE, a migration from the explicitly named columns to generic links may result in a degradation of data quality, for example if different data loaders use different AREA_TYPE s for states, provinces and territories.

31 IT View - Avoid Complex AREA References Fine grained AREA_TYPE tables allow accurate representation of the real world, but The more choices available for classifying an area, the more likely the wrong choice will be made Writing and testing query fragments becomes more difficult Database performance suffers through complex query sequences Data quality and completeness audits become more slower and more complex.

32 Business View Give Me The Precise AREA_TYPE Ideally we should separate AREA_TYPE s for PROVINCE_STATE PROVINCE, STATE and TERRITORY Separate country outline area types 24nm limit Contiguous Zone 12nm limit Territorial Sea 3nm limit Coastal Waters

33 Pragmatic Resolution AREA_TYPE Use the more generic STATE_PROVINCE as the AREA_TYPE key to keep applications and user interfaces manageable Use AREA_DESCRIPTION or other metadata to differentiate between states and provinces Can we at least standardise on UPPER CASE natural keys for AREA_TYPE or will matters such as this tempt analysts into using surrogate keys?

34 Summary The AREA tables provide a flexible mechanism for storing spatial references to allow representation of real world spatial relationships which may divert from accepted norms and change over time. The generic nature of the tables means that true standardisation of spatial data management requires acceptance of standard values for the AREA_TYPE reference table, without which the data model does not effectively represent the real world. In addition, the nesting of spatial objects such as counties, states and countries is not pre-defined in the AREA data model, such that business rules need to be implemented at the applications level to define and enforce geopolitical hierarchies. Fast tracking of the implementation of PPDM 3.9 AREA_HIERARCHY, along with standardisation of reference values for common shared spatial objects such as states, is highly recommended.

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

Making PPDM a Part of Spatial Data Management Strategies. Volker Hirsinger and Rob Bruinsma, Petrosys Making a Part of Spatial Data Management Strategies Volker Hirsinger and Rob Bruinsma, Petrosys Overview Components of spatial applications architectures Diversity in user views and prioritisation of spatial

More information

An Introduction to China and US Map Library. Shuming Bao Spatial Data Center & China Data Center University of Michigan

An Introduction to China and US Map Library. Shuming Bao Spatial Data Center & China Data Center University of Michigan An Introduction to China and US Map Library Shuming Bao Spatial Data Center & China Data Center University of Michigan Current Spatial Data Services http://chinadataonline.org China Geo-Explorer http://chinageoexplorer.org

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

What are we like? Population characteristics from UK censuses. Justin Hayes & Richard Wiseman UK Data Service Census Support

What are we like? Population characteristics from UK censuses. Justin Hayes & Richard Wiseman UK Data Service Census Support What are we like? Population characteristics from UK censuses Justin Hayes & Richard Wiseman UK Data Service Census Support Who are we? Richard Wiseman UK Data Service / Jisc Justin Hayes UK Data Service

More information

Swedish Standard for Geographic Information on Water System

Swedish Standard for Geographic Information on Water System Swedish Standard for Geographic Information on Water System Jakob Nisell Swedish University of Agricultural sciences SMHI Lake and river registry network Sw Geological survey groundwater spring Sw Land

More information

Alleghany County Schools Curriculum Guide GRADE/COURSE: World Geography

Alleghany County Schools Curriculum Guide GRADE/COURSE: World Geography GRADE/COURSE: World 2013-14 GRADING PERIOD: 1 st Six Weeks Time Frame Unit/SOLs SOL # Strand Resource Assessment 8 days* The student will use maps, globes, satellite images, photographs, or diagrams to

More information

Popular Mechanics, 1954

Popular Mechanics, 1954 Introduction to GIS Popular Mechanics, 1954 1986 $2,599 1 MB of RAM 2017, $750, 128 GB memory, 2 GB of RAM Computing power has increased exponentially over the past 30 years, Allowing the existence of

More information

Introduction to GIS I

Introduction to GIS I Introduction to GIS Introduction How to answer geographical questions such as follows: What is the population of a particular city? What are the characteristics of the soils in a particular land parcel?

More information

CLICK HERE TO KNOW MORE

CLICK HERE TO KNOW MORE CLICK HERE TO KNOW MORE Geoinformatics Applications in Land Resources Management G.P. Obi Reddy National Bureau of Soil Survey & Land Use Planning Indian Council of Agricultural Research Amravati Road,

More information

Spatial Hierarchies and Topological Relationships in the Spatial MultiDimER model

Spatial Hierarchies and Topological Relationships in the Spatial MultiDimER model Spatial Hierarchies and Topological Relationships in the Spatial MultiDimER model E. Malinowski and E. Zimányi Department of Informatics & Networks Université Libre de Bruxelles emalinow@ulb.ac.be, ezimanyi@ulb.ac.be

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

INSPIRE Basics. Vlado Cetl European Commission Joint Research Centre. https://ec.europa.eu/jrc/

INSPIRE Basics. Vlado Cetl European Commission Joint Research Centre. https://ec.europa.eu/jrc/ INSPIRE Basics Vlado Cetl European Commission Joint Research Centre https://ec.europa.eu/jrc/ Serving society Stimulating innovation Supporting legislation Outline SDI? Why European SDI? INSPIRE Policy

More information

STATE GEOGRAPHIC INFORMATION DATABASE

STATE GEOGRAPHIC INFORMATION DATABASE STATE GEOGRAPHIC INFORMATION DATABASE Data Information and Knowledge Management STATE GEOGRAPHIC INFORMATION DATABASE EXECUTIVE SUMMARY Utah has developed one of the most comprehensive statewide GIS resources

More information

Enhancing Parcel Data In Colleton County. February 10, 2009

Enhancing Parcel Data In Colleton County. February 10, 2009 Enhancing Parcel Data In Colleton County GIS & CAMA Conference February 10, 2009 Introductions Bruce T. Harper Technology Director Colleton County, SC Bill Wetzel National GIS Account Manager The Sidwell

More information

Canadian Board of Examiners for Professional Surveyors Core Syllabus Item C 5: GEOSPATIAL INFORMATION SYSTEMS

Canadian Board of Examiners for Professional Surveyors Core Syllabus Item C 5: GEOSPATIAL INFORMATION SYSTEMS Study Guide: Canadian Board of Examiners for Professional Surveyors Core Syllabus Item C 5: GEOSPATIAL INFORMATION SYSTEMS This guide presents some study questions with specific referral to the essential

More information

SPATIAL COVERAGE guidelines. Version number 1.0 April 2012

SPATIAL COVERAGE guidelines. Version number 1.0 April 2012 SPATIAL COVERAGE guidelines Version number 1.0 April 2012 Disclaimer The material contained in the Spatial coverage guidelines is for general information purposes only. Any use of the material is at your

More information

Brazil Paper for the. Second Preparatory Meeting of the Proposed United Nations Committee of Experts on Global Geographic Information Management

Brazil Paper for the. Second Preparatory Meeting of the Proposed United Nations Committee of Experts on Global Geographic Information Management Brazil Paper for the Second Preparatory Meeting of the Proposed United Nations Committee of Experts on Global Geographic Information Management on Data Integration Introduction The quick development of

More information

State Practice on the Establishment of Multiple Maritime Boundaries: Assessing the Challenges of Separating Seabed and Water Column Boundaries

State Practice on the Establishment of Multiple Maritime Boundaries: Assessing the Challenges of Separating Seabed and Water Column Boundaries State Practice on the Establishment of Multiple Maritime Boundaries: Assessing the Challenges of Separating Seabed and Water Column Boundaries Professor Clive Schofield The Australian National Centre for

More information

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

Creation of an Internet Based Indiana Water Quality Atlas (IWQA)

Creation of an Internet Based Indiana Water Quality Atlas (IWQA) Department of Environmental Management Creation of an Internet Based Water Quality Atlas (IWQA) May 4, 2005 IUPUI 1200 Waterway Blvd., Suite 100 polis, 46202-5140 Water Quality Atlas John Buechler, Neil

More information

Observational Data Standard - List of Entities and Attributes

Observational Data Standard - List of Entities and Attributes OBSERVATION An observation characterizes the occurrence, or documents the lack of occurrence, of an organism or set of organisms through a data collection event at a location. Individual observations are

More information

INSPIRE in Sweden.

INSPIRE in Sweden. INSPIRE in Sweden Swedish National Data Service Established 2008. SND is a service organisation for Swedish research within the Humanities, Social Sciences and Medicine. SND is the Swedish node in an international

More information

Geosciences Data Digitize and Materialize, Standardization Based on Logical Inter- Domain Relationships GeoDMS

Geosciences Data Digitize and Materialize, Standardization Based on Logical Inter- Domain Relationships GeoDMS Geosciences Data Digitize and Materialize, Standardization Based on Logical Inter- Domain Relationships GeoDMS Somayeh Veiseh Iran, Corresponding author: Geological Survey of Iran, Azadi Sq, Meraj St,

More information

The slide pack supports the version 3.0 of the Catchment Data Explorer application, released 25/06/2018

The slide pack supports the version 3.0 of the Catchment Data Explorer application, released 25/06/2018 The slide pack supports the version 3.0 of the Catchment Data Explorer application, released 25/06/2018 The website is here: http://environment.data.gov.uk/catchment-planning/ 1 SECURITY MARKING: PROTECT

More information

Understanding and accessing 2011 census aggregate data

Understanding and accessing 2011 census aggregate data Understanding and accessing 2011 census aggregate data 4 July 11:00 to 16:00 BST Justin Hayes and Richard Wiseman UK Data Service Census Support UK censuses provide an unparalleled resource of high quality

More information

Geodatabase Programming with Python

Geodatabase Programming with Python DevSummit DC February 11, 2015 Washington, DC Geodatabase Programming with Python Craig Gillgrass Assumptions Basic knowledge of python Basic knowledge enterprise geodatabases and workflows Please turn

More information

Data Structures & Database Queries in GIS

Data Structures & Database Queries in GIS Data Structures & Database Queries in GIS Objective In this lab we will show you how to use ArcGIS for analysis of digital elevation models (DEM s), in relationship to Rocky Mountain bighorn sheep (Ovis

More information

Houston Plat Tracker puts the GIS in Land Development

Houston Plat Tracker puts the GIS in Land Development Houston Plat Tracker puts the GIS in Land Development Abstract: The Plat Tracker supports Houston's land development approval process. This home grown web-based system includes GIS research tools and a

More information

Sam Bateman and. State Practice Regarding Straight Baselines In East Asia Legal, Technical and Political Issues in a

Sam Bateman and. State Practice Regarding Straight Baselines In East Asia Legal, Technical and Political Issues in a State Practice Regarding Straight Baselines In East Asia Legal, Technical and Political Issues in a Changing Environment Sam Bateman and Clive Schofield The Australian National Centre for Ocean Resources

More information

AS/NZS ISO :2015

AS/NZS ISO :2015 Australian/New Zealand Standard Geographic information Reference model Part 1: Fundamentals Superseding AS/NZS ISO 19101:2003 AS/NZS ISO 19101.1:2015 (ISO 19101-1:2014, IDT) AS/NZS ISO 19101.1:2015 This

More information

PENNSYLVANIA ACADEMIC STANDARDS

PENNSYLVANIA ACADEMIC STANDARDS PENNSYLVANIA ACADEMIC STANDARDS ARTS AND HUMANITIES 9.2 Historical and Cultural Contexts A. Explain historical, cultural and social context of an individual work in the arts B. Relate works in the arts

More information

CentropeSTATISTICS Working Interactively with Cross-Border Statistic Data Clemens Beyer, Walter Pozarek, Manfred Schrenk

CentropeSTATISTICS Working Interactively with Cross-Border Statistic Data Clemens Beyer, Walter Pozarek, Manfred Schrenk Clemens Beyer, Walter Pozarek, Manfred Schrenk (Dipl.-Ing. Clemens Beyer, CEIT ALANOVA, Concorde Business Park 2/F, 2320 Schwechat, Austria, c.beyer@ceit.at) (Dipl.-Ing. Walter Pozarek, PGO Planungsgemeinschaft

More information

Section 2. Indiana Geographic Information Council: Strategic Plan

Section 2. Indiana Geographic Information Council: Strategic Plan Section 2. Indiana Geographic Information Council: Strategic Plan Introduction A geographic information system (GIS) is an automated tool that allows the collection, modification, storage, analysis, and

More information

UTAH S STATEWIDE GEOGRAPHIC INFORMATION DATABASE

UTAH S STATEWIDE GEOGRAPHIC INFORMATION DATABASE UTAH S STATEWIDE GEOGRAPHIC INFORMATION DATABASE Data Information and Knowledge Management NASCIO Awards 2009 STATE GEOGRAPHIC INFORMATION DATABASE B. EXECUTIVE SUMMARY Utah has developed one of the most

More information

Nation: geographic area that is dominated by a large population that shares a common history and culture, ie. Kurds and Palestinians.

Nation: geographic area that is dominated by a large population that shares a common history and culture, ie. Kurds and Palestinians. Nation: geographic area that is dominated by a large population that shares a common history and culture, ie. Kurds and Palestinians. State: sovereign (implies a state's lawful control over it's territory

More information

The Efforts of Building GIS Infrastructure in a Newly Independent State: The case of Timor Leste *

The Efforts of Building GIS Infrastructure in a Newly Independent State: The case of Timor Leste * UNITED NATIONS E/CONF.100/IP.12 ECONOMIC AND SOCIAL COUNCIL Eighteenth United Nations Regional Cartographic Conference for Asia and the Pacific Bangkok, 26-29 October 2009 Item 7(b) of the provisional

More information

United Nations Group Of Experts On Geographical Names

United Nations Group Of Experts On Geographical Names Rudolph MATINDAS, Indonesia or William WATT, Australia Key words: place names, UNGEGN SUMMARY UNGEGN Discussing the strategic aims of UNGEGN and its divisional structure, future direction, and the benefits

More information

3D BUILDING MODELS IN GIS ENVIRONMENTS

3D BUILDING MODELS IN GIS ENVIRONMENTS A. N. Visan 3D Building models in GIS environments 3D BUILDING MODELS IN GIS ENVIRONMENTS Alexandru-Nicolae VISAN, PhD. student Faculty of Geodesy, TUCEB, alexvsn@yahoo.com Abstract: It is up to us to

More information

INTRODUCTION. In March 1998, the tender for project CT.98.EP.04 was awarded to the Department of Medicines Management, Keele University, UK.

INTRODUCTION. In March 1998, the tender for project CT.98.EP.04 was awarded to the Department of Medicines Management, Keele University, UK. INTRODUCTION In many areas of Europe patterns of drug use are changing. The mechanisms of diffusion are diverse: introduction of new practices by new users, tourism and migration, cross-border contact,

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

Geodatabase An Introduction

Geodatabase An Introduction 2013 Esri International User Conference July 8 12, 2013 San Diego, California Technical Workshop Geodatabase An Introduction David Crawford and Jonathan Murphy Session Path The Geodatabase What is it?

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

AGGREGATE RESOURCES OF ONTARIO (ARO) METADATA

AGGREGATE RESOURCES OF ONTARIO (ARO) METADATA AGGREGATE RESOURCES OF ONTARIO (ARO) METADATA GENERAL INFORMATION Official Name of the Data Set or Information Holding: Aggregate Resources of Ontario Acronyms are Used to Identify the Data Set or Information

More information

Crane County, TX Sec. 37, Block 31, University Lands Survey University Lands A 37 #1H. Wellbore #1. Survey: MWD

Crane County, TX Sec. 37, Block 31, University Lands Survey University Lands A 37 #1H. Wellbore #1. Survey: MWD Crane County, TX Sec. 37, Block 31, University Lands Wellbore #1 : MWD 16 May, 2012 Date: 1/12/12 Railroad Commission of Texas Oil and Gas Division 1701 North Congress Avenue Austin, Texas 78711 Attention:

More information

GRINDING THE GEARS AND PUTTING THE RUBBER TO THE ROAD GEOSCIENCE AUSTRALIA S EXPERIENCE IN IMPLEMENTING THE FOUNDATION SPATIAL DATA FRAMEWORK

GRINDING THE GEARS AND PUTTING THE RUBBER TO THE ROAD GEOSCIENCE AUSTRALIA S EXPERIENCE IN IMPLEMENTING THE FOUNDATION SPATIAL DATA FRAMEWORK GRINDING THE GEARS AND PUTTING THE RUBBER TO THE ROAD GEOSCIENCE AUSTRALIA S EXPERIENCE IN IMPLEMENTING THE FOUNDATION SPATIAL DATA FRAMEWORK Shane Crossman Geoscience Australia Shane.Crossman@ga.gov.au

More information

Determination of flood risks in the yeniçiftlik stream basin by using remote sensing and GIS techniques

Determination of flood risks in the yeniçiftlik stream basin by using remote sensing and GIS techniques Determination of flood risks in the yeniçiftlik stream basin by using remote sensing and GIS techniques İrfan Akar University of Atatürk, Institute of Social Sciences, Erzurum, Turkey D. Maktav & C. Uysal

More information

Applied Cartography and Introduction to GIS GEOG 2017 EL. Lecture-2 Chapters 3 and 4

Applied Cartography and Introduction to GIS GEOG 2017 EL. Lecture-2 Chapters 3 and 4 Applied Cartography and Introduction to GIS GEOG 2017 EL Lecture-2 Chapters 3 and 4 Vector Data Modeling To prepare spatial data for computer processing: Use x,y coordinates to represent spatial features

More information

ICSM delivering benefits through collaboration

ICSM delivering benefits through collaboration ICSM delivering benefits through collaboration Russell Priebbenow Chair and Queensland Member Australia and New Zealand s Intergovernmental Committee on Surveying and Mapping Overview Who is ICSM & why

More information

MARINE SPATIAL PLANNING & MARINE CADASTRE: CHALLENGES AND ISSUES

MARINE SPATIAL PLANNING & MARINE CADASTRE: CHALLENGES AND ISSUES MARINE SPATIAL PLANNING & MARINE CADASTRE: CHALLENGES AND ISSUES Roger Longhorn Secretary General, GSDI Association rlonghorn@gsdi.org Member, IHO Marine SDI Working Group ral@alum.mit.edu Member, UNESCO

More information

Theory, Concepts and Terminology

Theory, Concepts and Terminology GIS Workshop: Theory, Concepts and Terminology 1 Theory, Concepts and Terminology Suggestion: Have Maptitude with a map open on computer so that we can refer to it for specific menu and interface items.

More information

Texas Essential Knowledge and Skills (TEKS) Science Grade: 6 - Adopted: 2010

Texas Essential Knowledge and Skills (TEKS) Science Grade: 6 - Adopted: 2010 Main Criteria: Texas Essential Knowledge and Skills (TEKS) Secondary Criteria: Subjects: Science, Social Studies Grade: 6 Correlation Options: Show Correlated Texas Essential Knowledge and Skills (TEKS)

More information

The Integration of Land and Marine Spatial Data Set As Part of Indonesian Spatial Data Infrastructure Development

The Integration of Land and Marine Spatial Data Set As Part of Indonesian Spatial Data Infrastructure Development UNITED NATIONS E/CONF.97/6/IP. 46 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

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

LO CATE YO U RSEL F O N A MAP

LO CATE YO U RSEL F O N A MAP Your web browser (Safari 7) is out of date. For more security, comfort and the best experience on this site: Update your browser Ignore Activitydevelop LO CATE YO U RSEL F O N A MAP O F THE AMERICAS Where

More information

GIS for the Police s Property Management Case study

GIS for the Police s Property Management Case study GIS for the Police s Property Management Case study TS02I - State Land Management, paper No 5807 Elzbieta Bielecka Military University of Technology Faculty of Civil Engineering and Geodesy F1G Working

More information

Turkey National Report

Turkey National Report UNITED NATIONS Working Paper GROUP OF EXPERTS ON No. 26 GEOGRAPHICAL NAMES Twenty-third Session Vienna, 28 March 4 April 2006 Item 5 of the Provisional Agenda: Reports of the division Turkey National Report

More information

UNCERTAINTY IN THE POPULATION GEOGRAPHIC INFORMATION SYSTEM

UNCERTAINTY IN THE POPULATION GEOGRAPHIC INFORMATION SYSTEM UNCERTAINTY IN THE POPULATION GEOGRAPHIC INFORMATION SYSTEM 1. 2. LIU De-qin 1, LIU Yu 1,2, MA Wei-jun 1 Chinese Academy of Surveying and Mapping, Beijing 100039, China Shandong University of Science and

More information

講師略歴 James A. MacKay SUMMARY PROFESSIONAL EXPERIENCE. Rose and Associates; Houston, TX

講師略歴 James A. MacKay SUMMARY PROFESSIONAL EXPERIENCE. Rose and Associates; Houston, TX 別紙 2 講師略歴 James A. MacKay SUMMARY Exploration risk analyst with 10 years experience with the exploration risk process in the petroleum industry. Extensive additional experience as a geologist, economic

More information

1 st Six Weeks # of Days. Unit # and Title Unit 1 Geography Overview

1 st Six Weeks # of Days. Unit # and Title Unit 1 Geography Overview 1 st Six Weeks # of Days Unit # and Title Unit 1 Geography Overview Orange Grove ISD Instructional Planning Information and Process Standards The Process Standards Must Be Included in Each Unit # of Class

More information

Quality Assessment of Geospatial Data

Quality Assessment of Geospatial Data Quality Assessment of Geospatial Data Bouhadjar MEGUENNI* * Center of Spatial Techniques. 1, Av de la Palestine BP13 Arzew- Algeria Abstract. According to application needs, the spatial data issued from

More information

Geodatabase Programming with Python John Yaist

Geodatabase Programming with Python John Yaist Geodatabase Programming with Python John Yaist DevSummit DC February 26, 2016 Washington, DC Target Audience: Assumptions Basic knowledge of Python Basic knowledge of Enterprise Geodatabase and workflows

More information

The File Geodatabase API. Craig Gillgrass Lance Shipman

The File Geodatabase API. Craig Gillgrass Lance Shipman The File Geodatabase API Craig Gillgrass Lance Shipman Schedule Cell phones and pagers Please complete the session survey we take your feedback very seriously! Overview File Geodatabase API - Introduction

More information

NSDI Implementation. Milo Robinson FGDC. U. S. Policy OMB Circular A-16 From Global GSDI To Local Canadian/ U.S. Projects

NSDI Implementation. Milo Robinson FGDC. U. S. Policy OMB Circular A-16 From Global GSDI To Local Canadian/ U.S. Projects NSDI Implementation Milo Robinson FGDC U. S. Policy OMB Circular A-16 From Global GSDI To Local Canadian/ U.S. Projects Federal Geographic Data Committee (FGDC) A US Federal Interagency committee responsible

More information

MOD Ontology. Ian Bailey, Model Futures Michael Warner, MOD ICAD

MOD Ontology. Ian Bailey, Model Futures Michael Warner, MOD ICAD MOD Ontology Ian Bailey, Model Futures (ian@modelfutures.com) Michael Warner, MOD ICAD MOD Ontology Team Introduction Michael Warner, Bose Lawanson, MOD Ian Bailey, Model Futures Chris Partridge, 42 Objects

More information

The future of SDIs. Ian Masser

The future of SDIs. Ian Masser The future of SDIs Ian Masser Presentation Considers two questions relating to the future development of SDIs throughout the world Where have we got to now? Where should we go from here? Identifies four

More information

xxv PART I THE DIVIDED OCEANS: INTERNATIONAL LAW GOVERNING JURISDICTIONAL ZONES 1

xxv PART I THE DIVIDED OCEANS: INTERNATIONAL LAW GOVERNING JURISDICTIONAL ZONES 1 Contents Preface page xv List of Figures xvii List of Tables xviii List of Abbreviations xix Table of Cases xxi Table of Treaties and Instruments xxv PART I THE DIVIDED OCEANS: INTERNATIONAL LAW GOVERNING

More information

Mapping Maine s Working Waterfront: for Our Heritage and Economy

Mapping Maine s Working Waterfront: for Our Heritage and Economy Mapping Maine s Working Waterfront: for Our Heritage and Economy Abstract Mapping Maine s Working Waterfronts is a collaborative project led by the Island Institute that inventories the state s current

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

Outline National legislative & policy context Regional history with ESSIM ESSIM Evaluation Phase Government Integration via RCCOM Regional ICOM Framew

Outline National legislative & policy context Regional history with ESSIM ESSIM Evaluation Phase Government Integration via RCCOM Regional ICOM Framew What MSP Implementation could change in the Maritimes Region Tim Hall, Regional Manager Oceans and Coastal Management Division Ecosystem Management Branch Fisheries and Oceans Canada Maritimes Region BIO

More information

Part 1: Fundamentals

Part 1: Fundamentals Provläsningsexemplar / Preview INTERNATIONAL STANDARD ISO 19101-1 First edition 2014-11-15 Geographic information Reference model Part 1: Fundamentals Information géographique Modèle de référence Partie

More information

Overview key concepts and terms (based on the textbook Chang 2006 and the practical manual)

Overview key concepts and terms (based on the textbook Chang 2006 and the practical manual) Introduction Geo-information Science (GRS-10306) Overview key concepts and terms (based on the textbook 2006 and the practical manual) Introduction Chapter 1 Geographic information system (GIS) Geographically

More information

Spatially Enabled Society

Spatially Enabled Society International Seminar on Land Administration Trends and Issues in Asia and the Pacific Region Spatially Enabled Society Abbas Rajabifard Vice Chair PCGIAP-WG3 Vice-President (President Elect), GSDI Association

More information

Proposal to Include a Grid Referencing System in S-100

Proposal to Include a Grid Referencing System in S-100 1 st IHO-HSSC Meeting The Regent Hotel, Singapore, 22-24 October 2009 Paper for consideration by HSSC Proposal to Include a Grid Referencing System in S-100 Submitted by: Executive Summary: Related Documents:

More information

Understanding Geographic Information System GIS

Understanding Geographic Information System GIS Understanding Geographic Information System GIS What do we know about GIS? G eographic I nformation Maps Data S ystem Computerized What do we know about maps? Types of Maps (Familiar Examples) Street Maps

More information

Chapter 12: Pacific Realm and Polar Futures

Chapter 12: Pacific Realm and Polar Futures Geography: Realms, Regions and Concepts 15 th Edition By de Blij and Muller Chapter 12: Pacific Realm and Polar Futures Defining the Realm Sea Hemisphere: seas covering nearly an entire hemisphere Fragmented,

More information

Spatial analysis in XML/GML/SVG based WebGIS

Spatial analysis in XML/GML/SVG based WebGIS Spatial analysis in XML/GML/SVG based WebGIS Haosheng Huang, Yan Li huang@cartography.tuwien.ac.at and yanli@scnu.edu.cn Research Group Cartography, Vienna University of Technology Spatial Information

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

DATA DISAGGREGATION BY GEOGRAPHIC

DATA DISAGGREGATION BY GEOGRAPHIC PROGRAM CYCLE ADS 201 Additional Help DATA DISAGGREGATION BY GEOGRAPHIC LOCATION Introduction This document provides supplemental guidance to ADS 201.3.5.7.G Indicator Disaggregation, and discusses concepts

More information

From Argentina to Zimbabwe: Where Should I Sell my Widgets?

From Argentina to Zimbabwe: Where Should I Sell my Widgets? From Argentina to Zimbabwe: Department of Statistics Texas A&M University 15 Feb 2010 Acknowledgments This is joint work with my coauthors Bani Mallick (Texas A&M University) Debu Talukdar (SUNY - Buffalo)

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

Institute of Statistical and Geographical Information of Jalisco State Subnational Statistical and Geographical System India.

Institute of Statistical and Geographical Information of Jalisco State Subnational Statistical and Geographical System India. Institute of Statistical and Geographical Information of Jalisco State Subnational Statistical and Geographical System India. January 2017 Subnational Statistical and Geographical System National Statistical

More information

SPATIAL DATA MINING. Ms. S. Malathi, Lecturer in Computer Applications, KGiSL - IIM

SPATIAL DATA MINING. Ms. S. Malathi, Lecturer in Computer Applications, KGiSL - IIM SPATIAL DATA MINING Ms. S. Malathi, Lecturer in Computer Applications, KGiSL - IIM INTRODUCTION The main difference between data mining in relational DBS and in spatial DBS is that attributes of the neighbors

More information

Identification of Islands and Standardization of Their Names

Identification of Islands and Standardization of Their Names Identification of Islands and Standardization of Their Names Submitted by INDONESIA UNITED NATIONS GROUP OF EXPERTS ON GEOGRAPHICAL NAMES Eleventh United Nations Conference on the Standardization of Geographical

More information

Mindful of the interests which the Parties share as immediate neighbours, and in a spirit of cooperation, friendship and goodwill; and

Mindful of the interests which the Parties share as immediate neighbours, and in a spirit of cooperation, friendship and goodwill; and page 1 Delimitation Treaties Infobase accessed on 13/03/2002 Treaty between the Government of Australia and the Government of the Republic of Indonesia establishing an exclusive economic zone boundary

More information

CIDOC-CRM Method: A Standardisation View. Haridimos Kondylakis, Martin Doerr, Dimitris Plexousakis,

CIDOC-CRM Method: A Standardisation View. Haridimos Kondylakis, Martin Doerr, Dimitris Plexousakis, The CIDOC CRM CIDOC-CRM Method: A Standardisation View Haridimos Kondylakis, Martin Doerr, Dimitris Plexousakis, Center for Cultural Informatics, Institute of Computer Science Foundation for Research and

More information

NOACA s DART: Web GIS Tools for Transportation Planning. Chad Harris, NOACA Bryan Baker, Tierra Plan LLC Kevin Knapp, Tierra Plan LLC

NOACA s DART: Web GIS Tools for Transportation Planning. Chad Harris, NOACA Bryan Baker, Tierra Plan LLC Kevin Knapp, Tierra Plan LLC NOACA s DART: Web GIS Tools for Transportation Planning Chad Harris, NOACA Bryan Baker, Tierra Plan LLC Kevin Knapp, Tierra Plan LLC NOACA DART: Data Analysis and Reporting Tool NOACA: Northeast Ohio Areawide

More information

RESULTS OF DEVELOPMENT AND APPLICATION GEOGRAPHIC INFORMATION STANDARDS IN VIETNAM. Dr. Tran Bach Giang Vietnam

RESULTS OF DEVELOPMENT AND APPLICATION GEOGRAPHIC INFORMATION STANDARDS IN VIETNAM. Dr. Tran Bach Giang Vietnam RESULTS OF DEVELOPMENT AND APPLICATION GEOGRAPHIC INFORMATION STANDARDS IN VIETNAM Dr. Tran Bach Giang Vietnam Shibu lijack Contents 1. BACKGROUND 2. BASIC GEOGRAPHIC INFORMATION STANDARDS (BGIS) Background

More information

KEEPING DATA ACCURATE WITH THOSE WHO KNOW BEST. Adam Breznicky, GIS Analyst; TPP

KEEPING DATA ACCURATE WITH THOSE WHO KNOW BEST. Adam Breznicky, GIS Analyst; TPP KEEPING DATA ACCURATE WITH THOSE WHO KNOW BEST Adam Breznicky, GIS Analyst; TPP Table of Contents 1 TxDOT TPP Mapping Group 3-6 2 County Road Inventory Project 7-10 3 Design & Goals 11-15 4 The Application

More information

Slide 1 Geography: Realms, Regions, and Concepts 15 th Edition. Slide 2. Slide 3 Defining the Realm. Chapter 12: Pacific Realm and Polar Futures

Slide 1 Geography: Realms, Regions, and Concepts 15 th Edition. Slide 2. Slide 3 Defining the Realm. Chapter 12: Pacific Realm and Polar Futures Slide 1 Geography: Realms, Regions, and Concepts 15 th Edition Chapter 12: Pacific Realm and Polar Futures Slide 2 Slide 3 Defining the Realm Sea Hemisphere: seas cover nearly an entire hemisphere: Fragmented,

More information

GIS MODEL OF THE BASIC GEOLOGICAL MAP AS A BASIS FOR GEODATABASE OF THE REPUBLIC OF MACEDONIA

GIS MODEL OF THE BASIC GEOLOGICAL MAP AS A BASIS FOR GEODATABASE OF THE REPUBLIC OF MACEDONIA GIS MODEL OF THE BASIC GEOLOGICAL MAP AS A BASIS FOR GEODATABASE OF THE REPUBLIC OF MACEDONIA M.Sc. Blagoj Delipetrev 1, Prof. Dr. Todor Delipetrov 2, M.Sc. Blagica Doneva 3, Eng. Dejan Boskovski 4 1,2,3

More information

New Mexico Public Education Department. 7th Grade Social Studies End-of-Course (EoC) Exam

New Mexico Public Education Department. 7th Grade Social Studies End-of-Course (EoC) Exam New Mexico Public Education Department Assessment Blueprint 7th Grade Social Studies End-of-Course (EoC) Exam Version 001 Spring 2015 Purpose Statement 7th Grade Social Studies The 7 th Grade Social Studies

More information

Advanced land use modelling and land suitability ranking using GIS

Advanced land use modelling and land suitability ranking using GIS Advanced land use modelling and land suitability ranking using GIS Dipl.-Geogr. Stefan Fina Institute of Regional Development Planning Pfaffenwaldring 7 70569 Stuttgart, Germany info@ireus.uni-stuttgart.de

More information

Outline. Chapter 1. A history of products. What is ArcGIS? What is GIS? Some GIS applications Introducing the ArcGIS products How does GIS work?

Outline. Chapter 1. A history of products. What is ArcGIS? What is GIS? Some GIS applications Introducing the ArcGIS products How does GIS work? Outline Chapter 1 Introducing ArcGIS What is GIS? Some GIS applications Introducing the ArcGIS products How does GIS work? Basic data formats The ArcCatalog interface 1-1 1-2 A history of products Arc/Info

More information

4. GIS Implementation of the TxDOT Hydrology Extensions

4. GIS Implementation of the TxDOT Hydrology Extensions 4. GIS Implementation of the TxDOT Hydrology Extensions A Geographic Information System (GIS) is a computer-assisted system for the capture, storage, retrieval, analysis and display of spatial data. It

More information

Working with Census 2000 Data from MassGIS

Working with Census 2000 Data from MassGIS Tufts University GIS Tutorial Working with Census 2000 Data from MassGIS Revised September 26, 2007 Overview In this tutorial, you will use pre-processed census data from Massachusetts to create maps of

More information

Analysis of Regional Fundamental Datasets Questionnaire

Analysis of Regional Fundamental Datasets Questionnaire Permanent Committee on GIS Infrastructure for Asia and the Pacific Working Group 2 Regional Fundamental Data Summary Report on Analysis of Regional Fundamental Datasets Questionnaire ABBAS RAJABIFARD and

More information

AS/NZS ISO :2015

AS/NZS ISO :2015 (ISO 19115-1:2014, IDT) Australian/New Zealand Standard Geographic information Metadata Part 1: Fundamentals Superseding AS/NZS ISO 19115:2005 AS/NZS ISO 19115.1:2015 This joint Australian/New Zealand

More information

INTERNATIONAL BOUNDARY FIXING AND THE ROLES OF INDONESIAN SURVEYORS

INTERNATIONAL BOUNDARY FIXING AND THE ROLES OF INDONESIAN SURVEYORS INTERNATIONAL BOUNDARY FIXING AND THE ROLES OF INDONESIAN SURVEYORS by: Dr. Sobar Sutisna Sora Lokita Sydney, Australia, 11-16 April 2010 Badan Koordinasi Survei dan Pemetaan Nasional ( B A K O S U R T

More information

Topographic Mapping in Australia: The Future State

Topographic Mapping in Australia: The Future State Topographic ping in Australia: The Future State Context Australia s geography and demography Greg Scott Group Leader National ping & Information Group Chair Permanent Committee for Topographic Information

More information