Area & Perimeter Calculator - Calculate Polygon Size
Geodesic polygon area calculator: WGS84 lat/lon or planar survey X/Y. Land parcel area, perimeter, Shoelace centroid in hectares, acres, m².
What is an Area & Perimeter Calculator?
An area and perimeter calculator computes the size and boundary length of a polygon from its vertex coordinates. This tool uses GPS coordinates (latitude/longitude) to calculate accurate area and perimeter measurements accounting for Earth's curvature.
Area and perimeter calculations are fundamental in land surveying, property measurement, agricultural planning, construction, urban planning, and geographic analysis. Accurate measurements are essential for legal documentation, resource allocation, and spatial planning.
- Area Calculation: Compute polygon area in square meters, kilometers, acres, hectares, and square miles
- Perimeter Calculation: Measure total boundary length in meters, kilometers, and miles
- Centroid Location: Find the geometric center point of the polygon
- Geodesic Accuracy: Uses great-circle distances for accurate real-world measurements
How to Use the Calculator
Follow these steps to calculate area and perimeter:
- Enter Vertices: Input latitude and longitude for each corner point of your polygon
- Add Points: Click 'Add Point' to add more vertices (minimum 3 required)
- Calculate: Press 'Calculate' to compute area, perimeter, and centroid
- View Results: See area in multiple units, perimeter, and centroid coordinates
Area Calculation Formula
The area is calculated using the spherical excess formula for geographic coordinates, which accounts for Earth's curvature:
A = R² |Σ (λ₂ - λ₁)(2 + sin φ₁ + sin φ₂)| / 2
Where R is Earth's radius (6,371 km), φ is latitude, and λ is longitude. This formula provides accurate results for polygons of any size, from small plots to large territories.
Common Use Cases
This calculator is valuable for:
- Land Surveying: Measure property boundaries and land parcels for legal documentation
- Agriculture: Calculate field sizes for crop planning, irrigation, and yield estimation
- Real Estate: Determine property areas for listings, appraisals, and sales
- Construction: Estimate material quantities and costs based on area measurements
Understanding Area Units
The calculator provides results in multiple units to suit different applications. Square meters (m²) and hectares are standard in most countries. Acres are commonly used in the US and UK real estate. Square kilometers are ideal for large areas like parks or forests.
Unit conversions: 1 hectare = 10,000 m² = 2.471 acres | 1 acre = 4,047 m² | 1 km² = 100 hectares = 247.1 acres
Geographic vs Planar (Survey) Mode
Use Geographic mode when your vertices are WGS84 latitude/longitude from GPS, Google Maps or a GeoJSON file; it integrates over the curved Earth with the spherical-excess formula. Use Planar mode when you hold projected survey coordinates — UTM, State Plane or a local site datum measured in northing/easting by total station or RTK GPS. Planar mode runs the exact Shoelace formula directly on the grid the survey was computed in, so the result matches the legal/deed value instead of forcing an error-prone unprojection back to lat/lon. Pick meters, international feet or the US survey foot for input; area is reported in m², ft², hectares, acres, km² and mi².
Worked example (planar, meters): a rectangle with corners (0,0), (50,0), (50,30), (0,30) gives a signed Shoelace area of +1500 m² (0.15 ha) and an area-centroid at X=25, Y=15. List the vertices in order around the ring — the polygon auto-closes (first vertex = last), so do not repeat the first point. A positive signed area means counter-clockwise (CCW) winding and a negative value means clockwise (CW); the tool takes the absolute value for area but shows the sign so you can verify ring orientation, which matters when exporting to GeoJSON (exterior rings must be CCW per RFC 7946).
Frequently Asked Questions

