GUS: 0262 Fundamentals of GIS

Slides:



Advertisements
Similar presentations
GG3019/GG4027/GG5019 An Introduction to
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.
ESRI Software ArcGIS –ArcMap –ArcEdit –ArcInfo –ArcView.
Introducing ArcGIS Desktop
Introduction to Cartography GEOG 2016 E
ArcGIS Geodatabase Miles Logsdon Spatial Information Technologies, UW Garry Trudeau - Doonesbury.
Introduction to ArcGIS Reading: “What is ArcGIS?”, ESRI Press, 2001, pp Acknowledgement: Dr Francisco Olivera developed some of the slides in this.
Geographic Information Systems
Introduction to the 176A labs and ArcGIS Acknowledgement: Slides by David Maidment, U Texas-Austin and Francisco Olivera (TAMU)
19 th Advanced Summer School in Regional Science An introduction to GIS using ArcGIS.
ArcCatalog and Geodatabases
Introduction to Mapping Science: Lecture #4 (Maps as numbers…) Overview Map as Numbers… an Abstraction of Space Database Management System for Attributes.
Problem with GIS Data Lots of different, related files Results in data that is: –Hard to find and share and of questionable quality Need: –Containers for.
Basic Concepts of GIS January 29, What is GIS? “A powerful set of tools for collecting, storing, retrieving, transforming and displaying spatial.
Introduction to ArcView
Introduction to GIS fGRG360G – Summer Geographic Information System Text Computer system GIS software Brainware Infrastructure Ray Hardware Software.
Intro. To GIS Lecture 4 Data: data storage, creation & editing
Spatial data models (types)
NR 322: Organizing Data Jim Graham Fall GIS Data Flow Project, resample Processing Processed Data Original Data Final data And maps.
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.
Different kinds of data Example of Elevation Topographic DEM (Digital Elevation Model)
GUS: 0262 Fundamentals of GIS Lecture Presentation 6: Raster Data Model Jeremy Mennis Department of Geography and Urban Studies Temple University.
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.
How do we represent the world in a GIS database?
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.
1 Data models Vector data model Raster data model.
Vaduz.library.oregonstate.edu:9090/ metadataexplorer_find/explorer.jsp If interested in job contact NEXT week.
Introduction to GeoDatabase Lecture
GUS: 0262 Fundamentals of GIS Lecture Presentation 8: Data Input and Editing Jeremy Mennis Department of Geography and Urban Studies Temple University.
L9 – The GIS Database Part 2. Relational Databases The relational database model was defined by E.F. Codd. This is the most common database design due.
ArcCatalog and Geodatabases Francisco Olivera, Ph.D., P.E. Srikanth Koka Department of Civil Engineering Texas A&M University.
Geographical Information Systems. Software which can be used in GIS ArcGIS Desktop Map Window Quantum GIS uDig.
GIS Data Models Vector Data Models Vector File Formats Raster Data Models Raster File Formats.
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.
GIS Data Structures How do we represent the world in a GIS database?
Geographic Data in GIS. Components of geographic data Three general components to geographic information Three general components to geographic information.
Geographic Information Systems
Geographic Information Systems Using ESRI ArcGIS 9.3 Arc Catalog File Management.
Spatial data models Raster –exhaustive regular or irregular partitioning of space –associated with the field view –location-based Vector –points, lines,
Vector Data Model Chapter 3.
Co-sponsored by the MIT Libraries and IS&T GIS Lab website: Advanced ArcGIS.
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”
GIS data formats GIS/CAD5. GIS data „Direct“ spatial data Spatial information is stored within datasets Data representation – Vector data – Raster data.
Lesson 3 GIS Fundamentals MEASURE Evaluation PHFI Training of Trainers May 2011.
Rayat Shikshan Sanstha’s Chhatrapati Shivaji College Satara
ArcGIS Topology Shapefiles, Coverages, Geodatabases
Physical Structure of GDB
ESRI Geodatabases Ming-Chun Lee.
Geographic Information Systems
ESRI* Object Models; Data Capture
Raster and Vector Data.
GTECH 709 GIS Data Formats GIS data formats
ESRI Geodatabases Ming-Chun Lee.
Geographic Information Systems
ArcCatalog and Geodatabases
Feature Classes, Data File Formats in ArcGIS
Lecture 05 Organizing Geographic Data
Introduction to ArcGIS
ArcCatalog and Geodatabases
ArcCatalog and Geodatabases
Presentation transcript:

