What is the formula for real world (latitude,longitude) conversion into (x,y) coordinates?
+5
A:
Latitudes and longitudes exist on a spherical globe. Map X and Y coordinates exist on a (theoretically) flat map.
To convert between them, you need to "project" the spherical coordinates onto the flat map.
There are many different ways to do projections. Some are optimised for particular regions. An earlier poster mentioned the Mercator projection. This is a popular one, but has its limitations (as all of them do).
Stage one is probably to better understand your needs. What sort of latitude/longitude data do you have? What do you plan to do with it? Is your data confined to particular regions? What level of accuracy is needed? Is conversion speed important? (You may need to trade speed against accuracy).
Michael J
2010-01-08 08:13:23
Peter, I fear that you have too much time on your hands if you go around expanding abbreviations. Any reader who didn't know "lat"=="latitude" is probablly not interested in projections.
Michael J
2010-01-10 07:33:07