MapInfo is not really needed for all this - Excel will do.
Regards
Uffe Kousgaard
> --
> You received this message because you are subscribed to the
> Google Groups "MapInfo-L" group.To post a message to this group, send
> email to mapi...@googlegroups.com
> To unsubscribe from this group, go to:
> http://groups.google.com/group/mapinfo-l/subscribe?hl=en
> For more options, information and links to MapInfo resources (searching
> archives, feature requests, to visit our Wiki, visit the Welcome page at
> http://groups.google.com/group/mapinfo-l?hl=en
>
--
*Bill Thoen*
GISnet - www.gisnet.com <http://www.gisnet.com/>
1401 Walnut St., Suite C
Boulder, CO 80302
303-786-9961 tel
303-443-4856 fax
bth...@gisnet.com
select avg(lon),avg(lat) from deliveries
no reason to run the first select count(*)..... query.
So to define that a little more precisely, it sounds like what you're
looking for is the coordinate where the sum of the distances to the
other points is at its minimum. How's your calculus-fu? Off the top of
my head (and I'd have to do some Googling in the math pages on linear
equations, differential calculus, and optimization) I think the approach
would be to set up a series of equations of distance from each point,
add them, take the first derivative of that, set it equal to zero and
solve for x and y. And I think I'd use a tool like Excel if the Solver
can handle it or maybe one of the many math tools out there on the net.
But from your questions and the requirements you've been given, it
doesn't sound like you want to (or need to at this point) get into this
very deeply. The level of precision required doesn't seem too great
either, and you need more math background to do this with any
sophistication, but you probably wouldn't be wrong just eyeballing the
location, and then to keep anybody from asking questions you don't want
to answer, print off a couple of pages of this site
http://www.codecogs.com/reference/maths/calculus/differential/linear_simultaneous_equations.php,
mark up the pages a bit, write a title on top like "Optimal Location
Determination Notes" and leave them out where anybody can see them. If
someone still asks how you determined the location, pick up the pages,
show them to the questioner and say something vague and off-putting
like, "It's a bit difficult to explain in layman's terms..." ;-/)/
--
*Bill Thoen*
GISnet - www.gisnet.com
Bill, is your real name actually Wally ?
-----Original Message-----
From: mapi...@googlegroups.com [mailto:mapi...@googlegroups.com] On
Behalf Of Bill Thoen
Sent: Tuesday, August 10, 2010 5:06 PM
To: mapi...@googlegroups.com
Subject: Re: [MI-L] Re: Optimal site location based on existing point
objects
--