47
Geographic Information Systems : Data Types, Sources and the ArcView Program

Geographic Information Systems : Data Types, Sources and the ArcView Program

Embed Size (px)

DESCRIPTION

Geographic Information Systems : Data Types, Sources and the ArcView Program. Overview. Lecture (50 min) Review Spatial Data Shapefiles, Images, Grids, TINs Relational Databases Links and Joins What is ArcView Scale and Resolution Break (15 min) ArcView Intro Lab (75 minutes) - PowerPoint PPT Presentation

Citation preview

Page 1: Geographic Information Systems : Data Types, Sources and the ArcView Program

Geographic Information Systems :Data Types, Sources and the ArcView Program

Page 2: Geographic Information Systems : Data Types, Sources and the ArcView Program

Overview

• Lecture (50 min)– Review– Spatial Data

• Shapefiles, Images, Grids, TINs

– Relational Databases• Links and Joins

– What is ArcView– Scale and Resolution

• Break (15 min)• ArcView Intro Lab (75 minutes)• Homework Assignment

Page 3: Geographic Information Systems : Data Types, Sources and the ArcView Program

GIS: Simplified (Review)

• A computer-based tool for mapping and analyzing things.

• Geospatial Database: a set of compatible data layers or themes

Page 4: Geographic Information Systems : Data Types, Sources and the ArcView Program

Digital Hydrologic / Hydraulic Processing (Review)

ArcViewDigital

ElevationModel

HEC-HMSFlow

discharge

HEC-RASWatersurfaceprofiles

ArcViewFlood

plain maps

HEC-GeoHMS HEC-GeoRAS

Digital Map Database

Page 5: Geographic Information Systems : Data Types, Sources and the ArcView Program

GIS: Analysis (Review)

• Why should spatial data be stored in a GIS?

– Want to use the power of the computer to ask queries of the spatial data

– Analyze data and produce new information

– Convey technical data non-technically

Page 6: Geographic Information Systems : Data Types, Sources and the ArcView Program

GIS Data Types

Discrete Space: Vector Data-- Shapefiles

Continuous Space: Raster Data-- Grids-- TINs (Triangulated Irregular

Networks)-- Images

Page 7: Geographic Information Systems : Data Types, Sources and the ArcView Program

Vector Data: Types

PointPoint - a pair of x and y coordinates(x1,y1)

LineLine - a sequence of points

PolygonPolygon - a closed set of lines

Node

vertex

Vector data are defined spatially as either:

Page 8: Geographic Information Systems : Data Types, Sources and the ArcView Program

Sample Point Shapfile: Water Right Locations

Each data point has a specific x,y coordinate pair

A “point” shapefile

Page 9: Geographic Information Systems : Data Types, Sources and the ArcView Program

Sample Line Shapefile: River Reaches

Each “line” consists of two nodes and a series of vertices

Page 10: Geographic Information Systems : Data Types, Sources and the ArcView Program

Sample Polygon Shapefile: River Basins

A closed set of lines illustrating the watershed or drainage areafor a corresponding river reach

Page 11: Geographic Information Systems : Data Types, Sources and the ArcView Program

Types Combined

Page 12: Geographic Information Systems : Data Types, Sources and the ArcView Program

Spatial Data: Grid (Raster) format

Numberof

rows

Number of Columns(X,Y)

Cell size

NODATA cell

Raster data are described by a cell grid, one value per cell:

Page 13: Geographic Information Systems : Data Types, Sources and the ArcView Program

NEXRAD Rainfall Intensity ImageOctober 18, 1994 @ 3:00 AM (CST)

Page 14: Geographic Information Systems : Data Types, Sources and the ArcView Program

NEXRAD Rainfall Intensity ImageOctober 18, 1994 @ 4:00 AM (CST)

Page 15: Geographic Information Systems : Data Types, Sources and the ArcView Program

DEM Close Up

Page 16: Geographic Information Systems : Data Types, Sources and the ArcView Program

Raster – Vector Model

Page 17: Geographic Information Systems : Data Types, Sources and the ArcView Program

Raster and Vector Data

PointPoint

LineLine

PolygonPolygon

VectorVector RasterRaster

Zone of cells

Page 18: Geographic Information Systems : Data Types, Sources and the ArcView Program

Points as Cells

Page 19: Geographic Information Systems : Data Types, Sources and the ArcView Program

Line as a Sequence of Cells

Page 20: Geographic Information Systems : Data Types, Sources and the ArcView Program

Polygon as a Zone of Cells

Page 21: Geographic Information Systems : Data Types, Sources and the ArcView Program

Image Data and Vector Overlays

• Image data is nothing more than a properly placed picture. Actually made of pixels of a certain cell size much like raster data.

– Smaller the cell size – the more refined the resolution – the sharper the picture

• Vector representations are often traced from a “base” image map

Reservoir and Highway

Page 22: Geographic Information Systems : Data Types, Sources and the ArcView Program

Image Data and Raster Overlays

• Samples attributes at fixed intervals– List of numbers, one number per cell

Reservoir and Highway

Page 23: Geographic Information Systems : Data Types, Sources and the ArcView Program

