Lecture 2: GIS Fundamentals  Data layers  Feature classes  GIS data properties  Data types –vector and raster  Scale  Accuracy and precision.

Slides:



Advertisements
Similar presentations
Maps and Aerial Photos There are many different kinds of maps Geopolitical Topographic Shaded Relief, Photorectified or Standard Geologic Ecosystemic Meteorological.
Advertisements

ESRM 250 & CFR 520: Introduction to GIS © Phil Hurvitz, KEEP THIS TEXT BOX this slide includes some ESRI fonts. when you save this presentation,
Raster Based GIS Analysis
CS 128/ES Lecture 4b1 Spatial Data Formats.
Geographic Information Systems
GIS Geographic Information System
Geographic Information Systems. What is a Geographic Information System (GIS)? A GIS is a particular form of Information System applied to geographical.
GTECH 201 Lecture 05 Storing Spatial Data. Leftovers from Last Session From data models to data structures Chrisman’s spheres ANSI Sparc The role of GIScience.
Lecture 16: Data input 1: Digitizing and Geocoding By Austin Troy University of Vermont Using GIS-- Introduction to GIS.
So What is GIS??? “A collection of computer hardware, software and procedures that are used to organize, manage, analyze and display.
Fundamentals of GIS Materials by Austin Troy © 2008 Lecture 18: Data Input: Geocoding and Digitizing By Austin Troy University of Vermont NR 143.
©2005 Austin Troy. All rights reserved Lecture 3: Introduction to GIS Part 1. Understanding Spatial Data Structures by Austin Troy, University of Vermont.
1 Spatial Databases as Models of Reality Geog 495: GIS database design Reading: NCGIA CC ’90 Unit #10.
Data Input How do I transfer the paper map data and attribute data to a format that is usable by the GIS software? Data input involves both locational.
ESRM 250 & CFR 520: Introduction to GIS © Phil Hurvitz, KEEP THIS TEXT BOX this slide includes some ESRI fonts. when you save this presentation,
Raster and Vector 2 Major GIS Data Models. Raster and Vector 2 Major GIS Data Models.
Rebecca Boger Earth and Environmental Sciences Brooklyn College.
Spatial data models (types)
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.
Fundamentals of GIS Materials by Austin Troy © 2008 Lecture 18: Data Input: Geocoding and Digitizing By Austin Troy University of Vermont.
Introduction to Rasters In ArcGIS 9.2. What can you do with Rasters Lots….
–combines elements of computer science –database design –software design geography –map projections –geographic reasoning mathematics –mathematical topology.
Basic Geographic Concepts GEOG 370 Instructor: Christine Erlien.
1 Introduction to Geographical Data Kris Ray Confederated Tribes of the Colville Reservation.
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.
How do we represent the world in a GIS database?
Attributes in ArcGIS. ArcGIS Attributes FID – ESRI’s internal identifier Shape – Actual spatial data.
Introduction to the Geodatabase. What is a Geodatabase? What are feature classes and feature datasets? What are domains Design a personal Geodatabase.
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 Structures How do we represent the world in a GIS database?
URBDP 422 URBAN AND REGIONAL GEO-SPATIAL ANALYSIS Lecture 3: Building a GeoDatabase; Projections Lab Session: Exercise 3: vector analysis Jan 14, 2014.
Geographic Data in GIS. Components of geographic data Three general components to geographic information Three general components to geographic information.
INTRO TO SPATIAL DATA ANALYSIS JOU-1526 Computer Assisted Reporting.
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.
Lesson 3 GIS Fundamentals MEASURE Evaluation PHFI Training of Trainers May 2011.
Geocoding Chapter 16 GISV431 &GEN405 Dr W Britz. Georeferencing, Transformations and Geocoding Georeferencing is the aligning of geographic data to a.
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.
Re-introduction to GIS
Chapter 8 Raster Analysis.
Geographic Information Systems “GIS”
Introduction to GIS David R. Maidment
Geographical Information Systems
Features that make a map
GIS Basic Training June 7, 2007 – ICIT Midyear Conference
INTRODUCTION TO GEOGRAPHICAL INFORMATION SYSTEM
Spatial Models – Raster Stacy Bogan
Inserting and Working with Images
Physical Structure of GDB
Chapter 3 Raster & Vector Data.
Hazards Planning and Risk Management
Geographic Information Systems
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.
Cartography and Geomatics
GTECH 709 GIS Data Formats GIS data formats
Review- vector analyses
Cartographic and GIS Data Structures
Geography 413/613 Lecturer: John Masich
URBDP 422 Urban and Regional Geo-Spatial Analysis
The Arc-Node Data Model
Lecture 2 Components of GIS
LA GIS Council Presentation January 20, 2005
NPS Introduction to GIS: Lecture 1 Based on NIMC and Other Sources.
ESRM 250/CFR 520 Autumn 2009 Phil Hurvitz
ArcCatalog and Geodatabases
Geographic Information Systems
Presentation transcript:

