Unit 2. Understanding Geospatial Data Student Learning Outcomes: Students will investigate and understand types of data such as discrete and continuous,

Slides:



Advertisements
Similar presentations
Geographic Information Systems GIS Data Models. 1. Components of Geographic Data Spatial locations Attributes Topology Time.
Advertisements

Geographic Information Systems
Center for Modeling & Simulation.  A Map is the most effective shorthand to show locations of objects with attributes, which can be physical or cultural.
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.
Raster Based GIS Analysis
Introduction to Cartography GEOG 2016 E
Cartographic and GIS Data Structures
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.
Geographic Information Systems
Geographic Information Systems : Data Types, Sources and the ArcView Program.
PROCESS IN DATA SYSTEMS PLANNING DATA INPUT DATA STORAGE DATA ANALYSIS DATA OUTPUT ACTIVITIES USER NEEDS.
1 Spatial Databases as Models of Reality Geog 495: GIS database design Reading: NCGIA CC ’90 Unit #10.
What is GIS A geographic information system (GIS) is a system designed to capture, store, manipulate, analyze, manage, and present all types of geographical.
Introducing GIS Getting to Know ArcGIS Desktop. Brief History Recap  Studying the world using maps and globes  Models are now found inside computers.
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.
Geographical Information System GIS By: Yahia Dahash.
Introduction to GIS in ArcGIS Desktop 10. A computer-based system that stores geographically referenced data layers (features) and links it with non-graphic.
Rebecca Boger Earth and Environmental Sciences Brooklyn College.
Spatial data Visualization spatial data Ruslan Bobov
Spatial data models (types)
Introduction to Rasters In ArcGIS 9.2. What can you do with Rasters Lots….
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.
Basic Geographic Concepts GEOG 370 Instructor: Christine Erlien.
Major parts of ArcGIS ArcView -Basic mapping, editing and Analysis tools ArcEditor -all of ArcView plus Adds ability to deal with topological and network.
Chapter 3 Digital Representation of Geographic Data.
8. Geographic Data Modeling. Outline Definitions Data models / modeling GIS data models – Topology.
How do we represent the world in a GIS database?
Raster Data Model.
Cartographic and GIS Data Structures Dr. Ahmad BinTouq URL:
Geographic Information Systems Data Analysis. What is GIS Data ?
Raster Concepts.
Introduction to Cartographic Modeling
GIS Data Models Vector Data Models Vector File Formats Raster Data Models Raster File Formats.
1 Spatial Data Models and Structure. 2 Part 1: Basic Geographic Concepts Real world -> Digital Environment –GIS data represent a simplified view of physical.
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?
GIS Data Types. GIS technology utilizes two basic types of data 1. Spatial Data Describes the absolute and relative location of geographic features.
A Quick Introduction to GIS
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.
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
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
Geog. 314 Working with tables.
Spatial Data Models.
INTRODUCTION TO GEOGRAPHICAL INFORMATION SYSTEM
Chapter 2 Mapping GIS Data.
Raster Analysis Ming-Chun Lee.
Physical Structure of GDB
Physical Structure of GDB
Spatial Data Models.
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.
Instructor: Dr. Chunling Liu
Statistical surfaces: DEM’s
Data Queries Raster & Vector Data Models
GTECH 709 GIS Data Formats GIS data formats
Geospatial Data models
Cartographic and GIS Data Structures
Raster Data Analysis.
NPS Introduction to GIS: Lecture 1 Based on NIMC and Other Sources.
Prepared by S Krishna Kumar
Presentation transcript:

Unit 2. Understanding Geospatial Data Student Learning Outcomes: Students will investigate and understand types of data such as discrete and continuous, and data models such as raster and vector, used to store and analyze this data in a Geographic Information System. Students will add and view data in a GIS application. Students can identify the major software applications used and their uses as well as installation requirements.

Understanding Geospatial Data Models

Geospatial Data Models Formal means of representing spatially-referenced information Simplified view of physical entities A conceptualization of reality

Geospatial Data Models Composed of two parts Object Attributes Reality

Types of Spatial Phenomenon Two types of spatial phenomenon Discrete Continuous

Discrete Spatial Phenomenon Discrete Individually distinguishable Does not exist between observations Examples: streams and lakes, roads

Continuous Spatial Phenomenon Continuous Exist between observations Represent data of a continuous nature Examples: temperature, elevation

Spatial Phenomenon typically organized into thematic layers Geospatial Data Models

Attributes

Attribute Data Record non-spatial characteristics that describe spatial entity Arranged in tables Row = 1 entity Column = 1 attribute Stored in a computer in a flat-file format or a Database Management System (DBMS) ROW COLUMN

Position Color Service Date Flow Attributes

Attribute Categories Nominal Attributes Provide descriptive information Ex: color, city name, plant type No implied order, size, or other quantitative info May also be images, movies, sounds

