How do we represent the world in a GIS database?

Slides:



Advertisements
Similar presentations
Data Models There are 3 parts to a GIS: GUI Tools
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.
GIS for Environmental Science
Raster Based GIS Analysis
University of Wisconsin-Milwaukee Geographic Information Science Geography 625 Intermediate Geographic Information Science Instructor: Changshan Wu Department.
Introduction to Cartography GEOG 2016 E
Border around project area Everything else is hardly noticeable… but it’s there Big circles… and semi- transparent Color distinction is clear.
Geog 458: Map Sources and Errors January Representing Geography.
West Hills College Farm of the Future. West Hills College Farm of the Future Where are you NOW?! Precision Agriculture – Lesson 3.
Cartographic and GIS Data Structures
GIS Geographic Information System
NR 422: GIS Review Jim Graham Fall What is GIS? Geographic Information System? Geographic Information Science? A system that provides the ability.
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.
CE Introduction to Surveying and Geographic Information Systems
Fundamentals of GIS Materials by Austin Troy © 2008 Lecture 18: Data Input: Geocoding and Digitizing By Austin Troy University of Vermont NR 143.
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.
Introduction to ArcView ArcView_module_2 May 12, 10:40 AM.
Spatial Data: Elements, Levels and Types. Spatial Data: What GIS Uses Bigfoot Sightings: Spatial Data.
GI Systems and Science January 23, Points to Cover  What is spatial data modeling?  Entity definition  Topology  Spatial data models Raster.
Let’s pretty it up!. Border around project area Everything else is hardly noticeable… but it’s there Big circles… and semi- transparent Color distinction.
Introduction to GIS fGRG360G – Summer Geographic Information System Text Computer system GIS software Brainware Infrastructure Ray Hardware Software.
Rebecca Boger Earth and Environmental Sciences Brooklyn College.
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 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.
Introduction to Rasters In ArcGIS 9.2. What can you do with Rasters Lots….
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.
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.
Chapter 3 Digital Representation of Geographic Data.
8. Geographic Data Modeling. Outline Definitions Data models / modeling GIS data models – Topology.
Raster Data Model.
CHAPTER 3 VECTOR DATA MODEL.
Introduction to the Geodatabase. What is a Geodatabase? What are feature classes and feature datasets? What are domains Design a personal Geodatabase.
Chapter 8. ATTRIBUTE DATA INPUT AND MANAGEMENT
Geographic Information Systems Data Analysis. What is GIS Data ?
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?
Exploring GIS concepts. Introduction to ArcGIS I (for ArcView 8, ArcEditor 8, and ArcInfo 8) Copyright © 2000–2003 ESRI. All rights reserved. 2-2 Organizing.
Introduction to GIS. Introduction How to answer geographical questions such as follows: – What is the population of a particular city? – What are the.
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.
Integrating Geographic Information Systems (GIS) into your Curriculum Teaching American History Meg Merrick & Heather Kaplinger Year 2 GIS Inservices.
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”
1 Basic Geographic Concepts Real World  Digital Environment Data in a GIS represent a simplified view of physical entities or phenomena 1. Spatial location.
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.
UNIT 3 – MODULE 3: Raster & Vector
Introduction to Geodatabases
Rayat Shikshan Sanstha’s Chhatrapati Shivaji College Satara
Geog. 314 Working with tables.
Physical Structure of GDB
Spatial Data Model: Basic Data Types
Lab 2: GIS Data Models Yingjie Hu. Objectives Understanding GIS data models Manipulating the data models supported in ArcGIS.
Data Queries Raster & Vector Data Models
Cartographic and GIS Data Structures
Presentation transcript:

How do we represent the world in a GIS database? GIS Data Structures How do we represent the world in a GIS database?

Objectives To discuss basic data structures for GIS Details of vector, raster, and TIN data models will be given To define and discuss topology

Basic Data Structures for GIS 1. Vector 2. Raster 3. TIN (triangulated irregular network) 4. Tabular Information (attribute table)

Vector Data Structure polygons lines

Vector Data Structure In vector data layers, the feature layer is linked to an attribute table. Every individual feature corresponds to one record (row) in the attribute table.

About Image Files Image files contain no data They are the background You can create data based on images Not considered a “data” structure

Raster Data Structure (Grid)

Raster Data Structure A raster grid can store values that represent categories, for example, vegetation type The basic grid attribute table has a value and count field The value field has a code or some real number representing information about the grid cell. In this case it is a code for vegetation. The count field shows how many grid cells have that same value.

Raster Data Structure A raster grid can store values that represent categories, for example, vegetation type A grid table can also have additional information, in this case the name of the vegetation type. But is always has the value and count fields.

