An open-source, deterministic protocol bridging the divide between extreme machine efficiency and intuitive human communication.
Click anywhere on the map to visualize the nested Base-1024 grid hierarchy.
WGS84 Coordinates
40.712800, -74.006000
Grid Resolution
~19.5m² (Standard Base-1024)
---- ----
An 8-character Base-32 string representing precisely 40 bits of geospatial data. Encodes global location efficiently without floating-point rounding errors.
Engineered to bypass the limitations of legacy GIS frameworks and optimize for extreme reliability.
Engineered for clarity over radio static and poor connections. We systematically eliminated homophones and phonetically ambiguous letters (like c, v, x, z) to guarantee zero miscommunication during critical rescue operations.
Traditional WGS84 coordinates require 16 bytes. FourWords packs the identical location data into a strict 5-byte integer. This 68% payload reduction extends battery life and massively increases capacity for IoT edge devices.
Standard spatial grids flip catastrophically at the Equator and Prime Meridian. Our center-out mathematical approach maintains logical consistency globally—ensuring hierarchical integrity regardless of your hemisphere.
Legacy spatial databases waste immense computational resources on floating-point trigonometry. FourWords leverages fundamental ALU bit-logic (XOR operations) to execute spatial queries exponentially faster.
export function isWithinRegion(pointA, targetB) { /* * Execute single ALU clock cycle. * Compares 40-bit spatial signatures. */ const divergence = pointA ^ targetB; // Bitshift eliminates macro-quadrant data return (divergence >> 20) === 0; } /* Legacy System Comparison: * Math.acos(Math.sin(lat1)*Math.sin(lat2)...) * FPU Cost: ~150-200 cycles per point */
1,024 words computationally verified for clarity and global pronunciation.