Skip to content

Commit

Permalink
Add KBARA repeaters (#59)
Browse files Browse the repository at this point in the history
Co-authored-by: Matthew Van Gundy <[email protected]>
  • Loading branch information
singlethink and Matthew Van Gundy authored Nov 13, 2024
1 parent 4ecda0f commit 0607b11
Show file tree
Hide file tree
Showing 8 changed files with 100 additions and 5 deletions.
6 changes: 5 additions & 1 deletion assets/programming_files/all_rr_frequencies.csv
Original file line number Diff line number Diff line change
Expand Up @@ -178,4 +178,8 @@ RR#,Callsign,Output (MHz),Offset (MHz),Tone (Hz),RepeaterBook ID,Location,Mode,G
177,N7YRC,442.725,+5.0,127.3,7099,Cowiche Mtn.,FM,N7YRC Group,https://www.qrz.com/db/N7YRC,53,46.62680054,-120.73899841
178,N7YRC,444.750,+5.0,131.8,17413,Lookout Point,FM,N7YRC Group,https://www.qrz.com/db/N7YRC,53,46.63059998,-120.53500366
179,KI7PWR,146.920,-0.6,100.0,21717,Hatt Butte,FM,South West Idaho Amateur Radio Club,https://www.k7swi.org,16,43.410919,-116.589569
180,K7DKK,53.67,-1.7,136.5,,Ravens Roost,FM,Pierce County ARES,http://www.piercecountyares.net,,47.161,-121.20246
180,K7DKK,53.67,-1.7,136.5,,Ravens Roost,FM,Pierce County ARES,http://www.piercecountyares.net,53,47.161,-121.20246
181,KB7ARA,147.280,+0.6,103.5,80,Pikes Peak,FM,Kamiak Butte Amateur Repeater Association,https://kbara.org/,53,45.99373,-118.18053
182,KA7FVV,147.320,+0.6,103.5,17271,West Twin,FM,Kamiak Butte Amateur Repeater Association,https://kbara.org/,16,46.73239899,-117.0
183,N7WRR,147.360,+0.6,,366,Stensgar Mtn.,FM,Kamiak Butte Amateur Repeater Association,https://kbara.org/,53,48.18139,-117.98917
184,N7WRQ,147.380,+0.6,100.0,78,Mica Peak,FM,Kamiak Butte Amateur Repeater Association,https://kbara.org/,53,47.57495,-117.08113
4 changes: 4 additions & 0 deletions assets/programming_files/rr_frequencies.csv
Original file line number Diff line number Diff line change
Expand Up @@ -179,3 +179,7 @@ Location,Name,Frequency,Duplex,Offset,Tone,rToneFreq,cToneFreq,DtcsCode,DtcsPola
178,N7YRC,444.750,+,5.000000,Tone,131.8,88.5,023,NN,FM,5.00,,N7YRC - 444.750,,,,
179,KI7PWR,146.920,-,0.600000,Tone,100.0,88.5,023,NN,FM,5.00,,KI7PWR - 146.920,,,,
180,K7DKK,53.67,-,1.700000,Tone,136.5,88.5,023,NN,FM,5.00,,K7DKK - 53.67,,,,
181,KB7ARA,147.280,+,0.600000,Tone,103.5,88.5,023,NN,FM,5.00,,KB7ARA - 147.280,,,,
182,KA7FVV,147.320,+,0.600000,Tone,103.5,88.5,023,NN,FM,5.00,,KA7FVV - 147.320,,,,
183,N7WRR,147.360,+,0.600000,Tone,,88.5,023,NN,FM,5.00,,N7WRR - 147.360,,,,
184,N7WRQ,147.380,+,0.600000,Tone,100.0,88.5,023,NN,FM,5.00,,N7WRQ - 147.380,,,,
74 changes: 73 additions & 1 deletion assets/repeaters.json
Original file line number Diff line number Diff line change
Expand Up @@ -3237,6 +3237,78 @@
"Long Name":"Pierce County ARES",
"Website":"http:\/\/www.piercecountyares.net",
"Exclude":null,
"RepeaterBook State ID":null
"RepeaterBook State ID":"53"
},
{
"Callsign":"KB7ARA",
"Output (MHz)":"147.280",
"Offset (MHz)":"+0.6",
"Tone (Hz)":"103.5",
"Coordinates":[
45.99373,
-118.18053
],
"RepeaterBook ID":"80",
"Group Name":"KBARA",
"Location":"Pikes Peak",
"Mode":"FM",
"Long Name":"Kamiak Butte Amateur Repeater Association",
"Website":"https:\/\/kbara.org\/",
"Exclude":null,
"RepeaterBook State ID":"53"
},
{
"Callsign":"KA7FVV",
"Output (MHz)":"147.320",
"Offset (MHz)":"+0.6",
"Tone (Hz)":"103.5",
"Coordinates":[
46.73239899,
-117.0
],
"RepeaterBook ID":"17271",
"Group Name":"KBARA",
"Location":"West Twin",
"Mode":"FM",
"Long Name":"Kamiak Butte Amateur Repeater Association",
"Website":"https:\/\/kbara.org\/",
"Exclude":null,
"RepeaterBook State ID":"16"
},
{
"Callsign":"N7WRR",
"Output (MHz)":"147.360",
"Offset (MHz)":"+0.6",
"Tone (Hz)":"",
"Coordinates":[
48.18139,
-117.98917
],
"RepeaterBook ID":"366",
"Group Name":"KBARA",
"Location":"Stensgar Mtn.",
"Mode":"FM",
"Long Name":"Kamiak Butte Amateur Repeater Association",
"Website":"https:\/\/kbara.org\/",
"Exclude":null,
"RepeaterBook State ID":"53"
},
{
"Callsign":"N7WRQ",
"Output (MHz)":"147.380",
"Offset (MHz)":"+0.6",
"Tone (Hz)":"100.0",
"Coordinates":[
47.57495,
-117.08113
],
"RepeaterBook ID":"78",
"Group Name":"KBARA",
"Location":"Mica Peak",
"Mode":"FM",
"Long Name":"Kamiak Butte Amateur Repeater Association",
"Website":"https:\/\/kbara.org\/",
"Exclude":null,
"RepeaterBook State ID":"53"
}
]
4 changes: 4 additions & 0 deletions demo_map.html
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,10 @@
L.marker([46.6305999800, -120.5350036600], {icon: L.divIcon({className: 'custom-icon', html: "<div class='icon-label'>178</div>", iconSize: [25, 25]}) }).bindPopup('RR# 178 - N7YRC (444.750)<br>').addTo(map);
L.marker([43.4109190000, -116.5895690000], {icon: L.divIcon({className: 'custom-icon', html: "<div class='icon-label'>179</div>", iconSize: [25, 25]}) }).bindPopup('RR# 179 - KI7PWR (146.920)<br>').addTo(map);
L.marker([47.1610000000, -121.2024600000], {icon: L.divIcon({className: 'custom-icon', html: "<div class='icon-label'>180</div>", iconSize: [25, 25]}) }).bindPopup('RR# 180 - K7DKK (53.67)<br>').addTo(map);
L.marker([45.9937300000, -118.1805300000], {icon: L.divIcon({className: 'custom-icon', html: "<div class='icon-label'>181</div>", iconSize: [25, 25]}) }).bindPopup('RR# 181 - KB7ARA (147.280)<br>').addTo(map);
L.marker([46.7323989900, -117.0000000000], {icon: L.divIcon({className: 'custom-icon', html: "<div class='icon-label'>182</div>", iconSize: [25, 25]}) }).bindPopup('RR# 182 - KA7FVV (147.320)<br>').addTo(map);
L.marker([48.1813900000, -117.9891700000], {icon: L.divIcon({className: 'custom-icon', html: "<div class='icon-label'>183</div>", iconSize: [25, 25]}) }).bindPopup('RR# 183 - N7WRR (147.360)<br>').addTo(map);
L.marker([47.5749500000, -117.0811300000], {icon: L.divIcon({className: 'custom-icon', html: "<div class='icon-label'>184</div>", iconSize: [25, 25]}) }).bindPopup('RR# 184 - N7WRQ (147.380)<br>').addTo(map);
</script>


