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.

Slides:



Advertisements
Similar presentations
GG3019/GG4027/GG5019 An Introduction to
Advertisements

Desktop, Mobile & Web Based GIS/ Collaborative GIS
Geographic Information Systems GIS Data Models. 1. Components of Geographic Data Spatial locations Attributes Topology Time.
Geographic Information Systems
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.
Raster Based GIS Analysis
Introduction to Cartography GEOG 2016 E
Cartographic and GIS Data Structures
Lecture 04: Data Storage and Representation & Access to Spatial Data Geography 128 Analytical and Computer Cartography Spring 2007 Department of Geography.
Introduction to ArcGIS Reading: “What is ArcGIS?”, ESRI Press, 2001, pp Acknowledgement: Dr Francisco Olivera developed some of the slides in this.
Maps as Numbers Lecture 3 Introduction to GISs Geography 176A Department of Geography, UCSB Summer 06, Session B.
So What is GIS??? “A collection of computer hardware, software and procedures that are used to organize, manage, analyze and display.
Data Input How do I transfer the paper map data and attribute data to a format that is usable by the GIS software? Data input involves both locational.
Digital Spatial Data Francisco Olivera, Ph.D., P.E. Department of Civil Engineering Texas A&M University.
Dr. David Liu Objectives  Understand what a GIS is  Understand how a GIS functions  Spatial data representation  GIS application.
GI Systems and Science January 23, Points to Cover  What is spatial data modeling?  Entity definition  Topology  Spatial data models Raster.
Spatial data Visualization spatial data Ruslan Bobov
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)
SPATIAL DATA STRUCTURES
ESRI GIS Software. Contents Data Types –ESRI Data Model –Shapefiles –Raster Data Digital Orthophoto Quadrangle Digital Elevation Model Digital Raster.
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 1110 Designing Geodatabases. Representation Q. How will we model our real world data? A. Typically: Features Continuous Surfaces and Imagery Map Graphics.
GIS Applications in Civil Engineering
Raster Data Chapter 7. Introduction  Vector – discrete  Raster – continuous  Continuous –precipitation –elevation –soil erosion  Regular grid cell.
Coordinate Systems Global Coordinate System – Latitude, Longitude and elevation UTM – eastings and northings, reference points are the equator and the.
GUS: 0262 Fundamentals of GIS Lecture Presentation 6: Raster Data Model Jeremy Mennis Department of Geography and Urban Studies Temple University.
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.
GIS Data Structure: an Introduction
CENTENNIAL COLLEGE SCHOOL OF ENGINEERING & APPLIED SCIENCE VS 361 Introduction to GIS GIS DATABASE CONCEPTS 1.
Chapter 3 Digital Representation of Geographic Data.
8. Geographic Data Modeling. Outline Definitions Data models / modeling GIS data models – Topology.
How do we represent the world in a GIS database?
Raster Data Model.
CHAPTER 3 VECTOR DATA MODEL.
Geographic Information Systems Data Analysis. What is GIS Data ?
CHAPTER 4 RASTER DATA MODEL 4.1 Elements of the Raster Data Model
Lecture 2 Introduction to GIS, Data models, Data structures.
GEOG 2007A An Introduction to Geographic Information SystemsFall, 2004 C. Earl A model is a ‘synthesis of data’ + information about how the data interact.
GIS Data Models Vector Data Models Vector File Formats Raster Data Models Raster File Formats.
Raster data models Rasters can be different types of tesselations SquaresTrianglesHexagons Regular tesselations.
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?
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.
INTRODUCTION TO GIS  Used to describe computer facilities which are used to handle data referenced to the spatial domain.  Has the ability to inter-
What is GIS? “A powerful set of tools for collecting, storing, retrieving, transforming and displaying spatial data”
Raster Data Models: Data Compression Why? –Save disk space by reducing information content –Methods Run-length codes Raster chain codes Block codes Quadtrees.
Spatial Data Models Geography is concerned with many aspects of our environment. From a GIS perspective, we can identify two aspects which are of particular.
Environmental GIS Nicholas A. Procopio, Ph.D, GISP
Czech Technical University in Prague Faculty of Transportation Sciences Department of Transport Telematics Doc. Ing. Pavel Hrubeš, Ph.D. Geographical Information.
Lesson 3 GIS Fundamentals MEASURE Evaluation PHFI Training of Trainers May 2011.
Rayat Shikshan Sanstha’s Chhatrapati Shivaji College Satara
Storage Media Traditionally, the paper map has performed a storage function for spatial information Computer cartography requires information to be digital.
GIS Basic Training June 7, 2007 – ICIT Midyear Conference
INTRODUCTION TO GEOGRAPHICAL INFORMATION SYSTEM
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.
Statistical surfaces: DEM’s
Data Queries Raster & Vector Data Models
Introduction to ArcGIS
Presentation transcript:

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

Vector and Raster Data Models

