Dasymetric Map
A refined thematic map that uses ancillary data — land use, satellite imagery, population registers — to redistribute statistical values within geographic boundaries. The smarter alternative to a choropleth when uniform shading oversimplifies reality.
// 01 — The chart
What it looks like
A dasymetric map refining population density. Within each census tract (dashed outlines), density is redistributed: urban built-up areas receive high values while parks, forests, and water bodies are assigned zero.
// 02 — Definition
What is a dasymetric map?
A dasymetric map (from the Greek dasys “dense” and metron “measure”) is a thematic map that improves on the choropleth approach by using ancillary data to redistribute a statistical variable within geographic boundaries. Instead of uniformly shading an entire county or census tract, a dasymetric map recognizes that people, crops, or activity concentrate in specific sub-areas while other parts (lakes, forests, deserts) are empty.
The classic use case is population density. A standard choropleth divides total population by total area, yielding an average that can be wildly misleading for large, heterogeneous regions. A dasymetric map uses land cover data to exclude uninhabited zones (water bodies, parks, industrial wastelands) and concentrates population counts into the areas where people actually live, producing a far more truthful density surface.
The technique requires two inputs: the source data (e.g., census population by tract) and an ancillary layer (e.g., land use/land cover classification). The method then allocates the source data proportionally across sub-zones based on what the ancillary layer tells us about where the phenomenon is likely to occur.
Origin: The concept was pioneered by Russian geographer Benjamin Semenov-Tian-Shansky in 1911, who refined population maps of Russia by incorporating terrain and land use data. The term “dasymetric” was popularized by Waldo Tobler and other cartographers in the mid-20th century, and the technique saw a major revival with the availability of satellite-derived land cover data.
// 03 — Anatomy
Parts of a dasymetric map
// 04 — Usage
When to use it — and when not to
- Your source zones are large and internally heterogeneous (large counties with urban cores and rural hinterlands)
- You have reliable ancillary data (land use, land cover, building footprints) to guide redistribution
- A standard choropleth would be misleading because large uninhabited areas dilute the average
- You need a more accurate spatial portrait of population density, disease rates, or economic activity
- Your analysis requires areal interpolation — transferring data from one set of boundaries to another
- Communicating to an audience that understands the difference between uniform and refined mapping
- Your source zones are already small and homogeneous — the refinement adds complexity without improving accuracy
- No reliable ancillary data is available — poor-quality land use data produces worse results than a simple choropleth
- Your audience expects standard choropleth maps and may be confused by the refinement
- You need a quick exploratory view — dasymetric mapping requires significant data preparation
- The variable is not spatially redistributable (e.g., election results apply uniformly to a district)
- You have individual-level geocoded data — use a dot density or heat map instead
// 05 — Reading guide
How to read a dasymetric map
Follow these steps whenever you encounter a dasymetric map in the wild.
Understand the two data layers
A dasymetric map combines source data (census population, for example) with ancillary data (land use classification). Identify both: what variable is being mapped, and what ancillary data was used to refine it.
Notice the sub-zone boundaries
Unlike a choropleth where each region gets a single shade, a dasymetric map subdivides regions into smaller zones. Look for internal boundaries that separate urban from rural, built-up from green space, or habitable from uninhabitable areas.
Compare to a standard choropleth
If a choropleth version is available, compare. The dasymetric version should show higher density in populated sub-areas and near-zero in excluded zones, whereas the choropleth shows a misleading uniform average.
Check the legend for value ranges
Dasymetric maps often produce higher maximum values than a choropleth of the same data because the denominator (area) is smaller. A county averaging 200 people/km² may have dasymetric zones exceeding 5,000 people/km².
Assess the quality of ancillary data
The map is only as good as the ancillary layer. Outdated land cover data (e.g., from 10 years ago) may not reflect recent development. Always check the metadata and date of the ancillary source.
// 06 — Pitfalls
Common mistakes
×Using outdated or inaccurate ancillary data
Fix: If your land cover data is from 2005 but your census is from 2020, new developments will be misclassified. Always match the vintage of your ancillary layer to the time period of your source data as closely as possible.
×Binary classification of habitable vs. uninhabitable
Fix: Real land use is a continuum. Instead of a simple yes/no split, use weighted categories: high-density residential, low-density residential, commercial, agricultural, water. Multi-class dasymetric methods produce much more accurate results.
×Not validating against ground truth
Fix: Compare your dasymetric results to known point-level data (address-level records, building footprints). Without validation, you cannot assess whether the redistribution improved accuracy or introduced new errors.
×Ignoring the pycnophylactic property
Fix: The total population within each source zone must be preserved after redistribution. If your refined sub-zones don’t sum to the original total, the redistribution algorithm has a bug or the weights are miscalibrated.
×Over-complicating the visual
Fix: Showing both the original boundaries, the ancillary zones, and the refined shading can overwhelm readers. Simplify: show refined zones as the primary layer with original boundaries as thin dashed overlays. Include a clear legend.
// 07 — In the wild
Real-world examples
U.S. Census Bureau dasymetric population maps
The Census Bureau has adopted dasymetric techniques to produce more accurate population density maps. Using National Land Cover Database (NLCD) data, they redistribute census tract populations into built-up areas, excluding water, forests, and barren land. The result shows density patterns invisible in standard tract-level choropleths.
European GEOSTAT population grids
Eurostat produces 1km² population grids for all of Europe using dasymetric disaggregation. Census data from administrative units is distributed into grid cells weighted by CORINE land cover data, enabling consistent cross-border population analysis regardless of national boundary differences.
Public health exposure assessment
Epidemiologists use dasymetric maps to estimate population exposure to environmental hazards. By redistributing population into residential zones (excluding commercial and industrial land), they get more accurate estimates of how many people live near pollution sources, flood zones, or contaminated sites.
// 08 — Quick reference
Key facts
// 09 — Variations
Types of dasymetric maps
Dasymetric mapping methods vary in complexity and the type of ancillary information used.
Binary dasymetric
The simplest form: classify land as habitable or uninhabitable, then redistribute all population to habitable areas only. Quick but crude.
Multi-class dasymetric
Uses multiple land use classes (high-density residential, suburban, commercial, agricultural, water) with empirically calibrated density weights for each class.
Gridded dasymetric
Redistributes source zone data into a regular grid (e.g., 1km² cells). Produces a uniform raster output ideal for cross-boundary comparisons and further spatial analysis.
Intelligent dasymetric (machine learning)
Uses regression models or random forests trained on address-level data to learn density weights for each land cover class, producing highly accurate redistributions.
// 10 — FAQs
Frequently asked questions
What is a dasymetric map?+
A dasymetric map (from the Greek dasys "dense" and metron "measure") is a thematic map that improves on the choropleth approach by using ancillary data to redistribute a statistical variable within geographic boundaries. Instead of uniformly shading an entire county or census tract, a dasymetric map recognizes that people, crops, or activity concentrate in specific sub-areas while other parts (lakes, forests, deserts) are empty.
When should you use a dasymetric map?+
Use a dasymetric map when your source zones are large and internally heterogeneous (large counties with urban cores and rural hinterlands). It also works well when you have reliable ancillary data (land use, land cover, building footprints) to guide redistribution, and when a standard choropleth would be misleading because large uninhabited areas dilute the average.
When should you avoid a dasymetric map?+
Avoid a dasymetric map when your source zones are already small and homogeneous — the refinement adds complexity without improving accuracy. It is also a poor fit when no reliable ancillary data is available — poor-quality land use data produces worse results than a simple choropleth, or when your audience expects standard choropleth maps and may be confused by the refinement.
Is a dasymetric map suitable for dashboards?+
Yes — a dasymetric map can work well in dashboards as long as the panel is large enough for readers to perceive the encoded values, has a clear title, and includes the legend or axis labels needed to interpret it.
What category of chart is a dasymetric map?+
Dasymetric Map belongs to the Geospatial family of charts. Charts in that family are designed to answer the same kind of question, so they often work as alternatives when one doesn't quite fit your data.
How do you read a dasymetric map?+
Start with the axis labels and legend, then look at the overall shape before zooming into individual marks. Compare prominent features against the rest of the data, and verify any conclusion against the underlying numbers when precision matters.