n7ekb / cps-import-builder

DMR Radio CPS import file builder in Python. Inspired by K7ABD's anytone-config-builder perl script.
https://n7ekb.net
GNU General Public License v3.0
20 stars 8 forks source link

Generate Digital-Others__ files from Digital-Repeaters__ file #3

Closed n7ekb closed 4 years ago

n7ekb commented 4 years ago

It would be nice to have a function that generates individual "Digital-Other" files for each of the repeater entries specified in the Digital-Repeaters file. If you are building multiple codeplugs for different areas or special builds for travel, you could then organize a copy (or in Linux, a symbolic link) of all of the desired Analog and Digital-Other files for each specific build in a sub-directory named after that build. You could also place a custom Zone_Order.csv file in each specific build sub-directory. For each build you'd point the script to the subdirectory of that build as the input directory and the script would generate the CPS input files customized for that specific codeplug build.

This functionality could controlled by a non-default command-line option.

n7ekb commented 4 years ago

No interest in this. Probably adequately covered by the implementation of filter files for Digital-Repeaters__*.csv files.