Lab 2: GIS Data Models Yingjie Hu. Objectives Understanding GIS data models Manipulating the data models supported in ArcGIS.

Slides:



Advertisements
Similar presentations
COMPUTERS AND STATISTICS IN ARCHAEOLOGY Week 4. Geographic Information Systems (GIS) - 2 © Richard Haddlesey
Advertisements

GG3019/GG4027/GG5019 An Introduction to
Geographic Information Systems Using ESRI ArcGIS 9.3 CAD import.
Data Models There are 3 parts to a GIS: GUI Tools
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.
Spatial Analysis – vector data analysis
Introducing ArcGIS Desktop
Raster Data. The Raster Data Model The Raster Data Model is used to model spatial phenomena that vary continuously over a surface and that do not have.
WFM 6202: Remote Sensing and GIS in Water Management
TIN Triangulated Irregular Network (TIN) A set of adjacent, non-overlapping triangles computed from irregularly spaced points with x, y coordinates and.
NR 422: GIS Review Jim Graham Fall What is GIS? Geographic Information System? Geographic Information Science? A system that provides the ability.
Answers to Mid-Term Intro GIS Spring 2008 Paul C.Sutton Department of Geography University of Denver.
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.
What is GIS A geographic information system (GIS) is a system designed to capture, store, manipulate, analyze, manage, and present all types of geographical.
GI Systems and Science January 23, Points to Cover  What is spatial data modeling?  Entity definition  Topology  Spatial data models Raster.
Introduction to GIS fGRG360G – Summer Geographic Information System Text Computer system GIS software Brainware Infrastructure Ray Hardware Software.
Introduction to GIS in ArcGIS Desktop 10. A computer-based system that stores geographically referenced data layers (features) and links it with non-graphic.
Models and Structures of ArcGIS UML and Data Modeling Elements Longley et al., 8 (2/e) Zeiler, chs. 4, 5, and 12 Review Zeiler ch. 1.
Rebecca Boger Earth and Environmental Sciences Brooklyn College.
Spatial data Visualization spatial data Ruslan Bobov
Terrain Mapping and Analysis
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)
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.
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.
8. Geographic Data Modeling. Outline Definitions Data models / modeling GIS data models – Topology.
How do we represent the world in a GIS database?
Vaduz.library.oregonstate.edu:9090/ metadataexplorer_find/explorer.jsp If interested in job contact NEXT week.
Simple Data Types Point (2d or 3d) –Coordinates with attributes Polyline (2d or 3d) –Points collected by line segments –2 lines max per point Polygon (2d)
Lecture 2 Introduction to GIS, Data models, Data structures.
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.
Introduction to ArcGIS
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?
Working with ArcGIS Data Data Management and Tips Your friend…..ArcCatalog.
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
Spatial data models Raster –exhaustive regular or irregular partitioning of space –associated with the field view –location-based Vector –points, lines,
Lecture 6 Raster data. Raster layers It’s all cells.
The Nature of Geographic Data Longley et al. Chapters 3 and 4.
Topic: Data Models. Data Model: A consistent way of defining and representing real world entities or phenomena in a GIS. Two Primary Types of Data Models:
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.
Lab 3: Geodatabase design & population (2) Yingjie Hu.
Rayat Shikshan Sanstha’s Chhatrapati Shivaji College Satara
Spatial Data Models.
ArcGIS Topology Shapefiles, Coverages, Geodatabases
Spatial Data Models.
Spatial Data Model: Basic Data Types
Statistical surfaces: DEM’s
Data Queries Raster & Vector Data Models
GTECH 709 GIS Data Formats GIS data formats
Surface Analysis Tools
Geographic Information Systems
Feature Classes, Data File Formats in ArcGIS
Lecture 05 Organizing Geographic Data
Introduction to ArcGIS
Spatial interpolation
Spatial Databases: Digital Terrain Model
Spatial Databases: Digital Terrain Model
Introduction to ArcGIS Software
Presentation transcript:

Lab 2: GIS Data Models Yingjie Hu

Objectives Understanding GIS data models Manipulating the data models supported in ArcGIS

Data Models An abstraction of the objects in the real world – Points --> trees – Lines --> roads – Image --> elevation (Digital Elevation Model)

Data Models Vector – Points, lines, areas – discrete, but can be used for continuous Raster – Grid cells with one value per cell – Continuous TIN (Triangulated Irregular Network ) – a series of triangles with each node having an xyz – representing surface

Data Structures vs. Data Models Data model – set of constructs for describing and representing selected aspects of the real world in the computer. Data structure – How the data model actually stored on computers The same data model can be expressed in different data structures – E.g. both CAD data and ArcGIS Shapefile can represent the vector data model

Data models in ArcGIS ArcGIS supports the three GIS data models (vector, raster, and TIN) ArcGIS also provides three specific data models – Shapefile – Coverage – Geodatabase

Data models in ArcGIS Shapefile – Vector model – A single geographic feature type (counties, roads, cities, etc.) – Does not have topology

Data models in ArcGIS Coverage – Vector model – Contains multiple geographic feature types, and each type is a feature class (counties, roads, cities). Different feature classes share the same theme. – Have topology

Data models in ArcGIS Geodatabase – Vector and Raster – Multiple feature classes – Feature datasets, relationship classes, topologies, networks, etc.

Data model conversion ArcToolbox – Raster --> Polyline – Raster --> Polyline--> Coverage

To Hand in Hand in through Gauchospace – The question sheet, with typed answers – One map of Santa Barbara roads and contours Due: Next Wednesday (Feb. 1st)