Introduction to Geographic Data and Information
Understand geographic data fundamentals, the distinction between vector and raster formats, and how GIS enables spatial analysis for diverse applications.
Summary
Read Summary
Flashcards
Save Flashcards
Quiz
Take Quiz
Quick Practice
What is the definition of geographic data?
1 of 14
Summary
Geographic Data Fundamentals
Introduction
Geographic data forms the foundation of modern spatial analysis and mapping. Whether you're studying where diseases cluster in a city, how to route a delivery truck efficiently, or how forests are changing over time, you'll need to understand what geographic data is, how it's collected, and how it's analyzed. This guide walks you through the essential concepts that underpin Geographic Information Systems (GIS) and spatial thinking.
What Is Geographic Data?
Geographic data are facts about features on the Earth's surface that have specific locations attached to them. The location is the crucial part—without knowing where something is, it's just data; with a location, it becomes geographic data that can be mapped and analyzed.
For example:
A temperature reading of 22°C at latitude 40.7128°N, longitude 74.0060°W is geographic data
A hospital location on a map is geographic data
A road network showing which streets connect to which is geographic data
Representing Locations
Locations on Earth can be represented in three fundamental ways:
Points represent single locations (a hospital, a store, a weather station)
Lines represent features that have length but little width (roads, rivers, flight paths)
Areas (also called polygons) represent regions with boundaries (city boundaries, forest patches, counties)
These locations are always tied to coordinates—typically latitude–longitude pairs or Universal Transverse Mercator (UTM) coordinates. Because geographic data have coordinates, they can be placed on maps, compared with other data, and analyzed spatially.
Important distinction: Geographic data are the raw facts themselves. Geographic information is the knowledge you derive by analyzing those data. For instance, counting hospital visits from geographic data might reveal information about disease patterns.
Types of Geographic Data: Vector vs. Raster
The two major ways to represent geographic data are vector and raster formats. Understanding the difference is essential because each is better suited to different types of problems.
Vector Data
Vector data represent geographic features as discrete shapes: points, lines, and polygons. Think of vectors as objects with clear boundaries and specific locations.
Examples:
Road networks (lines)
Building footprints (polygons)
ATM locations (points)
Political boundaries (polygons)
Vector data are ideal when you need to represent distinct, well-defined features. If you're mapping which buildings are in a floodplain, vector data work well because buildings have clear edges.
Raster Data
Raster data, by contrast, divide the world into a regular grid of cells (also called pixels), where each cell stores a single value. Imagine an image—every pixel has a value, and collectively they represent a continuous surface.
Examples:
Satellite images where each pixel records reflected light values
Digital elevation models where each cell contains the elevation at that location
Climate grids storing temperature or precipitation values for each cell
Raster data excel at representing continuous phenomena—things that vary across space without clear boundaries. Temperature doesn't have sharp edges; it changes gradually. A raster grid captures this gradual variation elegantly. Similarly, vegetation cover, elevation, or air pollution levels are naturally continuous and represented well as raster data.
Key insight: If you're analyzing something with clear boundaries (like where buildings are), vector often works better. If you're analyzing something continuous (like how temperature changes across a region), raster often works better.
Sources of Geographic Data
Geographic data come from several important sources, each with different strengths.
Field Surveys and Ground Truth
Field surveys involve manually observing and measuring features on the ground and recording their locations. A surveyor might walk a forest, measure tree positions, and record their GPS coordinates. This data is expensive and time-consuming to collect but highly accurate for specific locations.
Global Positioning System Receivers
GPS receivers capture precise latitude–longitude coordinates for points on Earth's surface. GPS is widely used because it's relatively inexpensive, portable, and accurate. However, it works best for point locations rather than complex linear or area features.
Aerial Photographs and Remote Sensing
Aerial photographs are taken from aircraft and provide high-resolution images of land surfaces. They're useful for visual interpretation and can be digitized to create vector data.
Satellite sensors collect data across large areas continuously. These can be processed into raster images (where each pixel represents light reflected from Earth) or into derived products like vegetation indices or temperature maps. Satellite data are powerful for monitoring large regions over time, making them ideal for tracking environmental changes.
Crowdsourced Platforms
Crowdsourced platforms like OpenStreetMap allow volunteers worldwide to contribute geographic data. These platforms now contain millions of vector features—roads, buildings, and points of interest—especially in areas where official mapping is limited. The trade-off is variable data quality.
Geographic Information Systems and Spatial Analysis
A Geographic Information System (GIS) is software that stores, organizes, and visualizes geographic data. But it's much more than a mapping tool—it's an analytical platform.
How GIS Organizes Data: Layers
GIS systems organize geographic data in layers, where each layer represents a different type of feature or data. You might have one layer for roads (vector lines), another for buildings (vector polygons), another for elevation (raster), and another for vegetation type (raster). You can overlay these layers to see how they relate—for example, viewing roads over a terrain model to see which routes are steepest.
Querying Geographic Data
A key strength of GIS is the ability to query data. You can ask: "Show me all hospitals within 2 kilometers of this location" or "Which neighborhoods have the most trees?" The system retrieves all features matching your criteria, combining spatial location with attributes (properties) of those features.
Spatial Analysis: Examples
Spatial analysis goes beyond querying—it uses geometry and relationships to answer complex questions:
Finding the nearest hospital: The GIS measures distances between a location and all hospital points, returning the closest one
Calculating flood risk: The system uses polygon geometry to calculate the total surface area of a floodplain and identify which buildings fall within it
Modeling traffic patterns: The GIS combines road network data (lines) with traffic count attributes to simulate how vehicles move through the network
These analyses leverage the fact that geographic data have coordinates and spatial relationships—properties that non-geographic databases lack.
<extrainfo>
Applications of Geographic Information
Geographic data and GIS analysis drive decisions across many fields:
Urban Planning: City planners use spatial analysis to design land-use layouts, route transportation networks, and locate public services. GIS helps them understand how land uses interact and where bottlenecks exist.
Environmental Management: Environmental professionals assess where habitats are located, monitor deforestation rates, and model pollution dispersion patterns using geographic data.
Public Health: Health officials map disease cases to identify geographic clusters (hotspots) and allocate medical resources where they're most needed.
Business Logistics: Companies optimize delivery routes, identify ideal locations for new stores, and analyze market coverage by understanding spatial patterns of customers and competitors.
</extrainfo>
Key Takeaways
As you study geographic data, remember these core ideas:
Geographic data are location-referenced facts. Without a location, data are just numbers; with a location, they become mappable and analyzable.
Vector and raster models serve different purposes. Use vector for discrete, bounded features; use raster for continuous surfaces.
Data come from multiple sources, each with different accuracy, coverage, and cost characteristics. Field surveys are accurate but expensive; satellites are broad but coarser; crowdsourced data are extensive but variable in quality.
GIS enables overlay, querying, and spatial analysis. These capabilities let you answer questions that would be impossible with spreadsheets or non-spatial databases.
The distinction between data and information matters. Geographic data are raw facts; geographic information is the knowledge you create by analyzing those facts thoughtfully.
Flashcards
What is the definition of geographic data?
Facts that have a specific location attached to them on the Earth’s surface.
In what three ways can locations be represented in geographic data?
Point
Line
Area
What is the distinction between geographic data and geographic information?
Geographic data are location-referenced facts, while geographic information is the knowledge derived from analyzing those facts.
Which three discrete shapes are used to represent features in vector data?
Points
Lines
Polygons
What type of geographic features are typically modeled using vector data?
Discrete features.
How is raster data structured?
As a regular grid of cells (pixels) where each cell stores a single value.
What do the pixels in a satellite image raster specifically record?
Reflected light values.
What value is assigned to each cell in a Digital Elevation Model (DEM)?
An elevation value.
What does the process of field surveying involve?
Manually measuring or observing features on the ground and recording their locations.
What specific data do Global Positioning System (GPS) receivers capture?
Precise latitude–longitude positions.
What can remote-sensing data from satellite sensors be processed into?
Raster images or derived products.
What is the purpose of overlaying layers in a GIS?
To view the relationship between different types of data.
What result does a user get when querying a specific location in a GIS?
All features that intersect that selected location.
What three areas do urban planners design using spatial analyses?
Land-use layouts
Transportation networks
Public services
Quiz
Introduction to Geographic Data and Information Quiz Question 1: In a GIS, what does a location query typically retrieve?
- All features that intersect the selected location (correct)
- Only the nearest feature regardless of type
- Features within a predefined distance buffer
- Features that are of the same type as the query point
Introduction to Geographic Data and Information Quiz Question 2: What primary benefit do aerial photographs provide for geographic data collection?
- High‑resolution visual detail of the land surface (correct)
- Precise latitude‑longitude coordinates for each pixel
- Real‑time traffic flow information
- Digital elevation values for each location
In a GIS, what does a location query typically retrieve?
1 of 2
Key Concepts
GIS Data Models
Vector data
Raster data
Digital elevation model (DEM)
Geographic Technologies
Geographic Information System (GIS)
Global Positioning System (GPS)
Remote sensing
Satellite imagery
Geographic Data Practices
Geographic data
Crowdsourced mapping
Spatial analysis
Definitions
Geographic data
Facts that are tied to specific locations on Earth’s surface, expressed through coordinates.
Vector data
A GIS data model that represents discrete geographic features as points, lines, and polygons.
Raster data
A GIS data model composed of a regular grid of cells (pixels), each storing a single value, used for continuous phenomena.
Geographic Information System (GIS)
Software that stores, manages, visualizes, and analyzes geographic data in layered formats.
Global Positioning System (GPS)
Satellite‑based navigation system that provides precise latitude–longitude positions for points on the Earth.
Remote sensing
The acquisition of information about the Earth’s surface from a distance, typically using aerial photographs or satellite sensors.
Crowdsourced mapping
Platforms like OpenStreetMap where volunteers contribute and edit vector geographic data such as roads and buildings.
Spatial analysis
Analytical techniques that examine the locations, attributes, and relationships of geographic features to answer spatial questions.
Digital elevation model (DEM)
A raster dataset that assigns an elevation value to each cell, representing the terrain surface.
Satellite imagery
Raster images captured by satellite sensors that record reflected light or other electromagnetic signals for each pixel.