Attribute Categories Ordinal Attributes Imply a ranking or order by their values Use descriptive or numerical attributes Ex: High/Medium/Low or 100/50/1 Specifies rank only, does not specify scale Ex: High/50 is ordered higher than Low/1, but we do not know by how much

Attribute Categories Interval Rank order and magnitude is implied. Does not have a natural zero. Uses an arbitrary zero point instead. Use numerical attributes. Ex: 50°F is 10°F more than 40°F Addition and subtraction make sense, but not multiplication since values are relative from an arbitrary zero.

Attribute Categories Ratio Rank order and magnitude is implied. Has a natural zero. Use numerical attributes. Ex: 50MPH is twice as fast and greater than 25MPH Addition, subtraction, multiplication, and division make sense, as the values are absolute from a natural zero.

Identify Columns as: Nominal Ordinal Interval/Ratio Identify Columns as: Nominal Ordinal Interval/Ratio IDHeight(ft)TypeClass 115PineMedium 220PineMedium 38MesquiteSmall 430OakTall

Attribute Data Types Attributes are stored in computer memory. The data type of the attribute needs to be specified for efficient use of memory and determination of operation applicability. There are four typical data types Integer Float/Real Text/String Date

Attribute Data Types Integer E.g. whole number Can be used for mathematical calculations However, any resulting fraction of a whole number will be rounded Examples:

Attribute Data Types Float/Real E.g. decimal number Can be used for mathematical calculations Examples:

Attribute Data Types Text/String E.g. characters Cannot be used for mathematical calculations Strings can be manipulated, however. e.x. Extract substring Examples: “a” “GIS” “125 Main St.” “9”

Attribute Data Types Date Holds date information Cannot be used for mathematical calculations Lengths of time can be calculated, however Examples: 12/10/ /12/10 December

Spatial Data Models

Three common spatial data models Vector Raster Triangulated Irregular Network (TIN)

Vector Data Model Defines discrete objects Ex: Fire hydrants, roads, ponds, cadastre 3 basic types of vector data Point Line Polygon Composed of coordinates and attributes

Point Uses a single coordinate pair to define location Considered to have no dimension (They may have actual real-world dimensions, but for the purposes of a GIS, no dimension is assumed) Attribute information is attached to the point Ex: Light poles, manhole covers, crime location

Line Use an ordered set of coordinates to define location Each line (and curve) is made up of multiple line segments Occasionally, curved lines are represented mathematically Starting point of a line is a node. Intermediate point of a line is a vertex. Attributes may be attached to whole line, or node, or vertex Ex: Road, pipeline, object outlines, powerline

Polygon Formed by a set of connected lines Polygons must close. The start and end point must have the same coordinate, or the polygon must close to an adjacent feature Polygons have an interior region Attribute information is attached to the polygon Ex: Lake, city, tree stand, political boundary

Spatial Data Models

Three common spatial data models Vector Raster Triangulated Irregular Network (TIN)

Raster Data Model Represents continuous objects Represents continuous objects Ex: temperature, elevationEx: temperature, elevation Regular set of cells in a grid (matrix) pattern Regular set of cells in a grid (matrix) pattern Real-world objects are represented by value in the grid cell Real-world objects are represented by value in the grid cell Cell dimension Coordinates of cell y x

Raster Resolution The cell size is the resolution There is a trade-off between resolution and raster file size The cell coordinate is the center point of the cell The coordinate applies to the entire cell area

Raster Resolution (continued) Each raster cell represents a given area and the value assigned applies to the entire cell The raster cell value represents the average, central, most common, or only value covered by the cell

GGGGGRGG GGGGRRGG WGGGRGGG GWGRGGGG GWWRGGGG GGWWGGGG GRGGWGGG RGGGWWGG G = Grass R = Road W = Water

Spatial Data Models

Three common spatial data models Vector Raster Triangulated Irregular Network (TIN)

Triangulated Irregular Networks (TIN) A network of triangles connected together to create a 3D surface Triangles do not cross More complex than rasters more efficient space-wise Easily accommodates differing sample density TIN preserves each measurement point

Point Edge Face Anatomy of a TIN

Document Version: In this lab, students will explore and manage geospatial data using a program called ArcCatalog. ArcCatalog is part of the ArcGIS Desktop 10.1 program suite created by Esri. ArcCatalog is similar to Windows Explorer for your geospatial data. ArcCatalog can view data, set properties of that data, manage the metadata for the data, and much more. This lab will contain quite a bit of handholding to help students get started with the ArcGIS Desktop software. It is important that students learn the concepts in this lab as future labs will require the skills covered in this lab. This lab includes the following tasks: Task 1 – Open ArcCatalog and Organize the Workspace Task 2 – Become Familiar with Geospatial Datasets and Data Models Complete lab instructions are included in the following PDF document: Module 2 Lab-1.pdf Access to the Virtual Lab Server is linked here: Del Mar College Virtual Server How to Install Desktop ArcGIS 10.1 Student Edition Module 2 Lab-1.pdfDel Mar College Virtual ServerModule 2 Lab-1.pdfDel Mar College Virtual Server