The sixty zones, each six degrees wide
Every zone is a separate transverse Mercator projection about its own central meridian, so the world is covered by sixty maps rather than one. Zone 31 is picked out, running from 0° to 6° with its axis on 3°. Coordinates do not carry across a zone boundary — a point on either side of one has two entirely different eastings, and nothing in the numbers says which zone they belong to.
It is drawn by ellipsoid-figure with
show: "utm-zones" — one member of a family of
12 figures
that share a generator, so the drawing above is what that generator returns when it is asked
for this one and given nothing else.
9 essays call it. Every call below passes it something, because a placement that passes nothing draws whichever member of the family the generator happens to default to rather than the one its essay argues about.
Where it is called
Changing this changes every one of these figures.
A grid has an origin that is not there
Every published national grid measures from a point in the sea. The British one sits 400 kilometres west and 100 kilometres south of where the projection's own zero is, and moving it changes every coordinate in the country and not one distance or bearing.
The square costs the poles
The cut at 85.0511287798° is the most-quoted number in web mapping and is almost never derived. It is where Mercator's northing equals half the world's width — the condition for a square — and it drops 1,901,487 square kilometres. A two-tile root would have reached 89.786° and dropped 3,558.
Transverse Mercator and the series that computes it
The projection most of the world's survey data lives in has no closed form. What every national grid actually computes is a truncated power series in the flattening, and how far it can be trusted is an engineering parameter rather than a property of the projection.
UTM and the zone system
Sixty separate maps of the world, each six degrees wide, each with a scale factor of 0.9996 chosen so the projection is wrong everywhere and less wrong at the edges. Every constant in the definition is a measured trade rather than a convention.
Datum shifts dwarf projection errors
The projection argument is conducted in parts per million and the datum question is answered in hundreds of metres. A coordinate whose datum is unstated is out by more than any projection choice could ever put it, and almost nobody checks.
Designing a grid for one region
A country with a grid of its own beats the international zone that would otherwise carry it by a factor of 1.51. That is worth having and it is much less than the argument is usually made to sound, and the difference between the two numbers is the whole case for and against national grids.
Where two zones meet
A twenty-kilometre baseline across a zone boundary is computed correctly in either zone — the two answers differ by nanometres — and taking one end from each returns 392 kilometres. Both zones are right and the seam between them is not a small error but a category one.
How many sheets an atlas needs
A tolerance on the scale error inverts, through Chebyshev's bound, into a sheet radius — and a covering problem turns the radius into a count. One part in a thousand costs 1,210 sheets of 403 kilometres radius, the count goes as the reciprocal of the tolerance exactly, and the projection multiplies it by anything from one to fifty-six.
Where the series stops being the map
The transverse Mercator has no closed form on an ellipsoid, so every national grid computes a truncated series. Asking how many terms it needs has an answer everywhere; asking whether more terms always help has an answer only within 83.81° of the central meridian, and the boundary is computed rather than assumed.