Given only the set of coordinates, is there a way to find the scale factor being used? It will then be used to compute the distances between the coordinates.
Let's consider this:
On a map scale: (This is the only given)
- pointA(33.511615, -86.778809)
- pointB(34.398558, -87.669116)
On a real world scale:
- Distance between the 2 points = unknown
We can solve for the distance between the 2 points. What conversion factor can we use in order to convert the distance into the actual or real world scale? How do we get the conversion factor?
The coordinates given are based on actual points plotted in a smaller scale model.The format may look familiar to you. Could it be that the units by default are miles? I have no idea on how they came up with the coordinates, any thoughts?
I'm not sure what underlying concepts are involved (Geocoding or Geolocation?) and if I made sense when I try to point things out. Please help.