CPEditor
Der Export im CPEditor-Channels-CSV-Format ermöglicht die Weiterverarbeitung der Daten mit dem Programm CPEditor
.
Nähere Informationen dazu findet man unter https://www.cpeditor.co.uk.
Beim Import der Daten über Mit der Einschränkung auf bestimmte Bänder z.B. |
Codeplugs
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 |
C4FM |
||
OE FM+DMR Repeaters |
✔ |
✔ |
✔ |
✔ |
✔ |
|||||||
OE FM+DMR Repeaters (Format '5-char') |
✔ |
✔ |
✔ |
✔ |
✔ |
|||||||
OE FM+DMR Repeaters (Format '6-char') |
✔ |
✔ |
✔ |
✔ |
✔ |
|||||||
OE FM+DMR Repeaters (Format '7-char') |
✔ |
✔ |
✔ |
✔ |
✔ |
|||||||
OE FM+DMR Repeaters (Format 'callsign-name') |
✔ |
✔ |
✔ |
✔ |
✔ |
|||||||
OE FM+DMR Repeaters (Format 'callsign-mode-name') |
✔ |
✔ |
✔ |
✔ |
✔ |
|||||||
OE FM+DMR Repeaters (Format 'name') |
✔ |
✔ |
✔ |
✔ |
✔ |
|||||||
OE FM+DMR Repeaters (Format 'name-5-char') |
✔ |
✔ |
✔ |
✔ |
✔ |
|||||||
OE FM+DMR Repeaters (Format 'name-6-char') |
✔ |
✔ |
✔ |
✔ |
✔ |
|||||||
OE FM+DMR Repeaters (Format 'name-7-char') |
✔ |
✔ |
✔ |
✔ |
✔ |
|||||||
OE FM+DMR Repeaters (Format 'name-callsign') |
✔ |
✔ |
✔ |
✔ |
✔ |
|||||||
OE FM+DMR 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 + DMR
memory-channels-processor --source "oevsv-repeater-db" --band "2m" --band "70cm" --type "fm" --type "dmr" --output-file "cpeditor_fm+dmr_gen_oevsv-repeater-db_callsign.csv" --output-format="cpeditor" --name-format "callsign"
memory-channels-processor --source "oevsv-repeater-db" --band "2m" --band "70cm" --type "fm" --type "dmr" --output-file "cpeditor_fm+dmr_gen_oevsv-repeater-db_callsign-5-char.csv" --output-format="cpeditor" --name-format "5-char"
memory-channels-processor --source "oevsv-repeater-db" --band "2m" --band "70cm" --type "fm" --type "dmr" --output-file "cpeditor_fm+dmr_gen_oevsv-repeater-db_callsign-6-char.csv" --output-format="cpeditor" --name-format "6-char"
memory-channels-processor --source "oevsv-repeater-db" --band "2m" --band "70cm" --type "fm" --type "dmr" --output-file "cpeditor_fm+dmr_gen_oevsv-repeater-db_callsign-7-char.csv" --output-format="cpeditor" --name-format "7-char"
memory-channels-processor --source "oevsv-repeater-db" --band "2m" --band "70cm" --type "fm" --type "dmr" --output-file "cpeditor_fm+dmr_gen_oevsv-repeater-db_callsign-name.csv" --output-format="cpeditor" --name-format "callsign-name"
memory-channels-processor --source "oevsv-repeater-db" --band "2m" --band "70cm" --type "fm" --type "dmr" --output-file "cpeditor_fm+dmr_gen_oevsv-repeater-db_callsign-mode-name.csv" --output-format="cpeditor" --name-format "callsign-mode-name"
memory-channels-processor --source "oevsv-repeater-db" --band "2m" --band "70cm" --type "fm" --type "dmr" --output-file "cpeditor_fm+dmr_gen_oevsv-repeater-db_name.csv" --output-format="cpeditor" --name-format "name"
memory-channels-processor --source "oevsv-repeater-db" --band "2m" --band "70cm" --type "fm" --type "dmr" --output-file "cpeditor_fm+dmr_gen_oevsv-repeater-db_name-5-char.csv" --output-format="cpeditor" --name-format "name-5-char"
memory-channels-processor --source "oevsv-repeater-db" --band "2m" --band "70cm" --type "fm" --type "dmr" --output-file "cpeditor_fm+dmr_gen_oevsv-repeater-db_name-6-char.csv" --output-format="cpeditor" --name-format "name-6-char"
memory-channels-processor --source "oevsv-repeater-db" --band "2m" --band "70cm" --type "fm" --type "dmr" --output-file "cpeditor_fm+dmr_gen_oevsv-repeater-db_name-7-char.csv" --output-format="cpeditor" --name-format "name-7-char"
memory-channels-processor --source "oevsv-repeater-db" --band "2m" --band "70cm" --type "fm" --type "dmr" --output-file "cpeditor_fm+dmr_gen_oevsv-repeater-db_name-callsign.csv" --output-format="cpeditor" --name-format "name-callsign"
memory-channels-processor --source "oevsv-repeater-db" --band "2m" --band "70cm" --type "fm" --type "dmr" --output-file "cpeditor_fm+dmr_gen_oevsv-repeater-db_name-mode-callsign.csv" --output-format="cpeditor" --name-format "name-mode-callsign"