Onpode
Cover art for A ghost island at coordinates 0°N 0°E has become digital dumping ground for the internet's lost data

A ghost island at coordinates 0°N 0°E has become digital dumping ground for the internet's lost data

August 6, 2026 · 10 min

Eliza Ward & Brian Reed

Null Island is a deliberately fictional one-square-metre polygon placed at coordinates 0°N, 0°E in the Gulf of Guinea by Natural Earth in 2011 to catch geocoding errors. When software fails to resolve a location, both latitude and longitude default to zero — a valid WGS84 coordinate — silently depositing corrupted records at that precise point.

Null Island is the informal name for the coordinate point 0°N 0°E—where the Prime Meridian and the Equator intersect in the Atlantic Ocean near the Gulf of Guinea. No landmass exists at those coordinates. The name and the associated digital artifact originated within the geospatial community as a practical joke that became a functional tool.

0:009:45
Get the next episode on internet mysteries

Follow it free — new episodes land in your feed.

Or make your own — any topic, in minutes
About this episode

At the intersection of the Equator and the Prime Meridian sits nothing — open ocean in the Gulf of Guinea. But in the databases that run delivery apps, health surveys, IoT sensor networks, and shipping logs, that coordinate has become one of the most cluttered addresses on Earth. This episode follows the strange life of Null Island: a one-square-metre fictional island, deliberately embedded into the Natural Earth mapping dataset in 2011, designed to catch the broken location records that pile up at 0°N, 0°E whenever a GPS ping fails and software defaults both coordinates to zero. The mechanism behind it is quieter and weirder than it sounds. WGS84 — the coordinate standard the U.S. Department of Defense built, the one every GPS device runs on — treats (0,0) as a legitimate location. So when a form field goes blank and a database writes null as zero, nothing downstream flags it. The error looks correct. What Natural Earth built was a net underneath the trap, not a fix for the trap itself. The episode pushes on what that distinction actually costs: who sees the flag, who's required to act on it, and whether a tool that's invisible by design can survive the people who knew to look for it. It's a story about an elegant engineering decision and what elegant decisions can't do across decades.

Frequently asked

What is Null Island and why does it exist?

Null Island is a deliberately fictional one-square-metre polygon at coordinates 0°N, 0°E, embedded by Natural Earth in version 1.3 (2011) to catch geocoding errors. It is assigned scale rank 100, so it never renders on any map. Its sole purpose is diagnostic: flagging records where missing location data defaulted to zero.

Why do GPS and mapping errors end up at coordinates 0,0?

Geocoding errors land at 0°N, 0°E because most software represents missing or null location data as the number zero. Since WGS84 — the coordinate standard GPS runs on — treats (0,0) as a legitimate ocean location, the pipeline never throws an error. Broken latitude and longitude both default to zero, silently routing records to the Gulf of Guinea.

Where exactly is Null Island located?

Null Island sits at exactly 0°N, 0°E in the Gulf of Guinea, Atlantic Ocean — the intersection of the Prime Meridian (fixed in 1884) and the Equator. A real weather buoy operates at that coordinate. The fictional island polygon added by Natural Earth in 2011 occupies one square metre at that precise point.

How many records have been wrongly tagged to Null Island?

No verified count exists. The claim that Null Island is the 'most visited coordinate on Earth' is a reasonable inference from how null defaults propagate through delivery apps, IoT sensors, shipping logs, and aviation systems — but no published audit has actually measured the volume of misrouted records accumulating at 0°N, 0°E.

Does Null Island actually fix the geocoding zero problem?

Null Island catches geocoding errors for specialists who already know to look — QGIS users, OpenStreetMap contributors — but it does not fix the underlying problem. Natural Earth's scale rank 100 design keeps the polygon invisible to most developers. A developer building a new location-aware system has no automatic reason to discover the Null Island flag or correct for it.

