GED 554. Topology (for geometry) Working with Data Tables, Databases (for attributes) April 12, 2013

Size: px
Start display at page:

Download "GED 554. Topology (for geometry) Working with Data Tables, Databases (for attributes) April 12, 2013"

Transcription

1 GED 554 Topology (for geometry) Working with Data Tables, Databases (for attributes) April 12, 2013

2 Supported Data Types ArcGIS supports three representations of geographic data. Vector data for representing features Raster data for images Tabular data

3 Spatial and attribute data form a geographic database

4 Features can be categorized into three basic classes points lines polygons

5 Geographic Feature Data Formats Shapefile introduced with ArcView (old version) non-topological vector data format. much GIS data in Shapefile format. limited analysis capabilities due to lack of topology Geodatabase introduced in ArcInfo 8 Object-oriented model can characterize features more naturally by defining object types, topological, spatial and general relationships, and interactions. Geodatabase features can be stored in a single database. Create custom features in addition to points, lines, polygons Brings physical model closer to logical model.

6 Shapefile Single feature class -can only contain one feature class Attributes stored in dbase table: *.dbf e.g. soils.dbf Each shapefile consists of at least three files: *.shp, *.shx,and *.dbf. If the shapefile has a defined coordinate system then the spatial reference information will be stored in a *.prj file In addition to the above four files other files may be created and/or used by ArcGIS as needed

7 Personel Geodatabase (single user) Implemented as a Microsoft Access database (*.mdb file) by using MS jet engine which is installed with ArcGIS. MS access is not needed. Can contain multiple feature classes Generally used for personal or small work-group use. Can handle small to moderately sized datasets (max. size is 2.0 GB) Supports topology

8

9 Feature Class Group objects into homogeneous types Create point, line, or area feature classes A collection of geographic objects with the same geometry (point, line, polygon) that share the same attributes.

10 Feature Dataset must have same coordinate system should group feature classes based on topology Feature Feature Class Feature Dataset Road Boundaries Pole Label & Text Lines Polygons Points Annotation Set of feature classes that share the same spatial reference

11 Linking Features and Attributes Feature classes have an associated table Each feature has a record in the table A unique identifier links feature and attributes

12 ArcCatalog is the Principal User Interface Used to Define and Manage the Geodatabase

13 Relationship between geometries

14 Topology is the arrangement that defines how point, line, and polygon features share coincident geometry.

15 Topology Topology rules define the permissible spatial relationships between features. For example, the rule Must not overlap is used to manage the integrity of features in the same feature class. If two features overlap, the overlapping geometries are displayed in red (such as shown by the overlapping red area in the adjacent polygons and the linear segment of the two lines below). Parcels cannot overlap. Adjacent parcels have shared boundaries. Stream lines cannot overlap and must connect to one another at their endpoints. Adjacent counties have shared edges. Counties must completely cover cities. Road centerlines must connect at their endpoints.

16

17 Why do we need topology in GIS? Enforce geometric rules for spatial representation and maintain data integrity Reduce data redundancy Improve data access/update efficiency

18 GIS=Lots of Tabular Data

19 Working with tabular data Table Structure Records/rows and fields/columns Columns can store number, text or date data types User able to assign column names for additional attributes

20 Fields are defined: Name attribute (column heading) Field Type number (long, short, float, double), text ( string ), or date Length no. of characters in text Precision no. of digits used to store numbers Scale no. of digits to right of decimal point

21 Fields types in ArcGIS

22 Associating Tables to Feature Classes Can store attributes in feature table or separate table Associate tables with common column key values Primary keys have unique values Primary keys can exist as Foreign keys in other tables

23 When working with data tables Goals: Maximize flexibility for sorting, searching Efficient storage; eliminate redundancy Secure entry mechanisms Rapid retrieval Solution: Database Management System (DBMS)

24 A database is an organized collection of data. A database model is a type of data model that determines the logical structure of a database and fundamentally determines in which manner data can be stored, organized, and manipulated. The most popular example of a database model is the relational model, which uses a table-based format. F: Two-dimensional array of data elements H: Tree-like structure N: Many-to-many relationships in a tree-like structure R: Multiple tables which have key identifiers to combine data OO:A particular application can be defined directly in the database

25 A DBMS provides: Accuracy -reduce errors during entry by use of established rules, templates Efficiency-rapid access & retrieval, no redundancy

26 GIS attribute data models Hierarchical pre-1980 Relational 1980 s, 1990 s; still dominant today Object-oriented late 90 s; newest, still undergoing R&D

27 Hierarchical Structure File address for storage and retrieval is a linear path, e.g. C:\ESRI\ESRIDATA\CANADA\cities.shp

28 Relational Database Structure Consists of relations (tables) with multiple attributes (columns) per record Every record (row) has a unique identifier (marker or key attribute) Key is the glue between files that can be used to extract and/or assemble records and attributes

29 Relational Database advantages Data stored in separate files Easy update, editing, searching without affecting or using all data Flexibility Using key(s), can extract and assemble records and attributes to form new tables Subsets of database can be queried by standard means -SQL

30 SQL The most common query language used with the relational model is the Structured Query Language (SQL) A special-purpose programming language designed for managing data held in a relational database management systems (RDBMS)

