Join some of the dots, throw the rest away
June 26, 2007 8:46 AM
Subscribe
Map geeks: can I generate a polygon shapefile from the outline of a large collection of points? There's more detail, of course.
I'm all Googled out, so this is my next stop. Here's a slightly-genericised version of my need:
I am able to generate, from a dataset which is quite old, several thousand points. All of them are in the same area (say, a ZIP code).
In order to test whether new data points - which are newer than that ageing dataset - are inside the same area, I'd like to take what I have and create a shapefile.
This shapefile would need to be a polygon which tracks the outermost points from the cluster I have very tightly, in order to avoid false positives when testing new points. So a bounding box/circle/parallelogram won't do.
Can this be done? And more importantly, can it be done with an existing software package or component which has an open license?
posted by genghis to computers & internet (17 comments total)
3 users marked this as a favorite
This looks like a good place to start for code.
posted by Leon at 8:58 AM on June 26, 2007