Interaktive Karte der Amateurfunk-Relais in und um Hamburg

bildschirmfoto-vom-2016-10-24-165052Auf der Suche nach Amateurfunk-Relais in Hamburg und Umgebung bin ich auf diese Seite gestoßen: (Link entfernt, da es die Seite nicht mehr gibt). Dort haben Bernie, DL6XB und Winni, DL3XU eine tolle Übersicht über die Relais-Standorte zusammengestellt. Allerdings fiel es mir immer schwer, auf die Schnelle einen geographischen Überblick zu bekommen. Also habe ich die Informationen aus der Tabelle auf eine interaktive Karte übertragen.

Die Karte lässt sich nach Betriebsart und Band filtern, so dass sich jeder die Relais anzeigen kann, die er auch selber nutzen kann und möchte.

Vielen Dank an Winni, DL3XU für den regen Gedankenaustausch und seine Unterstützung bei meinem Projekt.

Die Karte befindet sich unter www.repeatermap.de.

Setting Symbol for RX-Igate with pymultimonaprs

Since a couple of weeks I am running a APRS RX-igate on a Raspberry PI with RTL-SDR dongle and pymultimonaprs. To show on the map that it’s a RX-only Igate it’s recommended to set the black diamond with a “R” overlay as a symbol. To do this you have to use “R” as table and “&” as a symbol.

Here is my configuration:

"beacon": {
"lat": ...,
"lng": ...,
"table": "R",
"symbol": "&",
"comment": "PyMultimonAPRS iGate",
"status": {
"text": "Raspberry PI - RX Igate",
"file": false
},