@ -186,6 +186,10 @@ def qso_data_from_adif(adif_stream):
continue
grid = qso['GRIDSQUARE']
if not grid:
continue # locator is empty
lat, lon = maidenhead.to_location(grid, center=True)
call = qso['CALL']