Overview
Maps are the most perceptually deceptive chart type in data visualization. A choropleth map of the United States makes Wyoming look as important as California because it's larger. A dot density map without population normalization shows where people live, not where the phenomenon is concentrated. A map with the wrong classification method — equal intervals applied to a skewed distribution — makes most of the country look the same while hiding the variation that matters.
Geospatial visualization requires decisions that other chart types don't: projection choice (which distorts area, which distorts shape), classification method (how to bin continuous values into color categories), normalization (whether to show absolute values or rates), and basemap selection (how much geographic context to show without creating visual noise).
The Geospatial Visualization Prompt generates a complete spatial visualization specification: map type selection by analytical question, projection and classification recommendations, normalization requirements, design specifications, and a perceptual accuracy validation that tests whether the map communicates the spatial pattern it claims to show.
What you get: - Map type selection by analytical question and data structure - Projection selection with distortion trade-off analysis - Classification method selection for choropleth maps - Normalization requirements by data type - Perceptual accuracy validation
Built for: analysts, data scientists, and BI developers communicating spatial patterns in business, public policy, research, and operations contexts.