FS2002 gives coordinate info in deg, min, sec format. I found a calculator program on the internet that converts into decimal format (I need decimal format so that can do calculations more easily). How do these values (in decimal format) translate into meters or feet?
Here is an example of two points (in decimal format) that I need to know the distance between:
Point 1: Long -87.831505, Lat 42.984665
Point 2: Long -87.83128045, Lat 42.98464722
Now, the difference between the two longitude points is 0.00022455. How do I figure out how this translates into feet (or fraction thereof)? The distances I'm trying to calculate are quite small so I don't need to account for the curving of the earth....I'll just assume a flat plane. I am hoping that it is not necessary to apply Great Circle formulas.
I tried converting things and applying different formulas but I only ended up confusing myself. I think there must be something I'm missing. One minute of lat/long = I nautical mile. That