Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

8,33 KHz frequencies #2

Open
CarstenSon opened this issue Aug 14, 2018 · 2 comments
Open

8,33 KHz frequencies #2

CarstenSon opened this issue Aug 14, 2018 · 2 comments

Comments

@CarstenSon
Copy link

Hey there,

I planned to add a new frequency to the Welt2000-"Database" when it came to my eye that the frequency in the Welt2000-format does only consist of 5 digits while we need 6 digits for the new 8,33 KHz standard to be displayed correctly.

In my opinion we either need one more digit in the format with all its consequences (neccessary changes in all glide computers which use the database) or we would need to define a standard on how to add new frequencies into the database.

Adding a digit would most likely be the much cleaner option whereas having a strategy for new frequencies (cut frequency after 5 digits vs. rounded frequencies) would work faster and wouldn't require gliding computer software to be adjusted.

What are your thoughts on this?

@Turbo87
Copy link
Member

Turbo87 commented Aug 15, 2018

The current format is problematic not just in terms of the frequencies. Ideally a whole different format would be used, e.g. something based on JSON. The only reason for the old format is keeping compatibility with existing tools that expect it like that.

@roeles
Copy link

roeles commented Dec 2, 2020

Pehaps the quickest fix for 8.33KHz is to ignore the first digit. It's always '1' anyways?
A parser can easily check if a frequency is within the valid range (let's say 118-137MHz) and assume 8.33KHz and check again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

3 participants