fencing from a collection of coordinates

YEZ_1971

New Member
Joined
Mar 29, 2015
Messages
2
Hi, i have a list of coordinates (lat/LON decimal format wgs84) and i would like to find the extremity or perimeter points, i.e. to find the point that will define a polygon ignoring the inner points.

Yossi
 

Excel Facts

Which came first: VisiCalc or Lotus 1-2-3?
Dan Bricklin and Bob Frankston debuted VisiCalc in 1979 as a Visible Calculator. Lotus 1-2-3 debuted in the early 1980's, from Mitch Kapor.
define an approximate central position and plot each point as a radius from there, then use a macro to loop round 360 degrees - maybe every minute of arc, and store the biggest radii giving you what you want
 
Upvote 0
this requires to plot first each set of points to find the approximate center, kind of missing the point :)
i assumed im not first one having this challenge...
 
Upvote 0
an xy scatter plot quick and dirty, guess the centre, keep running a macro with centre slightly repositioned - how accurate does your answer need to be....
 
Upvote 0

Forum statistics

Threads
1,215,174
Messages
6,123,451
Members
449,100
Latest member
sktz

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top