GIS Data Models Vector Data Models Vector File Formats Raster Data Models Raster File Formats.

Slides:



Advertisements
Similar presentations
GUS: 0262 Fundamentals of GIS
Advertisements

WFM 6202: Remote Sensing and GIS in Water Management © Dr. Akm Saiful IslamDr. Akm Saiful Islam WFM 6202: Remote Sensing and GIS in Water Management Akm.
GI Systems and Science January 30, Points to Cover  Recap of what we covered so far  A concept of database Database Management System (DBMS) 
Introduction to Cartography GEOG 2016 E
Maps as Numbers Getting Started with GIS Chapter 3.
ArcGIS Geodatabase Miles Logsdon Spatial Information Technologies, UW Garry Trudeau - Doonesbury.
Copyright © 2005 Bruce Kessler All Rights Reserved Ch. 2 GeoDatabase Basics Laying the foundations.
Cartographic and GIS Data Structures
WFM 6202: Remote Sensing and GIS in Water Management
Introduction to ArcGIS Reading: “What is ArcGIS?”, ESRI Press, 2001, pp Acknowledgement: Dr Francisco Olivera developed some of the slides in this.
Lecture 4: Intro to the Vector Data Model and to Map Layout
@2007 Austin Troy Lecture 4: An Introduction to the Vector Data Model and Map Layout Techniques Introduction to GIS By Brian Voigt University of Vermont.
Maps as Numbers Lecture 3 Introduction to GISs Geography 176A Department of Geography, UCSB Summer 06, Session B.
Geographic Information Systems : Data Types, Sources and the ArcView Program.
Introduction to the 176A labs and ArcGIS Acknowledgement: Slides by David Maidment, U Texas-Austin and Francisco Olivera (TAMU)
Introduction to Mapping Science: Lecture #4 (Maps as numbers…) Overview Map as Numbers… an Abstraction of Space Database Management System for Attributes.
GI Systems and Science January 23, Points to Cover  What is spatial data modeling?  Entity definition  Topology  Spatial data models Raster.
Introduction to GIS fGRG360G – Summer Geographic Information System Text Computer system GIS software Brainware Infrastructure Ray Hardware Software.
@2007 Austin Troy Lecture 4: An Introduction to the Vector Data Model and Map Layout Techniques Introduction to GIS By Brian Voigt University of Vermont.
Spatial data Visualization spatial data Ruslan Bobov
Advanced Editing: Rules-Based Topology in ArcEditor.
Intro. To GIS Lecture 4 Data: data storage, creation & editing
Spatial Data Model: Basic Data Types 2 basic spatial data models exist vector: based on geometry of points lines Polygons raster: based on geometry of.
©2005 Austin Troy. All rights reserved Lecture 3: Introduction to GIS Understanding Spatial Data Structures by Austin Troy, Leslie Morrissey, & Ernie Buford,
Spatial data models (types)
Welcome to Mapping Tom Sellsted – City of Yakima, Washington Vladimir Strinski – Hitech Systems.
NR 422: Topology Jim Graham Fall 2010 See: odatabase-topology.pdf.
Parcel Data Models for the Geodatabase
Data Structures & GeoDatabase. GeoDatabase Implemented in a relational database Comes in two flavors – Personal & Enterprise (Access & Sys. Like Oracle)
Spatial (coordinate) data model Relational (tabular) data model
GIS is composed of layers Layers –land/water –roads –urban areas –pollution levels Data can be represented by VECTORS, or Data can be represented by RASTERS.
GIS 1110 Designing Geodatabases. Representation Q. How will we model our real world data? A. Typically: Features Continuous Surfaces and Imagery Map Graphics.
Different kinds of data Example of Elevation Topographic DEM (Digital Elevation Model)
Faculty of Applied Engineering and Urban Planning Civil Engineering Department Geographic Information Systems Vector and Raster Data Models Lecture 3 Week.
Maps as Numbers Getting Started with GIS Chapter 3.
Presented by Rehana Jamal (GIS Expert & Geographer) Dated: Advance Applications of RS/GIS in Geo-Environmental Conservation Subject Lecture# 9&10.
Applied Cartography and Introduction to GIS GEOG 2017 EL Lecture-2 Chapters 3 and 4.
Introduction In ArcGIS, there are three basic data structures:
Major parts of ArcGIS ArcView -Basic mapping, editing and Analysis tools ArcEditor -all of ArcView plus Adds ability to deal with topological and network.
8. Geographic Data Modeling. Outline Definitions Data models / modeling GIS data models – Topology.
How do we represent the world in a GIS database?
CHAPTER 3 VECTOR DATA MODEL.
Cartographic and GIS Data Structures Dr. Ahmad BinTouq URL:
Introduction to the Geodatabase. What is a Geodatabase? What are feature classes and feature datasets? What are domains Design a personal Geodatabase.
URBDP 422 Urban and Regional Geo-Spatial Analysis Lecture 2: Spatial Data Models and Structures Lab Exercise 2: Topology January 9, 2014.
Introduction to GeoDatabase Lecture
Intro to GIS. What is GIS ? A computer system for - collecting, - storing, - manipulating, - analyzing, - displaying, and - querying geographically related.
Data Structures & GeoDatabase. Introduction You have been using GDBs from nearly the start of the course Why? Because I think that most of the time you.
The.mxd File Lecture L4 –Data Models Ch. 2, pp 54-End.
1 Spatial Data Models and Structure. 2 Part 1: Basic Geographic Concepts Real world -> Digital Environment –GIS data represent a simplified view of physical.
Introduction to ArcGIS
Introducing ArcGIS Chapter 1. Objectives  Understand the architecture of the ArcGIS program.  Become familiar with the types of data files used in ArcGIS.
GIS Data Structures How do we represent the world in a GIS database?
Advanced Editing: Rules-Based Topology in ArcEditor
Geographic Data in GIS. Components of geographic data Three general components to geographic information Three general components to geographic information.
Lab 2: GIS Data Models Yingjie Hu. Objectives Understanding GIS data models Manipulating the data models supported in ArcGIS.
Vector Data Model Chapter 3.
What is GIS? “A powerful set of tools for collecting, storing, retrieving, transforming and displaying spatial data”
Geoprocessing and georeferencing raster data
Geodatabase Kyung Hee University Geography Jinmu Choi 1.
@2007 Austin Troy Lecture 2: Introduction to the Architecture of ArcGIS By Weiqi Zhou University of Vermont Thanks are due to Prof. Troy, upon whose lecture.
Introduction to Geodatabases
Rayat Shikshan Sanstha’s Chhatrapati Shivaji College Satara
Physical Structure of GDB
ArcGIS Topology Shapefiles, Coverages, Geodatabases
Physical Structure of GDB
Spatial Data Model: Basic Data Types
Data Queries Raster & Vector Data Models
Cartographic and GIS Data Structures
Geography 413/613 Lecturer: John Masich
Presentation transcript:

