Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Java > Not exactly Java related Question

Reply
Thread Tools

Not exactly Java related Question

 
 
Galsaba
Guest
Posts: n/a
 
      06-06-2004
I am trying to find a software that can find distance between two ZIP codes.
I think most of them do it by having the longtitude and latidute of each ZIP,
and substract. But this gives the air distance. Where can I find software that
find the ground distance (like in Mapquest).

Thanks,

Joe
 
Reply With Quote
 
 
 
 
Chris Smith
Guest
Posts: n/a
 
      06-06-2004
Galsaba wrote:
> I am trying to find a software that can find distance between two ZIP codes.
> I think most of them do it by having the longtitude and latidute of each ZIP,
> and substract. But this gives the air distance. Where can I find software that
> find the ground distance (like in Mapquest).


http://www.google.com/search?q=mapquest+web+service

Or, you can put in a lot of effort to rewrite MapQuest on your own.
It's not an easy task with a "trick" to it; it involves (among other
things) knowing the locations and directions of *very* large numbers of
roads.

--
www.designacourse.com
The Easiest Way to Train Anyone... Anywhere.

Chris Smith - Lead Software Developer/Technical Trainer
MindIQ Corporation
 
Reply With Quote
 
 
 
 
Roedy Green
Guest
Posts: n/a
 
      06-06-2004
On 06 Jun 2004 01:53:15 GMT, (Galsaba) wrote or quoted
:

>I am trying to find a software that can find distance between two ZIP codes.
>I think most of them do it by having the longtitude and latidute of each ZIP,
>and substract. But this gives the air distance. Where can I find software that
>find the ground distance (like in Mapquest).


I have not found much in the way of mapping information free. See
http://mindprod.com/jgloss/map.html for some companies who might sell
it to you.

--
Canadian Mind Products, Roedy Green.
Coaching, problem solving, economical contract programming.
See http://mindprod.com/jgloss/jgloss.html for The Java Glossary.
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Newbie question - probably FAQ (but not exactly answered by regularFAQ) Banibrata Dutta Python 3 05-06-2008 08:38 AM
How should multiple (related) projects be arranged (structured) and configured so that they can share code, have a related package structure and enable proper unittesting, and ensuring no namespace collisions ToddLMorgan@gmail.com Python 14 04-21-2006 04:03 PM
Problem - Computer cannot access internet (well not exactly.....)!. Len Wireless Networking 2 10-10-2005 01:59 PM
How should threads be terminated? (related to 'Help with thread related tracebacks') Maxwell Hammer Python 7 06-18-2005 04:20 PM
Nested iterators (well, not nested exactly...) Russ Perry Jr Java 2 08-20-2004 06:51 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57