Grounded in 8 sources
günseli yalçınkaya the republic of null island · aksioma.org
At The Edge Of Time: Trouble with OpenStreetMap · attheedgeoftime.blogspot.com
Welcome to Null Island, where lost data goes to die - Big Think · bigthink.com
Null Island, the Most Real of Fictional Places · digitalcommons.fiu.edu
Null Island - Wikipedia · en.wikipedia.org
Lost in Null Island: The Curious Origin of 0,0 - GIS Geography · gisgeography.com
Mapmakers created a one-square-metre “Null Island” at… · inkl.com
Null Island: The Digital Ghost Island Collecting Lost Location Data | World News - The Times of India · timesofindia.indiatimes.com
Read transcript

Eliza Ward: Brian, long week — you ready for this one?

Brian Reed: Honestly I don't know, you sent me a location pin yesterday with no context and it was just — ocean.

Eliza Ward: That was the Gulf of Guinea. Coordinates 0°N, 0°E. Which is where, in early 2011, Natural Earth embedded a one-square-metre polygon — a deliberately sized fictional island — for the express purpose of catching geocoding errors.

Brian Reed: Wait, the purpose was catching errors? Like, that was the stated reason?

Eliza Ward: Explicit stated purpose, version 1.3. And it's never rendered — scale rank 100, invisible on every map at every zoom level. The whole thing lives in the metadata, in the failure logs. Most people using these maps have no idea it exists.

Brian Reed: So — hang on, I want to back up slightly — this wasn't always infrastructure. There's a 2010 moment before the 2011 moment, right? GeoIQ and Stamen Design created the spatial outline first.

Eliza Ward: Right, and that gap is exactly what I want to understand. What happened between a design studio sketching a fictional island as — I mean, at that point it was essentially an in-joke — and Natural Earth formally adopting it as diagnostic infrastructure?

Brian Reed: And there's a real buoy out there. An actual weather buoy at 0,0, sitting in the same coordinate that swallows broken data from delivery apps, IoT sensors, shipping logs — the whole stack.

Eliza Ward: And the buoy is real — but let's stay on why the broken data finds that coordinate in the first place, because the mechanism is actually weirder than I expected.

Brian Reed: Okay, walk me through it. Geocoding converts an address into coordinates — I get that part. What breaks?

Eliza Ward: Picture a form field that demands a number. Leave it blank and the computer writes zero. Now imagine that zero is a real address — a valid, deliverable address — and the postal system just... ships it. That's what happens. Missing location data, malformed data, the field doesn't resolve — both latitude and longitude default to zero. Latitude zero, longitude zero. The Gulf of Guinea. WGS84, the coordinate standard GPS runs on — the one the U.S. Department of Defense built — that system defines (0,0) as a precise, valid location. So software has zero reason to flag it. It looks like a correct answer.

Brian Reed: Wait — the standard itself is what makes this invisible?

Eliza Ward: That's — yeah, exactly. WGS84 treats (0,0) as legitimate, so the pipeline never throws an error. A nurse in Nairobi fills out a field on a health survey app, the GPS ping fails, the app writes null, the database reads null as zero — that record is now in the Atlantic Ocean and nothing downstream complained.

Brian Reed: And there's a second way in, right? The CRS mismatch thing — data encoded in one coordinate reference system, read by software expecting a different one?

Eliza Ward: Right — different entry point, same destination. The coordinates look numerically valid, they're just wildly wrong. Another route to (0,0) that the system never catches.

Brian Reed: So — hang on, I want to press on something. If WGS84 is what makes the zero look legitimate... is the problem actually unsolvable by design? Like, is the coordinate system itself the trap?

Eliza Ward: That's the harder question. WGS84 can't reserve (0,0) as invalid — it's a real ocean coordinate. So what Natural Earth did in 2011, with that one-square-metre polygon and a scale rank of 100, was essentially admit: we cannot fix the trap, so we built a net underneath it. Which is useful. But the net catches the data after it's already wrong.

Brian Reed: But that net — okay, so who actually looks at what's in the net? Because the scale rank 100 thing means this never shows up on a rendered map. It's only in specialist logs. QGIS users, OpenStreetMap contributors — that's the audience. Not the app developer whose delivery software just routed a package to the Atlantic.

