Repeater Footprint Project

From AB9RF

Jump to: navigation, search

The Repeater Footprint Project is largely an excuse for me to play with Splat!, but I have a feeling it might be useful, too. It came out of discussions with various people on IRC, as well as listening to various hams on the DuPage Amateur Radio Club VHF machine.

Apparently there's a UK club that has a site that lists each of the repeaters in their area (possibly the whole country) with maps showing where one can expect to be able to reach the repeater. This seems as if it would be a useful thing. The group on the W9DUP repeater also seemed to think so and were opening wondering on the air how one would go about doing that. Now, I happen to know how to go about doing it, but I wasn't able to get a word in edgewise in the ragchew (gotta love VHF ragchewers), so instead I decided just to go ahead and do it.

I started out by creating pages on this wiki for each repeater in K5EHX's database, but that proved to be largely unhelpful, and they have been largely deleted. The bulk of the project is right now in a database, which is accumulating coverage data (by grid square) for each repeater in K5EHX's listings. Along the way I've written an extensive set of validation tests for Tom's database. Here's a list of all the tests currently done:

  • The Trustee call sign is checked to ensure that it is a valid ham call sign, using cty.dat to derive call sign validation regexps.
  • If the call sign is a US call sign, the call sign is checked to ensure that it is in ULS and is listed as active.
    • If the call sign is in ULS and was cancelled because the licensee changed call sign, Tom's database is automatically updated with the new call sign if the new call sign is still active.
  • The repeater type field is checked for odd values; people often put strange values in this field.
  • The output frequency is checked against a list of authorized frequencies. Currently this uses US authorizations; a future version will use the country listed in the database to choose the correct list of frequencies.
  • The offset and shift values are parsed against the output frequency to derive an input frequency, which is also validated against authorized band plans.
    • The US repeater plan is used to try to infer input frequencies when the offset or shift values are left unspecified; when incomplete or discrepant data is found and a corrected value can be inferred, Tom's database is updated automatically.
    • Common errors that are corrected include entering offsets in kHz or 100 kHz steps and entering an absolute frequency instead of an offset.
  • Repeaters at zero latitude and longitude are flagged as errors (these are typically due to an entry using a location name that cannot be georesolved).

Entries that pass validation are merged into my repeater database, which is not currently being published, because I haven't figured out how I want to do it yet. Maybe I should offer XML dumps.

Future plans include merging in the IRLP node list, and developing a way to merge in other random repeater listings found on the Internet. I could really use some good ETL software for this, but I haven't found any that I can afford yet. Adding more validation tests is also high on the priority list.

Meanwhile, I have a script running that generates splats (coverage maps) for each repeater in my database, storing for each location and frequency pair (coverage varies by frequency) the least expected path loss from the transceiver location to any point within each grid square reachable from that transceiver. This takes about 30 minutes per location/frequency pair, and will complete in about 15 months unless I dedicate more hardware to the project.

Once this is done, I should be able to easily generate a list of every repeater that one could hear, and could work, from any given grid square. I used to have a barebones web page that generated such lists (give it a grid square and it would tell you what systems you could work) but I haven't updated it since I refactored the database. I can also generate lists of repeater pairs that might potentially interfere with one another.

The coverage database, once complete, would be of great benefit to anyone who travels and, I would think, also be of significant value to frequency coordinators. I assume most coordinators have similar information, although from what I've heard most coordinators use rule-of-thumb methods to anticipate interference and relatively few have Longley-Rice simulation software or terrain mappers.

Personal tools