LSGI 521: Principles of GIS. Lecture 5: Spatial Data Management in GIS. Dr. Bo Wu

Size: px
Start display at page:

Download "LSGI 521: Principles of GIS. Lecture 5: Spatial Data Management in GIS. Dr. Bo Wu"

Transcription

1 Lecture 5: Spatial Data Management in GIS Dr. Bo Wu Department of Land Surveying & Geo-Informatics The Hong Kong Polytechnic University Contents 1. Learning outcomes 2. From files to database 3. Definition of spatial database 4. Evolution of spatial database 5. Fundamental database elements 6. Spatial database design 7. ESRI GeoDatabase 8. Issues for spatial database creation 2011/10/12 2

2 Learning Outcomes By the end of this lecture you should be able to: Outline why databases are important in GIS Explain how the relational database model works Describe how to set up a relational database Know the procedure of database design Explain how to create a database in a GIS List important considerations for GIS databases Know the basic structure of ESRI GeoDatabase 2011/10/12 3 When do we store data? During and at the end of a session of data acquisition, editing, updating, or processing Communication (e.g. satellite-ground) Data exchange Spatial Database Archiving What do we store in a database? Anything important for GIS: spatial, attribute, and topological information Where do we store data? Mass media: disks, tapes, CD-ROMs, and optical discs Working media: hard discs, memory, and radio waves Maintenance and security HOW do we store data? Files Database Data Store Issues 2011/10/12 4

3 Data Store in Files File File is a collection of organized records of information A record has usually a record number and record content ASCII Files Use ASCII characters to represent information ASCII (American Standard Code for Information Interchange) characters: 0, 1,..., 9, A,..., Z, a,..., z, +, Binary Files Organize information according to bits and a combination of bits, and are in a computer-readable format Record # Record Content 1 x 1,y 1 2 x 2,y 2 3 x 3,y /10/12 5 Examples of Data Files Binary File ASCII File 2011/10/12 6

4 From Files to Database Example - Assuming there are ten cities with different elevation: H 1 =4m, H 2 =1004m, H 3 =820m, H 4 =640m,..., H 10 =20m A simple list file An ordered sequential file Direct indexed files Low elevation (L): 1 ~ 200m Medium elevation (M): 201 ~ 700m High elevation (H): 701 ~ 2000m Easy to generate and edit Slow to search specific data Search became relatively easy Not easy to update This is actually a small database Easy to search Easy to update 2011/10/12 7 Why We Need Database in GIS The problems with the traditional approach to data management Data redundancy (the unnecessary repetition or duplication of data) High maintenance costs Difficulties in moving from one system to another Data-sharing difficulties Lack of security and standards Lack of coherent and integrated management of data A different version of the visitor s details may be stored in each of the separate systems 2011/10/12 11

5 What Is a Spatial Database Database: is a large collection of data in a computer system, organized so that it can be expanded, updated, and retrieved rapidly for various uses. It could be a file or a set of files. Spatial database: stores GEOREFERENCED data. For example, buildings with their locations, bank account holders with addresses. 2011/10/12 12 Generally Accepted Definition of Spatial Database Is a spatially enabled DBMS (Database Management System) system, with additional capability to handle spatial data It offers Spatial Data Types (SDTs) in its physical data representation (data model) It supports special query language, e.g. SQL (Structured Query Language), for efficient manipulation of spatial data and geometric operations It supports efficient spatial indexing and effective algorithms for handling spatial joins 2011/10/12 13

6 A Simple Relational Database Data are organized in a series of tables, each of which contains records for one entity. Tables are linked by common data known as keys Queries are possible on individual tables or on groups of tables 2011/10/12 14 Early Spatial Database: Loosely Coupled Approach Characteristics A relational DBMS or some components of it for descriptive data A specific module for spatial data management Usually proprietary Examples: ArcInfo (ESRI), TiGRis (Intergraph) Drawbacks: The coexistence of heterogeneous data model, which implies difficulties in modeling, use and integration Since proprietary, hard to integrate and interoperate DB Files 2011/10/12 17

