Geospatial Data Types. Data Types Two general views to organizing spatial data: –Objects Monitoring measurement points, rivers, structures Have attributes.

Slides:



Advertisements
Similar presentations
The Role of Error Map and attribute data errors are the data producer's responsibility, GIS user must understand error. Accuracy and precision of map and.
Advertisements

Geographic Information Systems GIS Data Models. 1. Components of Geographic Data Spatial locations Attributes Topology Time.
Geographic Information Systems
Geographical Information Systems and Science Longley P A, Goodchild M F, Maguire D J, Rhind D W (2001) John Wiley and Sons Ltd 3. Representing Geography.
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.
Geog 405: Advanced Spatial Analysis © J.M. Piwowar1Spatial Data Models Characteristics of Raster Data Longley et al., Geographic Information Systems.
GIS for Environmental Science
Return to Outline Copyright © 2009 by Maribeth H. Price 2-1 Chapter 2 Mapping GIS Data.
Raster Based GIS Analysis
School of Environmental Sciences University of East Anglia
Group 3 Akash Agrawal and Atanu Roy 1 Raster Database.
TERMS, CONCEPTS and DATA TYPES IN GIS Orhan Gündüz.
West Hills College Farm of the Future. West Hills College Farm of the Future Where are you NOW?! Precision Agriculture – Lesson 3.
Cartographic and GIS Data Structures
GIS Geographic Information System
Geographic Information Systems
GIS Data Models: Vector
PROCESS IN DATA SYSTEMS PLANNING DATA INPUT DATA STORAGE DATA ANALYSIS DATA OUTPUT ACTIVITIES USER NEEDS.
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.
Dr. David Liu Objectives  Understand what a GIS is  Understand how a GIS functions  Spatial data representation  GIS application.
ESRM 250 & CFR 520: Introduction to GIS © Phil Hurvitz, KEEP THIS TEXT BOX this slide includes some ESRI fonts. when you save this presentation,
GIS’s Roots in Cartography Getting Started With GIS Chapter 2.
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.
Spatial data Visualization spatial data Ruslan Bobov
Spatial data models (types)
Welcome to Mapping Tom Sellsted – City of Yakima, Washington Vladimir Strinski – Hitech Systems.
SPATIAL DATA STRUCTURES
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 Rasters In ArcGIS 9.2. What can you do with Rasters Lots….
–combines elements of computer science –database design –software design geography –map projections –geographic reasoning mathematics –mathematical topology.
Point to Ponder “I think there is a world market for maybe five computers.” »Thomas Watson, chairman of IBM, 1943.
Presented by Rehana Jamal (GIS Expert & Geographer) Dated: Advance Applications of RS/GIS in Geo-Environmental Conservation Subject Lecture# 9&10.
Basic Geographic Concepts GEOG 370 Instructor: Christine Erlien.
GIS Data Structure: an Introduction
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.
Geographic Information Systems Data Analysis. What is GIS Data ?
Intro to GIS. What is GIS ? A computer system for - collecting, - storing, - manipulating, - analyzing, - displaying, and - querying geographically related.
Introduction to Cartographic Modeling
Environmental Data Types. Spatiotemporal Analysis.
Spatial Interpolation III
Raster data models Rasters can be different types of tesselations SquaresTrianglesHexagons Regular tesselations.
1 Spatial Data Models and Structure. 2 Part 1: Basic Geographic Concepts Real world -> Digital Environment –GIS data represent a simplified view of physical.
CFR 250/590 Introduction to GIS, Autumn 1999 View Basics © Phil Hurvitz, intro.ppt 1 Overview Getting data into ArcView Displaying themes Theme.
Reclassification Methods From important a research topic to trivial computer functions Is it to easy?
Geographic Data in GIS. Components of geographic data Three general components to geographic information Three general components to geographic information.
INTRODUCTION TO GIS  Used to describe computer facilities which are used to handle data referenced to the spatial domain.  Has the ability to inter-
Introduction to Geographic Information Systems (GIS)
Integrating Geographic Information Systems (GIS) into your Curriculum Teaching American History Meg Merrick & Heather Kaplinger Year 2 GIS Inservices.
Cartography Developing a Spatial Perspective. Developing spatial awareness F Two interconnected concepts of objects and measurements. F Use objects to.
Introduction to Geographic Information Systems
Patterns and Trends CE/ENVE 424/524. Classroom Situation Option 1: Stay in Lopata House 22 pros: spacious room desks with chairs built in projector cons:
What is GIS? “A powerful set of tools for collecting, storing, retrieving, transforming and displaying spatial data”
1 Basic Geographic Concepts Real World  Digital Environment Data in a GIS represent a simplified view of physical entities or phenomena 1. Spatial location.
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.
UNIT 3 – MODULE 3: Raster & Vector
Czech Technical University in Prague Faculty of Transportation Sciences Department of Transport Telematics Doc. Ing. Pavel Hrubeš, Ph.D. Geographical Information.
Spatial Data Models 5/7/2018 What are Spatial Data?
GEOGRAPHICAL INFORMATION SYSTEM
INTRODUCTION TO GEOGRAPHICAL INFORMATION SYSTEM
Chapter 2 Mapping GIS Data.
Digital Data Format and Storage
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.
Data Queries Raster & Vector Data Models
Cartographic and GIS Data Structures
NPS Introduction to GIS: Lecture 1 Based on NIMC and Other Sources.
Presentation transcript:

Geospatial Data Types

Data Types Two general views to organizing spatial data: –Objects Monitoring measurement points, rivers, structures Have attributes or features attached to them Point, line or area format Values exist at entity locations Commonly stored and rendered in raster format (grids) –Fields Continuous data such as temperature gradient fields and satellite imagery Values exist over an area Every location has a value Commonly stored and rendered in raster format (grids)

