← AgenticGHX · Learn
Interactive explainer · Geospatial

Ghana and the UK are the same size. The map disagrees.

Measured on the same geometry, Ghana and the United Kingdom differ in true area by 0.02% — and the map on your phone draws the UK 2.87× bigger. This lesson is about the data behind every map: what geospatial information is, six ways it already drives decisions in Ghana, and how to design a map that changes one — starting with why you should never fully trust the picture.

Lesson progress 0%
0

Start with the view from above

Open Google Earth in a new tab and search for your own town. Find your home, your school, or the place you work. Then come back and answer one question: what can you see, from up there, that someone could act on?

Most people list the same things without any training: which roads are tarred, where the empty land is, which roofs cluster together, where the water goes, where the market crowds are. Every one of those observations is the seed of a real application — road maintenance, land planning, settlement services, flood control, market siting.

You already think geospatially. The tools in this lesson don't give you a new sense — they make the one you have measurable, so an observation ("that area floods") can become a number ("4,200 buildings sit in the flood zone"), and a number can move a budget.

One phrase, and it's the spine of everything here: collect → map → analyse → act. Geospatial work that stops before the last step is decoration. Keep that test in mind through every section that follows.

1

Geospatial data is a where plus a what

A piece of geospatial information is a location on Earth plus something known about that location. 5.6037° N, 0.1870° W is just a point; add "Kwame's pharmacy, open until 9pm" and it becomes data someone can act on. Everything in this field — satellite images, census maps, delivery routes — is stacks of these where+what pairs, and the stacks are called layers: imagery under roads under buildings under flood zones, each one switchable and, crucially, analysable against the others.

Layers come in two shapes, and choosing the right one is half of any project:

ShapeWhat it isExamples
RasterA grid of cells, each holding a value — a spreadsheet draped over the groundsatellite images, elevation, rainfall, population density
VectorGeometry with attributes — points, lines and polygons you can name and counta clinic (point), a trotro route (line), a district (polygon)

Rule of thumb: measurements of continuous surfaces are raster; things you can count and name are vector. A rainfall map is raster. A trotro route is a vector line. Market locations are vector points.

And the data comes from five kinds of source, each with a trade-off you'll meet again in Section 4:

SourceStrengthLimit
GPS receivers & phonesprecise points and tracks, nearly freeone place at a time
Satellitesrepeat coverage of everywhere — much of it freefixed resolution; clouds
Dronesvery high detail, flown on demandsmall areas; cost; permits
Ground surveysauthoritative, rich in attributesslow and expensive
Mobile-phone datamovement patterns at population scaleprivacy — aggregate only, properly governed
The free tier is astonishing and most people don't know it exists. The European Space Agency's Sentinel-2 satellites photograph every spot on Earth roughly every 5 days at 10 m per pixel, and the imagery is free for anyone — a farmer, a student, a district assembly. Almost every "we can't afford satellite data" you will ever hear is wrong; the scarce resource is a well-posed question.
2

Now measure the map itself

Before trusting maps with decisions, test one. Here is a claim you can check: on the map you use every day, the United Kingdom looks much bigger than Ghana. Scroll any standard web map and it's plainly true on screen. So we measured both countries twice, from the same Natural Earth geometry: once on the sphere (true area), and once through EPSG:3857 — Web Mercator, the projection every standard web-map tile is served in.

Ghana
United Kingdom

Squares are drawn to scale with each other in both modes (side ∝ √area). Tap the toggle and watch the UK grow to 2.87× Ghana's drawn area while the ground truth hasn't moved.

The numbers: on the sphere, Ghana comes out at 239,566 km² and the UK at 239,611 km² — a difference of 0.02%. Projected to Web Mercator at the same scale, Ghana occupies 244,455 km² of map while the UK occupies 701,056 km². Same true size; one drawn 2.87× larger. And it's not just the UK — the same measurement across twelve countries:

CountryTrue area (km²)Drawn area (km²)Drawn at

Both columns computed from the same Natural Earth 1:50m geometry, by website/scripts/build-geospatial-data.py. "Drawn at" is the ratio — 1.00 means the map shows the country at its true relative size.