7 Current Spatial Database: Extended DBMS Characteristics: New spatial data types (point, line, polygons) are handled as base alphanumeric types The query language SQL is extended to manipulate spatial data and descriptive data Many other DBMS functions, eg. spatial indexing, query optimization are adapted so as to handle geospatial data efficiently Being Open in data model and architecture Examples: ArcSDE (ESRI), Oracle Spatial Spatial & alphanumeric types 2011/10/12 18 Entity Fundamental Database Elements An entity is a phenomenon of interest in reality that is not further subdivided into phenomena of the same kind eg. city, building Entities in reality modeled in a spatial database as Objects Object An object is a digital representation of all or part of an entity Entity Types An entity type is any grouping of similar phenomena that should eventually get represented and stored in a identical way. (e.g. streets, buildings, rivers, vegetation 1st step in DB design is the selection and definition of entity types to be included 2nd step of DB design is to choose an appropriate method of spatial representation for each entity type 2011/10/12 19

8 Fundamental Database Elements (cont'd) Spatial Object Type The digital representation of entity types in a spatial DB Classification is based on the spatial dimensions: 0,1,2,3D Point (0-D), line (1-D), area/polygon (2-D), volume (3-D) Object Class An object class is the set of objects which represent the set of same entities Attributes An attribute is a characteristic of an entity Usually non-spatial, can be stored as alphanumeric values Are presented as columns in attribute tables in the DB Attributes Values The actual value of the attribute that has been recorded in the DB An entity type is almost always labeled and known by attributes Are usually presented as cells in attribute tables 2011/10/12 20 Fundamental Database Elements (cont'd) Data Type The attribute of a variable, field or column in a table that determines the kind of data it can store Common data types include character, integer, decimal, single, double and string Layers Spatial objects can be grouped into layers, also called themes One layer may represent a single entity type or a group of conceptually related entity types Behavior A set of rules define how an objects can be edited and drawn Relational Join An operation by which two tables are related through a common field, known as a key Spatial Join A type of table join operation in which fields from one layer s attribute table are appended to another layer s attribute table based on the relative locations of the features in the two layers 2011/10/12 21

9 Fundamental Database Elements (cont'd) Database Model Is a conceptual description of a DB defining entity type and associated attributes Georelational Data Model A spatial data model that represent spatial features as an interrelated set of spatial and attribute data The georelational data model is the fundamental data modal used in ArcInfo Geodatabase Data Model An object-oriented data model introduced by ESRI that represents spatial features and attributes as object and the relationships between objects A geodatabase can store objects, such as feature classes, feature dataset, non-spatial tables, and relationship classes 2011/10/12 22 Database Design Considerations Almost all entities in reality have a 3-D spatial character, but not all dimensions may be needed Highway pavement actually has a depth which might be important, but is not as important as the width, which is not as important as its length Representation should be based on the types of process that the application may ultimately utilized Vector vs. Raster Map scale of the source data is important in constraining the level of detail represented in a DB On a 1:20000 map individual building are not visible 2011/10/12 24

10 Database Design Considerations (cont d) What storage media to use? How large is the database? How much can be stored online? what access speed is required for what parts of the database? How should the database be laid out on the various media? What growth should be allowed for in acquiring storage devices? How will the database change over time? Will new attributes be added? Will the number of features stored increase? How should the data be partitioned - both geographically and thematically? Is source data partitioned? Will products be partitioned? 2011/10/12 25 Database Design Considerations (cont d) What security is needed? Who should be able to create - new attributes, new objects? Who should be able to edit and update? Should the database be distributed or centralized? If distributed, how will it be partitioned between hosts? How should the database be documented? How should database creation be scheduled? Where will the data come from? Who determines product priorities? Who is responsible for scheduling data availability? 2011/10/12 26

11 Spatial Database Design 1 - Conceptual Conceptual design Software and hardware independent Describes and defines entities and spatial objects Identifies how entities will be represented in the database Selection of spatial objects types points, lines, polygons, raster cells Should highway segments be explicitly linked in the DB? Should a building be represented as an area or a point? 2011/10/12 27 Spatial Database Design 2- Logical Logical design Software specific but hardware independent Translation of the conceptual model into the data model of GIS Determined by database management system 2011/10/12 28

12 Spatial Database Design 3 - Physical Physical design Both hardware and software specific Related to issues of file structure, memory size and access requirements 2011/10/12 29 Spatial Database Design Physical Design Logical Design Conceptual Design 2011/10/12 30

13 Bad Aspects in Database Design Omitted data No update potential Inappropriate representation of entities Lack of integration between various parts of the database Unsupported applications 2011/10/12 31 General Steps in Spatial Database Design the ESRI Geodatabase Approach 2011/10/12 32

14 Step 1: Model the User s View Things to do: Identify organizational functions Identify the data required to support the functions Organize the data into logical sets of common features 2011/10/12 33 An Example: System Function Diagram for LSIS 2011/10/12 34

15 Step 2: Define Entities and Relationships Things to do: Identify and describe entities that you model Identity and describe the relationships among these entities Document the entities and relationships with diagrams (UML, Data Flow Diagrams) 2011/10/12 35 An Example: System Entity Descriptions for LSIS 2011/10/12 36

16 An Example: E-R Diagram for LSIS E-R Diagram: Entity Relationship Diagram 2011/10/12 37 Step 3: Select Geographic Representations 2011/10/12 38

17 Select Geographic Representations Things to be considered: The feature might be represented on a map The shape of the feature might be significant in performing geographic analysis (e.g., tracing water pipe network) Accessing one feature from another by relationships Features will have different representations at different map scales Textual attributes will be displayed on the screen or map products (e.g., labels, annotations) Point, Line, Polygons, Surface, Images..??? 2011/10/12 39 An Example: Geographic Representation in LSIS Same entity, different symbol for different map scales 2011/10/12 40

18 Step 4: Matching Entities to GeoDB Data Model 2011/10/12 41 Matching Entities to GeoDB Data Model Things to do: Software specific (data model supported by the s/w) To develop an efficient and effective database schema Determine the appropriate geodatabase representation for entities Ensure that complex feature classes are supported 2011/10/12 42

19 Step 5: Organize Spatial Database Structure Things to do: Assign entities to feature classes and subtypes (subclass) Group related sets of features into geometric networks or planar topologies Organize feature classes and datasets into geodatabase 2011/10/12 43 An Example: Spatial Database Structure 2011/10/12 44

20 ESRI s Geodatabase Core ESRI ArcGIS data model Set of ArcObjects components in ArcGIS for accessing data A physical store of geographic data 2011/10/12 45 Geodatabase Data Management Personal Geodatabase Single user editing Stored in MS Access Size limit of 2 GB ArcGIS File Geodatabase (9.2) 1 TB per table Reduced storage requirements ArcSDE Geodatabase Enterprise Supports multiuser editing via versioning Requires ArcEditor or ArcInfo to edit Personal Geodatabase File Geodatabase ArcSDE ArcSDE Geodatabase Oracle SQL Server DB2 Informix 2011/10/12 46

21 Create a Geodatabase Define schema in ArcCatalog Define feature classes, datasets, relationships, etc Import and convert data from other formats Shapefile Coverage CAD Raster Copy and Paste Use an ESRI Data Model Industry specific data models available Copy geodatabase template GDB 2011/10/12 47 Introducing Versioning Effective functionality in the storage, retrieval and query of historical data. New data item -- EDITED FEATURE is proposed to be added to each feature of the map layers. Feature change log has been identified, such as User ID, Geo-reference number, Map ID, Map Feature ID and others. Versioning function in ArcInfo 8 can be used as an efficient tool for Recording historical change of a certain types of land feature, such as land parcel Periodic data archiving (e.g., once each week) can achieved overall database Data volume can be one of the major concerns 2011/10/12 48

22 Key Hardware Parameters Data Volume of a GIS Databases for GIS applications range from a few megabytes (a small resource management project) to hundreds Gbytes Case A small raster-based project: IDRISI, 100 by 200 cells 50 layers A mid-sized vector-based project: National Forest in ARC/INFO A national archival database Spatial database imagery of Landsat accumulated to 1989 imagery Hong Kong (3,000 sheets), BMS 1:1000, Arc/Info16 layers Hong Kong CIS (3200 maps): 1:1000, 33 layers, Arc/Info Data Volume 10 Mbytes 300 Mbytes many hundreds of Gbytes order bytes 4 Gbytes 3 Gbytes 2011/10/12 49 Key Hardware Parameters (cont d) Access speed On-line": data which can be accessed Archival media: Magnetic tape CD-ROM Network configuration Should database be centralized or distributed? All departments share one common database, or parts of the database exist on different workstations in an integrated network 2011/10/12 50

23 A Centralized Database Architectural To enhance overall system performance To solve data integrity, versioning control and data concurrency To integrate various GIS sub-systems To apply client-server and other technologies for handling data communication and management between Information Centre and sub-offices Office-1 Office-2 Office-19 Office-20 Server HQ DB Information Centre 2011/10/12 51 Scheduling Database Creation Database creation: is a time-consuming and expensive operation which must be phased over several years of operation To know the complexity of data on each input source document to forecast data input workload 2011/10/12 52

24 Database Scheduling Issues Determine the order of datasets input, must rank products based on Perceived benefit Cost of necessary input To know the payoffs between producing a single tile of a new product producing further tiles of an existing product Priorities under the constraint of data input capacity is a delicate operation for the Database Manager 2011/10/12 53 Review Further readings Geodatabase, ESRI, ( David Arctur, 2004, Designing Geodatabases: Case Studies in GIS Data Modeling, Esri Press, ISBN-13: , 393p. Summarization of the main ideas presented in this lecture: Questions? 2011/10/12 54

Introduction to Geodatabase and Spatial Management in ArcGIS. Craig Gillgrass Esri

Introduction to Geodatabase and Spatial Management in ArcGIS. Craig Gillgrass Esri Introduction to Geodatabase and Spatial Management in ArcGIS Craig Gillgrass Esri Session Path The Geodatabase - What is it? - Why use it? - What types are there? - What can I do with it? Query Layers

More information

Object modeling and geodatabases. GEOG 419: Advanced GIS

Object modeling and geodatabases. GEOG 419: Advanced GIS Object modeling and geodatabases GEOG 419: Advanced GIS CAD Data Model 1960s and 1970s Geographic data stored as points, lines, and areas No attributes; each feature type stored on a different layer No

More information

Editing Versioned Geodatabases : An Introduction

Editing Versioned Geodatabases : An Introduction Esri International User Conference San Diego, California Technical Workshops July 24, 2012 Editing Versioned Geodatabases : An Introduction Cheryl Cleghorn Shawn Thorne Assumptions: Basic knowledge of

More information

Key Terms. Attribute join Target table Join table Spatial join

Key Terms. Attribute join Target table Join table Spatial join Key Terms Attribute join Target table Join table Spatial join Lect 10A Building Geodatabase Create a new file geodatabase Map x,y data Convert shape files to geodatabase feature classes Spatial Data Formats

More information

Using the Geodatabase

Using the Geodatabase Using the Geodatabase February 13, 2002 Presented by: John Stroud, ESRI GeoDatabase Geodatabase comes in two flavors Personal mdb format ArcSDE rdbms format ArcGIS is a suite of three products ArcView,

More information

The GIS Spatial Data Model

The GIS Spatial Data Model The GIS Spatial Data Model Introduction: Spatial data are what drive a GIS. Every piece of functionality that makes a GIS separate from another analytical environment is rooted in the spatially explicit

More information

Understanding ArcSDE. GIS by ESRI

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

More information

Esri s ArcGIS Enterprise. Today s Topics. ArcGIS Enterprise. IT4GIS Keith T. Weber, GISP GIS Director ISU GIS Training and Research Center

Esri s ArcGIS Enterprise. Today s Topics. ArcGIS Enterprise. IT4GIS Keith T. Weber, GISP GIS Director ISU GIS Training and Research Center Esri s ArcGIS Enterprise IT4GIS Keith T. Weber, GISP GIS Director ISU GIS Training and Research Center Today s Topics Part 1: ArcGIS Enterprise architecture Part 2: Storing and serving data for the enterprise

More information

Design a Geodatabase. Rasu Muthurakku, Enterprise Solutions Architect / Consultant

Design a Geodatabase. Rasu Muthurakku, Enterprise Solutions Architect / Consultant Rasu Muthurakku, Enterprise Solutions Architect / Consultant Agenda Overview Key Factors Design - Recommendations Key Considerations, Best Practices and Recommendations / Lessons Learned! Overview What

More information

Topic 5: Raster and Vector Data Models

Topic 5: Raster and Vector Data Models Geography 38/42:286 GIS 1 Topic 5: Raster and Vector Data Models Chapters 3 & 4: Chang (Chapter 4: DeMers) 1 The Nature of Geographic Data Most features or phenomena occur as either: discrete entities

More information

ENGRG 59910: Introduction to GIS

ENGRG 59910: Introduction to GIS ENGRG 59910: Introduction to GIS Lecture 05: GIS and Databases Basics Acknowledgment: Michael Piasecki Where are we now? Basic geographic concepts Introduction to GIS, coordinate system, projection, datum

More information

Lesson 12: ArcGIS Server Capabilities

Lesson 12: ArcGIS Server Capabilities GEOG 482 / 582 : GIS Data Management Lesson 12: ArcGIS Server Capabilities Overview Learning Objective Questions: 1. What are the ArcGIS Server Services? 2. How is ArcGIS Server packaged? 3. What are three

More information

Feature Enhancements by Release

Feature Enhancements by Release Autodesk Map Feature Enhancements by Release This document highlights the feature enhancements that have occurred with each release of Autodesk Map software from Release 4 (2000i) through the current 2004

More information

Esri s Spatial Database Engine. Today s Topics. ArcSDE. A spatial database engine that works on

Esri s Spatial Database Engine. Today s Topics. ArcSDE. A spatial database engine that works on Esri s Spatial Database Engine IT4GIS Keith T. Weber, GISP GIS Director ISU GIS Training and Research Center Today s Topics Part 1: What is ArcSDE? Why use ArcSDE? ArcSDE Data Structure How is data stored

More information

Linear Referencing in ArcGIS : Practical Considerations for the Development of an Enterprisewide GIS

Linear Referencing in ArcGIS : Practical Considerations for the Development of an Enterprisewide GIS Linear Referencing in ArcGIS : Practical Considerations for the Development of an Enterprisewide GIS An ESRI Technical Paper April 2003 ESRI 380 New York St., Redlands, CA 92373-8100, USA TEL 909-793-2853

More information

Introduction to ArcCatalog

Introduction to ArcCatalog Introduction to ArcCatalog Introduction To Arc Catalog ArcCatalog is a data- centric GUI tool used for managing spatial data With ArcCatalog you can. Inspect properties and attributes of data Preview and

More information

Introduction to ArcSDE 8. John Calkins

Introduction to ArcSDE 8. John Calkins Introduction to ArcSDE 8 John Calkins Why are you here? Introduction to ArcSDE? What is a GeoDatabase? Existing SDE user? Existing ArcInfo user? Technical details on implementation? Just confused... ArcSDE

More information

Introduction to Geographic Information Science. Updates. Last Lecture. Geography 4103 / Database Management

Introduction to Geographic Information Science. Updates. Last Lecture. Geography 4103 / Database Management Geography 4103 / 5103 Introduction to Geographic Information Science Database Management Updates Last Lecture We tried to explore the term spatial model by looking at definitions, taxonomies and examples

More information

Geog 469 GIS Workshop. System Requirements - Data

Geog 469 GIS Workshop. System Requirements - Data Geog 469 GIS Workshop System Requirements - Data Outline 1. What are some principles of project management? 2. What are some fundamental issues associated with system requirements? 3. What are some issues

More information

Using ESRI data in Autodesk ISD Products

Using ESRI data in Autodesk ISD Products GI13-3 Using ESRI data in Autodesk ISD Products 1.5 hr. Class 02-Dec-03 3:30pm - 5:00pm Session Description: We will focus on using data in a variety of ESRI formats within the Autodesk GIS product line,

More information

Introducing ArcScan for ArcGIS

Introducing ArcScan for ArcGIS Introducing ArcScan for ArcGIS An ESRI White Paper August 2003 ESRI 380 New York St., Redlands, CA 92373-8100, USA TEL 909-793-2853 FAX 909-793-5953 E-MAIL info@esri.com WEB www.esri.com Copyright 2003

More information

ArcGIS 9 Understanding ArcSDE

ArcGIS 9 Understanding ArcSDE ArcGIS 9 Understanding ArcSDE Copyright 1999 2005 ESRI All rights reserved. Printed in the United States of America. The information contained in this document is the exclusive property of ESRI. This work

More information

Integrating ArcGIS to Enterprise Oracle Spatial Using Direct Connect

Integrating ArcGIS to Enterprise Oracle Spatial Using Direct Connect Integrating ArcGIS to Enterprise Oracle Spatial Using Direct Connect Michael D. Tsengouras Principal Software Engineer Navigation Technologies Corporation Abstract: Many organizations are adopting Enterprise

More information

What's New in ArcGIS 9.2 Service Packs

What's New in ArcGIS 9.2 Service Packs What's New in ArcGIS 9.2 Service Packs 18 July 2007 Updated for Service Pack 3 This document describes the main enhancements to 9.2 added by the service packs. It does not cover the bug fixes and quality

More information

LECTURE 2 SPATIAL DATA MODELS

LECTURE 2 SPATIAL DATA MODELS LECTURE 2 SPATIAL DATA MODELS Computers and GIS cannot directly be applied to the real world: a data gathering step comes first. Digital computers operate in numbers and characters held internally as binary

More information

Geog 469 GIS Workshop. System Requirements

Geog 469 GIS Workshop. System Requirements Geog 469 GIS Workshop System Requirements Outline 1. What are some fundamental issues associated with system requirements? 2. What are your GIS data requirements? 3. What are your GIS software requirements?

More information

Geodatabase over Taita Hills, Kenya

Geodatabase over Taita Hills, Kenya Geodatabase over Taita Hills, Kenya Anna Broberg & Antero Keskinen Abstract This article introduces the basics of geographical information systems (GIS) and explains how the Taita Hills project can benefit

More information

Welcome to NR402 GIS Applications in Natural Resources. This course consists of 9 lessons, including Power point presentations, demonstrations,

Welcome to NR402 GIS Applications in Natural Resources. This course consists of 9 lessons, including Power point presentations, demonstrations, Welcome to NR402 GIS Applications in Natural Resources. This course consists of 9 lessons, including Power point presentations, demonstrations, readings, and hands on GIS lab exercises. Following the last

More information

ENGRG Introduction to GIS

ENGRG Introduction to GIS ENGRG 59910 Introduction to GIS Michael Piasecki October 5, 2014 Lecture 05: GIS and Databases Basics Where are we now? Basic geographic concepts Introduction to GIS, coordinate system, projection, datum

More information

Introduction to Geographic Information Science. Some Updates. Last Lecture 4/6/2017. Geography 4103 / Raster Data and Tesselations.

Introduction to Geographic Information Science. Some Updates. Last Lecture 4/6/2017. Geography 4103 / Raster Data and Tesselations. Geography 43 / 3 Introduction to Geographic Information Science Raster Data and Tesselations Schedule Some Updates Last Lecture We finished DBMS and learned about storage of data in complex databases Relational

More information

ENGRG Introduction to GIS

ENGRG Introduction to GIS ENGRG 59910 Introduction to GIS Michael Piasecki October 06, 2017 Lecture 05: GIS and Database Basics Where are we now? Basic geographic concepts Introduction to GIS, coordinate system, projection, datum

More information

Matthew Heric, Geoscientist and Kevin D. Potter, Product Manager. Autometric, Incorporated 5301 Shawnee Road Alexandria, Virginia USA

Matthew Heric, Geoscientist and Kevin D. Potter, Product Manager. Autometric, Incorporated 5301 Shawnee Road Alexandria, Virginia USA INTEGRATIONS OF STRUCTURED QUERY LANGUAGE WITH GEOGRAPHIC INFORMATION SYSTEM PROCESSING: GeoServer Matthew Heric, Geoscientist and Kevin D. Potter, Product Manager Autometric, Incorporated 5301 Shawnee

More information

Maps as Numbers: Data Models

Maps as Numbers: Data Models Maps as Numbers: Data Models vertices E Reality S E S arcs S E Conceptual Models nodes E Logical Models S Start node E End node S Physical Models 1 The Task An accurate, registered, digital map that can

More information

Forestry Data Model User Guide. Version 2.0 January, 2013

Forestry Data Model User Guide. Version 2.0 January, 2013 Forestry Data Model User Guide Version 2.0 January, 2013 Table of Contents Introduction... 1 Advantages of Using a Geodatabase... 1 Subtypes and Domains... 2 Subtypes... 2 Domains... 3 The Forestry Data

More information

Geodatabases. Dr. Zhang SPRING 2016 GISC /03/2016

Geodatabases. Dr. Zhang SPRING 2016 GISC /03/2016 Geodatabases Dr. Zhang SPRING 2016 GISC 1401 10/03/2016 Using and making maps Navigating GIS maps Map design Working with spatial data Spatial data infrastructure Interactive maps Map Animations Map layouts

More information

Data Models and SQL for GIS. John Porter Department of Environmental Sciences University of Virginia

Data Models and SQL for GIS. John Porter Department of Environmental Sciences University of Virginia Data Models and SQL for GIS John Porter Department of Environmental Sciences University of Virginia Why Talk about Databases in a GIS Class? The goal of GIS is to analyze and display spatial data Vector

More information

AGIC 2012 Workshop Leveraging Free RDBMS in ArcGIS

AGIC 2012 Workshop Leveraging Free RDBMS in ArcGIS AGIC 2012 Workshop Leveraging Free RDBMS in ArcGIS Prescott, AZ October 2012 Instructors: Bo Guo, PE, PhD Terry Li Workshop Outline Part I Introduction Why RDBMS Discussion on Obstacles for using RDBMS

More information

Lecture 4. Image Georeferencing, Accuracy and Precision, File Geodatabase

Lecture 4. Image Georeferencing, Accuracy and Precision, File Geodatabase Lecture 4 Image Georeferencing, Accuracy and Precision, File Geodatabase Tomislav Sapic GIS Technologist Faculty of Natural Resources Management Lakehead University Why Georeference? Images of the surface

More information

Integrating CAD Data with ArcGIS

Integrating CAD Data with ArcGIS Integrating CAD Data with ArcGIS Agenda An Overview of CAD Drawings CAD Data Structure in ArcGIS Visualization Georeferencing Data Conversion ArcGIS for AutoCAD Q & A CAD Drawings - Overview Widely used

More information

Oracle Spatial A Unifying Framework at the Utah Department Of Transportation

Oracle Spatial A Unifying Framework at the Utah Department Of Transportation Oracle Spatial A Unifying Framework at the Utah Department Of Transportation Dan Paske Utah Department of Transportation Oracle DBA Jeff Saunders Farallon Geographics, Inc. Senior Geodatabase Developer

More information

Principles of Data Management. Lecture #14 (Spatial Data Management)

Principles of Data Management. Lecture #14 (Spatial Data Management) Principles of Data Management Lecture #14 (Spatial Data Management) Instructor: Mike Carey mjcarey@ics.uci.edu Database Management Systems 3ed, R. Ramakrishnan and J. Gehrke 1 Today s Notable News v Project

More information

hereby recognizes that Timotej Verbovsek has successfully completed the web course 3D Analysis of Surfaces and Features Using ArcGIS 10

hereby recognizes that Timotej Verbovsek has successfully completed the web course 3D Analysis of Surfaces and Features Using ArcGIS 10 3D Analysis of Surfaces and Features Using ArcGIS 10 Completed on September 5, 2012 3D Visualization Techniques Using ArcGIS 10 Completed on November 19, 2011 Basics of Map Projections (for ArcGIS 10)

More information

Class #2. Data Models: maps as models of reality, geographical and attribute measurement & vector and raster (and other) data structures

Class #2. Data Models: maps as models of reality, geographical and attribute measurement & vector and raster (and other) data structures Class #2 Data Models: maps as models of reality, geographical and attribute measurement & vector and raster (and other) data structures Role of a Data Model Levels of Data Model Abstraction GIS as Digital

More information

Planning Enterprise Geodatabase Solutions

Planning Enterprise Geodatabase Solutions Esri Middle East and Africa User Conference December 10 12 Abu Dhabi, UAE Planning Enterprise Geodatabase Solutions Pete Fitts Agenda Overview Database Design Data Maintenance Infrastructure Design and

More information

Why use an RDBMS? ❽ Data maintenance ❽ Standardized access ❽ Multi-user access ❽ Data protection

Why use an RDBMS? ❽ Data maintenance ❽ Standardized access ❽ Multi-user access ❽ Data protection 1 Why use an RDBMS? ❽ Data maintenance ❽ Standardized access ❽ Multi-user access ❽ Data protection 2 RDBMSs offer Data protection ❽ Recovery ❽ Concurrency ❽ Security 3 Data protection ❽ Recovery from ❽

More information

Lecture 06. Raster and Vector Data Models. Part (1) Common Data Models. Raster. Vector. Points. Points. ( x,y ) Area. Area Line.

Lecture 06. Raster and Vector Data Models. Part (1) Common Data Models. Raster. Vector. Points. Points. ( x,y ) Area. Area Line. Lecture 06 Raster and Vector Data Models Part (1) 1 Common Data Models Vector Raster Y Points Points ( x,y ) Line Area Line Area 2 X 1 3 Raster uses a grid cell structure Vector is more like a drawn map

More information

Esri Support for Geospatial Standards

Esri Support for Geospatial Standards APRIL 2017 ArcGIS Is Open and Interoperable Esri Support for Geospatial Standards Copyright 2017 Esri All rights reserved. Printed in the United States of America. The information contained in this document

More information

Chapter 3: Maps as Numbers

Chapter 3: Maps as Numbers Chapter 3: Maps as Numbers 3. Representing Maps as Numbers 3.2 Structuring Attributes 3.3 Structuring Maps 3.4 Why Topology Matters 3.5 Formats for GIS Data 3.6 Exchanging Data David Tenenbaum EEOS 265

More information

What is coming in. ArcGIS Server 10. Ismael Chivite ArcGIS Server Product Manager James Cardona Technical Marketing

What is coming in. ArcGIS Server 10. Ismael Chivite ArcGIS Server Product Manager James Cardona Technical Marketing What is coming in ArcGIS Server 10 Ismael Chivite ArcGIS Server Product Manager James Cardona Technical Marketing ArcGIS Server is a complete server based GIS Delivering GIS with powerful services and

More information

International Organization for Standardization Technical Committee 211 (ISO/TC211)

International Organization for Standardization Technical Committee 211 (ISO/TC211) Esri Support for Geospatial Standards: Open Geospatial Consortium (OGC) International Organization for Standardization Technical Committee 211 (ISO/TC211) An Esri White Paper April 2015 Copyright 2015

More information

GEOGRAPHIC INFORMATION SYSTEMS Lecture 02: Feature Types and Data Models

GEOGRAPHIC INFORMATION SYSTEMS Lecture 02: Feature Types and Data Models GEOGRAPHIC INFORMATION SYSTEMS Lecture 02: Feature Types and Data Models Feature Types and Data Models How Does a GIS Work? - a GIS operates on the premise that all of the features in the real world can

More information

ArcMap - EXPLORING THE DATABASE Part I. SPATIAL DATA FORMATS Part II

ArcMap - EXPLORING THE DATABASE Part I. SPATIAL DATA FORMATS Part II Week 5 ArcMap - EXPLORING THE DATABASE Part I SPATIAL DATA FORMATS Part II topics of the week Exploring the Database More on the Table of Contents Exploration tools Identify, Find, Measure, Map tips, Hyperlink,

More information

Understanding Geospatial Data Models

Understanding Geospatial Data Models Understanding Geospatial Data Models 1 A geospatial data model is a formal means of representing spatially referenced information. It is a simplified view of physical entities and a conceptualization of

More information

Coverage data model. Vector-Based Spatial Analysis: Tools Processes. Topological Data Model. Polygons Files. Geographic Information Systems.

Coverage data model. Vector-Based Spatial Analysis: Tools Processes. Topological Data Model. Polygons Files. Geographic Information Systems. GEOG4340 Geographic Information Systems Lecture Four 2013winter Vector-Based Spatial Analysis: Tools Processes Reading materials: Chapter 6 of Intro GIS by J. R. Jensen and R.R. Jensen Cheng. Q., Earth

More information

Utility Network Management in ArcGIS: Migrating Your Data to the Utility Network. John Alsup & John Long

Utility Network Management in ArcGIS: Migrating Your Data to the Utility Network. John Alsup & John Long Utility Network Management in ArcGIS: Migrating Your Data to the Utility Network John Alsup & John Long Presentation Outline Utility Network Preparation - Migration Patterns - Understanding the Asset Package

More information

Spatial Data Management

Spatial Data Management Spatial Data Management [R&G] Chapter 28 CS432 1 Types of Spatial Data Point Data Points in a multidimensional space E.g., Raster data such as satellite imagery, where each pixel stores a measured value

More information

Lecture 8. Database Management and Queries

Lecture 8. Database Management and Queries Lecture 8 Database Management and Queries Lecture 8: Outline I. Database Components II. Database Structures A. Conceptual, Logical, and Physical Components III. Non-Relational Databases A. Flat File B.

More information

Spatial Data Management

Spatial Data Management Spatial Data Management Chapter 28 Database management Systems, 3ed, R. Ramakrishnan and J. Gehrke 1 Types of Spatial Data Point Data Points in a multidimensional space E.g., Raster data such as satellite

More information

presented by: Tim Haithcoat University of Missouri Columbia

presented by: Tim Haithcoat University of Missouri Columbia 12 presented by: Tim Haithcoat University of Missouri Columbia Introduction Very early attempts to build GIS began from scratch, using limited tools like operating systems & compilers More recently, GIS

More information

What's New in ArcGIS 9.2 Service Packs

What's New in ArcGIS 9.2 Service Packs What's New in ArcGIS 9.2 Service Packs 8 July 2008 Updated for Service Pack 6 This document describes the main enhancements to 9.2 added by the service packs. It does not cover the bug fixes and quality

More information

Spatial Data Models. Raster uses individual cells in a matrix, or grid, format to represent real world entities

Spatial Data Models. Raster uses individual cells in a matrix, or grid, format to represent real world entities Spatial Data Models Raster uses individual cells in a matrix, or grid, format to represent real world entities Vector uses coordinates to store the shape of spatial data objects David Tenenbaum GEOG 7

More information

What s New in ArcGIS Server 10

What s New in ArcGIS Server 10 What s New in ArcGIS Server 10 Derek Law ArcGIS Server Product Management What s s new in ArcGIS Server 10? Agenda Highlights: Enhanced Web mapping More powerful server-based analysis Geo-collaboration

More information

ArcGIS Network Analyst and Network Dataset. Jim McKinney ESRI

ArcGIS Network Analyst and Network Dataset. Jim McKinney ESRI ArcGIS Network Analyst and Network Dataset Jim McKinney ESRI ArcGIS Network Analyst Everything in ArcView GIS 3x and more Routing Directions Network Analysis Tight Integration with Geoprocessing Models

More information

Introduction to GIS. Geographic Information Systems SOCR-377 9/24/2015. R. Khosla Fall Semester The real world. What in the world is GIS?

Introduction to GIS. Geographic Information Systems SOCR-377 9/24/2015. R. Khosla Fall Semester The real world. What in the world is GIS? Introduction to GIS Geographic Information Systems SOCR-377 What in the world is GIS? GIS is simultaneously the telescope, the microscope, the computer and the Xerox machine of regional analysis and synthesis

More information

Developing and Sustaining your Enterprise GIS Design

Developing and Sustaining your Enterprise GIS Design Developing and Sustaining your Enterprise GIS Design Dave Peters ESRI Systems Integration 1of 51 Overview System Architecture Design Process Enterprise GIS Evolution GIS Software and Migration Roadmap

More information

Terms and definitions * keep definitions of processes and terms that may be useful for tests, assignments

Terms and definitions * keep definitions of processes and terms that may be useful for tests, assignments Lecture 1 Core of GIS Thematic layers Terms and definitions * keep definitions of processes and terms that may be useful for tests, assignments Lecture 2 What is GIS? Info: value added data Data to solve

More information

SVY2001: Databases for GIS

SVY2001: Databases for GIS SVY2001: Databases for GIS Lecture 15: Introduction to GIS and Attribute Data Management. Dr Stuart Barr School of Civil Engineering & Geosciences University of Newcastle upon Tyne. Email: S.L.Barr@ncl.ac.uk

More information

Answer the following general questions: 1. What happens when you right click on an icon on your desktop? When you left double click on an icon?

Answer the following general questions: 1. What happens when you right click on an icon on your desktop? When you left double click on an icon? Name: Date: June 27th, 2011 GIS Boot Camps For Educators Practical: Explore ArcGIS 10 Desktop Tools and functionality Day_1 Lecture 1 Sources: o ArcGIS Desktop help o ESRI website o Getting to Know ArcGIS

More information

Chapter 8: How to Pick a GIS

Chapter 8: How to Pick a GIS Chapter 8: How to Pick a GIS 8. The Evolution of GIS Software 8.2 GIS and Operating Systems 8.3 GIS Software Capabilities 8.4 GIS Software and Data Structures 8.5 Choosing the Best GIS David Tenenbaum

More information

Lecture 2: GIS Data Sources, Data Types and Representation. GE 118: INTRODUCTION TO GIS Engr. Meriam M. Santillan Caraga State University

Lecture 2: GIS Data Sources, Data Types and Representation. GE 118: INTRODUCTION TO GIS Engr. Meriam M. Santillan Caraga State University Lecture 2: GIS Data Sources, Data Types and Representation GE 118: INTRODUCTION TO GIS Engr. Meriam M. Santillan Caraga State University Geographic Data in GIS Can be obtained from various sources in different

More information

Data handling 2: Transformations

Data handling 2: Transformations Intro Geo information Science (GRS 10306) Data handling 2: Transformations 2009/2010 CGI GIRS Transformation definition Query a data handling class of operators which doesn t change the thematic and geometric

More information

v SMS 11.1 Tutorial GIS Requirements GIS Module Map Module ArcGis (Optional) Time minutes Prerequisites None Objectives

v SMS 11.1 Tutorial GIS Requirements GIS Module Map Module ArcGis (Optional) Time minutes Prerequisites None Objectives v. 11.1 SMS 11.1 Tutorial GIS Objectives This tutorial demonstrates how you can read in GIS data, visualize it, and convert it into SMS coverage data that could be used to build a numeric model. We will

More information

Store and Manage Data in a DBMS With ArcView Database Access. Presented By: Andrew Arana & Canserina Kurnia

Store and Manage Data in a DBMS With ArcView Database Access. Presented By: Andrew Arana & Canserina Kurnia Store and Manage Data in a DBMS With ArcView Database Access Presented By: Andrew Arana & Canserina Kurnia Overview Topics to be Covered: General method for accessing data database themes, database tables

More information

Data, Databases, and DBMSs

Data, Databases, and DBMSs Todd S. Bacastow January 2004 IST 210 Data, Databases, and DBMSs 1 Evolution Ways of storing data Files ancient times (1960) Databases Hierarchical (1970) Network (1970) Relational (1980) Object (1990)

More information

9/14/2011. Contents. Lecture 3: Spatial Data Acquisition in GIS. Dr. Bo Wu Learning Outcomes. Data Input Stream in GIS

9/14/2011. Contents. Lecture 3: Spatial Data Acquisition in GIS. Dr. Bo Wu Learning Outcomes. Data Input Stream in GIS Contents Lecture 3: Spatial Data Acquisition in GIS Dr. Bo Wu lsbowu@polyu.edu.hk 1. Learning outcomes. Data acquisition: Manual digitization 3. Data acquisition: Field survey 4. Data acquisition: Remote

More information

GOVERNMENT GAZETTE REPUBLIC OF NAMIBIA

GOVERNMENT GAZETTE REPUBLIC OF NAMIBIA GOVERNMENT GAZETTE OF THE REPUBLIC OF NAMIBIA N$7.20 WINDHOEK - 7 October 2016 No. 6145 CONTENTS Page GENERAL NOTICE No. 406 Namibia Statistics Agency: Data quality standard for the purchase, capture,

More information

TABLES, ANATOMY OF A TABLE

TABLES, ANATOMY OF A TABLE week 6 TABLES, ANATOMY OF A TABLE topics of the week Table structure Working with tables Table relationships Cardinality, Joins and Relates Table Jargon What is a Database? What is a Table? What is a Record/Row?

More information

ArcSDE 8.1 Questions and Answers

ArcSDE 8.1 Questions and Answers ArcSDE 8.1 Questions and Answers 1. What is ArcSDE 8.1? ESRI ArcSDE software is the GIS gateway that facilitates managing spatial data in a database management system (DBMS). ArcSDE allows you to manage

More information

Lab.4 & Assignment 2. Lab4. Conversion of Hardcopy Map to ArcGIS Map

Lab.4 & Assignment 2. Lab4. Conversion of Hardcopy Map to ArcGIS Map EATS4400 GIS Lab.4 & Assignment 2 Lab4 Conversion of Hardcopy Map to ArcGIS Map In this lab exercise you will have chance to go through the steps to convert hardcopy map into digital map for ArcGIS. Digitizing

More information

Maps as Numbers: Data Models

Maps as Numbers: Data Models Maps as Numbers: Data Models vertices nodes tart node nd node arcs Reality Conceptual Models The Task An accurate, registered, digital map that can be queried and analyzed Translate: Real World Locations,

More information

Advances in geographic information systems and remote sensing for fisheries and aquaculture

Advances in geographic information systems and remote sensing for fisheries and aquaculture 29 5. Preparing data for GIS use G.J. Meaden (FAO consultant, Canterbury, United Kingdom), J. Jenness (FAO consultant, Flagstaff, Arizona, United States of America), and S.Walker (NOAA Coastal Services

More information

Learning What s New in ArcGIS 10.1 for Server: Administration

Learning What s New in ArcGIS 10.1 for Server: Administration Esri Mid-Atlantic User Conference December 11-12th, 2012 Baltimore, MD Learning What s New in ArcGIS 10.1 for Server: Administration Derek Law Product Manager Esri - Redlands ArcGIS for Server Delivering

More information

Leveraging SAP HANA and ArcGIS. Melissa Jarman Eugene Yang

Leveraging SAP HANA and ArcGIS. Melissa Jarman Eugene Yang Melissa Jarman Eugene Yang Outline SAP HANA database ArcGIS Support for HANA Database access Sharing via Services Geodatabase support Demo SAP HANA In-memory database Support for both row and column store

More information

ArcSDE architecture and connections

ArcSDE architecture and connections ArcSDE architecture and connections Lesson overview ArcSDE system components Application Server Connections Direct Connect Geodatabase properties ArcSDE versions What is a version ArcIMS and versions 6-2

More information

ESRI Software Evolution

ESRI Software Evolution ArcGIS Jan Šlahař About ESRI ESRI - Environmental Systems Research Institute Founded in 1969, Redlands, California In 2002 Esri had approximately a 36 percent share of the GIS software market worldwide

More information

ArcGIS 9.2 Works as a Complete System

ArcGIS 9.2 Works as a Complete System ArcGIS 9.2 Works as a Complete System A New Way to Manage and Disseminate Geographic Knowledge Author/Serve/Use Maps Data Models Globes Metadata Use Desktop Explorer Web Map Viewer Mobile Open APIs Enterprise

More information

Overview of SAS/GIS Software

Overview of SAS/GIS Software 3 CHAPTER 1 Overview of SAS/GIS Software Introduction to Geographic Information Systems 3 Features of SAS Software 4 Data in SAS/GIS Applications 5 Spatial Data 5 Spatial Data Layers 6 Spatial Data Coverages

More information

automatic digitization. In the context of ever increasing population worldwide and thereby

automatic digitization. In the context of ever increasing population worldwide and thereby Chapter 1 Introduction In the recent time, many researchers had thrust upon developing various improvised methods of automatic digitization. In the context of ever increasing population worldwide and thereby

More information

ESRI Technology Update. Joe Holubar Larry Young

ESRI Technology Update. Joe Holubar Larry Young ESRI Technology Update Joe Holubar Larry Young Continued Improvement Improving Quality and Extending and Refining Functionality First Half of 2009: Minor Update Release (ArcGIS 9.3.1) ArcGIS Explorer Fall

More information

Lecture 6: GIS Spatial Analysis. GE 118: INTRODUCTION TO GIS Engr. Meriam M. Santillan Caraga State University

Lecture 6: GIS Spatial Analysis. GE 118: INTRODUCTION TO GIS Engr. Meriam M. Santillan Caraga State University Lecture 6: GIS Spatial Analysis GE 118: INTRODUCTION TO GIS Engr. Meriam M. Santillan Caraga State University 1 Spatial Data It can be most simply defined as information that describes the distribution

More information

Database Management Systems MIT Introduction By S. Sabraz Nawaz

Database Management Systems MIT Introduction By S. Sabraz Nawaz Database Management Systems MIT 22033 Introduction By S. Sabraz Nawaz Recommended Reading Database Management Systems 3 rd Edition, Ramakrishnan, Gehrke Murach s SQL Server 2008 for Developers Any book

More information

Subject: Migration Information for ArcIMS, ArcSDE, and ArcGIS Server Users

Subject: Migration Information for ArcIMS, ArcSDE, and ArcGIS Server Users December 12, 2006 Subject: Migration Information for ArcIMS, ArcSDE, and ArcGIS Server Users Summary This document provides information about how we are migrating your licenses and maintenance for ESRI

More information

Overview of Server Technologies. Katja Krivoruchko ESRI

Overview of Server Technologies. Katja Krivoruchko ESRI Overview of Server Technologies Katja Krivoruchko ESRI Agenda Introduction to Server Technology Workflow Considerations ESRI Server Technology ArcSDE ArcGIS Server ArcGIS Image Server File Server Implementation

More information

Longley Chapter 3. Representations

Longley Chapter 3. Representations Longley Chapter 3 Digital Geographic Data Representation Geographic Data Type Data Models Representing Spatial and Temporal Data Attributes The Nature of Geographic Data Representations Are needed to convey

More information

ABSTRACT INTRODUCTION

ABSTRACT INTRODUCTION A ROAD MAP TO IMPLEMENTING AN ENTERPRISE-WIDE GIS Xiaodong Hong GIS Manager InfoTech Enterprises, Inc. An ISO 9001 Registered Company 4900 Seminary Road, Alexandria, VA 22311 ABSTRACT To improve the efficiency

More information

Lidar Working with LAS Datasets

Lidar Working with LAS Datasets 2013 Esri International User Conference July 8 12, 2013 San Diego, California Technical Workshop Lidar Working with LAS Datasets Raghav Vemula (3D Team) Esri UC2013. Technical Workshop. Agenda Las Dataset

More information

LAB 1: Introduction to ArcGIS 8

LAB 1: Introduction to ArcGIS 8 LAB 1: Introduction to ArcGIS 8 Outline Introduction Purpose Lab Basics o About the Computers o About the software o Additional information Data ArcGIS Applications o Starting ArcGIS o o o Conclusion To

More information

What s New in Desktop 10.1

What s New in Desktop 10.1 What s New in Desktop 10.1 Damian Spangrud Esri Redlands Trip Down Memory Lane ArcGIS A Complete System for Geographic Information Cloud Web Online Mobile Enterprise Desktop Sharing Information sharing

More information

Map Library ArcView Version 1 02/20/03 Page 1 of 12. ArcView GIS

Map Library ArcView Version 1 02/20/03 Page 1 of 12. ArcView GIS Map Library ArcView Version 1 02/20/03 Page 1 of 12 1. Introduction 1 ArcView GIS ArcView is the most popular desktop GIS analysis and map presentation software package.. With ArcView GIS you can create

More information

FDO Data Access Technology at a Glance

FDO Data Access Technology at a Glance Autodesk Geospatial FDO Data Access Technology at a Glance Work seamlessly with your geospatial data whatever the format 1 The Challenge The growing need for openness and interoperability between traditional

More information