Raster Data Structure Grids can also store continuous values like elevation

Raster Data Structure Elevation grid for area north of Kirkuk, Iraq From space shuttle radar topography mission (SRTM) Zoom in and you see the grid cells These are called: Digital Elevation Models (DEM)

Raster Data Structure So 2 ways of representing elevation: Vector contour lines Raster grid

Raster Data Structure Sources of raster data Interpreted satellite imagery, e.g., land cover Conversion of vector to raster data

Raster Data Structure Sources of raster data Spatial analysis performed on vector data A density grid derived from the same crime data – interpolation of point data over a continuous surface A point layer of crime reports

Raster Data Structure Sources of raster data Although an digital aerial photo is in raster format, it has no data.

Raster Data Structure

Raster and Vector Data Structures Raster data are described by a cell grid, one value per cell Vector Raster Point Line DRM Zone of cells Polygon

Vector Raster Features with discrete shapes and boundaries (e.g., street, land ownership parcel, well) Database management Database query and reporting Network analysis High quality maps Continuous surfaces with fuzzy boundaries or with qualities that change gradual over space (e.g., soil, land cover, vegetation, pollution) Spatial analysis and modeling (e.g., agricultural suitability)

TIN Data Structure A 3rd data structure for representing surfaces: Triangulated Irregular Network (TIN)

TIN Data Structure Elevation points connected by lines to form polygons that contain topographic information

TIN Data Structure Elevation points connected by lines to form polygons that contain topographic information

TIN Data Structure

TIN Data Structure

TIN Data Structure Advantages Linear geographic features such as streams and ridges are more accurately represented in a TIN Less points are needed to represent the topography – less hard disk space is needed Points can be concentrated in important areas where the topography is more variable, or where more detail is required (e.g., small areas of land) Survey data and known elevations can easily be incorporated into a TIN Some functions cannot be performed with DEM data, but are easily done with a TIN

3 GIS Spatial Data Structure Types

Attribute Data Structure Attribute table “Flat File” with columns and rows Row = geographic feature record Column = attribute field (item of information about a feature)

Attribute field general types Numeric (integer or decimals) Text (string) Date Blob (binary large object)

Attribute data types Categorical (name): nominal no inherent ordering land use types, county names ordinal inherent order road class; stream class Note: often coded to numbers (eg. SSN) but can’t do arithmetic Numerical Known difference between values interval No natural zero can’t say ‘twice as much’ temperature (Celsius or Fahrenheit) ratio natural zero ratios make sense (e.g. twice as much) income, age, rainfall Note: may be expressed as integer [whole number] or floating point [decimal fraction] Attribute data tables can contain locational information, such as addresses or a list of X,Y coordinates. ArcView refers to these as event tables. However, these must be converted to true spatial data (shape file), for example by geocoding, before they can be displayed as a map.

Topology When you edit features in an electric utility system, you want to be sure that the ends of primary and secondary lines connect exactly and that you are able to perform tracing analysis on that electric network. Features need to be connected using specific rules.

Network Topology

Planar topology Property parcels of land must adjoin each other exactly, without gaps or overlaps. This two-dimensional graph is called a planar topology.

Topological relationships The relationships that do not change if you imagine a map being on a rubber sheet and you pull and stretch the rubber sheet in different directions. Vector and TIN data can have topological structure. Raster and images can not have a topological structure.

For your project What data layers Vector, raster, TIN, image? Topological structure (network connectivity or planar topology)? Attributes? Minimum required accuracy?

Should a data layer be topologically structured? Some objects are non-topological and can be freely placed in a geographic area. Examples? Many objects are primarily stored in a GIS for the purpose of background display on a map, so it is usually not necessary to store them in a topological format. If roads are a background layer in your GIS, they will probably be simple features. If roads are part of an analysis of a transportation system, they should be topological features.

ArcGIS Major Data Formats Coverages (Arc/Info) Older Used with ArcInfo versions 7 and older Shape files Developed when ArcView was released ArcView merged with ArcInfo at version 8 Geodatabases Developed when ArcGIS was released (version 8) Shapefiles are still used, but the move is toward geodatabases

Arc/Info Coverages Coverages are an older data structure in which topology could be modeled. You will still find many data sets in Arc/Info coverage data formats. But for new data, you should use geodatabase or shapefile formats.

Shape files Shape files can be created with ArcView software.

Geodatabases Geodatabases can be created with ArcGIS 8.x , 9.x, and 10 Geodatabases give you more power to specify rules for features and structure topology

Summary 3 Spatial Data Structure Types in GIS Vector Raster TIN Attribute Data Structure – Tables of columns and rows Topology – needed for spatial data to “know” where other data is