openAIP / openaip

Public issue tracker of www.openaip.net.
39 stars 3 forks source link

VHF channels erroneously labeled as frequencies #310

Closed thumax closed 1 year ago

thumax commented 1 year ago

Throughout openAIP VHF channels are suffixed by “MHz” which suggests they are frequencies. They are not. When operated in 8.33 kHz channel spacing the “frequency” displayed on your radio is a channel number and not the actual center frequency.

Examples:

Easy fix: just don’t add “MHz” to channel numbers.

reskume commented 1 year ago

Thanks for the heads up! Yes, we are aware of the fact that this is may not be correct in some cases - for countries that don't use 8.33 kHz spacing this is still valid. The current implementation is simply from the "time before 8.33 kHz" spacing in several countries.

For now, I admit it's a simple fix to remove the "MHz" suffix for the frequencies in the UI. The main big pain point is the backend and the API which still outputs frequencies with unit MHz. This is a big refactoring which in the end will result in a V2 API schema. I have created another issue to track the API schema refactoring here #311.

I would close the ticket for now if this is OK and we can keep track on the API v2 ticket instead.

thumax commented 1 year ago

Sure, thanks for the info!