Data Queries Raster & Vector 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
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.
GIS for Environmental Science
Raster Based GIS Analysis
GIS: The Grand Unifying Technology. Introduction to GIS  What is GIS?  Why GIS?  Contributing Disciplines  Applications of GIS  GIS functions  Information.
Cartographic and GIS Data Structures
Geographic Information Systems : Data Types, Sources and the ArcView Program.
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.
Dr. David Liu Objectives  Understand what a GIS is  Understand how a GIS functions  Spatial data representation  GIS application.
Something basic about GIS. What is GIS ? GIS = Geographic Information Systems Three components: Geography – the real world Information – data and information.
GI Systems and Science January 23, Points to Cover  What is spatial data modeling?  Entity definition  Topology  Spatial data models Raster.
Raster and Vector 2 Major GIS Data Models. Raster and Vector 2 Major GIS Data Models.
Introduction to GIS. Watershed Discretization (model elements) + Land Cover Soil Rain Results Intersect model elements with Digital Elevation Model (DEM)
Rebecca Boger Earth and Environmental Sciences Brooklyn College.
Spatial data Visualization spatial data Ruslan Bobov
©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
GROUP 4 FATIN NUR HAFIZAH MULLAI J.DHANNIYA FARAH AN-NUR MOHAMAD AZUWAN LAU WAN YEE.
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.
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.
GIS in Real Estate Phil Hurvitz CAUP-Urban Form Lab April 13, 2005.
1 1 ISyE 6203 Radical Tools Intro To GIS: MapPoint John H. Vande Vate Spring 2012.
Coordinate Systems Global Coordinate System – Latitude, Longitude and elevation UTM – eastings and northings, reference points are the equator and the.
Faculty of Applied Engineering and Urban Planning Civil Engineering Department Geographic Information Systems Vector and Raster Data Models Lecture 3 Week.
Presented by Rehana Jamal (GIS Expert & Geographer) Dated: Advance Applications of RS/GIS in Geo-Environmental Conservation Subject Lecture# 9&10.
Geographic Information System GIS This project is implemented through the CENTRAL EUROPE Programme co-financed by the ERDF GIS Geographic Inf o rmation.
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?
1 Data models Vector data model Raster data model.
URBDP 422 Urban and Regional Geo-Spatial Analysis Lecture 2: Spatial Data Models and Structures Lab Exercise 2: Topology January 9, 2014.
 Data Models in Commercial GIS Systems E. Hoel, page CSCI 5715 – Fall /14/2014 Sameera Shah Shyam Sundar Somasundaram.
GEOG 2007A An Introduction to Geographic Information SystemsFall, 2004 C. Earl A model is a ‘synthesis of data’ + information about how the data interact.
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.
GIS Data Structures How do we represent the world in a GIS database?
GIS Data Types. GIS technology utilizes two basic types of data 1. Spatial Data Describes the absolute and relative location of geographic features.
A Quick Introduction to GIS
Introduction to GIS. Introduction How to answer geographical questions such as follows: – What is the population of a particular city? – What are the.
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”
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.
Lesson 3 GIS Fundamentals MEASURE Evaluation PHFI Training of Trainers May 2011.
Rayat Shikshan Sanstha’s Chhatrapati Shivaji College Satara
Geog. 314 Working with tables.
Introduction to GIS Data Management CGIS-NURIntroduction to ArcGIS I.
Geographic Information Systems “GIS”
SPATIAL DATA ANALYSIS.
GEOGRAPHICAL INFORMATION SYSTEM
Vector Analysis Ming-Chun Lee.
Something Basic about GIS
INTRODUCTION TO GEOGRAPHICAL INFORMATION SYSTEM
Desktop ArcGIS GIS File Types
Something basic about GIS
URBDP 422 URBAN AND REGIONAL GEO-SPATIAL ANALYSIS
Geographic 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.
Cartographic and GIS Data Structures
Geography 413/613 Lecturer: John Masich
The Arc-Node Data Model
Lecture 2 Components of GIS
NPS Introduction to GIS: Lecture 1 Based on NIMC and Other Sources.
Prepared by S Krishna Kumar
Geographic Information Systems
Presentation transcript:

Data Queries Raster & Vector Data Models Ming-Chun Lee

Types of GIS Data Describes Objects In Terms Of: Spatial Data Absolute X,Y Coordinates – Locations Size, and Shape Attributes Characteristics associated with Geography We can categorize GIS data into three different types: First type is Spatial Data, include location, size, and shape, Absolute X,Y Coordinates – Locations Size, and Shape For example, like land parcels, cone with locations, different sizes and shapes Second one is non-spatial attributes: Non-spatial Attributes Characteristics Unrelated to Geography For example, the owners’ names of those parcels, an owner can own multiple properties, the name is one of the attribute associate with parcels, but no really location specific Topology Spatial Relationships Between Features How each feature relate with each other, like which one is connected to which one, which one is on the left of which one, those kinds of relations

