Spatial Data Model: Basic Data Types

Slides:



Advertisements
Similar presentations
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.
Advertisements

Raster Based GIS Analysis
Introduction to Cartography GEOG 2016 E
Raster Data in ArcSDE 8.2 Why Put Images in a Database? What are Basic Raster Concepts? How Raster data stored in Database?
@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.
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
Introduction to the 176A labs and ArcGIS Acknowledgement: Slides by David Maidment, U Texas-Austin and Francisco Olivera (TAMU)
Digital Spatial Data Francisco Olivera, Ph.D., P.E. Department of Civil Engineering Texas A&M University.
Dr. David Liu Objectives  Understand what a GIS is  Understand how a GIS functions  Spatial data representation  GIS application.
GI Systems and Science January 23, Points to Cover  What is spatial data modeling?  Entity definition  Topology  Spatial data models Raster.
Rebecca Boger Earth and Environmental Sciences Brooklyn College.
@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.
Spatial data Visualization spatial data Ruslan Bobov
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)
SPATIAL DATA STRUCTURES
Data Structures & GeoDatabase. GeoDatabase Implemented in a relational database Comes in two flavors – Personal & Enterprise (Access & Sys. Like Oracle)
Spatial (coordinate) data model Relational (tabular) data model
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.
GIS in Real Estate Phil Hurvitz CAUP-Urban Form Lab April 13, 2005.
Faculty of Applied Engineering and Urban Planning Civil Engineering Department Geographic Information Systems Vector and Raster Data Models Lecture 3 Week.
Applied Cartography and Introduction to GIS GEOG 2017 EL Lecture-2 Chapters 3 and 4.
Introduction In ArcGIS, there are three basic data structures:
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
CENTENNIAL COLLEGE SCHOOL OF ENGINEERING & APPLIED SCIENCE VS 361 Introduction to GIS GIS DATABASE CONCEPTS 1.
8. Geographic Data Modeling. Outline Definitions Data models / modeling GIS data models – Topology.
How do we represent the world in a GIS database?
CHAPTER 3 VECTOR DATA MODEL.
Arch: 383 Introduction to GIS Week 2 Introduction to GEOGRAPHIC INFORMATION SYSTEMS Can Kara Faculty of Architecture 2011 ARC 383.
GIS Data Models Vector Data Models Vector File Formats Raster Data Models Raster File Formats.
Introducing ArcGIS Chapter 1. Objectives  Understand the architecture of the ArcGIS program.  Become familiar with the types of data files used in ArcGIS.
GIS Data Structures How do we represent the world in a GIS database?
Introduction to GIS GIS/CAD5.
GIS Data Types. GIS technology utilizes two basic types of data 1. Spatial Data Describes the absolute and relative location of geographic features.
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
Vector Data Model Chapter 3.
Co-sponsored by the MIT Libraries and IS&T GIS Lab website: Advanced ArcGIS.
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.
Introduction to Geodatabases
Chapter 1: GIS Data Outline Representing the world as a map Coordinate systems Map scale Data quality issues About ArcGIS.
Rayat Shikshan Sanstha’s Chhatrapati Shivaji College Satara
Introduction to GIS Data Management CGIS-NURIntroduction to ArcGIS I.
Introduction to GIS GIS in Cadastral Management
INTRODUCTION TO GEOGRAPHICAL INFORMATION SYSTEM
Desktop ArcGIS GIS File Types
Introduction to GIS and Data
ArcGIS Topology Shapefiles, Coverages, Geodatabases
Physical Structure of GDB
Chapter 3 Raster & Vector Data.
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.
Raster and Vector Data.
Data Queries Raster & Vector Data Models
GTECH 709 GIS Data Formats GIS data formats
Review- vector analyses
Introduction to Geographic Information Science
Cartographic and GIS Data Structures
Geographic Information Systems
Geography 413/613 Lecturer: John Masich
The Arc-Node Data Model
NPS Introduction to GIS: Lecture 1 Based on NIMC and Other Sources.
Prepared by S Krishna Kumar
ArcCatalog and Geodatabases
Presentation transcript:

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 grid cells (images, bitmaps, DEMs)

