Lecture 2 Introduction to GIS, Data models, Data structures.

Slides:



Advertisements
Similar presentations
Data Models There are 3 parts to a GIS: GUI Tools
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.
Data Models (Raster) Reading Assignment: Bolstad, Chapter 2.
Raster Based GIS Analysis
Geodatabase basic. The geodatabase The geodatabase is a collection of geographic datasets of various types used in ArcGIS and managed in either a file.
Border around project area Everything else is hardly noticeable… but it’s there Big circles… and semi- transparent Color distinction is clear.
Maps as Numbers Getting Started with GIS Chapter 3.
Cartographic and GIS Data Structures
CS 128/ES Lecture 5b1 Vector Based Data. CS 128/ES Lecture 5b2 Spatial data models 1.Raster 2.Vector 3.Object-oriented Spatial data formats:
Maps as Numbers Lecture 3 Introduction to GISs Geography 176A Department of Geography, UCSB Summer 06, Session B.
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.
NPS Introduction to GIS: Lecture 1
©2005 Austin Troy. All rights reserved Lecture 3: Introduction to GIS Part 1. Understanding Spatial Data Structures by Austin Troy, University of Vermont.
Geography 241 – GIS I Dr. Patrick McHaffie Associate Professor Department of Geography Cook County, % population < 5.
Dr. David Liu Objectives  Understand what a GIS is  Understand how a GIS functions  Spatial data representation  GIS application.
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.
Raster and Vector 2 Major GIS Data Models. Raster and Vector 2 Major GIS Data Models.
Rebecca Boger Earth and Environmental Sciences Brooklyn College.
Introduction to ArcGIS for Environmental Scientists Module 2 – GIS Fundamentals Lecture 5 – Coordinate Systems and Map Projections.
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)
Georeferencing Getting maps and satellite images into GIS.
Applied Cartography and Introduction to GIS GEOG 2017 EL Lecture-3 Chapters 5 and 6.
Data Structures & GeoDatabase. GeoDatabase Implemented in a relational database Comes in two flavors – Personal & Enterprise (Access & Sys. Like Oracle)
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.
1 1 ISyE 6203 Radical Tools Intro To GIS: MapPoint John H. Vande Vate Spring 2012.
Different kinds of data Example of Elevation Topographic DEM (Digital Elevation Model)
Coordinate Systems Global Coordinate System – Latitude, Longitude and elevation UTM – eastings and northings, reference points are the equator and the.
L2 –Data Models Ch. 2, pp Lecture 2 1.
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.
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
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.
URBDP 422 Urban and Regional Geo-Spatial Analysis Lecture 2: Spatial Data Models and Structures Lab Exercise 2: Topology January 9, 2014.
Raster Concepts.
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?
NR 143 Study Overview: part 1 By Austin Troy University of Vermont Using GIS-- Introduction to GIS.
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.
INTRODUCTION TO GIS  Used to describe computer facilities which are used to handle data referenced to the spatial domain.  Has the ability to inter-
Introduction to Geographic Information Systems (GIS)
Introduction to Geographic Information Systems
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.
UNIT 3 – MODULE 3: Raster & Vector
Lesson 3 GIS Fundamentals MEASURE Evaluation PHFI Training of Trainers May 2011.
Rayat Shikshan Sanstha’s Chhatrapati Shivaji College Satara
INTRODUCTION TO GEOGRAPHICAL INFORMATION SYSTEM
Introduction to GIS.
Physical Structure of GDB
Lab 2: GIS Data Models Yingjie Hu. Objectives Understanding GIS data models Manipulating the data models supported in ArcGIS.
Raster and Vector Data.
GTECH 709 GIS Data Formats GIS data formats
Geographic Information Systems
NPS Introduction to GIS: Lecture 1 Based on NIMC and Other Sources.
Presentation transcript:

Lecture 2 Introduction to GIS, Data models, Data structures

REPRESENTATION AND DATA STRUCTURES Coordinates and Attributes

Common Data Models

REPRESENTATION AND DATA STRUCTURES Most common data models define thematic layers Typically, layers, one layer for each distinct view of a theme

Part 1: Coordinates (Cartesian)

Spherical coordinate can be expressed two ways e.g., 44 o or o 30’35”(DMS) (DD)

We Can Convert

Three Types of Vector Features

One-to-one, because of Attributes

Enforced Uniformity

Planar Topology – no overlaps

On a blank sheet of paper, draw a topologically correct (not necessarily geometrically correct) rendition of the 6 coastal (name counties, if you can). Identify all the nodes. Create a table corresponding to the geographic data you drew (make the linkages clear). Include an attribute for county area, in square kilometers, and square miles

Rasters – Fixed Cell Size, Grid Orientation

Connecting data, contrast with vector

Raster, one-to-one correspondence, how many rows in the attribute table?

Number of cells = 100! Raster, one-to-one correspondence, rarely used

Many-to-one much more common, to tame the attribute table

How can we mimic a vector one-to-one relationship between individual polygon codes and table rows, when using a raster, without keeping track of individual cells?

Raster – The Mixed Pixel Problem Landcover map – Two classes, land or water Cell A is straightforward What category to assign For B, C, or D?

Resampling Ambiguity

Changing Resolution (resampling) with Categorical Data Assignment Method Matters!

Orientation and/or Cell Size May Differ

Resampling - Distance-weighted averaging continuous data: bilinear interpolation z

No Decision is Final – We Can Convert

Data and File Structures Data are stored as binary numbers Bits are 0 or 1 Bytes are 8 bits Data (e.g., raster cells) are often references as 1 byte, two byte, etc.

Cells Have a Type, Size Type – e.g., Real, unsigned integer, signed integer, text Size – 8 bit, 32 bit, 64 bit, long, short, character width These control the size of the datasets, and type of data that may be stored Mixing types, sizes, often requires some care

Raster data set properties We can store a number up To 2 or 4,293,967,296 in a cell 32

Data and File Structures Data often have specific organization to reduce size speed access ease updates

Example: ESRI Shapefiles Landcover dataset, wash_lc is a cluster of files, wash_lc.shp - containing the coordinates wash_lc.dbf - containing the attributes wash_lc.shx - containing linkages, other info wash_lc.prj - optional, containing projection information wash_lc.sbn - an optional indexing file Thursday, August 22, 13

Data and File Structures Compression Reducing size – e.g., raster run-length coding

Rasters – Discrete or Continuous Features Can we compress either without loss? discretecontinuous