Skip to content

Hammer Projection

An equal-area world-map projection that converts spherical longitude and latitude into a 2:1 elliptical map by applying a half-longitude Lambert azimuthal equal-area construction and reciprocal axis scaling.

Version
v3 · 2026-09-07 · History
Domain-specific #
1974
Origin domain
cartographic projection design
Subdomain
equal-area world maps
Aliases
Hammer–Aitoff projection, Hammer-Aitoff projection

Core Idea

The Hammer projection is a continuous equal-area mapping of the sphere onto a 2:1 ellipse, designed for showing the whole world in one uninterrupted view. Its construction begins with the equatorial aspect of the Lambert azimuthal equal-area projection. It halves longitude before that projection, then doubles the resulting horizontal coordinate and halves the vertical coordinate. The longitude compression makes the whole sphere fit where one Lambert hemisphere would fit; the reciprocal output scaling retains area.

For a sphere of radius \(R\), longitude difference \(\Delta\lambda=\lambda-\lambda_0\) from the central meridian, latitude \(\varphi\), and.

Scope of Application

Hammer is principally a small-scale, whole-world projection. It is appropriate when displaying and comparing areal distributions—climate zones, biomes, population density aggregates, or other global thematic fields—matters more than preserving local shapes or navigation properties. Its uninterrupted ellipse offers a compact view of every longitude, while equal area prevents a region's displayed area from changing merely because of its location.

The projection is also used in scientific visualization of spherical data, including sky maps, when the visualization needs an all-sky elliptical display and area fidelity.

Clarity

A candidate implementation passes the Hammer recognition test when all of the following hold:

  1. Input coordinates are spherical longitude and latitude relative to a central meridian. 2. Longitude enters the equal-area kernel at half its centered value. 3. The output axes receive reciprocal horizontal and vertical scaling consistent with the Hammer equations. 4. The full world maps to a 2:1 ellipse with point poles.

Manages Complexity

Every flat world map must manage incompatible geometric objectives. Hammer makes one priority explicit: conserve area across the entire world while retaining a continuous, compact, symmetric outline. The formula packages that decision into a reusable coordinate transformation. A cartographer need not reason separately about the displayed area of each region; if the implementation is correct, equal spherical areas have equal planar areas everywhere.

Abstract Reasoning

The construction licenses several deductions. Halving \(\Delta\lambda\) maps the full centered longitude range \([-\pi,\pi]\) to \([-\pi/2,\pi/2]\), the longitudinal span of an equatorial Lambert hemisphere. The full sphere can therefore pass through a one-hemisphere kernel. Doubling \(x\) and halving \(y\) have determinant one, so this post-transformation does not change area. Combined with the Lambert kernel's authalic property and the longitude reparameterization, the resulting mapping retains constant area scale.

Knowledge Transfer

Inside cartography, Hammer provides a worked pattern for constructing one projection from another: reparameterize the spherical input, apply a known kernel, then rescale the output while tracking which invariants survive. That reasoning transfers directly to analysis of Hammer-family variants and to comparisons among world-map projections.

In geospatial software, the identity transfers across libraries only when parameter and source-model conventions are explicit. A PROJ string using +proj=hammer names a spherical forward/inverse method with parameters such as central meridian, radius, and false offsets.

Relationships to Other Abstractions

Local relationship map for Hammer ProjectionParents appear above the current abstraction, mutual partners to the right, and children below. Node labels state whether each abstraction is prime or domain-specific; colors identify relation types.Hammer ProjectionDOMAINPrime abstraction: Projection — is a kind ofProjectionPRIME

Current abstraction Hammer Projection Domain-specific

Parents (1) — more general patterns this builds on

  • Hammer Projection is a kind of Projection Prime

    Hammer is a strict domain-specific instance of Projection.

Hierarchy path (1) — routes to 1 parentless root

Neighborhood in Abstraction Space

Hammer Projection sits in a sparse region of the domain-specific corpus (85th percentile for distinctiveness): few abstractions share its structure, so a faithful description tends to retrieve it precisely.

Family — Unclustered & Miscellaneous (1565 abstractions)

Nearest neighbors

Computed from structural-signature embeddings · 2026-09-08