Chapter 3 Sections 3.5 – 3.7. Vector Data Representation object-based “discrete objects”

Slides:



Advertisements
Similar presentations
Data Models There are 3 parts to a GIS: GUI Tools
Advertisements

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.
GIS for Environmental Science
From portions of Chapter 8, 9, 10, &11. Real world is complex. GIS is used model reality. The GIS models then enable us to ask questions of the data by.
1 CPSC 695 Data Quality Issues M. L. Gavrilova. 2 Decisions…
Vector-Based GIS Data Processing Chapter 6. Vector Data Model Feature Classes points lines polygons Layers limited to one class of data Figure p. 186.
Introduction to Cartography GEOG 2016 E
Geog 458: Map Sources and Errors January Representing Geography.
Cartographic and GIS Data Structures
QA/QC: A Checklist for Quality and Control
Geog 458: Map Sources and Errors January 20, 2006 Data Storage and Editing.
@2007 Austin Troy Lecture 4: An Introduction to the Vector Data Model and Map Layout Techniques Introduction to GIS By Brian Voigt University of Vermont.
GTECH 201 Lecture 05 Storing Spatial Data. Leftovers from Last Session From data models to data structures Chrisman’s spheres ANSI Sparc The role of GIScience.
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
1 Spatial Databases as Models of Reality Geog 495: GIS database design Reading: NCGIA CC ’90 Unit #10.
It’s the Geography, Cupid!. GTECH 201 Lecture 04 Introduction to Spatial Data.
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.
Completeness February 27, 2006 Geog 458: Map Sources and Errors.
Spatial data quality February 10, 2006 Geog 458: Map Sources and Errors.
February 15, 2006 Geog 458: Map Sources and Errors
Geography 241 – GIS I Dr. Patrick McHaffie Associate Professor Department of Geography Cook County, % population < 5.
Copyright, © Qiming Zhou GEOG1150. Cartography Quality Control and Error Assessment.
GI Systems and Science January 23, Points to Cover  What is spatial data modeling?  Entity definition  Topology  Spatial data models Raster.
Data Acquisition Lecture 8. Data Sources  Data Transfer  Getting data from the internet and importing  Data Collection  One of the most expensive.
@2007 Austin Troy Lecture 4: An Introduction to the Vector Data Model and Map Layout Techniques Introduction to GIS By Brian Voigt University of Vermont.
Data Quality Data quality Related terms:
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)
Parcel Data Models for the Geodatabase
Applied Cartography and Introduction to GIS GEOG 2017 EL
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.
Faculty of Applied Engineering and Urban Planning Civil Engineering Department Geographic Information Systems Vector and Raster Data Models Lecture 3 Week.
GIS Data Quality.
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
Data input 1: - Online data sources -Map scanning and digitizing GIS 4103 Spring 06 Adina Racoviteanu.
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?
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.
Introduction to Cartographic Modeling
Rupa Tiwari, CSci5980 Fall  Course Material Classification  GIS Encyclopedia Articles  Classification Diagram  Course – Encyclopedia Mapping.
1 Spatial Data Models and Structure. 2 Part 1: Basic Geographic Concepts Real world -> Digital Environment –GIS data represent a simplified view of physical.
GUS: 0265 Applications in GIS Lecture Presentation 1: Vector Data Model and Operations Jeremy Mennis Department of Geography and Urban Studies Temple University.
Introducing ArcGIS Chapter 1. Objectives  Understand the architecture of the ArcGIS program.  Become familiar with the types of data files used in ArcGIS.
Error & Uncertainty: II CE / ENVE 424/524. Handling Error Methods for measuring and visualizing error and uncertainty vary for nominal/ordinal and interval/ratio.
GIS Data Types. GIS technology utilizes two basic types of data 1. Spatial Data Describes the absolute and relative location of geographic features.
INTRODUCTION TO GIS  Used to describe computer facilities which are used to handle data referenced to the spatial domain.  Has the ability to inter-
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
GIS Data Models III GEOG 370 Instructor: Christine Erlien.
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.
Data Storage & Editing GEOG370 Instructor: Christine Erlien.
Lecture 24: Uncertainty and Geovisualization
Data Quality Data quality Related terms:
INTRODUCTION TO GEOGRAPHICAL INFORMATION SYSTEM
Physical Structure of GDB
Quality Assessment in the framework of Map Generalization
Chapter 3 Raster & Vector Data.
GTECH 709 GIS Data Formats GIS data formats
Cartographic and GIS Data Structures
URBDP 422 URBAN AND REGIONAL GEO-SPATIAL ANALYSIS
Geographic Information Systems
Presentation transcript:

Chapter 3 Sections 3.5 – 3.7

Vector Data Representation object-based “discrete objects”

Vector Data Concepts objects represented by points lines polygons topology relationship of objects without respect to coordinates

Representation of Vector Data coordinates forms point: single coordinate line: string of coordinates with start and end nodes polygon: closed loop of coordinates node vs. vertex