31 Operator = Equal <> or!= Not equal > Greater than < Less than Description >= Greater than or equal <= Less than or equal BETWEEN LIKE IN Between an inclusive range Search for a pattern To specify multiple possible values for a column

32 Relational Database Structure: Properties of Relations How many A objects are related to B objects Four types of cardinality One-One One-Many Many-Many Many-One User must know cardinality before connecting tables

33 Table Association and Table Join Table association Attributes about a feature can be stored Feature class table (Feature class) Separate table (Object class) Associate tables with common column (key) values Primary keys: Common field on original table Foreign keys: Common field on destination table Table join Merge two tables together into one table logically or physically (in ArcMap). GISC 6382 Applied GIS UT-Dallas Briggs 33

34 Connecting Tables with Joins Appears as a physical merging of two tables Works with one-to-one or many-to-one relationships Can be created either in ArcMap or ArcToolbox Edits can only be made to the columns of the destination table to edit columns in the source or joined table, you must add it as it s own data table to the ArcMap session

35 Connecting Tables with Relationship Classes Tables are virtually linked, not physically connected Strengths: No new feature class created Once created the connection is active until removed Dynamic association -can see changes to parent tables Can edit, query, & symbolize the data in either table User has more flexible cardinality associations available Define the link in ArcCatalog Use the relationship in ArcMap

36 Geodatabase Elements Objects & Object classes Features & Feature classes Feature datasets Spatial references Domains Subtypes Relationships & Relationship classes Geometric networks Labels and Annotation

37 Objects & Object Classes Geodatabases organize geographic data into a hierarchy of data objects. Objects are instances of an object class that have properties and behavior. Objects can be related to other objects via relationships Objects have unique system identifiers (OID) Object classes are tables in a geodatabase storing non-spatial data (e.g., Parcel owners) Objects in an object class have the same Properties - stored in the table as attributes Behavior - implemented as a component

38 A row stores an Object Object Classes (tables) Pump Table OID Pump Type Inlet Size. 175 Axial Flow 24..

39 Features and Feature Classes Features are objects with required shape (Points, Multipoints, Lines & Polygons) that represent a real world object in a layer on a map. Features classes are collections of features with same type of feature geometry and attributes. A feature class is also an object class which stores spatial objects (features) (e.g., Parcels). All the features in a feature class are in the same spatial reference. Feature classes which store topological features must be contained within a feature dataset to ensure a common spatial reference.

40 A row stores feature Feature Classes Feature Class Table Lateral Water Lines OID Shape Type. 583 X,Y,Z,M Domestic. (BLOB). BLOB: Binary Large Object Block

41 Feature Datasets Containers for feature classes Shared spatial reference May also contain relationship classes geometric networks Annotations Annotation is one option in ArcGIS for storing text to place on your maps. Label is the main alternative to annotation. A label's text and position are generated dynamically according to a set of placement rules.

42 Building a Geodatabase Building a geodatabase Designing the geodatabase (Think before your create) Creating a new geodatabase (Name and location only) Defining the geodatabase structure (Schema and data) Entering spatial data (Loading or automation) Define additional properties (Validataion, relationships, networks) Geodatabase Design geodatabase Create a new geodatabase Defining GDB structure Entering spatial data Define additional properties

43 Designing a Geodatabase Conceptual Plan: Current and future needs Data contents Coordinate system Data validation and modification rules Relationships among objects Custom objects Logical Design What needs to store (Not how to store)

44 Creating a New Geodatabase Create a new geodatabase using ArcCatalog Create new Rename default name GISC 6382 Applied GIS UT-Dallas Briggs 44

45 Exercise: Topology Join GIS Take-Home (Join/Relate) by Kandilli Campus Tour (April 26 Friday at 2:30 pm) Private American High School (Robert College) Disaster Preparedness Education Unit (Eq. Simulation) National Eq. Mon. Center Museum (Historical Equipments) Astronomy Geodesy Seminar by ESRI Turkey Firm (İşlem) (April 29 Monday at 9.30 am) at Demir Demirgil Hall/South Campus)

Introduction to the ArcGIS Data Model and Application Structure

Introduction to the ArcGIS Data Model and Application Structure Introduction to the ArcGIS Data Model and Application Structure RNR/GEOG 417/517 Lab 6 Presentation Overview The georelational data model Structure of ArcGIS software Structure of an ArcGIS workspace Demonstrations/previews

More information

GEOGRAPHIC INFORMATION SYSTEMS Lecture 20: Adding and Creating Data

GEOGRAPHIC INFORMATION SYSTEMS Lecture 20: Adding and Creating Data Adding Existing Data Into ArcGIS - there are many different ways to get data into ArcGIS GEOGRAPHIC INFORMATION SYSTEMS Lecture 20: Adding and Creating Data Add Data - normally we use the Add Data button

More information

Working with Geodatabase Topology

Working with Geodatabase Topology Developed and Presented by Juniper GIS 1/38 Course Objectives Understanding how Geodatabase Topology works Geodatabase Rules Creating Geodatabase Topology Editing with Geodatabase Topology Geometric Networks

More information

GIS Data in ArcGIS. Pay Attention to Data!!!

GIS Data in ArcGIS. Pay Attention to Data!!! GIS Data in ArcGIS Pay Attention to Data!!! 1 GIS Data Models Vector Points, lines, polygons, multi-part, multi-patch Composite & secondary features Regions, dynamic segmentation (routes) Raster Grids,