Scope, honestly. The official figures differ a little more than our measured ones: 238,533 km² for Ghana against 243,610 km² for the UK — the UK about 2.1% larger, mostly small islands that generalised geometry drops. That nuance survives the headline comfortably: whether the two countries differ by 0.02% or by 2%, the map draws them nearly three times apart. We drafted this section expecting Ghana to be the larger country, checked, and it isn't — which is exactly why every figure on this page is computed by a script rather than remembered.
3

Why the map does this — and why it isn't a scandal

Mercator's projection has one job: keep angles and local shapes true. Do that on a flat map and something else must give — and what gives is area, more and more as you leave the equator. A patch of ground at latitude φ is drawn at sec²φ times its equatorial size. Drag the slider and watch the same square kilometre swell:

1.01× the map area the same ground would get at the equator
latitude:

The dashed square is the ground truth; the orange square is its share of the map. At Accra the two nearly coincide — 1.01×. At London the map hands the same ground 2.56× the area it gives Accra.

So why does every tiled web map still use it? Three reasons, all good ones. Conformality means north is always up and corners meet at true angles — the property navigation has relied on since the 1500s, and the reason your blue GPS dot turns correctly as you do. The projection maps the world onto a square, which is what makes the whole tile pyramid — zoom level, x, y — work at all. And at any city zoom, the distortion within your screen is a fraction of a percent: for finding a pharmacy in Osu, the map is effectively perfect. The lie only bites when you compare areas across latitudes — which is exactly what every classroom wall map invites you to do.

Now flip the usual complaint. "The map shrinks Africa" has it backwards: the equator is where Web Mercator is most honest. Kenya is drawn at 1.00 — dead true. DR Congo at 1.01, Ghana at 1.02, Nigeria at 1.03. It's the far north that's inflated: Finland is drawn at 5.46×, Greenland at 16.39×. Africa isn't drawn too small; nearly everywhere rich and northern is drawn too big.
And the counter-examples that keep this honest. Not every digital map is Mercator: zoom Google Maps far out on desktop and it becomes a 3-D globe with no projection at all, and equal-area projections (used for statistics maps) fix area by sacrificing shape instead. Every projection spends the same budget; the choice is what to keep true. The practical rule for your own work: never compute an area in raw Web Mercator. Near Accra the error is a tolerable 2% — measure a farm in Finland that way and you'd report five and a half times the real hectares. Real GIS tools (QGIS, and the certification pipelines in Section 4) measure on the ellipsoid or in an equal-area projection precisely for this reason.
4

Six applications, six decisions

Now the point of it all. Each card is one domain where geospatial data already earns its keep in Ghana, told the same way: the problem, the layers, the analysis. Before you tap, guess the decision — the specific action, by a specific actor, that the map enables. If you can't name one, the map is decoration.

🌱Agriculture

Cocoa exporters must now prove beans didn't come from deforested land, and extension officers can't visit every farm.

Layers: satellite imagery (raster) + GPS-walked farm boundaries (vector) + forest-reserve polygons (vector)

Overlay farm boundaries on imagery and reserves; estimate area — in an equal-area projection, as Section 3 taught — and monitor canopy health per farm.

🌊Disaster response

The same Accra neighbourhoods flood repeatedly along the Odaw channel, and response is reactive every time.

Layers: elevation model (raster) + rainfall (raster) + drainage network (vector) + buildings (vector)

Combine elevation, rainfall and drainage into flood-risk zones; after an event, route relief around cut roads.

🏥Public health

Some communities are hours from any clinic — but which ones, exactly, and how many people live there?

Layers: health facilities (vector points) + gridded population (raster) + road network (vector lines)

Compute travel-time catchments around every facility; flag the communities that fall outside every catchment, with their population counts.

🏙️Urban planning

Settlements grow faster than the services that are supposed to reach them, and plans are drawn from years-old base maps.

Layers: imagery from two dates (raster) + roads and utilities (vector)

Change detection between the two dates shows exactly where and how fast the city grew since the plan was drawn.

⛏️Environment & mining

Illegal mining turns rivers brown faster than ground patrols can find the sites.

Layers: free Sentinel-2 image pairs (raster), weeks or months apart

