Conversion between data models VectorRaster. Conversion between data models.

Slides:



Advertisements
Similar presentations
COMPUTERS AND STATISTICS IN ARCHAEOLOGY Week 4. Geographic Information Systems (GIS) - 2 © Richard Haddlesey
Advertisements

GI Science spatial data modelling Dr Nigel Trodd Science and the Environment Coventry University.
Introduction There is a tendancy to assume all data in a GIS, both locational and attribute, is accurate. This is never the case. Today we will look at:
Data Models (Raster) Reading Assignment: Bolstad, Chapter 2.
Raster Based GIS Analysis
MANAGING A GIS PROJECT. Starting Points for GIS: Do your homework: GIS, RS, GPS Get familiar with the terminology Gain general knowledge of spatial analysis:
School of Environmental Sciences University of East Anglia
CS 128/ES Lecture 4b1 Spatial Data Formats.
CS 128/ES Lecture 5b1 Vector Based Data. Great Rivalries in History Lincoln vs. Douglas “The first great Presidential Debates” Trekkies vs. Jedis.
Output Primitives Computer Graphics.
Cartographic and GIS Data Structures
CS 128/ES Lecture 5b1 Vector Based Data. CS 128/ES Lecture 5b2 Spatial data models 1.Raster 2.Vector 3.Object-oriented Spatial data formats:
©2005 Austin Troy. All rights reserved Lecture 3: Introduction to GIS Understanding Spatial Data Structures by Austin Troy, University of Vermont.
So What is GIS??? “A collection of computer hardware, software and procedures that are used to organize, manage, analyze and display.
DATA MANAGEMENT: SPATIAL COMPONENT. RASTER AND VECTOR FORMATS RASTER : Grid-based, Simplify reality VECTOR : Analog map, Cartography.
Geographic Information System By: Scott Wiegal Mitchell Mathews.
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.
Data Quality Data quality Related terms:
Prepared by Abzamiyeva Laura Candidate of the department of KKGU named after Al-Farabi Kizilorda, Kazakstan 2012.
Digital Communication: Texting/Phone calls By: Mailey Gorman.
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,
M ETHODS OF REPRESENTING GEOGRAPHIC SPACE Raster Model Vector Model.
SPATIAL DATA STRUCTURES
Cartographical Whispers Dr Nigel Trodd Coventry University.
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.
Chapter 3 Sections 3.5 – 3.7. Vector Data Representation object-based “discrete objects”
Raster Data Chapter 7. Introduction  Vector – discrete  Raster – continuous  Continuous –precipitation –elevation –soil erosion  Regular grid cell.
 Scaling an image is resizing the image in a graphic editing software so it is the proper size before adding it to a site.  Important NOTE: If you insert.
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.
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?
Support the spread of “good practice” in generating, managing, analysing and communicating spatial information Introduction to GIS for the Purpose of Practising.
Cartographic and GIS Data Structures Dr. Ahmad BinTouq URL:
URBDP 422 Urban and Regional Geo-Spatial Analysis Lecture 2: Spatial Data Models and Structures Lab Exercise 2: Topology January 9, 2014.
Raster Concepts.
Raster data models Rasters can be different types of tesselations SquaresTrianglesHexagons Regular tesselations.
GIS Data Structures How do we represent the world in a GIS database?
Lecture 7: Intro to Computer Graphics. Remember…… DIGITAL - Digital means discrete. DIGITAL - Digital means discrete. Digital representation is comprised.
Geographic Information Systems
The Digital Revolution Changing information. What is Digital?  Discrete values used for  Input  Processing  Transmission  Storage  Display  Derived.
Spatial data models Raster –exhaustive regular or irregular partitioning of space –associated with the field view –location-based Vector –points, lines,
Introduction to Geographic Information Systems
What is GIS? “A powerful set of tools for collecting, storing, retrieving, transforming and displaying spatial data”
Raster Data Model. How to Represent Point Features in Raster Data Models.
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.
Geoprocessing and georeferencing raster data
NWS Digital Services 1 Summary of Customer Feedback on NDFD Products From: To: Total Number of Responses: 935 Total Number of Responses:
RASTERIZING SHAPES IN PHOTOSHOP RASTERIZE: A process in Photoshop of converting a vector image into a bitmap (or raster) image VECTOR: A vector image is.
Post Processing Of digitally classified imagery….
Lesson 9: Web Graphics. Objectives Distinguish between vector and raster graphic types Identify and choose appropriate image file formats, including browser-compatibility.
ITEC2110, Digital Media Chapter 2 Fundamentals of Digital Imaging 1 GGC -- ITEC Digital Media.
Basic Digital Imaging For PE 266 Technology in HPER.
UNIT 3 – MODULE 3: Raster & Vector
GIS data formats GIS/CAD5. GIS data „Direct“ spatial data Spatial information is stored within datasets Data representation – Vector data – Raster data.
Czech Technical University in Prague Faculty of Transportation Sciences Department of Transport Telematics Doc. Ing. Pavel Hrubeš, Ph.D. Geographical Information.
Data Quality Data quality Related terms:
Raster/Map Algebra/Hydrology
Spatial Data Models.
Lecture 2 – Spatial Data Preparation
Statistical surfaces: DEM’s
Data Queries Raster & Vector Data Models
GTECH 709 GIS Data Formats GIS data formats
GTECH 709 Vector data models
Cartographic and GIS Data Structures
Raster-based spatial analyses
Presentation transcript:

Conversion between data models VectorRaster

Conversion between data models

Choosing an appropriate cell size is not always simple. You must balance your application's need for spatial resolution with practical requirements for quick display, processing time, and storage.

Problems associated with conversion: –Loss of Detail –Loss of Accuracy –Stair Stepping (raster to vector) –Changes to the original data

Choosing between data models Often depends on –Type of entity or phenomena represented. – (discrete or continuous) – Available storage. – Expected types of analysis. – Expertise of human operators. – Level of accuracy desired. “Raster is faster but vector is corrector”

Choosing between data models Raster is useful when: –Working with continuous data types –Good for large area analyses –Good for surface analysis –Mathematical modeling –Spatial detail isn’t important Vector is useful when: –Working with discrete data types –Good for small study areas –Spatial detail is important (When “close enough” isn’t really good enough). –When topology is needed for the analysis