From c697e39dfa911383324acad8a7476741711ac24d Mon Sep 17 00:00:00 2001 From: singlethink Date: Sun, 27 Oct 2024 10:51:23 -0700 Subject: [PATCH] Add k7rht repeaters (#48) * Add Methow Valley Amateur Radio Club repeaters * Add WA7SAR repeaters Trustee confirmed that there is no associated website. * Allow other tags to preceed uplink tone Currently, the regex assumes that the uplink tone is the only thing in the cell. My recent queries include comments and tags in the uplink tone cell preventing recognition of the tone. Example: Uplink Tone: 131.8 * Add K7RHT repeaters --------- Co-authored-by: Matthew Van Gundy Co-authored-by: Quentin CAUDRON --- .../programming_files/all_rr_frequencies.csv | 2 ++ assets/programming_files/rr_frequencies.csv | 2 ++ assets/repeaters.json | 34 +++++++++++++++++++ demo_map.html | 2 ++ index.md | 5 +-- map.md | 2 ++ repeaters.md | 5 +++ rules.md | 3 +- 8 files changed, 52 insertions(+), 3 deletions(-) diff --git a/assets/programming_files/all_rr_frequencies.csv b/assets/programming_files/all_rr_frequencies.csv index e585965..6389c0d 100644 --- a/assets/programming_files/all_rr_frequencies.csv +++ b/assets/programming_files/all_rr_frequencies.csv @@ -126,3 +126,5 @@ 125,WA7SAR,444.600,+5.0,123.0,476,Yakima,FM,Yakima County Radio Amateurs,46.52220154,-120.33300018,+,5.0 126,WA7SAR,145.170,-0.6,123.0,,Quartz Mtn.,FM,Yakima County Radio Amateurs,47.073125,-121.07869,-,0.6 127,WA7SAR,147.080,+0.6,85.4,,Yakima,FM,Yakima County Radio Amateurs,46.6414,-120.3967,+,0.6 +128,K7RHT,147.000,+0.6,131.8,17116,Table Mtn.,FM,K7RHT,47.15230179,-120.56400299,+,0.6 +129,K7RHT,444.450,+5.0,131.8,17115,Table Mtn.,FM,K7RHT,47.15230179,-120.56400299,+,5.0 diff --git a/assets/programming_files/rr_frequencies.csv b/assets/programming_files/rr_frequencies.csv index 1c0501c..f298f1b 100644 --- a/assets/programming_files/rr_frequencies.csv +++ b/assets/programming_files/rr_frequencies.csv @@ -126,3 +126,5 @@ Location,Name,Frequency,Duplex,Offset,Tone,rToneFreq,cToneFreq,DtcsCode,DtcsPola 125,WA7SAR,444.600,+,5.000000,Tone,123.0,88.5,023,NN,FM,5.00,,WA7SAR - 444.600,,,, 126,WA7SAR,145.170,-,0.600000,Tone,123.0,88.5,023,NN,FM,5.00,,WA7SAR - 145.170,,,, 127,WA7SAR,147.080,+,0.600000,Tone,85.4,88.5,023,NN,FM,5.00,,WA7SAR - 147.080,,,, +128,K7RHT,147.000,+,0.600000,Tone,131.8,88.5,023,NN,FM,5.00,,K7RHT - 147.000,,,, +129,K7RHT,444.450,+,5.000000,Tone,131.8,88.5,023,NN,FM,5.00,,K7RHT - 444.450,,,, diff --git a/assets/repeaters.json b/assets/repeaters.json index 051f03a..089d695 100644 --- a/assets/repeaters.json +++ b/assets/repeaters.json @@ -2157,5 +2157,39 @@ "Long Name":"Yakima County Radio Amateurs", "Website":"", "Exclude":null + }, + { + "Callsign":"K7RHT", + "Output (MHz)":"147.000", + "Offset (MHz)":"+0.6", + "Tone (Hz)":"131.8", + "Coordinates":[ + 47.15230179, + -120.56400299 + ], + "RepeaterBook ID":"17116", + "Group Name":"K7RHT", + "Location":"Table Mtn.", + "Mode":"FM", + "Long Name":"K7RHT", + "Website":"https:\/\/www.qrz.com\/db\/K7RHT", + "Exclude":null + }, + { + "Callsign":"K7RHT", + "Output (MHz)":"444.450", + "Offset (MHz)":"+5.0", + "Tone (Hz)":"131.8", + "Coordinates":[ + 47.15230179, + -120.56400299 + ], + "RepeaterBook ID":"17115", + "Group Name":"K7RHT", + "Location":"Table Mtn.", + "Mode":"FM", + "Long Name":"K7RHT", + "Website":"https:\/\/www.qrz.com\/db\/K7RHT", + "Exclude":null } ] \ No newline at end of file diff --git a/demo_map.html b/demo_map.html index a725d92..4582c78 100644 --- a/demo_map.html +++ b/demo_map.html @@ -123,6 +123,8 @@ L.marker([46.5222015400, -120.3330001800], {icon: L.divIcon({className: 'custom-icon', html: "
125
", iconSize: [25, 25]}) }).bindPopup('RR# 125 - WA7SAR (444.600)
').addTo(map); L.marker([47.0731250000, -121.0786900000], {icon: L.divIcon({className: 'custom-icon', html: "
126
", iconSize: [25, 25]}) }).bindPopup('RR# 126 - WA7SAR (145.170)
').addTo(map); L.marker([46.6414000000, -120.3967000000], {icon: L.divIcon({className: 'custom-icon', html: "
127
", iconSize: [25, 25]}) }).bindPopup('RR# 127 - WA7SAR (147.080)
').addTo(map); +L.marker([47.1523017900, -120.5640029900], {icon: L.divIcon({className: 'custom-icon', html: "
...
", iconSize: [25, 25]}) }).bindPopup('RR# 128 - K7RHT (147.000)
RR# 129 - K7RHT (444.450)
').addTo(map); + diff --git a/index.md b/index.md index 58de3ef..424cb5f 100644 --- a/index.md +++ b/index.md @@ -12,7 +12,8 @@ Last year, we made it into [QST Magazine](assets/RR.pdf). Light up the airwaves **The Repeater Roundabout will be held during the weekend of November 23rd and 24th.** -> This page was last updated on Saturday October 26 at 21:57. + +> This page was last updated on Sunday October 27 at 17:34. --- @@ -22,7 +23,7 @@ Last year, we made it into [QST Magazine](assets/RR.pdf). Light up the airwaves To get started, check out the [Rules](./rules) page. -Then, check out the list of [127 participating repeaters](./repeaters) from across 50 radio groups that you'll play on during the contest. You can also [view the map](./map) to see where the repeaters are located. +Then, check out the list of [129 participating repeaters](./repeaters) from across 51 radio groups that you'll play on during the contest. You can also [view the map](./map) to see where the repeaters are located. We provide [files to program your radios](./files) with Chirp and other software. diff --git a/map.md b/map.md index 32e8049..eff7ac5 100644 --- a/map.md +++ b/map.md @@ -119,5 +119,7 @@ L.marker([46.0633010900, -121.4240036000], {icon: L.divIcon({className: 'custom- L.marker([46.5222015400, -120.3330001800], {icon: L.divIcon({className: 'custom-icon', html: "
125
", iconSize: [25, 25]}) }).bindPopup('RR# 125 - WA7SAR (444.600)
').addTo(map); L.marker([47.0731250000, -121.0786900000], {icon: L.divIcon({className: 'custom-icon', html: "
126
", iconSize: [25, 25]}) }).bindPopup('RR# 126 - WA7SAR (145.170)
').addTo(map); L.marker([46.6414000000, -120.3967000000], {icon: L.divIcon({className: 'custom-icon', html: "
127
", iconSize: [25, 25]}) }).bindPopup('RR# 127 - WA7SAR (147.080)
').addTo(map); +L.marker([47.1523017900, -120.5640029900], {icon: L.divIcon({className: 'custom-icon', html: "
...
", iconSize: [25, 25]}) }).bindPopup('RR# 128 - K7RHT (147.000)
RR# 129 - K7RHT (444.450)
').addTo(map); + diff --git a/repeaters.md b/repeaters.md index 749b30a..549b0c2 100644 --- a/repeaters.md +++ b/repeaters.md @@ -147,6 +147,8 @@ Get started by [programming your radio](/files), and check out the repeaters' lo | 125 | YCRA | WA7SAR | Yakima | 444.600 | +5.0 | 123.0 | | 126 | YCRA | WA7SAR | Quartz Mtn. | 145.170 | -0.6 | 123.0 | | 127 | YCRA | WA7SAR | Yakima | 147.080 | +0.6 | 85.4 | +| 128 | K7RHT | K7RHT | Table Mtn. | 147.000 | +0.6 | 131.8 | +| 129 | K7RHT | K7RHT | Table Mtn. | 444.450 | +5.0 | 131.8 | --- @@ -194,6 +196,9 @@ K7CH K7DK : [Mark K7DK's repeater system](https://www.qrz.com/db/K7DK) +K7RHT +: [K7RHT](https://www.qrz.com/db/K7RHT) + KC7EQO : [Matt KC7EQO's repeater system](https://www.qrz.com/db/KC7EQO/R) diff --git a/rules.md b/rules.md index 395aa88..8c8e019 100644 --- a/rules.md +++ b/rules.md @@ -8,7 +8,8 @@ subtitle: How to play in the Repeater Roundabout. # Repeaters -Only these [127 participating repeaters from 50 radio groups](/repeaters) are eligible for scoring points in the Repeater Roundabout. Please stick to these repeaters; we don't want to annoy anyone who did not want to bring the contest to their repeater. +Only these [129 participating repeaters from 51 radio groups](/repeaters) are eligible for scoring points in the Repeater Roundabout. Please stick to these repeaters; we don't want to annoy anyone who did not want to bring the contest to their repeater. + Please ensure that there is no ongoing activity on a repeater (such as a net) before you call for contacts. Please ensure you leave some space for others to user the repeater; some of these are used for emergency communications, and we don't want to interfere with that.