GIS Associates Spatial and Attribute Data in a Geo-Referenced Database ARC INFO 1 3 5 ID AREA PERIM CLASS LANDUSE 1 260210 20688 100 Single Family 2 18210 20688 100 Multi Family 3 260210 20688 100 Commercial 4 258876 16880 200 Forest 5 3008 88 500 Water 2 4 GIS Associates Spatial and Attribute Data in a Geo-Referenced Database

Data models Data models: Formats in which geographic data is stored and managed. Vector Data Models (Features) Points Lines Polygons Raster Data Models (Surfaces)

Raster and Vector Data Models Raster Representation Vector Representation line polygon point Let get started Quick comparison between two different data models Raster is represented by a grid of cells, Vector is represented by point and line and polygon features Point,

Raster Data Models Raster Data Model Location is referenced by a grid cell in a rectangular array or matrix Attribute is represented as a single value for that grid cell Let’s take a closer look at the two data models: First look at Raster: the map on the bottom shows the reality In raster data the entire area of the map is subdivided into a grid of tiny cells. A value is stored in each of these cells to represent the nature of whatever is present at the corresponding location on the ground.

Raster Data Models

Raster Data Models Raster Data Model Typical data sources: Images from remote sensing (LANDSAT, SPOT) Elevation data from USGS Best for continuous data: Elevation Temperature

Raster Data Model Uses Elevation Temperature Noise Levels Air Quality Distance or Accessibility Surfaces Probabilities (e.g. flooding, liquefaction) Photographic Images

Vector Data Models Vector Data Model Location is referenced by x,y coordinates, which can be linked to form lines and polygons Attributes referenced through unique ID number to tables In vector data the features are recorded one by one, with shape being defined by the numerical values of the pairs of xy coordinates. A point is defined by a single pair of coordinate values. A line is defined by a sequence of coordinate pairs defining the points through which the line is drawn. An area is defined in a similar way, only with the first and last points joined to make a complete enclosure.

Features Geographic objects that have different shapes are represented as features Geographic objects that have different shapes are represented as features

Features Points are a pair of x,y coordinates

Features Lines are sets of coordinates that define a shape

Features Polygons are sets of coordinates defining boundaries that enclose areas. Polygons are sets of coordinates defining boundaries that enclose areas.

Vector Data Models Vector Data Model Typical data sources: DIME (Dual Independent Map Encoding) and TIGER (Topologically Integrated Geographic Encoding and Referencing file) files from US Census DLG (Digital Line Graph) from USGS for streams, roads, etc. Best for features with discrete boundaries: Soil Type Land Use DIME file (Dual Independent Map Encoding) introduced for the 1970 US Census and used again in 1980; replaced by TIGER in 1990 TIGER File (Topologically Integrated Geographic Encoding and Referencing file) introduced for 1990 Census to eliminate inconsistencies between census products USGS DLG (Digital Line Graph) file showing roads, streets, rivers,

Vector Data Model Uses Land Use or Zoning Classifications Polygons Transportation Networks Points and Polylines Hydrology Polylines for Rivers, Polygons for Water Bodies Utilities Points for Facilities, Polylines for Pipelines & Wires

Raster Advantages & Disadvantages Easy to Understand the Data Model Easy to Analyze Low Computing Requirements Compatible with Remote Sensing Sources Efficient for Continuous Data Easy to Use in Modeling Raster Disadvantages Spatial Inaccuracies Common Low Resolution, Relative to Vector Data Imprecise Locational Data Requires All Cells to be Coded Not As Efficient for Discrete Data or Features

Vector Advantages & Disadvantages More Readable as a Map Higher Resolution than Raster Data Can Have High Spatial Accuracy Can Have Storage Advantages Can Be Topological Efficient for Discrete Data or Features Vector Disadvantages Difficult to Manage Data Storage High Computing Requirements Complex to Perform Overlay and Modeling Operations Inefficient for Continuous Data

Basic Spatial Analysis Operations Data Review Tasks: Viewing Spatial Data Viewing Attribute Data Selecting Data Interactively Selecting Data by Data Query Measurement Data Manipulation Tasks: Extract a Subset Dissolves Reclassification

Viewing Spatial Data

Viewing Attribute Data: The Identify Tool

Viewing Attribute Data: The Attribute Table

Selecting Data Interactively

Identifying specific features Query Identifying specific features Where is parcel No. 2945? Identifying features based on conditions Find all trees with DBH > 35 cm

Selecting Data by Data Query

Measurement: Distance

Measurement: Area & Perimeter

Extract a Subset For Any Current Selection from a Data Layer, Creates a New Data Layer with Only the Selected Features

Extract a Subset

Dissolve Combine Features that Share Values of a Particular Attribute

Dissolve

Reclassification