More information

Topology. Shapefile versus Coverage Views

Topology. Shapefile versus Coverage Views Topology Defined as the the science and mathematics of relationships used to validate the geometry of vector entities, and for operations such as network tracing and tests of polygon adjacency Longley

More information

ArcGIS Data Models Practical Templates for Implementing GIS Projects

ArcGIS Data Models Practical Templates for Implementing GIS Projects ArcGIS Data Models Practical Templates for Implementing GIS Projects GIS Database Design According to C.J. Date (1995), database design deals with the logical representation of data in a database. The

More information

Spatial data models (types) Not taught yet

Spatial data models (types) Not taught yet Spatial data models (types) Not taught yet A new data model in ArcGIS Geodatabase data model Use a relational database that stores geographic data A type of database in which the data is organized across

More information

INTRODUCTION TO ARCGIS SOFTWARE

INTRODUCTION TO ARCGIS SOFTWARE INTRODUCTION TO ARCGIS SOFTWARE I. History of Software Development a. Developer ESRI - Environmental Systems Research Institute, Inc., in 1969 as a privately held consulting firm that specialized in landuse

More information

Data Modeling Basics. John Auel GIS Technician II United Services Group

Data Modeling Basics. John Auel GIS Technician II United Services Group Data Modeling Basics John Auel GIS Technician II United Services Group Background Bachelor of Science at University of Wisconsin, Steven s Point Area of Emphasis -- Cartography Been at United Services

More information

Personal Geodatabase 101

Personal Geodatabase 101 Personal Geodatabase 101 There are a variety of file formats that can be used within the ArcGIS software. Two file formats, the shape file and the personal geodatabase were designed to hold geographic

More information

Syllabus AGET 782. GIS for Agricultural and Natural Resources Management

Syllabus AGET 782. GIS for Agricultural and Natural Resources Management Syllabus AGET 782 Course Title: GIS for Agricultural and Natural Resources Management Course Abbreviation: AGET 782 Course Credits: Instructor: Course Description: Required Text: 3 hours Timothy N. Burcham,

More information

Government 1008: Introduction to Geographic Information Systems. LAB EXERCISE 4: Got Database?

Government 1008: Introduction to Geographic Information Systems. LAB EXERCISE 4: Got Database? Government 1008: Introduction to Geographic Information Systems Objectives: Creating geodatabases Joining attribute tables Attribute and location based queries Spatial joins Creating spatial and attribute

More information

Geodatabase Tutorial. Copyright 1995-2010 Esri All rights reserved.

Geodatabase Tutorial. Copyright 1995-2010 Esri All rights reserved. Copyright 1995-2010 Esri All rights reserved. Table of Contents A quick tour of the Building a geodatabase tutorial..................... 3 Exercise 1: Organizing your data in the Catalog......................

More information

University of Arkansas Libraries ArcGIS Desktop Tutorial. Section 4: Preparing Data for Analysis

University of Arkansas Libraries ArcGIS Desktop Tutorial. Section 4: Preparing Data for Analysis : Preparing Data for Analysis When a user acquires a particular data set of interest, it is rarely in the exact form that is needed during analysis. This tutorial describes how to change the data to make

More information

Geodatabase Programming with SQL

Geodatabase Programming with SQL DevSummit DC February 11, 2015 Washington, DC Geodatabase Programming with SQL Craig Gillgrass Assumptions Basic knowledge of SQL and relational databases Basic knowledge of the Geodatabase We ll hold

More information

Editing Common Polygon Boundary in ArcGIS Desktop 9.x

Editing Common Polygon Boundary in ArcGIS Desktop 9.x Editing Common Polygon Boundary in ArcGIS Desktop 9.x Article ID : 100018 Software : ArcGIS ArcView 9.3, ArcGIS ArcEditor 9.3, ArcGIS ArcInfo 9.3 (or higher versions) Platform : Windows XP, Windows Vista

More information

Cookbook 23 September 2013 GIS Analysis Part 1 - A GIS is NOT a Map!

Cookbook 23 September 2013 GIS Analysis Part 1 - A GIS is NOT a Map! Cookbook 23 September 2013 GIS Analysis Part 1 - A GIS is NOT a Map! Overview 1. A GIS is NOT a Map! 2. How does a GIS handle its data? Data Formats! GARP 0344 (Fall 2013) Page 1 Dr. Carsten Braun 1) A

More information

DATABASE MANAGEMENT FILES GIS06

DATABASE MANAGEMENT FILES GIS06 DATABASE MANAGEMENT Last day we looked at spatial data structures for both vector and raster data models. When working with large amounts of data, it is important to have good procedures for managing the

More information

GIS Databases With focused on ArcSDE

GIS Databases With focused on ArcSDE Linköpings universitet / IDA / Div. for human-centered systems GIS Databases With focused on ArcSDE Imad Abugessaisa g-imaab@ida.liu.se 20071004 1 GIS and SDBMS Geographical data is spatial data whose

More information

Data Validation Online References

Data Validation Online References Data Validation Online References Submitted To: Program Manager GeoConnections Victoria, BC, Canada Submitted By: Jody Garnett Brent Owens Refractions Research Inc. Suite 400, 1207 Douglas Street Victoria,

More information

