geoprimsField-grade geospatial math

Parse

Reading, formatting, and comparing coordinates and bearings.

These tools read and write coordinates and angles: decimal degrees, degrees-minutes-seconds, packed aviation formats, MGRS, and UTM, plus DMS arithmetic and the turn between two bearings. Anyone copying coordinates between systems uses them. Start with reading any coordinate, which reports what it assumed. The common pitfall is a longitude missing its west sign or W, which moves a US point to Asia.

I want to read a coordinate in any notation

I want to write a coordinate in another format

I want to find the angle between two bearings

I want to add or subtract angles in degrees, minutes, and seconds