Topic: Data Models. Data Model: A consistent way of defining and representing real world entities or phenomena in a GIS. Two Primary Types of Data Models:

Slides:



Advertisements
Similar presentations
Geographic Information Systems GIS Data Models. 1. Components of Geographic Data Spatial locations Attributes Topology Time.
Advertisements

Geographic Information Systems
GIS Base System, Zoning, & Address Map GEOG 1820 Created by: Bradley Boyce.
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
School of Environmental Sciences University of East Anglia
Naikoa Aguilar-Amuchastegui  Forest Carbon Scientist  REDD+  Forest and Climate Initiative olutions/mitigation/Pages/climate_REDD.a.
Maps as Numbers Getting Started with GIS Chapter 3.
Cartographic and GIS Data Structures
You have just been given an aerial photograph that is not registered to real world coordinates. How do you display the aerial with other data layers that.
©2005 Austin Troy. All rights reserved Lecture 3: Introduction to GIS Understanding Spatial Data Structures by Austin Troy, University of Vermont.
Geographic Information Systems : Data Types, Sources and the ArcView Program.
PROCESS IN DATA SYSTEMS PLANNING DATA INPUT DATA STORAGE DATA ANALYSIS DATA OUTPUT ACTIVITIES USER NEEDS.
So What is GIS??? “A collection of computer hardware, software and procedures that are used to organize, manage, analyze and display.
NPS Introduction to GIS: Lecture 1
©2005 Austin Troy. All rights reserved Lecture 3: Introduction to GIS Part 1. Understanding Spatial Data Structures by Austin Troy, University of Vermont.
What is GIS A geographic information system (GIS) is a system designed to capture, store, manipulate, analyze, manage, and present all types of geographical.
Introducing GIS Getting to Know ArcGIS Desktop. Brief History Recap  Studying the world using maps and globes  Models are now found inside computers.
Geography 241 – GIS I Dr. Patrick McHaffie Associate Professor Department of Geography Cook County, % population < 5.
GI Systems and Science January 23, Points to Cover  What is spatial data modeling?  Entity definition  Topology  Spatial data models Raster.
Introduction to GIS in ArcGIS Desktop 10. A computer-based system that stores geographically referenced data layers (features) and links it with non-graphic.
Rebecca Boger Earth and Environmental Sciences Brooklyn College.
Prepared by Abzamiyeva Laura Candidate of the department of KKGU named after Al-Farabi Kizilorda, Kazakstan 2012.
©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)
Geog. 377: Introduction to GIS - Lecture 18 Overheads 1 2. Measurement 3. Connectivity Topics Lecture 18: GIS Analytical Functionality (II) Readings on.
Lecture 4 Data. Why GIS? Ask questions Solve a problem Support a decision Make Maps Involve others, share data, procedures, ideas.
GIS 1110 Designing Geodatabases. Representation Q. How will we model our real world data? A. Typically: Features Continuous Surfaces and Imagery Map Graphics.
Map Scale, Resolution and Data Models. Components of a GIS Map Maps can be displayed at various scales –Scale - the relationship between the size of features.
Introduction to Geographic Information Systems (GIS) Lesson 1.
Faculty of Applied Engineering and Urban Planning Civil Engineering Department Geographic Information Systems Vector and Raster Data Models Lecture 3 Week.
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
Geographic Information Systems Patty McGray University of Phoenix EDTC 560 Applications of Multimedia and Web Page Design Janet Wright November 17, 2004.
8. Geographic Data Modeling. Outline Definitions Data models / modeling GIS data models – Topology.
Support the spread of “good practice” in generating, managing, analysing and communicating spatial information Introduction to GIS for the Purpose of Practising.
Raster Data Model.
Cartographic and GIS Data Structures Dr. Ahmad BinTouq URL:
Difference Between Raster and Vector Images Raster and vector are the two basic data structures for storing and manipulating images and graphics data on.
1 Data models Vector data model Raster data model.
Geographic Information Systems Data Analysis. What is GIS Data ?
Organizing Layers in ArcMap … … as well as your data folders! You can make Group Layers in your TOC to keep your layers sorted. This is similar to organizing.
Lecture 2 Introduction to GIS, Data models, Data structures.
Introduction to Cartographic Modeling
1 Spatial Data Models and Structure. 2 Part 1: Basic Geographic Concepts Real world -> Digital Environment –GIS data represent a simplified view of physical.
Exploring GIS concepts. Introduction to ArcGIS I (for ArcView 8, ArcEditor 8, and ArcInfo 8) Copyright © 2000–2003 ESRI. All rights reserved. 2-2 Organizing.
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.
Geographic Information Systems
Introduction to Geographic Information Systems (GIS)
CFR 250/590 Introduction to GIS, Autumn 1999 Raster Analysis I © Phil Hurvitz, raster1.ppt 1  Overview Grid themes Setting grid theme and analysis.
What is GIS? “A powerful set of tools for collecting, storing, retrieving, transforming and displaying spatial data”
Geog. 377: Introduction to GIS - Lecture 21 Overheads 1 7. Spatial Overlay 7.1 Map Algebra (raster) 7.2 Polygon Overlay (vector) Topics Lecture 21: GIS.
UNIT 3 – MODULE 3: Raster & Vector
Lesson 3 GIS Fundamentals MEASURE Evaluation PHFI Training of Trainers May 2011.
Introduction to GIS David R. Maidment
Spatial Data Models.
Spatial Data Models.
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.
Lab 2: GIS Data Models Yingjie Hu. Objectives Understanding GIS data models Manipulating the data models supported in ArcGIS.
Statistical surfaces: DEM’s
Data Queries Raster & Vector Data Models
Cartographic and GIS Data Structures
Geographic Information Systems
Lecture 07: Data Representation (V)
سمینار آموزشی GIS کار با نرم افزار (ArcGIS)
Spatial Databases - Representation
Spatial Databases - Representation
Naikoa Aguilar-Amuchastegui Forest Carbon Scientist REDD+ Forest and Climate Initiative
Presentation transcript:

Topic: Data Models

Data Model: A consistent way of defining and representing real world entities or phenomena in a GIS. Two Primary Types of Data Models: –Vector (points, lines and polygons) –Raster (Pixels or grid cells)

Real World Raster Representation Vector Representation line polygon point Which is better?

Parcels  Vector

Elevation  Raster DEM

Layer (Generic Definition): A spatial dataset containing a common feature type. Raster Layers Vector Layers Layers and Themes

Types of vector data Points Polylines Polygons

One pair of coordinates defines the location of a point feature.

Two or more pairs of coordinates that are connected define a line feature.

Multiple pairs of coordinates that are connected and closed* define a polygon feature. * The beginning and ending coordinates for a polygon are the same.

Types of vector data Points –Individual X,Y Polylines (LineStrings) –A series of connected points –Actually: A set of series of connected points Polygons –A series of connected points that loop back to the first point –Actually: Multiple “polygons” Can have internal polygons or “holes”

Definitions Features: Something we can reference spatially Arcata California This building This room The pacific ocean General Sherman (the tree) Your house You! Themes: A type of feature Cities States Buildings Rooms Oceans Sequoias Houses People