Skip to main content

Polygon Area Calculator

Calculate the area and perimeter of a polygon defined by latitude/longitude vertices using spherical geometry. Returns km², mi², hectares, acres, and a perimeter measurement.

Enter 3 or more vertices. Lat and lon separated by comma or space. The polygon closes automatically.

Results

Vertices 0
Area (km²) 0
Area (mi²) 0
Hectares 0
Acres 0
Perimeter 0 km
Rate this tool
0.0 / 5 · 0 ratings

How to Use the Polygon Area Calculator

Enter the vertices of your polygon as a list of latitude/longitude pairs, one pair per line, separated by a comma or whitespace. The polygon should have at least three vertices and does not need to be explicitly closed — the calculator automatically draws an edge from the last vertex back to the first. The area and perimeter are computed using spherical geometry on a sphere with Earth's mean radius, so results stay accurate even for polygons that span several degrees of latitude or longitude.

Spherical Area, Not Flat Shoelace

The classic shoelace formula that works for flat polygons — multiply each pair of coordinates, sum them, halve the result — gives wrong answers when the vertices are latitude/longitude pairs, because Earth is curved. Instead, this calculator uses a spherical summation over the edges that accounts for the Earth's curvature and returns the area of the polygon as projected onto the sphere. The result is accurate to a small fraction of a percent for polygons a few hundred kilometers across, and to within about half a percent for much larger polygons.

Common Use Cases

Land parcel measurement is the most common use, whether for real estate, farming, forestry, or construction. Environmental scientists use polygon area calculations to measure the footprint of protected areas, watersheds, glaciers, and wildfires. Urban planners measure neighborhood boundaries, zoning districts, and public parks. GIS students use it to learn spherical geometry. Hikers and cyclists occasionally calculate the area enclosed by a looped route. And drone operators use it to estimate mapping coverage. Any polygon that can be described as a sequence of latitude/longitude points can be measured with this tool.

Tips for Accurate Results

Use as many vertices as needed to accurately describe the polygon's shape, especially where edges curve. For polygons with straight edges, three or four vertices are enough. For irregular shapes like coastlines, more vertices improve accuracy. Do not self-intersect the polygon, because crossing edges cause the area to be double-counted incorrectly. If your polygon includes a hole (an inner boundary) or is multi-part (several disconnected regions), measure each piece separately and add or subtract as needed. And always sanity-check the output against a second method for critical applications: an approximate bounding box area, a GIS measurement, or a simple on-the-ground pace count for small fields.

Frequently Asked Questions

How is polygon area calculated on a sphere?

With a spherical summation formula that accounts for Earth's curvature. The flat shoelace formula gives wrong answers for lat/lon polygons.

What vertex order should I use?

Clockwise or counterclockwise — either works. The calculator takes the absolute value. Do not repeat the first vertex at the end.

How accurate is the result?

Better than 0.1 percent for polygons under a few hundred kilometers across. Larger polygons can have up to 0.5 percent error from the spherical approximation.

What can I use this for?

Land parcels, farms, parks, watersheds, building footprints, hike loops, drone mapping coverage, and any geographic polygon you need a quick area for.

Where do I get vertex coordinates?

From Google Maps or OpenStreetMap right-click, from GPS tracks, or from GIS exports. Any source that provides lat/lon pairs will work.

Related Calculators

Disclaimer: This calculator is for informational and educational purposes only. Results are estimates and should not be considered professional expert advice. Consult a qualified professional before making decisions based on these calculations. See our full Disclaimer.