Skip to content

Commit

Permalink
Add k7rht repeaters (#48)
Browse files Browse the repository at this point in the history
* 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 <span> tags in the
uplink tone cell preventing recognition of the tone.  Example:

    <tr>
      <td class="gray" nowrap>Uplink Tone:</td>
      <td>
          <!-- Display the value and the pencil on the same line -->
          <span style="display: inline;">
              131.8      </span>

            </td>
    </tr>

* Add K7RHT repeaters

---------

Co-authored-by: Matthew Van Gundy <[email protected]>
Co-authored-by: Quentin CAUDRON <[email protected]>
  • Loading branch information
3 people authored Oct 27, 2024
1 parent 20f1124 commit c697e39
Show file tree
Hide file tree
Showing 8 changed files with 52 additions and 3 deletions.
2 changes: 2 additions & 0 deletions assets/programming_files/all_rr_frequencies.csv
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 2 additions & 0 deletions assets/programming_files/rr_frequencies.csv
Original file line number Diff line number Diff line change
Expand Up @@ -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,,,,
34 changes: 34 additions & 0 deletions assets/repeaters.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
]
2 changes: 2 additions & 0 deletions demo_map.html
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,8 @@
L.marker([46.5222015400, -120.3330001800], {icon: L.divIcon({className: 'custom-icon', html: "<div class='icon-label'>125</div>", iconSize: [25, 25]}) }).bindPopup('RR# 125 - WA7SAR (444.600)<br>').addTo(map);
L.marker([47.0731250000, -121.0786900000], {icon: L.divIcon({className: 'custom-icon', html: "<div class='icon-label'>126</div>", iconSize: [25, 25]}) }).bindPopup('RR# 126 - WA7SAR (145.170)<br>').addTo(map);
L.marker([46.6414000000, -120.3967000000], {icon: L.divIcon({className: 'custom-icon', html: "<div class='icon-label'>127</div>", iconSize: [25, 25]}) }).bindPopup('RR# 127 - WA7SAR (147.080)<br>').addTo(map);
L.marker([47.1523017900, -120.5640029900], {icon: L.divIcon({className: 'custom-icon', html: "<div class='icon-label'>...</div>", iconSize: [25, 25]}) }).bindPopup('RR# 128 - K7RHT (147.000)<br>RR# 129 - K7RHT (444.450)<br>').addTo(map);

</script>


Expand Down
5 changes: 3 additions & 2 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

---
Expand All @@ -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.
Expand Down
2 changes: 2 additions & 0 deletions map.md
Original file line number Diff line number Diff line change
Expand Up @@ -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: "<div class='icon-label'>125</div>", iconSize: [25, 25]}) }).bindPopup('RR# 125 - WA7SAR (444.600)<br>').addTo(map);
L.marker([47.0731250000, -121.0786900000], {icon: L.divIcon({className: 'custom-icon', html: "<div class='icon-label'>126</div>", iconSize: [25, 25]}) }).bindPopup('RR# 126 - WA7SAR (145.170)<br>').addTo(map);
L.marker([46.6414000000, -120.3967000000], {icon: L.divIcon({className: 'custom-icon', html: "<div class='icon-label'>127</div>", iconSize: [25, 25]}) }).bindPopup('RR# 127 - WA7SAR (147.080)<br>').addTo(map);
L.marker([47.1523017900, -120.5640029900], {icon: L.divIcon({className: 'custom-icon', html: "<div class='icon-label'>...</div>", iconSize: [25, 25]}) }).bindPopup('RR# 128 - K7RHT (147.000)<br>RR# 129 - K7RHT (444.450)<br>').addTo(map);


</script>
5 changes: 5 additions & 0 deletions repeaters.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |

---

Expand Down Expand Up @@ -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)

Expand Down
3 changes: 2 additions & 1 deletion rules.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit c697e39

Please sign in to comment.