Difference the two dates: new bare-earth scars and turbid river reaches locate active galamsey without a single patrol.

📦Navigation & logistics

Most Ghanaian addresses were historically descriptions — "adjacent the blue kiosk" — which no ambulance or bank can act on.

Layers: road network (vector) + live GPS traces (vector) + the GhanaPostGPS 5 m × 5 m address grid

The digital address system divides the country into 5-metre squares — about 9.5 billion of them — so every location has a code; routing engines do the rest.

Notice what repeats. Every card is raster + vector combined; every card uses at least one free layer; and every card ends with an actor and an action. That triple — mixed layers, free data, named decision — is the template for your own project in the next section.
5

Your turn: design a map that decides something

Pick one problem from your own town — flooding, clinic access, market siting, waste collection, or something only you know about — and design the map that would move it. Your answers save in your browser, on this device only; nothing is uploaded.

Review your own design — the two failures everyone makes first

This worksheet is the lesson. Everything above it exists so you can fill these four boxes for a problem you actually care about. Done honestly, it is a fundable one-paragraph project proposal: question, data, method, decision-maker.
6

The easy conclusions, and where each one fails

Four things people walk away believing after their first brush with this field. Each card states the tempting version — tap it for what the evidence actually supports.

GIS is basically Google Maps.
Google Maps is one product built on geospatial data, tuned for navigation. GIS is the layer underneath: the data and analysis that let you answer your own questions — where clinics are missing, which farms border a reserve — that no consumer app will ever ship a button for.
tap for what's actually true →
Satellite data is for rich institutions.
Sentinel-2 revisits everywhere on Earth about every 5 days at 10 m per pixel, free, for anyone. Landsat has been free since 2008. The galamsey monitoring in Section 4 needs nothing you can't download today. What's scarce isn't data — it's a well-posed question.
tap for what's actually true →
The map shrinks Africa — it's rigged against us.
Half right, and the wrong half. Web Mercator is most truthful at the equator: Kenya 1.00, Ghana 1.02. The distortion inflates the far north rather than shrinking Africa — and it's a side-effect of keeping angles true for navigation, not a design goal. The fix exists (equal-area projections) and costs one click in QGIS.
tap for what's actually true →
A good map is the goal.
A map that changes no decision is decoration — the most common failure in real projects, and the reason step 4 of the worksheet exists. The test of geospatial work is never "is the map beautiful?" but "who acted differently because of it?"
tap for what's actually true →
7

Keep going — each step is free

Everything below costs nothing but time, and each step is a real capability, not a tutorial treadmill. Do the first one today; it takes two minutes on the phone in your hand.

Fastest route to real contribution: OpenStreetMap is the free map of the world that anyone can edit, and YouthMappers chapters (including in Ghana) run mapathons where beginners add real buildings and roads — used by the flood, health and planning applications you just met — after an hour of training.

Check yourself

Ten questions across the lesson. The explanations are worth reading even when you get one right.

Five questions across the key ideas.
The lesson at a glance
✔ Measured, not asserted

Where these numbers come from

Both areas for all twelve countries were computed by website/scripts/build-geospatial-data.py from the same Natural Earth 1:50m geometry (committed with this site): true area on the authalic sphere, drawn area through Web Mercator's own formula at equator scale. Using one dataset for both sides is the control — generalisation cuts both ways, so the ratios survive it. Verified .

    What this cannot claim. Natural Earth 50m geometry generalises coastlines and drops small islands, which is why our sphere areas sit a percent or two from the official figures — the honest comparison of official areas has the UK about 2.1% larger. The country rows for France and Norway are deliberately absent: Natural Earth bundles their far-flung territories (French Guiana, Svalbard) into one unit, and a single inflation number for such a unit would be a lie. And "the web map" here means tiled Web Mercator maps — Google's desktop globe view and equal-area statistical maps are the documented exceptions, discussed in Section 3.

    Design the map, then make it

    If you filled the worksheet, you already hold a one-paragraph project: a question, its layers, their sources, and the person who acts on the answer. The next explainer teaches nothing you need for step one — open Google Earth and start looking.

    More explainers →