forked from VE3NEA/MorseRunner
-
Notifications
You must be signed in to change notification settings - Fork 12
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
158 Add IARU HF Championship Contest #238
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Fixed header and removed excess commas.
Upload call history file from 2021 public logs
# Conflicts: # Log.pas # Main.pas
Updates to ARRL.pas (DXCC list parser) - do not sort the regular expression list. These are ordered and must be processed in reverse order. - added code to skip comments - when extracting the callsign's prefix, do not remove the trailing characters. (This was masking prefixes with a trailing character (e.g. <digit><char>). - special case for KG4 (Guantanamo Bay). Turns out many US callsigns have KG4 prefix but are located in US. The convension used by many is to let the 2x1 or 2x3 forms of this prefix to be in US and let any 2x2 calls to be in Guantanamo Bay. Updates to ARRL.LIST (DXCC list)... - The prefix TO cannot be used for Guadeloupe, Mayotte, Saint Barthelemy - The prefix TO cannot be used for Martinique, Austral I., - The prefix TX cannot be used for New Caledonia, Chesterfield Is. - The prefix TX cannot be used for Clipperton I. - The prefix TX cannot be used for French Polynesia, Marquesas Is. - The prefix TO cannot be used for Reunion I., Glorioso Is., Juan de Nova - The prefix TO cannot be used for Tromelin I., Saint Martin - 4V was listed for Italy; it should be 4U. - Greenland prefix changed to OX|XP; was P[XP]. - Remove Mount Athos (SV) since it was hiding Greece (includes SV) - Kaliningrad was hiding European Russia; updated regular expression. - The prefix VP8,LU cannot be used for South Georgia I. - The prefix VP8,LU cannot be used for South Orkney Is. - The prefix VP8,LU cannot be used for South Sandwich Is. - The prefix VP8,LU cannot be used for South Shetland Is.
…me-callsigns' into 158-iaru-hf-contest
w7sst
commented
Feb 11, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this change needs to be backed out. In CQ WPX contest, this stopped changing RST 599 to 5NN.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Adds IARU HF CW Championship contest to Morse Runner Community Edition. The call history log was compiled from public logs by K6OK along with call history logs from N1MM+ website.