UPDATED GIS DATABASE DESIGN: Geodatabase Model

UPDATED GIS DATABASE DESIGN: Geodatabase Model CITY OF SUFFOLK, VIRGINIA UPDATED GIS DATABASE DESIGN: Geodatabase Model Prepared by: Michael Baker Jr., Inc. Virginia Beach, Virginia TABLE OF CONTENTS A. GEODATABASE OVERVIEW...2 B. TYPES OF GEODATABASES...3

More information

Working with the Geodatabase Using SQL

Working with the Geodatabase Using SQL An ESRI Technical Paper February 2004 This technical paper is aimed primarily at GIS managers and data administrators who are responsible for the installation, design, and day-to-day management of a geodatabase.

More information

Basics on Geodatabases

Basics on Geodatabases Basics on Geodatabases 1 GIS Data Management 2 File and Folder System A storage system which uses the default file and folder structure found in operating systems. Uses the non-db formats we mentioned

More information

Attribute Data and Relational Database. Lecture 5 9/21/2006

Attribute Data and Relational Database. Lecture 5 9/21/2006 Attribute Data and Relational Database Lecture 5 9/21/2006 definition Attribute data is about what of a spatial data and is a list or table of data arranged as rows and columns Rows are records (map features)

More information

Spatial Adjustment Tools: The Tutorial

Spatial Adjustment Tools: The Tutorial Spatial Adjustment Tools: The Tutorial By Peter Kasianchuk, ESRI Educational Services In this exercise, you will perform some spatial adjustment and data management operations data to be used in analysis

More information

Vector analysis - introduction Spatial data management operations - Assembling datasets for analysis. Data management operations

Vector analysis - introduction Spatial data management operations - Assembling datasets for analysis. Data management operations Vector analysis - introduction Spatial data management operations - Assembling datasets for analysis Transform (reproject) Merge Append Clip Dissolve The role of topology in GIS analysis Data management

More information

WFP Liberia Country Office

WFP Liberia Country Office 1 Oscar Gobbato oscar.gobbato@wfp.org oscar.gobbato@libero.it WFP Liberia Country Office GIS training - Summary Objectives 1 To introduce to participants the basic concepts and techniques in using Geographic

More information

ES341 Overview of key file formats and file extensions in ArcGIS

ES341 Overview of key file formats and file extensions in ArcGIS ES341 Overview of key file formats and file extensions in ArcGIS Commonly Encountered File Types/Extensions in ArcGIS.mxd A file containing a map, its layers, display information, and other elements used

More information

Online Digitizing and Editing of GIS Layers (On-Screen or Head s Up Digitizing)

Online Digitizing and Editing of GIS Layers (On-Screen or Head s Up Digitizing) Online Digitizing and Editing of GIS Layers (On-Screen or Head s Up Digitizing) 2011 Charlie Schweik, Alexander Stepanov, Maria Fernandez, Lara Aniskoff Note: This work is licensed under the Creative Commons

More information

Introduction to GIS. http://libguides.mit.edu/gis

Introduction to GIS. http://libguides.mit.edu/gis Introduction to GIS http://libguides.mit.edu/gis 1 Overview What is GIS? Types of Data and Projections What can I do with GIS? Data Sources and Formats Software Data Management Tips 2 What is GIS? 3 Characteristics

More information

Step 2. Open ArcMap, set Projection to State Plane NAD 83 Feet Apply

Step 2. Open ArcMap, set Projection to State Plane NAD 83 Feet Apply GIS III Exercise 01 Create a Database & Map Urban Land Use Jan 2010 Student Learning Outcomes: Import table data into an MS Access database; NOTE: DOS 8.3 naming is required for files being imported into

More information

Bentley ArcGIS. Connector

Bentley ArcGIS. Connector Bentley ArcGIS Connector Introduction ESRI, as a GIS software products company, and Bentley Systems, Incorporated, as a developer of solutions for architecture/engineering/construction (AEC) professionals,

More information

Creating a File Geodatabase

Creating a File Geodatabase Creating a File Geodatabase Updated by Thomas Stieve January 06, 2012 This exercise demonstrates how to create a file geodatabase in ArcGIS 10; how to import existing data into the geodatabase, and how

More information

Linear Referencing Tutorial

Linear Referencing Tutorial Copyright 1995-2010 Esri All rights reserved. Table of Contents An overview of the linear referencing tutorial........................ 3 Exercise 1: Organizing your linear referencing data in ArcCatalog...............

More information

Using Map Topology Editing Tools

Using Map Topology Editing Tools Using Map Topology Editing Tools What You Will Need in ArcView This tutorial, written by Colin Childs, is a companion to the article ArcGIS Topology for ArcView Users, also by Colin Childs, that appeared

More information

Geodatabase Tuning and Performance. Gillian Silvertand Greg Cunningham

Geodatabase Tuning and Performance. Gillian Silvertand Greg Cunningham Geodatabase Tuning and Performance Gillian Silvertand Greg Cunningham Introduction to the Multiuser Geodatabase Workshop outline Performance and scalability Description Design Configuration Tuning and

More information

Web Editing Tutorial. Copyright 1995-2010 Esri All rights reserved.

Web Editing Tutorial. Copyright 1995-2010 Esri All rights reserved. Copyright 1995-2010 Esri All rights reserved. Table of Contents Tutorial: Creating a Web editing application........................ 3 Copyright 1995-2010 Esri. All rights reserved. 2 Tutorial: Creating

