Re: polygonal area on a sphere
- From: luca.beltramo@xxxxxxxxx
- Date: 26 Feb 2007 03:35:43 -0800
If your polygon is small enough to allow you to ignore the Earth's
curvature, you can use the following formula. You need to convert
lat/lon to x-y coordinates. If the polygon lies within one UTM region,
you can just convert lat/lon to UTM and use the UTM coordinates.
area = sum_{i=0}^{n-1} ((x_i + x_{i+1}) (y_{i+1} - y_i)) / 2
where point 0 = point N.
Is there a general formula in case of the area is between two UTM
regions?
.
- Follow-Ups:
- Re: polygonal area on a sphere
- From: Dale DePriest
- Re: polygonal area on a sphere
- From: Ted Edwards
- Re: polygonal area on a sphere
- References:
- polygonal area on a sphere
- From: moltilimits
- Re: polygonal area on a sphere
- From: Ted Edwards
- polygonal area on a sphere
- Prev by Date: Re: Magellan DataSend Software
- Next by Date: Re: polygonal area on a sphere
- Previous by thread: Re: polygonal area on a sphere
- Next by thread: Re: polygonal area on a sphere
- Index(es):
Relevant Pages
|
|