pub const LAT_MIN: f64 = -85.051_128_78;
The lowest latitude that can be stored.
Not -90. The Mercator projection the hash is built on does not reach the poles, and this is where it is cut off.