Talking about UIR/FIR sector frequencies listed in Charts, I see frequencies like 135.9533, or 126.6033. My question is : Are they equal to i.e. 135.955 and 126.605 respectively ?
If yes, what is the reason for not listed in the latter format ?
Would you mind providing me with some examples of airspace with this issue?
@Rodeo314 Do you have any references? Such as an old forum post or something. I have a slight recollection of this issue, but I can’t find anything related…
Go to Charts/right click on Madrid FIR-UIR/COMMUNICATIONS. If you check the frequencies (the 8.33 KHz spacing - not the 25 KHz ones), you will find the two examples of my post among many others. Of course, this issue does not apply in Madrid FIR/UIR only. It shows in every other European country/FIR/UIR using the 8.33 KHz.
Thanks! Yes, I found that topic as well but there is no solution, which is odd…
I have looked into some of our old data, and this issue seems to go back at least to the beginning of this year, most likely longer than that! I’ll keep you updated as I gather more details!
This has been fixed internally, and the fix will be included in the next update. Thanks for the feedback! The root cause is related to the fact that these frequencies are using 8.33 kHz spacing - just as mentioned here earlier.
Thanks for your efforts about that correction and update.
Yet, allow me a small correction about HELLAS FIR : the frequency 135.88 must be 133.88, as the latter is not listed in the latest updated and I am sure it is currently used as upper northeastern sector frequency.
I confirm 133.880 belonging to Makedonia ACC. I can assure you that even today was used by ACC, as I live in this country. 135.875 looks more realistic than 135.880.
129.675 is still used (not 129.68).
Skopje ACC use the following frequencies : 120.015 119.375 136.425 contrary to Navigraph comms list.
In general, a comms list review and/or frequency correction is needed within 8.33 european ACCs.
This is not the same issue, but it seems to be an issue, unfortunately. I see our source data is correct, but somehow, information is lost in translation somewhere.
Here’s it’s deciding to turn a 25 kHz frequency into an 8.33 one, plus the same issue as above, .xx33 turned to .xx00 in one case and .xx33 to .x100 in the other instead of .xx50
My guess is whatever algorithm you’ve implemented is simply incorrect.
That depends on how you look at it, I guess. The fix in this particular case was to stop relying on a field in our database that contained a “formatted version” of the frequency that was wrong. This is what you see in the old version of the app.
Instead, the app manually formats the frequency value based on provided units. As far as I can tell, that algorithm is working as intended! However, the raw value stored in the database seems incorrect. Here is an example:
This can be compared with another database of ours which is not used for the apps, which instead looks like this:
We shall investigate to see what the cause may be!
Edit: it might be easier to keep using comm_frequency_display and simply translating the value to the corresponding 8.33 kHz representation for display.