Lecturer: Dr. Yuhao KangEmail: yuhao.kang@austin.utexas.eduGISense Lab, Department of Geography and the Environment, The University of Texas at Austin
Course: GRG 460 - Environmental GIS
Semester: Spring 2025
Lecture 3
What is a GIS?
Who is the “Father of GIS”?
Who is the “Father of GIScience”?
Name a few open-source GIS software.
Labs: Use of QGIS accepted for assignments; points will be deducted if QGIS fails to perform specific tasks.
Harry Ransom visit rescheduled to next Tuesday at 9:00 am.
Notes: All slides will be posted after class. Focus should be on capturing key points as important concepts will be emphasized during the lecture.
Distinguish between:
Real world vs. Data models vs. Data structures
Spatial vs. Non-spatial data
Vector vs. Raster data
Understand the four types of attributes.
Purpose of Data Models:
Conceptualization of our world in a GIS context
Abstraction of phenomena and properties
Computer representation of those abstractions.
GIS typically stores data as layers.
Each layer organizes spatial and attribute data for a specific cartographic object (e.g., water, roads).
Often referred to as a thematic layer.
Points: Represent specific locations
Lines: Represent linear features like roads
Areas: Represent region features such as lakes or parks
Gradients: Represent varying degrees, such as temperature or elevation
Red dots indicate locations of Flickr pictures.
Blue dots indicate locations of Twitter tweets.
White dots are locations posted to both platforms.
Source: Eric Fischer
Examples of geographic features include:
Rivers
Lakes (e.g., Lake Superior, Lake Michigan)
Cities (e.g., Toronto, Montreal, New York)
Various geographic features of note:
Building footprints
Elevation representations
Land cover details
Parcel boundaries
Precipitation maps
Data Types:
Age, Gender, Race and Ethnicity, Weight, Income...
Geographic location details (e.g., country, state, city)
Census data (tract/block information)
Geographic Coordinates (longitude, latitude)
Geometry (Spatial Data):
Object’s spatial representation linked to real-world locations (points, lines, or polygons).
Attribute (Aspatial Data):
Descriptive characteristics of the object.
Only spatial data is visualizable on maps.
**Two common data models:
Vector
Raster**
Vector: Points, lines, areas
Raster: Grid-based representation
Vector Data Structure:
Defined by coordinates and can represent features like points, lines, and polygons.
Examples of buildings:
ID, Building Name, Floors, Roof Type
Showcasing diversity in building structures and details.
Buildings can be represented as points or areas depending on context.
Roads can similarly be represented as lines or areas.
Understanding storage for features with multiple parts:
Examples of multi-part and single-part features in GIS.
Introduction to raster data representation with fixed cell size and grid orientation.
Each raster cell has a value representing controlled attributes, critical for analysis.
Cells that contain mixed data create challenges in categorizing land cover.
Rule Overview:
Winner takes it all rule (majority categorization)
Center-of-cell rule (dominance position)
Resolution impacts on raster accuracy:
Smaller cells yield higher accuracy.
Raster layers may be associated with attribute tables, forming many-to-one relationships.
Role of Metadata:
Data about spatial data including content, source, lineage, methods, accuracy, etc.
Comparison of Vector and Raster data models:
Characteristics, storage requirements, analysis, and accessibility.
Suggested chapters in GIS Fundamentals for further understanding.