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.

Slides:



Advertisements
Similar presentations
Week 1: Introduction to GIS
Advertisements

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.
ESRI Software ArcGIS –ArcMap –ArcEdit –ArcInfo –ArcView.
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?
You have just been given an aerial photograph that is not registered to real world coordinates. How do you display the aerial with other data layers that.
Lecture 4: Intro to the Vector Data Model and to Map Layout
@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
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.
Introduction to GIS and Data Francisco Olivera, Ph.D., P.E. Department of Civil Engineering Texas A&M University.
GI Systems and Science January 23, Points to Cover  What is spatial data modeling?  Entity definition  Topology  Spatial data models Raster.
ESRM 250 & CFR 520: Introduction to GIS © Phil Hurvitz, KEEP THIS TEXT BOX this slide includes some ESRI fonts. when you save this presentation,
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
Intro. To GIS Lecture 4 Data: data storage, creation & editing
©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.
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”
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.
Presented by Rehana Jamal (GIS Expert & Geographer) Dated: Advance Applications of RS/GIS in Geo-Environmental Conservation Subject Lecture# 9&10.
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
Data input 1: - Online data sources -Map scanning and digitizing GIS 4103 Spring 06 Adina Racoviteanu.
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?
Esri UC 2014 | Technical Workshop | Fundamentals of working with geographic data Miriam Schmidts.
Raster Data Model.
CHAPTER 3 VECTOR DATA MODEL.
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.
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.
LBR & WS LAB 1: INTRODUCTION TO GIS.
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
INTRODUCTION TO GIS  Used to describe computer facilities which are used to handle data referenced to the spatial domain.  Has the ability to inter-
Definition: What is data? Data is anything in the form of 1.Charts 2.Tables 3.Text 4.Maps 5.Photos 6.Imageries, etc.
Vector Data Model Chapter 3.
Co-sponsored by the MIT Libraries and IS&T GIS Lab website: Advanced ArcGIS.
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.
Introduction to Geodatabases
WORKING WITH REGIONAL MODELS The Conceptual Model Approach.
Rayat Shikshan Sanstha’s Chhatrapati Shivaji College Satara
Desktop ArcGIS GIS File Types
Spatial Data Model: Basic Data Types
Raster and Vector Data.
Data Queries Raster & Vector Data Models
Review- vector analyses
Geographic Information Systems
NPS Introduction to GIS: Lecture 1 Based on NIMC and Other Sources.
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 airports are point features each point is stored as a coordinate pair each point location has a record in the table

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

Vector Data Model 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 node vertex

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 Nodes Vertices Lines Nodes Vertices 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 1 st 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 2 nd 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 less complex data model polygons do not share bounding lines Shapefile polygon spatial data model

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 polygons share bounding lines same topological rules can be built into Geodatabase ArcInfo coverage spatial 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 digital orthophoto digital elevation model (DEM) A few different types of raster data

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_dst10m cont.distance to nearest standing energy well Rd_dst10m cont.distance to nearest road SB10m cont.% sagebrush cover determined from a.p. Crop_dst10m cont.distance to nearest cultivated land pCrop10m cont.prop. of crop in a 1-km moving window

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