WORKSHOP & LECTURE

Map Making & Geocoding

February 10, 2026 | CDF & Classroom Sessions

Sessions

10:00 - 12:00

How to Make a Map

Hands-on workshop on cartographic production workflows in the CDF.

Workshop Guide
14:00 - 16:00

Geocoding Lecture & Lab

Transforming addresses into spatial coordinates and practical applications.

16:00 - 16:30

The Future: Agentic GIS

Live demo: Using AI agents to automate the entire spatial data pipeline from CSV to Leaflet map.

πŸ“š Required Readings

Cartographic Design Principles

Visual hierarchy, symbology, and effective map communication.

πŸ“– GIS eBook - Chapter 5
Geocoding & Address Matching

Converting addresses to coordinates and location-based services.

πŸ“– GIS eBook - Chapter 6

πŸ“ Key Concepts for the Exam

Geocoding & Infrastructure
  • IMS (Internet Mapping Services): The technology that "streams" base maps and layers from GIS servers to your client. Living Atlas, AGOL, and OSM are modern examples.
  • WMS vs. WFS:
    β€’ WMS (Web Map Service): Delivers an image of the map. Fast, but you cannot edit the data. (Look, don't touch).
    β€’ WFS (Web Feature Service): Delivers the actual vector data. Allows for analysis and editing in QGIS/AGOL. (Touch and do).
  • Geocoding: Converting text (Excel/CSV/Addresses) into coordinates. A Geolocator acts like a "phone book operator" for spatial data.
  • CSV over Excel: In GIS, always prioritize CSV. It is the "universal language" for data interchange and pipeline automation.
  • Ground Truthing: Never trust a geolocator blindly. Always verify points against high-resolution imagery (e.g., Living Atlas Satellite) to ensure spatial accuracy.
Geocoding Methods: Linear vs. Area
  • Linear Geocoding: Estimates a point's position by interpolating between known start and end address ranges along a street centerline.
  • Area (Areal) Geocoding: Uses building footprint polygons tagged with addresses. More accurate but more data-intensive.
  • Interpolation: The mathematical process of estimating values between two known points, used extensively in linear geocoding.
Critical Cartography: Maps as Arguments

Maps are not objective mirrors. They are constructed stories with a specific point of view.

  • Cartographic Silences (J.B. Harley): What a map leaves out is as powerful as what it shows.
  • The "God Trick" (Donna Haraway): The myth of a perfectly objective, view-from-nowhere perspective.
  • The London Underground Map: A distance cartogram that prioritizes usability over geographic accuracy, proving maps are persuasive tools.
The Future: Agentic GIS & Intent-Based Execution

We are moving away from manual, multi-step software platforms toward automated AI-driven pipelines.

Era 1: The Old Way

Manual data cleaning in Excel, breaking batches into 250 records for free tiers.

Era 2: Current Way

Proprietary software (AGOL/QGIS) with plugins, manual CSV uploads to web maps.

Era 3: Agentic GIS

Natural language prompts to AI agents who write code to execute the entire pipeline instantly.

"Software is dead β€” frames of reference are the new value."

πŸŽ“ Module 3 Knowledge Check

1. Which geocoding method is generally more accurate for finding the exact center of a building?

Linear Interpolation
Area-Based (Areal) Geocoding
Reverse Geocoding

3. What does IMS stand for in the context of web mapping?

Integrated Map System
Internet Mapping Services
Internal Metadata Server

4. In the "Agentic GIS" era, what is the primary role of a GIS analyst?

Manual data entry and cleaning in Excel.
Memorizing software button locations.
Defining frames of reference and prompting AI agents to execute intent.