Vector data in ArcView Must choose form for theme Cannot mix forms in single theme

Vector Data Model - concepts spaghetti data model fig p. 85 no identities graphical elements graphical entities requires feature identifier ArcView - shapefiles  main file  index file  database table

Vector Data Model - representation cartographic representation number of arcs and nodes needed to represent data may vary with scale affects accuracy & precision as scale changes cartographic symbolization appropriate form may vary with scale polygon vs point

Vector Data Model numerical format determined by programmer double-precision, floating-point is best

Topological Data Model uses relationships between vector data of the same form arc-node used for line and polygon data arcs and nodes are shared uses less storage space simplifies analyses

Topological Data point: unique coordinates line from & to nodes, intermediate vertices has unique ID # may share nodes with other lines (connectivity) may cross without sharing a node polygon comprised of arcs (lines) and their nodes has unique ID # always minimum of two polys: inside and outside

Topological Relationships properties of geometric figures that do not change when the shape changes elements adjacency containment connectivity

Topological Relationships point to point: no relationship line to line may share nodes with other lines (connectivity, adjacency) may cross without sharing a node

Topological Relationships polygon may share nodes (connectivity, adjacency) may share arcs (lines)  (connectivity, adjacency)  right and left polygons may contain another polygon  (connectivity, adjacency, containment)  shared arc  polys are right and left

Use of Topology data input spaghetti digitizing remove topological errors polygons identified very important for later use spatial searches look for shared nodes and arcs

Complex Spatial Objects holes/islands/enclaves contained poly multiple polys common identifier

Topological Errors fig p. 92 interfere with analysis must be corrected

Georelational Data Model ArcView points, lines & polygons stored separately entities stored separately attribute data stored separately

Object-Oriented Data Model specially designed software user-specific based on the data objects considered

Relationship Between Representation & Analysis Raster less compact data structure simple data model analysis of spatial variability analysis of spatial relationships of environmental data Vector compact data structure complex data model analysis of distribution and location of individual objects works well with topological relationships (ie. land parcels & roads) difficult overlay processing

Chapter 4: Data Quality & Data Standards

Data Quality “fitness for use” varies with intended use scale method of collection quality of product may only be as good as the lowest quality data used to produce it

Data Quality need for metadata: includes records relevant to data quality need for standards: define acceptable quality need for training in all areas

Measures of data quality reliability accuracy currency relevance timeliness intelligibility completeness known precision concise intelligibility convenience integrity

More considerations projection scale classification scheme cartographic quality metadata transfer format

Accuracy how closely the data represent the real world limited by data collection equipment and technique intended use cost

Precision exactness of representation numerical data number of significant digits does not imply accuracy need varies with scale categorical data level of detail number of categories residential vs type of residential

Error deviation, variation, & discrpeancy lack of accuracy & precision types gross sytematic random

Error Sources table p. 107 original source material data collection data automation and compilation data processing and analysis inherent & operational

Uncertainty degree of doubt accuracy and precision are not known error is not known (but may be large) greater when data from multiple sources & scales are mixed importance of metadata!!!

Components of data quality lineage (data history): list p. 109 positional accuracy “one line width” varies with scale tables p. 109 & 110 attribute accuracy numerical categorical

Components of data quality logical consistency with real world within model & system between data sets & files  boundary errors  layering errors completeness spatial thematic

Components of data quality temporal accuracy precision of temporal measurements age of data semantic accuracy labeling

Using components of data quality level of quality desired will vary with scale intended application transferring data from one application or scale to another may not be appropriate must examine the metadata

Assessment of data quality positional accuracy random sample root mean square error (RMSE) fig p. 113 examine results for patterns & concentrations attribute accuracy random sample error matrix fig p. 114 errors of inclusion & exclusion percent correctly classified Kappa Index of Agreement (p. 116)

Assessment of data quality considerations data checks: field vs. reference file more precision, less accuracy (sometimes) sample size & scheme (p. 118)  original & reference  varies with data needs and real-world structure of data to be collected

Error Management QA/QC SOPs standardized methodology designed to avoid common errors important error sources digitizing coordinate transformation

Error Propagation end product accumulates errors of source data fig p. 120 (overly simplified) complexity error characteristics differ overlay operations differ in type of influence data set contributions to final product differ may attempt to reduce at each stage via examination of product

Error Management sensitivity analysis vary input layers & note effect on results helps in system design helps focus input data quality efforts may use in analyses (create varying scenarios) reporting data quality numerical measures error matrices shadow map (p. 123)

Data Standards reference document that provides rules, guidelines & procedures allows interaction between entities benchmark for variation types de facto (by popular use) de jure (developed by organization) regulatory table p 124

Data standard components standard data products data transfer standards data quality standards metadata standards

Standards International ISO current, proposed & developing National Spatial Data Transfer Standard (table p. 129)

Standards and GIS Development interoperability data infrastructure