GIS Data Models Vector Data Models Vector File Formats Raster Data Models Raster File Formats

Data Abstraction To use GIS the real world must be abstracted into points, lines, polygons, raster cells, and attribute values Class examples may use common object that most people will understand. If you understand how to abstract common objects you will be able to apply the same method to object in your field

What is Vector Data Vector Data uses Points and their (X,Y) coordinates to represent spatial features Points, Lines and Polygons

Points A point is a 0 dimensional object and has only the property of location (x,y) Points can be used to Model features such as a well, building, power, pole, sample location ect. Other name for a point are vertex, node, 0- cell

Lines A line is a one-dimensional object that has the property of length Lines can be used to represent road, streams, faults, dikes, maker beds, boundary, contacts etc. Lines are also called an edge, link, chain, arc, 1- cell In an ArcInfo coverage an arc starts with a node, has zero or more vertices, and ends with a node

Figure 4.3 p58 Bernhardsen

Polygons A polygon is a two-dimensional object with properties of area and perimeter A polygon can represent a city, geologic formation, dike, lake, river, ect. Other name for polygons face, zone 2-cell Scale matters

Data Abstraction Discussion If you do not understand this the rest of GIS will not make sense Scale Matters Intended use Matters

Examples Trees Dikes Roads Rivers

Topology A set of rules on how objects relate to each other Major difference in file formats Higher level objects have special topology rules