Triangulated Irregular Network (TIN)

Inside Channel: Vector cross-sections

Outside Channel: Raster DEM

Result: TIN of channel and landscape

Triangular mesh of (x,y,z) points

Triangles as elements

Page 24: Geographic Information Systems : Data Types, Sources and the ArcView Program

Three-Dimensional View of a TIN(Clear Creek and Cowarts Creek Confluence)

Page 25: Geographic Information Systems : Data Types, Sources and the ArcView Program

Hydrologic Cycle

Atmosphericwater

Surfacewater

Subsurfacewater

Connecting processes in the hydrologic cycle involves linking spatial features of various kinds

Page 26: Geographic Information Systems : Data Types, Sources and the ArcView Program

Section Summary• Four types of GIS data:

– Shapefiles (point, line, polygon)– Grids– TINs– Images

• A real-world region can be considered spatially discrete or spatially continuous

• Discrete space is represented by features in vector data (shapefiles) and continuous space by elements or cells in raster data (grids)

• Both vector and raster data are required to represent the real-world in the digital GIS world Raster-Vector model

Page 27: Geographic Information Systems : Data Types, Sources and the ArcView Program

Overview

• Lecture (45 min)– Review– Spatial Data

• Shapefiles, Images, Grids, TINs

– Relational Databases• Links and Joins

– What is ArcView– Scale and Resolution

• Break (15 min)• ArcView Intro Lab (75 minutes)• Homework Assignment

Page 28: Geographic Information Systems : Data Types, Sources and the ArcView Program

GIS: Data Entry and Storage

• Store data in a logical way

• Maps and data are stored in digital form

• Digital layers with attributes attached

• Layers are stored together in a relational database using a database management system (DBMS).

Page 29: Geographic Information Systems : Data Types, Sources and the ArcView Program

Attributes

• GIS stores more than just maps

• Relationship between map features and attributes within a GIS

• Dynamic interactive maps

Page 30: Geographic Information Systems : Data Types, Sources and the ArcView Program

Database Management System

DBMS

• Inside the DBMS, spatial data is stored as digital layers with their associated attributes

Page 31: Geographic Information Systems : Data Types, Sources and the ArcView Program

Levels of Analysis: Relational Database

Relational LinkagesSpatial Attributes

Descriptive Attributes

Water RightLocations

Page 32: Geographic Information Systems : Data Types, Sources and the ArcView Program

Feature Attribute Table (Vectors)

Fields

Records

Page 33: Geographic Information Systems : Data Types, Sources and the ArcView Program

Value Attribute Table (Grids)

Attributes of grid zones

Page 34: Geographic Information Systems : Data Types, Sources and the ArcView Program

Linked Tables

Page 35: Geographic Information Systems : Data Types, Sources and the ArcView Program

Query Builder - find all countries with pop > 1 million people

Page 36: Geographic Information Systems : Data Types, Sources and the ArcView Program

Tables: Edit, Join and Link

Edit

Join

Link

Page 37: Geographic Information Systems : Data Types, Sources and the ArcView Program

Relationships in Linking and Joining Tables

Source Table(new information

to be added)

Destination Table(existing information)

Primary Key field (each record must

have a unique value)Relate field

(can have one or manyrecords for each value)

Many to onerelation

Page 38: Geographic Information Systems : Data Types, Sources and the ArcView Program

Concept Summary

• All GIS data files have descriptive attributes in a data table associated with each file

• Feature attributes (associated with vector files) form the basis for data analysis of these files

• Value attributes (associated with grid files) form the basis for continuous representation of data across a surface (precipitation, elevation, etc)

• Attribute tables can be linked or joined to related tables using a key field

Page 39: Geographic Information Systems : Data Types, Sources and the ArcView Program

What is ArcView?

• Desktop geographic information system (GIS) from ESRI

• Uses scripting language called Avenue

• Customize GUI

• April 20, 2002 – ArcGIS released

Page 40: Geographic Information Systems : Data Types, Sources and the ArcView Program
Page 41: Geographic Information Systems : Data Types, Sources and the ArcView Program

Geographic Features

Page 42: Geographic Information Systems : Data Types, Sources and the ArcView Program

Feature Attributes

Page 43: Geographic Information Systems : Data Types, Sources and the ArcView Program

Feature Attributes

Page 44: Geographic Information Systems : Data Types, Sources and the ArcView Program

Feature Attributes

Page 45: Geographic Information Systems : Data Types, Sources and the ArcView Program

Overview

• Lecture (45 min)– Review– Spatial Data

• Shapefiles, Images, Grids, TINs

– Relational Databases• Links and Joins

– What is ArcView– Scale and Resolution

• Break (15 min)• ArcView Intro Lab (75 minutes)• Homework Assignment

Page 46: Geographic Information Systems : Data Types, Sources and the ArcView Program

Soil Map of TNRCC Management Segment 841 Lower West Fork Trinity River

Page 47: Geographic Information Systems : Data Types, Sources and the ArcView Program

30 m DEM of Lower West Fork, Trinity River

Both regions and features can be represented using elements