Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!rutgers!texbell!vector!telecom-gateway From: johnl@esegue.segue.boston.ma.us (John R. Levine) Newsgroups: comp.dcom.telecom Subject: Re: V&H Table Coordinates Message-ID: Date: 15 Oct 89 04:47:36 GMT Sender: news@vector.Dallas.TX.US Organization: Segue Software, Cambridge MA Lines: 32 Approved: telecom-request@vector.dallas.tx.us X-Submissions-To: telecom@eecs.nwu.edu X-Administrivia-To: telecom-request@vector.dallas.tx.us X-TELECOM-Digest: volume 9, issue 450, message 5 of 8 I can't say anything about the specific coordinate system that the V&H tapes use, but I can contribute something I learned in a cartography class a while ago. Using latitude and longitude to compute distances is not easy because lines of longitude are not parallel. One minute of longitude is longer in Miami than in Boston, so straightforward sqrt(x*x + y*y) formulae would tend to overcharge customers in the north and undercharge customers in the south. This is closely related to the problem of producing maps on flat pieces of paper. There are zillions of projections that cartographers have used to map the curved surface of the earth to a flat map. The most familar is the Mercator projection which preserves angles at the cost of severe area and distance distortion. There are also equal-area projections that distort angles so but make equal areas on the map correspond to equal areas on the surface of the earth. In a computer mapping project, I used the Albers equal area projection which is commonly used for maps of the 48 states; it has an origin in the Pacific, southwest of California, and distances measured in meters north and east of that point. Plotting X and Y map coordinates give a reasonable looking map since the projection has already been done. The V&H tape uses some other projection that I expect is intended to make equal distances equal. Any given projection is tuned to the area that it is intended to display; the Albers projection is tuned for the lower 48 and does not do very well for Alaska and Hawaii. I'd be interested to hear if V&H has some non-linear hack for Alaska and Hawaii, or if they figure that they're so far away from everything else that the projection errors are unlikely to put many calls in the wrong rate band. Regards, John Levine, johnl@esegue.segue.boston.ma.us, {spdcc|ima|lotus}!esegue!johnl