More information

Topology and Topological Rules Geometric properties that are maintained in spatial databases

Topology and Topological Rules Geometric properties that are maintained in spatial databases Topology and Topological Rules Geometric properties that are maintained in spatial databases The definition of topology Topology is a term used around GIS that is sometimes confused with the term topography.

More information

Data Integration for ArcGIS Users Data Interoperability. Charmel Menzel, ESRI Don Murray, Safe Software

Data Integration for ArcGIS Users Data Interoperability. Charmel Menzel, ESRI Don Murray, Safe Software Data Integration for ArcGIS Users Data Interoperability Charmel Menzel, ESRI Don Murray, Safe Software Product overview Extension to ArcGIS (optional) Jointly developed with Safe Software Based on Feature

More information

City of Tigard. GIS Data Standards

City of Tigard. GIS Data Standards City of Tigard GIS Data Standards City of Tigard 13125 SW Hall Blvd Tigard, Oregon 97223 503 639-4171 Page 1 of 5 1.0 Purpose The purpose of these standards is to provide guidance for geospatial data development

More information

Tutorial Creating a regular grid for point sampling

Tutorial Creating a regular grid for point sampling This tutorial describes how to use the fishnet, clip, and optionally the buffer tools in ArcGIS 10 to generate a regularly-spaced grid of sampling points inside a polygon layer. The steps below should

More information

Cardinality. One-to-one Relationships. Many-to-one Relationships. Many-to-Many Relationships. One-to-Many Relationships

Cardinality. One-to-one Relationships. Many-to-one Relationships. Many-to-Many Relationships. One-to-Many Relationships Cardinality Data Tables Data Joins Lecture a Table Joins, Joins Cardinality one-to to-one: one: The attribute values is unique for each feature in both tables. many-to to-one: one: The attribute values

More information

A GIS helps you answer questions and solve problems by looking at your data in a way that is quickly understood and easily shared.

A GIS helps you answer questions and solve problems by looking at your data in a way that is quickly understood and easily shared. A Geographic Information System (GIS) integrates hardware, software, and data for capturing, managing, analyzing, and displaying all forms of geographically referenced information. GIS allows us to view,

More information

GIS Spatial Data Standards

GIS Spatial Data Standards GIS Spatial Data Standards Manatee County, FL GIS Section, Information Services Department TABLE OF CONTENTS I. Introduction 2 A. Purpose 2 B. Reference 2 II. Spatial Reference Information 2 A. Projection:

More information

Spatial Database Support

Spatial Database Support Page 1 of 11 Spatial Database Support Global Mapper can import vector data from and export vector data to the following spatial databases: Esri ArcSDE Geodatabase Esri File Geodatabase Esri Personal Geodatabases

More information

Groundwater Chemistry

Groundwater Chemistry Mapping and Modeling Groundwater Chemistry By importing Excel spreadsheets into ArcGIS 9.2 By Mike Price, Entrada/San Juan, Inc. In ArcGIS 9.2, Microsoft Excel spreadsheet data can be imported and used

More information

Lecture 3: Models of Spatial Information

Lecture 3: Models of Spatial Information Lecture 3: Models of Spatial Information Introduction In the last lecture we discussed issues of cartography, particularly abstraction of real world objects into points, lines, and areas for use in maps.

More information

(Geo)database and Data Management

(Geo)database and Data Management (Geo)database and Data Management An introduction to the possibilities of a centralized (spatial) data storing and access as well as its data management constraints (GLOWA Volta Project) GLOWA Volta Project

More information

Data Interoperability Extension Tutorial

Data Interoperability Extension Tutorial Data Interoperability Extension Tutorial Copyright 1995-2010 Esri All rights reserved. Table of Contents About the Data Interoperability extension tutorial...................... 3 Exercise 1: Using direct-read

More information

University of Arkansas Libraries ArcGIS Desktop Tutorial. Section 2: Manipulating Display Parameters in ArcMap. Symbolizing Features and Rasters:

