ctjacobs / pyqso

PyQSO is a contact logging tool for amateur radio operators.
http://christianjacobs.uk/pyqso
GNU General Public License v3.0
77 stars 19 forks source link

Autocomplete the 'Band' field using data from the 'Frequency' field #10

Closed ctjacobs closed 10 years ago

ctjacobs commented 10 years ago

If the frequency is specified, autocomplete the band field (using a list of frequency ranges or perhaps using the formula wave_length = speed_of_light/frequency).

Suggested by Paride Legovini.

ctjacobs commented 10 years ago

This is now implemented using a list of frequency ranges from the ADIF specification.