GUS: 0262 Fundamentals of GIS Lecture Presentation 4: Vector Data Model Jeremy Mennis Department of Geography and Urban Studies Temple University

Spatial Data Models Raster exhaustive regular or irregular partitioning of space associated with the field view location-based Vector points, lines, polygons associated with the object view object-based

Spatial Data Models

Spaghetti Vector Data Model Each point, line, or polygon is stored as a record in a file that consists of that entity’s ID and a list of coordinates that define geometry. For Points: ID Coordinates 3,4 5,5 2 1

Spaghetti Vector Data Model Each point, line, or polygon is stored as a record in a file that consists of that entity’s ID and a list of coordinates that define geometry. For Lines: ID Coordinates (0,1), (3,4), (5,6) (3,1), (5,2), (4,3) 1 2

Spaghetti Vector Data Model Each point, line, or polygon is stored as a record in a file that consists of that entity’s ID and a list of coordinates that define geometry. For Polygons: ID Coordinates (2,4), (4,3), (3,6) , (2,4), (3,1), (5,2), (4,3), (3,2), (3,1) 1 2

Spaghetti Vector Data Model Advantages simple efficient for display and plotting Disadvantages inefficient for most types of spatial analysis

Vector Topologic Data Model Composed of points, lines, and polygons Node: a point at the intersection of three or more lines In addition to coordinate locations, the topologic relationships among geometric features are explicitly recorded

Vector Topologic Data Model B C a1 a2 a3 a4 n1 n2 Arc StartXY IntermediateXY EndXY a1 4,5 (4,8), (8,8), (8,1), (4,1) 4,3 a2 4,5 (6,7), (6,3) 4,3 a3 4,5 (1,3) 4,3 a4 4,3 4,5 Arc Coordinate Data Arc Start End Left Right a1 n1 n2 A a2 n1 n2 A B a3 n1 n2 C a4 n2 n1 C B Arc Topology Node Arcs n1 a4, a2, a1, a3 n2 a2, a4, a3, a1 Node Topology ID Arcs A a1, a2 B a2, a4 C a3, a4 Polygon Topology

Vector Topologic Data Model Planar Enforcement: No two individual features can overlap. There are no ‘holes’ or ‘íslands’ that are not themselves features. Every feature is represented as a record in the attribute table.

Vector Topologic vs. Spaghetti Spaghetti: can encode as 2 or 3 polygons (and have 2 or 3 records in the attribute table) Topologic: must be encoded as 3 polygons (and have 3 records in the attribute table)

Triangulated Irregular Network (TIN)

Triangulated Irregular Network (TIN)

Hybrid vs. Integrated Approaches Hybrid Approach: stores spatial data and attribute data in different data models (typically relational data model for attribute data and proprietary data structure for spatial data). Integrated Approach: stores spatial and attribute data using the same data model (typically using the relational data model in a single RDBMS).

ESRI Shapefile Designed by ESRI for ArcView Implementation of the spaghetti vector model An individual layer stores a single type of geometry (i.e. point, line, polygon) No topology (but it can be calculated on the fly...) Draws relatively fast ‘Open’ file format

ESRI Shapefile Three primary files in a shapefile: .shp, .shx, and .dbf All files must share the same prefix for one shapefile, e.g. road.shp, road.shx, and road.dbf .shp : stores the feature geometry (binary) .shx : index for .shp file .dbf : attribute data stored in dBASE format

ESRI Shapefile

ESRI Coverage Designed by ESRI for ArcInfo Implementation of the vector topologic data model ‘Closed’ file format Each coverage is a directory, with numerous files that store feature geometry, projection, registration, etc. Attribute data is stored in a separate INFO directory, which stores all attribute data for all coverages in its parent directory.

ESRI Geodatabase Designed by ESRI for ArcGIS Integrated approach implementing spaghetti vector data model in a relational DBMS (for vector) RDBMS is powered by Microsoft Jet (Access) or other DBMS Topology is generated on the fly Supports versioning, multi-user edits, client-server architecture, other mainstream database functionality