University of Arkansas Libraries ArcGIS Desktop Tutorial. Section 2: Manipulating Display Parameters in ArcMap. Symbolizing Features and Rasters: : Manipulating Display Parameters in ArcMap Symbolizing Features and Rasters: Data sets that are added to ArcMap a default symbology. The user can change the default symbology for their features (point,

More information

GIS Architecture and Data Management Practices Boone County GIS Created and Maintained by the Boone County Planning Commission GIS Services Division

GIS Architecture and Data Management Practices Boone County GIS Created and Maintained by the Boone County Planning Commission GIS Services Division GIS Architecture and Data Management Practices Boone County GIS Created and Maintained by the Boone County Planning Commission June 2008 Background Boone County s GIS program has been in existence for

More information

Database Servers Tutorial

Database Servers Tutorial Copyright 1995-2010 Esri All rights reserved. Table of Contents A quick tour of the database servers tutorial........................ 3 Exercise 1: Add a database server to the Catalog tree and create

More information

13/10/2011. Data Integration and Interoperability. Gordon Sumerling & Maree Wilson

13/10/2011. Data Integration and Interoperability. Gordon Sumerling & Maree Wilson Data Integration and Interoperability Gordon Sumerling & Maree Wilson 1 Agenda Seamless integration between GIS and CAD CAD Support in ArcGIS Using GIS Data in CAD Editing GIS Data in CAD Introduction

More information

Guidelines on Information Deliverables for Research Projects in Grand Canyon National Park

Guidelines on Information Deliverables for Research Projects in Grand Canyon National Park INTRODUCTION Science is playing an increasing role in guiding National Park Service (NPS) management activities. The NPS is charged with protecting and maintaining data and associated information that

More information

http://www.esri.com/bia

http://www.esri.com/bia ArcGIS for Tribal Transportation Management David Gadsden Federal Account Manager dgadsden@esri.com d d 1 David Gadsden GIS Background UW Geography (1995) Peace Corps Tanzania Environmental Social Science

More information

1.1 Data, Information, Evidence, and Knowledge A Comparison

1.1 Data, Information, Evidence, and Knowledge A Comparison Chapter 1 Data Modeling Abstract This chapter starts by differentiating data, information, evidence, and knowledge. Choosing the most appropriate way to organize data within a GIS depends on choices made

More information

Understanding ArcSDE. GIS by ESRI

Understanding ArcSDE. GIS by ESRI Understanding ArcSDE GIS by ESRI Copyright 1999 2004 ESRI All rights reserved. Printed in the United States of America. The information contained in this document is the exclusive property of ESRI. This

More information

TABLE OF CONTENTS. 7. shapefile..59. shapefile... 45. 4. shapefile

TABLE OF CONTENTS. 7. shapefile..59. shapefile... 45. 4. shapefile ArcView 8.3. Johansson, T.,.,.: e-learning MINERVA GISAS, ) 2005. Mr. Tino Johansson University of Helsinki, Finland.. 2. (Print Screen shots) ArcCatalog ArcMap. copyright ESRI, Inc. GISAS, MINERVA 2003-2006.

More information

Archival Challenges Associated with the Esri Personal Geodatabase and File Geodatabase Formats

Archival Challenges Associated with the Esri Personal Geodatabase and File Geodatabase Formats Geospatial Multistate Archive and Preservation Partnership (GeoMAPP) Archival Challenges Associated with the Esri Personal Geodatabase and File Geodatabase Formats December 6, 2011 Introduction Spatial

More information

Geographic Information System (GIS) for Managing Survey Data To the Development of GIS-Ready Information

Geographic Information System (GIS) for Managing Survey Data To the Development of GIS-Ready Information Geographic Information System (GIS) for Managing Survey Data To the Development of GIS-Ready Information Zainal A. MAJEED, Malaysia and David PARKER, United Kingdom Keywords: Geographic Information System

More information

TIM 50 - Business Information Systems

TIM 50 - Business Information Systems TIM 50 - Business Information Systems Lecture 15 UC Santa Cruz March 1, 2015 The Database Approach to Data Management Database: Collection of related files containing records on people, places, or things.

More information

Fundamentals of Database Design

Fundamentals of Database Design Fundamentals of Database Design Zornitsa Zaharieva CERN Data Management Section - Controls Group Accelerators and Beams Department /AB-CO-DM/ 23-FEB-2005 Contents : Introduction to Databases : Main Database

More information

UNLEASHED. The Field Calculator. By Tom Neer, EDAW, Inc.

UNLEASHED. The Field Calculator. By Tom Neer, EDAW, Inc. The Field Calculator UNLEASHED By Tom Neer, EDAW, Inc. Understanding basic programming techniques allows the GIS user greater flexibility and expands the functionality of ArcGIS. Software developers no

More information

Data Visualization. Prepared by Francisco Olivera, Ph.D., Srikanth Koka Department of Civil Engineering Texas A&M University February 2004

Data Visualization. Prepared by Francisco Olivera, Ph.D., Srikanth Koka Department of Civil Engineering Texas A&M University February 2004 Data Visualization Prepared by Francisco Olivera, Ph.D., Srikanth Koka Department of Civil Engineering Texas A&M University February 2004 Contents Brief Overview of ArcMap Goals of the Exercise Computer

More information

Professional Labeling and Text Annotation Techniques with ArcMap

Professional Labeling and Text Annotation Techniques with ArcMap Professional Labeling and Text Annotation Techniques with ArcMap Makram A. Murad-al-shaikh M.S. Cartography Senior instructor Educational Services Environmental Systems Research Institute (ESRI), Inc.

More information

GIS I Business Exr02 (av 9-10) - Expand Market Share (v3b, Jul 2013)

GIS I Business Exr02 (av 9-10) - Expand Market Share (v3b, Jul 2013) GIS I Business Exr02 (av 9-10) - Expand Market Share (v3b, Jul 2013) Learning Objectives: Reinforce information literacy skills Reinforce database manipulation / querying skills Reinforce joining and mapping

More information

Using CAD Data in ArcGIS

Using CAD Data in ArcGIS Esri International User Conference San Diego, California Technical Workshops July 27, 2012 Using CAD Data in ArcGIS Jeff Reinhart & Phil Sanchez Agenda Overview of ArcGIS CAD Support Using CAD Datasets

More information

Cookbook for Importing Point Information into a Polygon Shapefile using ArcGIS9

