- Messages
- 225
- Country

I'm struggling to read parts of the airport runway data, specifically runway length and width, in FSX AFCAD files.
I'm following the information in Winfried Orthmann's FSX File Format document and I've identified the bytes for both runway length and width, but I'm unsure how to calculate it, as the calculations seem to differ depending on the length/width.
They both appear to be calculated using the following formula length (or width) = 0x........ / (2 ^ y) - z, but both y and z vary depending on the 0x........ value, making it very difficult to calculate without comparing the 0x........ value for two lengths/widths which are very close to each other.
Does anyone know how runway length/width is calculated? I've not look to see if the issue would be the same for taxiway width, but I have a feeling it might be.
I'm following the information in Winfried Orthmann's FSX File Format document and I've identified the bytes for both runway length and width, but I'm unsure how to calculate it, as the calculations seem to differ depending on the length/width.
They both appear to be calculated using the following formula length (or width) = 0x........ / (2 ^ y) - z, but both y and z vary depending on the 0x........ value, making it very difficult to calculate without comparing the 0x........ value for two lengths/widths which are very close to each other.
Does anyone know how runway length/width is calculated? I've not look to see if the issue would be the same for taxiway width, but I have a feeling it might be.