Topology Definition The Science of mathematics of relationships used to validate the geometry of vector entities, and for operations such as network tracing and tests of polygon adjacency. The study of geometric properties that do not change when the forms are bent, stretched or under go similar geometric transformations.

Figure 2-9 GIS Fundamentals, Bolstad

Planer Enforcement

Why Topology Matters Error Detection open polygons unlabeled polygons slivers polygons that cannot exist next to each other Network Modeling

Show Placitas Arc Node Topology –Cover# –Lpoly# and Rpoly# –Tnode fnode Label errors

Higher Level Object Regions Networks TIN – Triangulated irregular network Dynamic Segmentation

Regions Overlapping areas with different attributes Fire history Disconnected areas with the same attributes Hawaii

Networks Road systems, power grids, water supply sewerage systems, drainage network Continuous connected networks Rules for displacement in a network Attribute value accumulations due to displacements

TIN Vector Surface Model Triangulated Irregular Network A set of nonoverlapping triangles each with a constant gradient A TIN can honor original input elevations

Dynamic Segmentation Combines a line coverage with a linear reference system Has event tables for point events and linear events

Fig 3.13 p52 Chang

Examples and Demo

Shape Files Shape Files Nontopological Advantages no overhead to process topology Disadvantages polygons are double digitized, no topologic data checking 3 files.shp.shx.dbf

Coverages Original ArcInfo Format Directory With Several Files Database Files are stored in the Info Directory Uses Arc Node Topology –Planer Enforcement –Connectivity –Adjacency

GeoDatabase New GIS Format at ArcGIS 8.0 Three Types –Personal Geodatabase –Microsoft access 2000 database –File Geodatabase –XML based file –SDE GeoDatabase –Multi-user –Can connect to many RDBMS Oracle, SQL server, Informix File are stored in the format native to the RDBMS

Box 3.5 Geographic Information Systems, Chang 04 p. 55

GeoDatabase Shapes are similar to shape files Object-oriented model not a Geo-relational There are 26 topology rules than can be used to relate different layers

Raster Data Model

Figure 3:1 Getting Started with Geographic Information Systems, Clarke (2003) p. 91

Grid Properties Each Grid Cell holds one value even if it is empty. A cell can hold an index standing for an attribute. Cell resolution is given as its size on the ground. Point and Lines move to the center of the cell. Minimum line width is one cell. Rasters are easy to read and write, and easy to draw on the screen.

Raster Pyramids With out pyramids the entire raster must be read for each screen draw Pyramids store reduced resolution dataset files.rrd to increase the speed of screen draws When you add a raster to ArcMap if pyramids do not exist you can create them

Raster Resampling Nearest Neighbor –Closest cell –Continuous and Discrete data Bilinear interpolation –Average of nearest 4 cells –Continuous data only Cubic Convolution –Average of nearest 16 cells –Continuous data only

Quad Tree Compression May be use to get variable resolution for imagery in the National Map

What are Terrains? New Dataset for ArcGIS 9.2 They are a Multi-resolution, Tin-based surface. Comprised of mesurements stored as features in a geodatabase. Terrains live inside Feature Datasets, in a geodatabase.

What are Terrans? Two Main characteristics of Terrrains: –Feature classes participate in a terrain –Rules are established to generate TIN pyramids on-th-fly. They are designed to handle mass volumes of point data in a logical and efficient storage mechanism.

Figure 4.35 Geographic Information Systems and Introduction, Bernhardsen (2001), p. 87

C. Dana Tomlin, Geographic Information Systems and Cartographic Modeling (1990), P. 44 “Yes raster is faster, but raster is vaster, and vector just seems more corrector”

Images are a form of raster data ArcGIS can use many common image formats

Industry Standard Data Models Some Industries have created standard data models It is a good idea to use a standard model to promote sharing of data Some data models can be very complex Complex models require custom tools to be useful

References Getting Started with Geographic Information Systems 4 th Edition, Clark (2003) Geographic Information Systems an Introduction 3 rd Edition, Bernhardsen (2002) Introduction to Geographic Information Systems 2 nd Edition, Chang (2004) GIS Fundamentals, Bolstad (2002) ArcGIS 8.3 Desktop Help Using GRID with ArcInfo version 7 ESRI