Polygon Area Calculator from Coordinates
Enter lat/lon vertices to calculate the enclosed land area in hectares, acres, km², and m². Used by farmers, land surveyors, and urban planners. Paste coordinates directly from Google Earth.
Enter your polygon vertices above or pick a Quick Load preset, then click Calculate Area.
Minimum 3 coordinate pairs. Supports up to 100 vertices.
How the Polygon Area Calculator Works
Enter lat/lon vertices → spherical excess formula → area in every unit.
How to Calculate Land Area from GPS Coordinates
Calculating land area from GPS coordinates requires more than simple geometry. Because the Earth is not flat, using a flat Euclidean formula on lat/lon degrees produces errors that grow with polygon size. A 1-hectare field near the equator and a 1-hectare field at 60°N latitude span very different longitudinal distances even though their areas are identical.
This calculator uses the spherical excess formula — the same algorithm used by Turf.js and OpenLayers — which accounts for the curvature of the Earth. It treats the Earth as a sphere with the WGS84 semi-major axis (6,378,137 m) and sums the spherical angle contributions of each edge. The result is accurate to within 0.3% for polygons up to continental scale.
To use it: collect the latitude and longitude of each boundary corner of your land parcel in order (clockwise or counter-clockwise — the formula returns the absolute value). Enter them as decimal degrees, or paste them directly from Google Earth, QGIS, or a GPS unit.
What Is the Spherical Excess Formula for Polygon Area?
The spherical excess formula computes the area of a polygon projected onto a sphere. For each vertex i in the polygon, the contribution is:
After summing all vertices (with the index wrapping around), the area in square metres is:
The absolute value ensures a positive result regardless of whether vertices are listed clockwise or counter-clockwise. This is the same formula used by Turf.js, a widely-used open-source GIS library, making results comparable across platforms.
For very large polygons spanning more than a few degrees of latitude, a more accurate approach would use the WGS84 ellipsoid rather than a sphere, but for parcels up to 10,000 km² the spherical approximation introduces an error of less than 0.1%.
Area Units Explained: Hectares, Acres, and Square Kilometres
Different industries and regions use different area units. Farmers in the UK and Continental Europe work in hectares (ha); farmers and ranchers in the USA typically use acres; urban planners and GIS analysts often use square kilometres (km²) or square metres (m²). This calculator returns all four simultaneously so you never need to convert manually.
| Area | m² | Hectares | Acres |
|---|---|---|---|
| Tennis court | 261 | 0.026 | 0.064 |
| Football pitch | 7,140 | 0.714 | 1.76 |
| City block (NYC) | 80,000 | 8.00 | 19.8 |
| Small farm | 400,000 | 40.0 | 98.8 |
| Average UK farm | 860,000 | 86.0 | 212 |
| Hyde Park, London | 1,420,000 | 142 | 351 |
| Central Park, NYC | 3,410,000 | 341 | 843 |
How Accurate Is GPS-Based Polygon Area Measurement?
The accuracy of this calculator depends entirely on the accuracy of your input coordinates, not the formula. The spherical excess algorithm is mathematically exact for a spherical Earth — the only approximation is that the Earth is not a perfect sphere (it is an oblate spheroid with a 0.3% polar flattening).
A standard consumer-grade GPS (phone or handheld unit) has a typical accuracy of 3–5 metres. For a 1-hectare field with a 400-metre perimeter, a 5-metre coordinate error translates to roughly a 1–2% area error. Survey-grade GNSS receivers with RTK correction achieve centimetre accuracy, reducing the area error to less than 0.01%.
Practical recommendations:
- Walk the boundary with a GPS unit or phone, recording waypoints at each corner.
- For large, irregular parcels, add extra waypoints along curved sections.
- Average multiple GPS readings at the same corner to reduce noise.
- Compare your result with the land registry or cadastral area as a sanity check.
Common Uses: Farming, Surveying, and Urban Planning
Land area calculation from coordinates is one of the most common tasks across multiple disciplines. Farmers use it to calculate seed rates, fertiliser quantities, and subsidy applications — the EU Common Agricultural Policy (CAP) payment is calculated per hectare, making accurate boundary measurement a financial requirement. A 2% error on a 200-hectare farm can mean thousands of euros in incorrect payments.
Land surveyors use polygon area to verify cadastral records, compute easement areas, and generate subdivision plans. Urban planners calculate plot ratios, floor area ratios (FAR), and green space percentages from polygon extents. Environmental scientists use it to measure deforestation extents, wetland coverage, and habitat patch sizes from satellite imagery.
Google Earth Pro has a built-in polygon area tool, but it requires the desktop application and saves data to KML files. This calculator lets you paste raw coordinates from any source — GPS exports, QGIS, ArcGIS attribute tables, or plain text — and instantly get all standard area units without any GIS software.
Frequently Asked Questions
How do I calculate the area of a field using GPS coordinates?
What is the difference between hectares and acres?
How accurate is polygon area calculated from lat/lon coordinates?
Can I paste coordinates from Google Earth into this calculator?
51.5074, -0.1278) one per line. It also handles the DMS format (e.g., 51°30'26"N, 0°7'40"W).Why does my polygon area differ from Google Earth's measurement?
What is the spherical excess formula and why is it used for geographic coordinates?
How do I find the GPS coordinates of my land boundary?
Related Calculators
Distance & Bearing Calculator
Great-circle distance and bearing between two GPS points
Area Unit Converter
Convert between m², km², acres, and hectares instantly
Coordinate Converter
Convert between DD, DMS, UTM, and MGRS formats
UTM Zone Finder
Find the UTM zone and EPSG code for any coordinate
Haversine Distance
Great-circle distance between two GPS points
Slope Calculator
Compute gradient, angle, and rise/run from elevation