Posts

Showing posts from November, 2023

Trimming down the "contacts.csv" file

A challenge with the Retevis RT-3S, and other similar DMR rigs, is that the maximum number of contacts.csv entries is limited. In the case of the RT-3S, the maximum number of entries 120,000 - but the number of registered DMR IDs is now over double that quantity! Hence it is necessary to filter down the list in some way before loading it into the rig. The master file lives at  RadioID.net , although it isn't obvious where to find it. At the time of writing, the file can be found in Database / Data Dumps / user.csv.  RadioID.net offers downloads of filtered versions of the list, for subscribing users - currently $12.99/year. Alternatively it isn't terribly difficult to filter the list using Microsoft Excel. Really as an exercise in programming, I have written a Python program that can filter the list by country. The program and its instructions can be found here: https://github.com/V96GLF/DMR_Prune_Contacts