Hi Pete, my name is peter and I am the author of SIMstarter a program to start your simulator with different profiles. I would like to implement a feature to select the starting position based on MakeRwys data. So far no problem. But I found out, that the data at G5.csv is not that precise that I would need. Example: EDDM (Munich, Gate 202) in runways.txt
in file: Scenery\0601\scenery\APX51140.bgl
Gate 202 [#G106]: N48:21:30.6333 E011:47:32.9532
Type 8 (Small Gate), Size 18.0m, Hdg 263.1T
and
in file: aerosoft\Afd\scenery\AF2_EDDM.BGL
Gate 202 [#G106]: N48:21:30.6333 E011:47:32.9532
Type 8 (Small Gate), Size 18.0m, Hdg 263.1T
Airlines: DLH CFG
So far so good, both identical, because I installed Mega Airport Munich as well (just for clairification)... If we have a look into G5.csv searching for EDDM and Gate 202 we will find
EDDM,,202,48.358513,11.792487,18.0,263.1,8,DLH,CFG
But is that the right calculation? Because whenever I am using this value for latitude and longditue the plane will be slightly misplaced.
N48:21:30.6333 should become 48.358509 not 48.358513
E011:47:32.9532 has been recalculated well to 11.792487
another example: EDDN (Nurnberg)
N49:29:42.7500 E011:04:43.3772 should become 49.495208 11.078716 NOT 49.495167 11.078444
Is it a calculation problem or do I misunderstand these values?