Cookbook for Importing Point Information into a Polygon Shapefile using ArcGIS9 Cookbook for Importing Point Information into a Polygon Shapefile using ArcGIS9 I. Create a Master polygon shapefile. In addition to the FID field this shapefile must have a field containing a unique ID

More information

How To Improve Gis Data Quality

How To Improve Gis Data Quality An Esri White Paper July 2011 GIS Data Quality Best Practices for Water, Wastewater, and Stormwater Utilities Esri, 380 New York St., Redlands, CA 92373-8100 USA TEL 909-793-2853 FAX 909-793-5953 E-MAIL

More information

A Tutorial for New Users of the Marine Data Model. Alyssa Aaby, Dawn Wright Oregon State University

A Tutorial for New Users of the Marine Data Model. Alyssa Aaby, Dawn Wright Oregon State University A Tutorial for New Users of the Marine Data Model Alyssa Aaby, Dawn Wright Oregon State University Tutorial Purpose Assist in simple data entry into MDM Starting point for project work or specific database

More information

Downloading SSURGO Soil Data from Internet

Downloading SSURGO Soil Data from Internet Downloading SSURGO Soil Data from Internet Prepared by Venkatesh Merwade School of Civil Engineering, Purdue University vmerwade@purdue.edu September 2012 Purpose The purpose of this exercise to demonstrate

More information

The Structure of Geographic Data

The Structure of Geographic Data 3 The Structure of Geographic Data Geographic data come from a variety of sources, such as digitized maps, aerial photography, GPS, and field data. Valid geographic data serve as a collective true marker

More information

Implementing GIS in Optical Fiber. Communication

Implementing GIS in Optical Fiber. Communication KING FAHD UNIVERSITY OF PETROLEUM AND MINERALS COLLEGE OF ENVIRONMENTAL DESIGN CITY & RIGINAL PLANNING DEPARTMENT TERM ROJECT Implementing GIS in Optical Fiber Communication By Ahmed Saeed Bagazi ID# 201102590

More information

Franklin County Location Based Response System GIS Project

Franklin County Location Based Response System GIS Project Franklin County Location Based Response System GIS Project NOTICE: In order to allow two weeks from the time of the publication of the legal notice of the RFP s availability until the proposal due date,

More information

GEOGRAPHIC INFORMATION SYSTEMS

GEOGRAPHIC INFORMATION SYSTEMS GIS GEOGRAPHIC INFORMATION SYSTEMS FOR CADASTRAL MAPPING Chapter 6 2015 Cadastral Mapping Manual 6-0 GIS - GEOGRAPHIC INFORMATION SYSTEMS What is GIS For a long time people have sketched, drawn and studied

More information

Even Cowboys Need Good Data City of Pendleton GIS Development

Even Cowboys Need Good Data City of Pendleton GIS Development Even Cowboys Need Good Data City of Pendleton GIS Development Presenters: Bob Patterson, P.E., City of Pendleton David Stangel, P.E., Murray, Smith & Assoc. Inc. Project Overview Create GIS Databases for

More information

Advanced ArcSDE Administration for SQL Server Shannon Shields Tony Wakim Workshop Format Three topics What's New In-depth Database Administration Trouble-shooting / Performance Selection varies year to

More information

Mississippi Private Schools 2015

Mississippi Private Schools 2015 Mississippi Private Schools 2015 Shapefile Tags education, schools, private, K-12 Summary To add to state data clearinghouse the Mississippi private schools point features. Description Point locations

More information

Prerequisites Attended the previous technical session: Understanding geodatabase editing workflows: Introduction

Prerequisites Attended the previous technical session: Understanding geodatabase editing workflows: Introduction Understanding Geodatabase Editing Workflows Advanced d Robert Rader & Tony Wakim ESRI Redlands Prerequisites Attended the previous technical session: Understanding geodatabase editing workflows: Introduction

More information

GIS Tools for Land Managers

GIS Tools for Land Managers Citation: Karl, J. 2010. GIS Tools for Land Managers. Sound Science White Paper Series #05. www.sound-science.org. GIS Tools for Land Managers Most land managers recognize that geographic information systems

More information

The process of database development. Logical model: relational DBMS. Relation