Eliza Ward: That's the part I can't resolve. The sources say millions of records — mis-tagged photographs, IoT sensor feeds, shipping logs, aviation logs, delivery app location data — all piling up at (0,0). 'Most visited coordinate on Earth.' But no one has actually measured that. No audit. No count.

Brian Reed: Wait — there's no sourced number?

Eliza Ward: None. It's a reasonable inference from how null defaults work across those systems, but — actually, that absence is itself the story. If the error trap were generating accountability, someone would have counted.

Brian Reed: Right — because here's the scenario that keeps landing for me. A delivery app in Lagos crashes collecting a customer's location. Defaults to (0,0). A geospatial analyst sees it in the logs, files a ticket. Same warehouse, next month, same error. The ticket didn't travel upstream.

Eliza Ward: Detection without anyone required to act on the detection. That's — I mean, it's a symptom tracker for a system that has decided to tolerate its own symptoms.

Brian Reed: And the people whose data is broken — the driver, the farmer with the IoT sensors — they never see the Null Island flag. It's invisible to them by design. Scale rank 100.

Eliza Ward: Right. And look, there's a version of this where Natural Earth's 2011 decision looks genuinely smart — the one-square-metre polygon has real technical properties, a real design logic — we should get into why that part actually works, and why it still doesn't constitute a fix at scale.

Brian Reed: So the tool is real, the problem it catches is real, and the fixing just... doesn't follow.

Eliza Ward: And that's actually where I want to give it credit — because the design isn't accidental. The one-square-metre polygon, scale rank 100, the explicit language in Natural Earth v1.3 calling it 'a useful means of addressing a recurring issue in geographic information science' — that trajectory from GeoIQ and Stamen Design sketching a joke in 2010 to formal infrastructure in 2011 is, I mean — that's real engineering culture producing a durable tool. That part holds.

Brian Reed: Okay, I'll take that. So what doesn't hold?

Eliza Ward: The Prime Meridian was fixed in 1884. Zero longitude has been a defined line for over 140 years — that's the anchor point for everything, the zero that, combined with the Equator, creates the coordinate. And the error hasn't shrunk. It's compounding into insurance pricing now, into logistics contracts, public records. So the question isn't whether the specialist community has a flag. It's whether the next developer who builds a location-aware system in, I don't know, crop insurance for smallholder farmers — whether they'll even know Null Island exists.

Brian Reed: That's — yeah. That's the inheritance problem.

Eliza Ward: Picture a developer in 2031 building a satellite irrigation platform. They're pulling coordinates from IoT soil sensors, the sensors occasionally drop signal, the field defaults to null — wait, actually the specific thing is they never heard of Null Island, they have no reason to check for a one-square-metre polygon in a dataset they didn't build, and their error just reinvents the same cascade in a new database.

Brian Reed: And scale rank 100 doesn't help that developer at all — the polygon is invisible to them by the same design choice that makes it useful to the specialist.

Eliza Ward: Right. The feature that makes it work as a trap — never rendered, purely metadata — is exactly what makes it undiscoverable to anyone outside the community who already knew the problem.

Brian Reed: So the strongest version of what Null Island accomplishes is: it's a real, deliberately engineered tool that catches errors for people who already know to look. And the limit is that it doesn't travel forward in time.

Eliza Ward: And that's — I mean, that's actually the question I can't get past. Null Island is a fictional place that does a real job, never rendered, invisible to almost everyone outside the specialist community that built it. The knowledge that it exists as a warning — that's not documented in WGS84, it's not in the GPS spec, it's not somewhere a developer has to find it. It's in the culture of the people who were around when GeoIQ and Stamen Design drew that outline. So what actually constitutes fixing this? And if the answer requires future developers to know Null Island exists — how does that knowledge outlast the people who named the island?

Brian Reed: I don't have an answer to that. I keep thinking — the scale rank 100 decision was elegant for the moment. But elegant for the moment and durable across decades are two different things.

Eliza Ward: Yeah. A fictional place in a metadata layer, holding a question nobody's formally required to answer.