Expand Down
4 changes: 2 additions & 2 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ 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 Wednesday November 13 at 17:56.
> This page was last updated on Wednesday November 13 at 20:06.
---

Expand All @@ -21,7 +21,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 [180 participating repeaters](./repeaters) from across 67 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 [184 participating repeaters](./repeaters) from across 68 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
4 changes: 4 additions & 0 deletions map.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,5 +153,9 @@ L.marker([46.6268005400, -120.7389984050], {icon: L.divIcon({className: 'custom-
L.marker([46.6305999800, -120.5350036600], {icon: L.divIcon({className: 'custom-icon', html: "<div class='icon-label'>178</div>", iconSize: [25, 25]}) }).bindPopup('RR# 178 - N7YRC (444.750)<br>').addTo(map);
L.marker([43.4109190000, -116.5895690000], {icon: L.divIcon({className: 'custom-icon', html: "<div class='icon-label'>179</div>", iconSize: [25, 25]}) }).bindPopup('RR# 179 - KI7PWR (146.920)<br>').addTo(map);
L.marker([47.1610000000, -121.2024600000], {icon: L.divIcon({className: 'custom-icon', html: "<div class='icon-label'>180</div>", iconSize: [25, 25]}) }).bindPopup('RR# 180 - K7DKK (53.67)<br>').addTo(map);
L.marker([45.9937300000, -118.1805300000], {icon: L.divIcon({className: 'custom-icon', html: "<div class='icon-label'>181</div>", iconSize: [25, 25]}) }).bindPopup('RR# 181 - KB7ARA (147.280)<br>').addTo(map);
L.marker([46.7323989900, -117.0000000000], {icon: L.divIcon({className: 'custom-icon', html: "<div class='icon-label'>182</div>", iconSize: [25, 25]}) }).bindPopup('RR# 182 - KA7FVV (147.320)<br>').addTo(map);
L.marker([48.1813900000, -117.9891700000], {icon: L.divIcon({className: 'custom-icon', html: "<div class='icon-label'>183</div>", iconSize: [25, 25]}) }).bindPopup('RR# 183 - N7WRR (147.360)<br>').addTo(map);
L.marker([47.5749500000, -117.0811300000], {icon: L.divIcon({className: 'custom-icon', html: "<div class='icon-label'>184</div>", iconSize: [25, 25]}) }).bindPopup('RR# 184 - N7WRQ (147.380)<br>').addTo(map);

</script>
7 changes: 7 additions & 0 deletions repeaters.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,10 @@ Get started by [programming your radio](/files), and check out the repeaters' lo
| 178 | N7YRC | N7YRC | Lookout Point | 444.750 | +5.0 | 131.8 |
| 179 | SWI-ARC | KI7PWR | Hatt Butte | 146.920 | -0.6 | 100.0 |
| 180 | Pierce | K7DKK | Ravens Roost | 53.67 | -1.7 | 136.5 |
| 181 | KBARA | KB7ARA | Pikes Peak | 147.280 | +0.6 | 103.5 |
| 182 | KBARA | KA7FVV | West Twin | 147.320 | +0.6 | 103.5 |
| 183 | KBARA | N7WRR | Stensgar Mtn. | 147.360 | +0.6 | |
| 184 | KBARA | N7WRQ | Mica Peak | 147.380 | +0.6 | 100.0 |

---

Expand Down Expand Up @@ -259,6 +263,9 @@ K7RHT
K7TGU
: [Rob K7TGU's repeater system](https://www.qrz.com/db/K7TGU)

KBARA
: [Kamiak Butte Amateur Repeater Association](https://kbara.org/)

KC7EQO
: [Matt KC7EQO's repeater system](https://www.qrz.com/db/KC7EQO/R)

Expand Down
2 changes: 1 addition & 1 deletion rules.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ subtitle: How to play in the Repeater Roundabout.

# Repeaters

Only these [180 participating repeaters from 67 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 [184 participating repeaters from 68 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 0607b11

Please sign in to comment.