Lecture 2: GIS Fundamentals  Data layers  Feature classes  GIS data properties  Data types –vector and raster  Scale  Accuracy and precision

Q&A May I record the lectures for my own review? –Yes, but I don’t want to find myself on Youtube Can I download the slides ahead of time? –Usually: May I use my computer to take notes? –I don’t mind; class opinion? Any others?

Spatial data are divided into layers (themes).. as also in 20 th century mapping (transparencies) overlaying map layers is what drove GIS development 1. GIS layers

Pre-GIS Layers

Layers: 1

Layers: 2 PG: 12

Layers: 3

Layers: 4 (6)

Layers out of order

Layout View

Topographic map example of print layers Forests, Contours, Urban, Buildings, Rivers, Streams, Lakes, Roads (major/minor), Trails, Labels Total = ~16 … separated for color printing and clarity – it’s the same data layers for GIS

2. Feature classes (geometry) Points: have ‘no dimensions’ (no width, length, or height) Lines: have length (recorded as connected points - vertices) Polygons: have area (recorded as connected, closed vertices) Layers do not mix feature types (this figure shows 3 layers)

Points: No Dimensions? Dimensions may be stored as attributes In this case, spot area (hectares)

Points: No Area? “Point” = center point Display = actual area Why?

Lines: No Width? Road width (Victoria, Australia) Line = centerline = dimensionless Width = attribute = user defined/calculated

Polygons: Finally, dimensions? Polygons have area by definition Dimensions depends on location, projection Area = attribute stored with file

3. Properties of GIS data  Spatial (x,y location) = ‘where is it ?’  Attributes (multiple) = ‘what is it’ ?  [Pattern] = ‘how are they related’ ?

Location and Attributes

Spatial location – ‘where is it’ ? x (easting), y (northing) [z-elevation] coordinates e.g. latitude / longitude (degrees, minutes, seconds) or UTM coordinates (metres)

Attributes Attribute data: allows us to ask the question … "what is it ?" > Every layer has an associated table > These are linked to spatial location by a code number  Attributes are stored in columns as items  Rows display the attributes for each feature = records  Entries may be text strings, integers, float (decimal) or dates Item Record ->

Attributes (Items) One Record Seven Items

GIS file formats – Esri shapefiles One “shapefile” (GIS layer) contains multiple files:.shp Spatial data e.g. rivers.shp.shx Shape index link file e.g. rivers.shx.dbf Attribute data e.g. rivers.dbf Also may include:.prj Projection file.sbn and.sbx.. these help optimize spatial queries

Types of questions a GIS can answer – resulting from spatial location, attributes and patterns a.Location: WHAT exists here "What is at this location ?" e.g. Digsafe, forest attributes. b. Condition: WHERE are specific conditions Where are all the pine dominated stands ? c. Trends: WHAT HAS CHANGED (over time) How far has the river bank receded in the past 10 years ? d. Patterns: HOW are features related "How does proximity to salmon streams affect the number of bear attacks"; e. Modelling: WHAT IF..? What if the climate warmed by 2 degrees? (e.g. effect on habitats)

4. GIS data types: raster and vector A. Pixel based (grid) - faster analysis / overlay Why? B. Feature based - attribute management and map output ’Reality’ …….

Raster and Vector Data 48 Records 48 Locations 1 Record per feature 1-∞Locations

5. Scale Scale: the amount of reduction from reality This is written as a ratio e.g. 1:1,000 or 1:1,000,000 Reality = 1:1 The larger the number on the right, the smaller the scale i.e. an area is shown in less detail and a larger area is shown (1:1,000,000 is a smaller scale than 1:1,000) More intuitive to say coarse scale and fine scale As the scale increases, the GIS data can contain more details Spatial data are intended for a specific scale / range of scales

Scale bars: map output For map output, scale bars are more common, e.g. GIS software, like ArcGIS or Google Maps can generate these automatically.. but not always well: … pick logical suitable units

6. Precision and Accuracy Accuracy : how close is the value to the actual value (data quality) Precision : how exactly can a value be specified (based on scale) On printed maps, precision was equivalent to ~ 0.5mm (= 25 metres at 1:50,000 … or 125 metres at 1:250,000) This is more complex with zoomable GIS / online mapping

Precision and Accuracy GIS software uses ‘double-precision’ – capable of storing 15 digits … 6 decimal places (of metres) or 10 (latitude/longitude) e.g or In most cases, this level of precision is not warranted by the data e.g. trail lengths, locations, cut block area … to the nearest mm ? Beetle survey to 1/10 th millimeter:

Precision and Accuracy: Google According to Google: Boundary line: 119°59'59.76"W Boundary cut: 120° 0'4.25"W Nominal boundary: 120°W? Legally: “Line between survey posts”

Summary and Questions Layers Points, Lines and Polygons –Display vs. Analysis Location and Attributes –Locations:.shp Attributes:.dbf Vector and Raster Data Scale Precision and Accuracy

Napoleon’s March to Moscow, Charles Joseph Menard, 1869