Vector Data Model Discrete –Boundaries are well defined (x,y coordinates) Geographic features are represented as: Points Lines Polygons Every object is given a location

Types of Vector Data Models Georelational (e.g. shapefiles) –Spatial and attribute stored separately “geo” – graphic/spatial part “relational” – database part (tabular) Classical approach to vector data Object-based (oriented) (e.g. geodatabase) Spatial and tabular component are stored as a single system Spatial features can have properties and methods Recent trend towards object-based model

Vector Data File Types Shapefiles – georelational Coverage – georelational Geodatabase – object-based (oriented) DXF Digital Exchange Format (Autocad) ASCII w/binary code maintains layers DLG Digital Line Graph - USGS (1:100,000 & 1:24,000) ASCII

Maps as numbers Binary –Eight bits in a row are termed a byte –256 combinations or 0 to 255 ASCII text- American Standard Code for Information Interchange standard meanings for the values that fall into one byte. (letters, numbers, special characters) –

Shapefiles (~1990) Most common vector data format Openly published files specs – non proprietary Simple file structure –3 main files with same name but different 3 letter extension LocalStreets.shp LocalStreets.dbf LocalStreets.shx –Attribute data stored in a dBase file (.dbf) –Geometry and location data stored in the.shp file –The.shx provides the “glue” Does not support true topology

Topology – Spatial Relationships Study of geometric properties that do not change when forms are bent, stretched, etc… Knowledge about relative spatial positioning of features –How are features connected and which features are adjacent to each other –Directed lines are called arcs (have length and direction) –Points where arcs meet or intersect are called nodes arc node

Raster Data Model The world is composed of cells/pixels arranged in a grid Each cell/pixel is assigned a numeric value –Integer – (no decimal) –Floating-point (decimal) (However data may be represented by codes) The size of the cell/pixel determines the resolution Every location given an object

Creating A Raster Overlay grid on real world give each cell a value

Cell Values Assume only one value per cell in any given layer How do you decide what value to give the cell? –Value of greatest proportion? –Value of the most important feature? –Some systems allow for percent composition, edge effect

Characteristics of a Raster Resolution –smallest unit discernible –often grid size, but not always Orientation –angle that grid makes with true north Value –information stored in cell

Characteristics of a Raster Zones –areas of continuous values e.g. county, land parcels, etc. Class - term used to describe all the zones of same value in a layer –e.g. state parks

Characteristics of a Raster Location –each cell has a unique location often defined by bottom left corner X, Y coordinate

Raster Data Structure and Compression –Lossless – no information is lost –Lossy – information is degraded How is the raster data stored? –Cell-by-cell Encoding - data not compressed –Run-Length Encoding – data compressed –Quad Tree – data compressed –Wavelet – data compressed (lossy)

Storing the Information Full length encoding –store every single cell’s value individually

Storing the Information Run Length encoding –compress data

Storing the Information Quadtree Encoding – compress data e.g. 0 and 2 are homogenous And 1 and 3 are broken down further

Types of Raster Data Remotely Sensed Images –Satellite Landsat ( AVHRR ( SPOT ( –Digital Elevation Models (DEMs) U.S. Geologic Survey (USGS) DEMs LIDAR (light detection and ranging) Multibeam sonar (acoustics for capturing depth information) –Digital Orthophotos

Types of Raster Data – Images Digital Raster Graphics (DRGs) –Scanned USGS topographic maps ( ( Graphic Image Files – historic aerial photos, scanned paper maps –.tif (Tagged Image File Format) –sid (LizardTech MrSID) –.img (ERDAS Imagine) –.jpg (Joint Photographic Experts Group). Many packages work on RECTIFYING these images photograph’s scale is not constant across image Associated world file provides geo- reference.

Raster Data Formats –ESRI Grids Proprietary format Discrete – integer (whole number) Continuous – floating point (number with decimals)

Raster and Vector Summary Vectors have advantage of accuracy but not good with continuous fields Vectors were used first - digitizing Earliest include ASCII (x,y coordinates but got too large) then binary took over. Raster not good with lines or points but good with continuous coverage areas. Raster has the mixed pixel problem.

Raster Advantages: Simple data structure Compatible with remotely sensed or scanned data Simpler spatial analysis procedures Raster Disadvantages: Requires greater storage space on computer Depending on pixel size, graphical output may be less pleasing Projection transformations are more difficult (and can be time consuming) More difficult to represent topological relationships Positional precision set by cell size

Vector Advantages Requires less disk storage space Topological relationships are readily maintained Graphical output more closely resembles hand-drawn maps Preferred for network analysis Vector Disadvantages More complex data structure Not as compatible with remotely sensed data Software and hardware are often more expensive Some spatial analysis procedures may be more difficult Overlaying multiple vector maps is often time consuming

Triangulated Irregular Networks TIN A data model commonly used to represent terrain heights. TIN forms a connected network of triangles It is not a raster or vector format