The process of database development. Logical model: relational DBMS. Relation The process of database development Reality (Universe of Discourse) Relational Databases and SQL Basic Concepts The 3rd normal form Structured Query Language (SQL) Conceptual model (e.g. Entity-Relationship

More information

How to Import Data into Microsoft Access

How to Import Data into Microsoft Access How to Import Data into Microsoft Access This tutorial demonstrates how to import an Excel file into an Access database. You can also follow these same steps to import other data tables into Access, such

More information

2. Look for a link to ODESI data portal. In the Key Links section in the left side and double click ODESI Data Retrieval.

2. Look for a link to ODESI data portal. In the Key Links section in the left side and double click ODESI Data Retrieval. Guide to convert census data from ODESI into GIS data ODESI, acronym for Ontario Data Documentation, Extraction Service and Infrastructure, is a web-based data exploration, extraction and analysis tool

More information

Oracle8i Spatial: Experiences with Extensible Databases

Oracle8i Spatial: Experiences with Extensible Databases Oracle8i Spatial: Experiences with Extensible Databases Siva Ravada and Jayant Sharma Spatial Products Division Oracle Corporation One Oracle Drive Nashua NH-03062 {sravada,jsharma}@us.oracle.com 1 Introduction

More information

Introduction to ArcView 3.2a

Introduction to ArcView 3.2a Introduction to ArcView 3.2a Training Center U.S. Geological Survey Center for Earth Resources Observation and Science (EROS) Sioux Falls, South Dakota, USA Introduction to ArcView 3.2a Introduction to

More information

ESRI Technical Certification Overview. Amy Daniels Instructor, Greenville Tech

ESRI Technical Certification Overview. Amy Daniels Instructor, Greenville Tech ESRI Technical Certification Overview Amy Daniels Instructor, Greenville Tech Why have certification by ESRI? It communicates your proficiency in ESRI software Similar to Microsoft Certification, it can

More information

2. Conceptual Modeling using the Entity-Relationship Model

2. Conceptual Modeling using the Entity-Relationship Model ECS-165A WQ 11 15 Contents 2. Conceptual Modeling using the Entity-Relationship Model Basic concepts: entities and entity types, attributes and keys, relationships and relationship types Entity-Relationship

More information

1. Launch ArcCatalog, then navigate to the following location using the directory tree on the left side of the screen:

1. Launch ArcCatalog, then navigate to the following location using the directory tree on the left side of the screen: Vector Data Analysis I: Buffering Today we will use ArcMap and ArcToolbox to manipulate vector-based geographic data. The results of these simple analyses will allow us to visualize complex spatial relationships.

More information

About Reference Data

About Reference Data Tufts GIS Tip Sheet Geocoding Overview and Preparation Overview Geocoding is a process is the process of assigning locations to addresses to that they can be placed as points on a map, similar to putting

More information

New York City Neighborhood Tabulation Areas

New York City Neighborhood Tabulation Areas Page 1 of 10 New York City Neighborhood Tabulation Areas ESRI Shapefile Tags New York, boundary, neighborhoods, Manhattan, projection areas, Queens, Brooklyn, Richmond, boundaries, neighborhood names,

More information

Foundations of Business Intelligence: Databases and Information Management

Foundations of Business Intelligence: Databases and Information Management Foundations of Business Intelligence: Databases and Information Management Content Problems of managing data resources in a traditional file environment Capabilities and value of a database management

More information

ArcGIS 10.1 Geodatabase Administration. Gordon Sumerling & Christopher Brown

ArcGIS 10.1 Geodatabase Administration. Gordon Sumerling & Christopher Brown ArcGIS 10.1 Geodatabase Administration Gordon Sumerling & Christopher Brown Key Improvements at ArcGIS 10.1 1. Easier Administration through Graphic Interfaces 2. Greater Seamless integration with Open

More information

GEOGRAPHIC INFORMATION SYSTEMS CERTIFICATION

GEOGRAPHIC INFORMATION SYSTEMS CERTIFICATION GEOGRAPHIC INFORMATION SYSTEMS CERTIFICATION GIS Syllabus - Version 1.2 January 2007 Copyright AICA-CEPIS 2009 1 Version 1 January 2007 GIS Certification Programme 1. Target The GIS certification is aimed

More information

WHAT IS GIS - AN INRODUCTION

WHAT IS GIS - AN INRODUCTION WHAT IS GIS - AN INRODUCTION GIS DEFINITION GIS is an acronym for: Geographic Information Systems Geographic This term is used because GIS tend to deal primarily with geographic or spatial features. Information

More information

ArcScan Tutorial. Copyright 1995-2010 Esri All rights reserved.

ArcScan Tutorial. Copyright 1995-2010 Esri All rights reserved. Copyright 1995-2010 Esri All rights reserved. Table of Contents Exercise 1: Interactive vectorization........................... 3 Exercise 2: Automatic vectorization........................... 12 Copyright

More information

Managing Imagery and Raster Data in ArcGIS

Managing Imagery and Raster Data in ArcGIS Technical Workshops Managing Imagery and Raster Data in ArcGIS Hong Xu, Sangeet Mathew, Mark Harris Presentation Overview ArcGIS raster data models Which model to use Mosaic dataset storage and properties

More information

GIS II: Data Management: Creation, edition and maintenance of geographic data Module 1: Leveraging the where of your geographic data

GIS II: Data Management: Creation, edition and maintenance of geographic data Module 1: Leveraging the where of your geographic data *** Files needed for exercise: MT_ACS09_trt.shp, and McDonalds_rr.shp Goals: After completing this exercise, you will have experience in performing spatial joins and selections and reviewed your understanding

More information

ArcSDE Database Servers Tutorial

ArcSDE Database Servers Tutorial ArcGIS 9 ArcSDE Database Servers Tutorial Copyright 2004 2008 ESRI All rights reserved. Printed in the United States of America. The information contained in this document is the exclusive property of

More information

Abstract. Introduction

Abstract. Introduction Data Replication and Data Sharing Integrating Heterogeneous Spatial Databases Mark Stoakes and Katherine Irwin Professional Services, Safe Software Inc. Abstract Spatial data warehouses are becoming more

More information

Using GIS to Develop a Control Map and Database

Using GIS to Develop a Control Map and Database PENN STATE UNIVERSITY Using GIS to Develop a Control Map and Database SUR-351 Geodetic Models Brian E. Halchak & Rich Cebrick 12/2/2013 Table of Contents Abstract... 2 What is a GIS?... 2 Development of

More information