The WorldBiG grid uses the Lambert Azimuthal Equal-Area (LAEA) spherical projection. This choice is based on two key features:
Technical note: In programming implementations, use the \(\operatorname{arctg}\) instead of a standard atan2(y, x) to ensure correctness across all quadrants.
Here’s a simple CONVERTER (x, y)<->(φ, λ)
WorldBiG also supports the Gaussian radius (the mean radius of curvature for the WGS84 ellipsoid), providing enhanced precision for professional GIS applications.
Recursive division ensures seamless densification. Each square side is halved at every level:
| 1(NW) | 2(NE) |
| 3(SW) | 4(SE) |
Letter labels (e.g., hi) define 64x64 km squares. Sub-units append a binary suffix (e.g., hi 1342), creating a hierarchical and human-readable notation.