Chirp
Der Export im Chirp-CSV-Format ermöglicht die Weiterverarbeitung der Daten mit dem Programm Chirp
.
Nähere Informationen dazu findet man unter https://chirp.danplanet.com.
Derzeit wir nur der Export für die Verwendung in der Applikation "CHIRP-next" unterstützt! |
Codeplugs
Manche Einstellungen - wie etwa Leistung oder Bandbreite bei Chirp - werden beim Import der Codeplugs nicht unterstützt. Daher können diese Einstellungen leider nicht in den CSV-Dateien vorgenommen werden. Abhängig von den Spracheinstellungen können manche Codeplugs auch unterschiedliche Zeichen als Dezimalzeichen verwenden.
Die folgenden Dateien sind für die gängigsten Einsatzszenarien gedacht, wurden bereits automatisch erstellt und sind zum Download verfügbar:
Band | Modus | Quelle | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Name |
Datei |
23cm |
70cm |
2m |
6m |
10m |
FM |
D-STAR |
DMR |
||
OE 2m Repeaters |
✔ |
✔ |
✔ |
||||||||
OE 2m Repeaters (Format '5-char') |
✔ |
✔ |
✔ |
||||||||
OE 2m Repeaters (Format '6-char') |
✔ |
✔ |
✔ |
||||||||
OE 2m Repeaters (Format '7-char') |
✔ |
✔ |
✔ |
||||||||
OE 2m Repeaters (Format 'callsign-name') |
✔ |
✔ |
✔ |
||||||||
OE 2m Repeaters (Format 'callsign-mode-name') |
✔ |
✔ |
✔ |
||||||||
OE 2m Repeaters (Format 'name') |
✔ |
✔ |
✔ |
||||||||
OE 2m Repeaters (Format 'name-5-char') |
✔ |
✔ |
✔ |
||||||||
OE 2m Repeaters (Format 'name-6-char') |
✔ |
✔ |
✔ |
||||||||
OE 2m Repeaters (Format 'name-7-char') |
✔ |
✔ |
✔ |
||||||||
OE 2m Repeaters (Format 'name-callsign') |
✔ |
✔ |
✔ |
||||||||
OE 2m Repeaters (Format 'name-mode-callsign') |
✔ |
✔ |
✔ |
||||||||
OE 70cm Repeaters |
✔ |
✔ |
✔ |
||||||||
OE 70cm Repeaters (Format '5-char') |
✔ |
✔ |
✔ |
||||||||
OE 70cm Repeaters (Format '6-char') |
✔ |
✔ |
✔ |
||||||||
OE 70cm Repeaters (Format '7-char') |
✔ |
✔ |
✔ |
||||||||
OE 70cm Repeaters (Format 'callsign-name') |
✔ |
✔ |
✔ |
||||||||
OE 70cm Repeaters (Format 'callsign-mode-name') |
✔ |
✔ |
✔ |
||||||||
OE 70cm Repeaters (Format 'name') |
✔ |
✔ |
✔ |
||||||||
OE 70cm Repeaters (Format 'name-5-char') |
✔ |
✔ |
✔ |
||||||||
OE 70cm Repeaters (Format 'name-6-char') |
✔ |
✔ |
✔ |
||||||||
OE 70cm Repeaters (Format 'name-7-char') |
✔ |
✔ |
✔ |
||||||||
OE 70cm Repeaters (Format 'name-callsign') |
✔ |
✔ |
✔ |
||||||||
OE 70cm Repeaters (Format 'name-mode-callsign') |
✔ |
✔ |
✔ |
Das Benennungs-Schema der Einträge kann auch benutzerdefiniert geändert werden. Nähere Informationen dazu findet man im Abschnitt advanced.adoc#custom-schema. |
Beispiele
# FM (70cm)
memory-channels-processor --source "oevsv-repeater-db" --band 70cm --type "fm" --output-file "chirp_fm_70cm_gen_oevsv-repeater-db_callsign.csv" --output-format="chirp" --name-format "callsign"
memory-channels-processor --source "oevsv-repeater-db" --band 70cm --type "fm" --output-file "chirp_fm_70cm_gen_oevsv-repeater-db_callsign-5-char.csv" --output-format="chirp" --name-format "5-char"
memory-channels-processor --source "oevsv-repeater-db" --band 70cm --type "fm" --output-file "chirp_fm_70cm_gen_oevsv-repeater-db_callsign-6-char.csv" --output-format="chirp" --name-format "6-char"
memory-channels-processor --source "oevsv-repeater-db" --band 70cm --type "fm" --output-file "chirp_fm_70cm_gen_oevsv-repeater-db_callsign-7-char.csv" --output-format="chirp" --name-format "7-char"
memory-channels-processor --source "oevsv-repeater-db" --band 70cm --type "fm" --output-file "chirp_fm_70cm_gen_oevsv-repeater-db_callsign-name.csv" --output-format="chirp" --name-format "callsign-name"
memory-channels-processor --source "oevsv-repeater-db" --band 70cm --type "fm" --output-file "chirp_fm_70cm_gen_oevsv-repeater-db_callsign-mode-name.csv" --output-format="chirp" --name-format "callsign-mode-name"
memory-channels-processor --source "oevsv-repeater-db" --band 70cm --type "fm" --output-file "chirp_fm_70cm_gen_oevsv-repeater-db_name.csv" --output-format="chirp" --name-format "name"
memory-channels-processor --source "oevsv-repeater-db" --band 70cm --type "fm" --output-file "chirp_fm_70cm_gen_oevsv-repeater-db_name-5-char.csv" --output-format="chirp" --name-format "name-5-char"
memory-channels-processor --source "oevsv-repeater-db" --band 70cm --type "fm" --output-file "chirp_fm_70cm_gen_oevsv-repeater-db_name-6-char.csv" --output-format="chirp" --name-format "name-6-char"
memory-channels-processor --source "oevsv-repeater-db" --band 70cm --type "fm" --output-file "chirp_fm_70cm_gen_oevsv-repeater-db_name-7-char.csv" --output-format="chirp" --name-format "name-7-char"
memory-channels-processor --source "oevsv-repeater-db" --band 70cm --type "fm" --output-file "chirp_fm_70cm_gen_oevsv-repeater-db_name-callsign.csv" --output-format="chirp" --name-format "name-callsign"
memory-channels-processor --source "oevsv-repeater-db" --band 70cm --type "fm" --output-file "chirp_fm_70cm_gen_oevsv-repeater-db_name-mode-callsign.csv" --output-format="chirp" --name-format "name-mode-callsign"
# FM (2m)
memory-channels-processor --source "oevsv-repeater-db" --band 2m --type "fm" --output-file "chirp_fm_2m_gen_oevsv-repeater-db_callsign.csv" --output-format="chirp" --name-format "callsign"
memory-channels-processor --source "oevsv-repeater-db" --band 2m --type "fm" --output-file "chirp_fm_2m_gen_oevsv-repeater-db_callsign-5-char.csv" --output-format="chirp" --name-format "5-char"
memory-channels-processor --source "oevsv-repeater-db" --band 2m --type "fm" --output-file "chirp_fm_2m_gen_oevsv-repeater-db_callsign-6-char.csv" --output-format="chirp" --name-format "6-char"
memory-channels-processor --source "oevsv-repeater-db" --band 2m --type "fm" --output-file "chirp_fm_2m_gen_oevsv-repeater-db_callsign-7-char.csv" --output-format="chirp" --name-format "7-char"
memory-channels-processor --source "oevsv-repeater-db" --band 2m --type "fm" --output-file "chirp_fm_2m_gen_oevsv-repeater-db_callsign-name.csv" --output-format="chirp" --name-format "callsign-name"
memory-channels-processor --source "oevsv-repeater-db" --band 2m --type "fm" --output-file "chirp_fm_2m_gen_oevsv-repeater-db_callsign-mode-name.csv" --output-format="chirp" --name-format "callsign-mode-name"
memory-channels-processor --source "oevsv-repeater-db" --band 2m --type "fm" --output-file "chirp_fm_2m_gen_oevsv-repeater-db_name.csv" --output-format="chirp" --name-format "name"
memory-channels-processor --source "oevsv-repeater-db" --band 2m --type "fm" --output-file "chirp_fm_2m_gen_oevsv-repeater-db_name-5-char.csv" --output-format="chirp" --name-format "name-5-char"
memory-channels-processor --source "oevsv-repeater-db" --band 2m --type "fm" --output-file "chirp_fm_2m_gen_oevsv-repeater-db_name-6-char.csv" --output-format="chirp" --name-format "name-6-char"
memory-channels-processor --source "oevsv-repeater-db" --band 2m --type "fm" --output-file "chirp_fm_2m_gen_oevsv-repeater-db_name-7-char.csv" --output-format="chirp" --name-format "name-7-char"
memory-channels-processor --source "oevsv-repeater-db" --band 2m --type "fm" --output-file "chirp_fm_2m_gen_oevsv-repeater-db_name-callsign.csv" --output-format="chirp" --name-format "name-callsign"
memory-channels-processor --source "oevsv-repeater-db" --band 2m --type "fm" --output-file "chirp_fm_2m_gen_oevsv-repeater-db_name-mode-callsign.csv" --output-format="chirp" --name-format "name-mode-callsign"