100% Private — Runs in Your Browser

Distance & Area Calculator

Calculate great-circle distance between two coordinates, or total length/area from a GeoJSON file. Free, private, no upload to server.

kilometers341.67
miles212.31
meters341,672.88
nautical miles184.49
feet1,120,974.01

Frequently Asked Questions

What formula is used for distance?

The Haversine formula, which computes great-circle distance between two points on a sphere. It's accurate to within about 0.5% of the WGS84 ellipsoid model, which is standard for most mapping and navigation use cases.

What formula is used for area?

A spherical excess formula that sums longitude differences weighted by the sine of latitude across the polygon's vertices, the same approach used by libraries like Turf.js. Polygon holes are subtracted from the outer ring automatically.

What geometry types can I measure?

LineString and MultiLineString give a total length. Polygon and MultiPolygon give a total area (holes subtracted). Upload a FeatureCollection to measure every feature at once.

Is my data private?

Yes, completely. All calculation happens inside your browser using JavaScript. Nothing is uploaded to a server.

Want to visualize your GeoJSON on an interactive map?

Open GeoDataTools App