Haining, 2003

Vector Representation X-AXIS Y-AXIS River House 600 Trees B B BB B B B B G G BK B B B G G G G G Raster Representation Real World G Raster and Vector Data Models adapted from Lembo, 2003

Vector – Advantages and Disadvantages Advantages –Good representation of reality –Relatively compact data structure –Accurate graphics Disadvantages –Complex data structures –Some spatial analysis is difficult or impossible to perform

Advantages –Simple data structure –Uniform size and shape –Computationally cheaper to process Disadvantages –Large amount of data –Less visually pleasing (“blocky”) –May lose information due to generalization –Projection transformation is difficult –Different scales between grids can make comparison difficult Raster – Advantages and Disadvantages

Objects and Fields Objects and fields can be transformed to the other type Objects Vectors Fields Raster adapted from Bolstad, 2002

Vector vs. Raster Burroughs, 1996

Landcover Raster Grid Legend Mixed conifer Douglas fir Oak savannah Grassland (1-5) (6-10) (11-15) (16-20)

Raster = Grid columns rows The bounding box defines the geographic extent of the grid in terms of its coordinates [min_x, max_x, min_y, max_y] Abbreviation for PICTURE ELEMENT, which is the smallest unit in an image. In raster based GIS systems, attribute information can be assigned to each pixel. Pixel Matrix of Equal-Area Cells

Grid File Format (ASCII) ncols 6 nrows 6 xllcorner 210 yllcorner 370 cellsize 20 nodata_value 0 5, 6, 7, 8, 10, 13 5, 7, 8, 10, 12, 13 4, 5, 8, 12, 15, 15 3, 4, 5, 13, 15, 16 3, 5, 11, 14, 15, 17 2, 4, 5, 16, 16,

Table Format XYValue

Contoured Plots Also known as an Isopleth Plot

Map Scale Map scale is based on the representative fraction, the ratio of a distance on the map to the same distance on the ground. Most maps used in GIS fall between 1:1 million and 1:1000. A GIS is scaleless because maps can be enlarged and reduced and plotted at many scales other than that of the original data. To meaningfully compare maps in a GIS, both maps MUST be at the same scale

Scale of a baseball earth Baseball circumference = 226 mm Earth circumference approx 40 million meters Scale is 1:177 million

Scale Dependent Measurements How long is Maine’s coastline? length=340 km length=355 km length=415 km From Longley et al., 2001

Resolution 25 meter5 meter 1 meter Same number of pixels (rows and columns)

Resolution 1 meter5 meter 25 meter Same geographic area (m X m)

Spatial Dimensionality 0-dimensional, L 0 points and nodes 1-dimensional, L 1 lines 2-dimensional, L 2 (x,y) areas, polygons 3-dimensional, L 3 (x, y, z) volumes 4-dimensional, L 4 (x, y, z, t) 3-D plus time Another way to classify spatial object types is by their dimensionality

2.5 Dimensions

Attributes Attributes are the values and properties of an object or entity

Types of Attributes Nominal – Simply identifies or classifies an entity so that it can be distinguished from another. e.g. sensor ID, building name –Cannot be manipulated using mathematical operations. However, frequency distributions are meaningful. Ordinal – Values based on an order or ranking, e.g. agricultural potential classes –Cannot be manipulated using mathematical operations. However, frequency distributions are meaningful. Interval – Differences between entities are defined using fixed equal units, e.g. Celsius temperature –Can be manipulated using addition and subtraction Ratio - Differences between entities can be defined using ratios, e.g. distance –Can be manipulated using multiplication and division Cyclic - differences between entities depending on repeating sequence, e.g. wind direction A common approach to classifying attributes is based on their level of measurement

Structured Query Language (SQL) SELECT column name SQL is a formal search language that allows you to work with, access and filter data stored in a relational database format FROM data table name WHERE data condition The most common use for SQL is to retrieve subsets of data based on specified conditions

ArcGIS Select by Attribute SELECT * FROM MO_STN WHERE O3 > 80 AND PM25 > 15

Defining Reclassification Categories

Classification Schemas Natural breaks: classes are defined according to apparently natural groupings of data values. (GIS programs that automatically determine classes usually base them on relatively large jumps in data values.) Quantile breaks: classes are defined by having an equal number of observations Equal interval breaks: classes are defined by uniform intervals Standard deviation breaks: classes are defined by differences from the mean value.

Color Brewer

Graphic Visualization Components

Summary  Two general data types: object & field  Generally, “handled” as either vector or raster  Data can have multiple attributes (properties) associated with features or grid cells  Levels of measurement helps formalize the arithmetic and statistics that are appropriate for a particular dataset

DateTopicReading Problem SetTutorial 31-AugGIS OverviewBolstad Chp 1 Gorr, Chp1 7-SepGeospatial DataLongley Chp 3 Gorr Chp Sep Projections and Coordinate Systems Bolstad Chp 3 Problem Set 1 distributed Gorr Chp4, Chp 5 (p ) 21-SepFeature AnalysisBolstad Chp 9 Gorr Chp 8 (p ), Chp 9 28-SepSurface AnalysisBolstad Chp 10/11 PS1 due; PS2 distr. Handout: Suitability Analysis 5-OctSpatial Data AnalysisBolstad Chp 12 Handout: California Air Pollution 12-OctSpatial Modeling / Web GISBolstad Chp 13 PS2 dueGorr Chp 8 (p ), Handout: Groundwater Modeling 19-OctExam / Project Presentations

Gistutorial\UnitedStates States Counties Cities Capitals Utah Nevada Pennsylvania Gistutorial\Layers Tutorial3-1.mxd Tutorial3-NativeAmericans.mxd