Vector Data

Vector Data Model Points: represent discrete point features each point location has a record in the table airports are point features each point is stored as a coordinate pair

Vector Data Model Lines: represent linear features each road segment has a record in the table roads are linear features

Vector Data Model Lines start and end at nodes vertex node Lines start and end at nodes line #1 goes from node #2 to node #1 Vertices determine shape of line Nodes and vertices are stored as coordinate pairs

Vector Data Model Polygons: represent bounded areas each bounded polygon has a record in the table landforms and water are polygonal features

Vector Data Model Points are discreet Lines Nodes Vertices Lines Arcs Closed area (Lines + points ) = polygons

Vector Data Model Vector data formats available in ArcGIS ESRI GeoDatabases ESRI shapefiles ArcInfo coverages and libraries CAD files (AutoCAD DWG, DXF; microstation DGN) StreetMap files Spatial Database Engine (SDE) data ASCII point coordinate data Linear measure (route) data

Vector Data Model ESRI Geodatabases Geodatabase can store many files from many source formats 1st preferred vector format in ArcGIS Rapid display Fully editable (coordinate and tabular) in ArcGIS Convenient storage format Data sets are either point or line or polygon

Vector Data Model ESRI shapefiles 2nd preferred vector format in ArcGIS Rapid display Fully editable (coordinate and tabular) in ArcGIS Simple in structure Do not use arc-node topology “Connected” lines do not necessarily share a common node Adjacent polygons do not share common bounding arcs Data sets are either point or line or polygon

Vector Data Model Shapefile polygon spatial data model less complex data model polygons do not share bounding lines

Vector Data Model ArcInfo coverages Commonly found format (due to ArcInfo market dominance) Data model more complex Display more slowly in ArcGIS Coordinate data not editable in ArcGIS Polymorphic (point/line/polygon/route/annotation/…) Problematic OS file structure

Vector Data Model ArcInfo coverage spatial data model polygons share bounding lines same topological rules can be built into Geodatabase

Vector Data Model ASCII coordinate data Easy to obtain from a variety of sources GPS Traverse (survey) Direct reading OS and application independent

Vector Data Model Characteristics + Features are positioned accurately + Shape of features can be represented correctly + Features are represented discretely (no fuzzy boundaries) – Not good for representing spatially continuous phenomena – Potentially complex data structure (especially for polygons); - can lead to long processing time for analytical operations

Raster Data

Raster Data Model origin is set explicitly cell size is always known cell references (row/column locations) are known cell values are referenced to row/column location values represent numerical phenomena or index codes for non-numerical phenomena

Raster Data Model A few different types of raster data digital orthophoto digital elevation model (DEM)

Raster Data Model Characteristics: Rectangular grid of square cells – Shape of discrete polygonal features generalized by cells + Continuous (surface) data represented easily + Simple data structure

Raster Data Model Good at representing continuous phenomena, e.g., Wind speed Elevation, slope, aspect Chemical concentration Likelihood of existence of a certain species Electromagnetic reflectance (photographic or satellite imagery)

Ecological Applications: Vol. 17, No. 2, pp. 508–526. LINKING OCCURRENCE AND FITNESS TO PERSISTENCE: HABITAT-BASED APPROACH FOR ENDANGERED GREATER SAGE-GROUSE Cameron L. Aldridge and Mark S. Boyce

Well_dst 10m cont. distance to nearest standing energy well Rd_dst 10m cont. distance to nearest road SB 10m cont. % sagebrush cover determined from a.p. Crop_dst 10m cont. distance to nearest cultivated land pCrop 10m cont. prop. of crop in a 1-km moving window

Guest Speaker Line-up Matthew Parsons, UW, Map Library Peter Singleton, USFS & UW Theresa Nogeirie, UW Evan Girvetz, TNC & UW Jesse Langdon, UW Chad Wilsey, UW Cheryl Wilder, King County

Homework Read “getting data into ArcGIS Maps”, “displaying layers”, “changing layer display properties”, “project and data management”, “data export” Assignment 2. “Introduction to GIS” (due April 11)