Raster and Vector Data.

Slides:



Advertisements
Similar presentations
Week 1: Introduction to GIS
Advertisements

GUS: 0262 Fundamentals of GIS
Welcome to DEP’s GIS Workshop Series Workshop 2: GIS Data and File Types 1.
ESRI Software ArcGIS –ArcMap –ArcEdit –ArcInfo –ArcView.
Introduction to Cartography GEOG 2016 E
NR 322: Editing Spatial Data Jim Graham Fall 2008 Chapter 6.
Unit One: GIS Concepts In this unit… ► What is GIS? ► Types of GIS data ► What can you do with GIS? ► ArcGIS 9 license levels ► Basics of the ArcGIS 9.
NR 422: GIS Review Jim Graham Fall What is GIS? Geographic Information System? Geographic Information Science? A system that provides the ability.
Creating and Editing Feature Data Francisco Olivera, Ph.D., P.E. Srikanth Koka Department of Civil Engineering Texas A&M University.
So What is GIS??? “A collection of computer hardware, software and procedures that are used to organize, manage, analyze and display.
19 th Advanced Summer School in Regional Science An introduction to GIS using ArcGIS.
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.
ArcEditor ArcInfo ArcView Display map, query & analyze spatial relationships, features & attributes Same functions as ArcView, plus abilty to create, &
Rebecca Boger Earth and Environmental Sciences Brooklyn College.
Spatial data Visualization spatial data Ruslan Bobov
Intro. To GIS Lecture 4 Data: data storage, creation & editing
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.
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.
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.
Different kinds of data Example of Elevation Topographic DEM (Digital Elevation Model)
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.
GIS concepts, skills and tools
Exercise 1: Creating GIS data—points lines and polygons A very common method of creating vector data is to physically create these files through on-screen.
Copyright © 2006 by Maribeth H. Price 1-1 Chapter 1 Introducing ArcGIS.
How do we represent the world in a GIS database?
Raster Concepts.
Arch: 383 Introduction to GIS Week 2 Introduction to GEOGRAPHIC INFORMATION SYSTEMS Can Kara Faculty of Architecture 2011 ARC 383.
Geographical Information Systems. Software which can be used in GIS ArcGIS Desktop Map Window Quantum GIS uDig.
Copyright © 2006 by Maribeth H. Price 1-1 How does GIS work? Data storage The ArcGIS Interface.
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?
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.
GIS Data Models III GEOG 370 Instructor: Christine Erlien.
Creating and Editing Feature Data Francisco Olivera, Ph.D., P.E. Srikanth Koka Department of Civil Engineering Texas A&M University.
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.
Introduction to Geodatabases
GIS Data Shape files, Rasters, Coordinate Systems, ArcGIS.
Chapter 1: GIS Data Outline Representing the world as a map Coordinate systems Map scale Data quality issues About ArcGIS.
Each entity of land has spatial information!
Re-introduction to GIS
Key Terms Attribute join Target table Join table Spatial join.
Let’s consider this process and try to build a couple
Organizing Geographic Data Learning ArcGIS Desktop Training Course
Desktop ArcGIS GIS File Types
Chapter 2 Mapping GIS Data.
Introduction to GIS and Data
Physical Structure of GDB
ArcGIS Topology Shapefiles, Coverages, Geodatabases
Spatial Data Model: Basic Data Types
Emma Gildesgame, Katie Lebling and Ian McCullough
Introduction to ArcGIS
Instructor: Dr. Chunling Liu
Data Queries Raster & Vector Data Models
GTECH 709 GIS Data Formats GIS data formats
Cartographic and GIS Data Structures
Geographic Information Systems
ArcCatalog and Geodatabases
Feature Classes, Data File Formats in ArcGIS
Lecture 05 Organizing Geographic Data
Specifics on Digitizing and More tips on a Layout
Introduction to ArcGIS
GIS Lecture: Editing Data
ArcCatalog and Geodatabases
ArcCatalog and Geodatabases
Presentation transcript:

Raster and Vector Data

GIS data models Raster model Vector model

Raster types Thematic rasters Image rasters Contain quantities that represent map data such as land use or rainfall May be continuous or discrete Image rasters Contain satellite or air photo data

Thematic raster types Discrete data Continuous data relatively few values Values may change abruptly at boundaries Continuous data Thousands or millions of potential values Values may change from cell to cell

Impact of resolution 90m resolution Storage space increases by the square of the resolution Portraying large areas at high precision is problematic 10m resolution

Vector model Polygon Vertices Line Points Nodes Y X Features are stored as a series of x-y coordinates in a rectangular coordinate system.

Features linked to data Each feature is linked to an entry in a data table containing information about the feature.

Advantages of vectors Precise location of features Storing many attributes Flexible for cartography Compact storage of information Ideally suited for certain types of analysis, especially areas, lengths, connections

Storage of attributes Roads may have other attributes: ownership, speed limit, number of lanes, etc. Would need a new raster for each attribute. Only numeric attributes may be stored Raster contains 1 value indicating a single attribute road type for example

Converting Vector to Raster Data is Easy

Converting Raster Data to Vector is Hard Nearly Impossible

Storing data in ArcGIS

In the vector world everything is a point, a line, or a polygon Lines Points Polygons

Feature Classes A feature class is a collection of similar objects with the same attributes, stored as a single unit. Stored as spatial features with a table of associated attributes for each feature. Because all features must share the same table, all must have the same attributes. Feature classes may contain only one type of geometry (points or lines or polygons). States feature class Rivers feature class 14 Capitals feature class

Data formats Coverages Shapefiles Geodatabases

Creating Shapefiles To create a new shapefile: open ArcCatalog, right-click on a folder, click on New/Shapefile… in the drop down menu, enter the Name for the new shapefile, and then select the Feature type to be inserted. Optionally, you can also select the Spatial reference. To add features to the shapefile, add the shapefile to an ArcMap document.

Shapefiles A shapefile consists of multiple files, and the common ones are *.dbf, *. shp, *.shx, *.prj, *.avl, *.sbn Shapefiles in Windows Explorer Shapefiles in ArcCatalog

Shapefiles have a few parts: "essential": .shp: Shapefile geometry data .dbf: database data .shx: shapefile index (internal). "important": .prj: projection file with coordinate reference system info. "other": .sbn: shapefile (internal) .sbx: shapefile (internal) .avl: ArcView legend file .rtf: data dictionary (rich text document)