• To anyone looking to acquire commercial radio programming software:

    Please do not make requests for copies of radio programming software which is sold (or was sold) by the manufacturer for any monetary value. All requests will be deleted and a forum infraction issued. Making a request such as this is attempting to engage in software piracy and this forum cannot be involved or associated with this activity. The same goes for any private transaction via Private Message. Even if you attempt to engage in this activity in PM's we will still enforce the forum rules. Your PM's are not private and the administration has the right to read them if there's a hint to criminal activity.

    If you are having trouble legally obtaining software please state so. We do not want any hurt feelings when your vague post is mistaken for a free request. It is YOUR responsibility to properly word your request.

    To obtain Motorola software see the Sticky in the Motorola forum.

    The various other vendors often permit their dealers to sell the software online (i.e., Kenwood). Please use Google or some other search engine to find a dealer that sells the software. Typically each series or individual radio requires its own software package. Often the Kenwood software is less than $100 so don't be a cheapskate; just purchase it.

    For M/A Com/Harris/GE, etc: there are two software packages that program all current and past radios. One package is for conventional programming and the other for trunked programming. The trunked package is in upwards of $2,500. The conventional package is more reasonable though is still several hundred dollars. The benefit is you do not need multiple versions for each radio (unlike Motorola).

    This is a large and very visible forum. We cannot jeopardize the ability to provide the RadioReference services by allowing this activity to occur. Please respect this.

Database to CHIRP

Status
Not open for further replies.

bin

Newbie
Joined
Dec 16, 2020
Messages
4
When importing a database into CHIRP from Radioreference.com, it asks for:
- Username
- Password
- Zip Code - The database is from Canada. Which zip code do you use? I didn't enter an address in my profile... ???

Alternatively, it is also not accepting the .CSV file. Any suggestions?

thanks.
 

AK9R

Lead Wiki Manager and almost an Awesome Moderator
Staff member
Super Moderator
Joined
Jul 18, 2004
Messages
10,296
Location
Central Indiana
In order to download data from the RadioReference database, you must have a RR premium subscription, which you appear to have. CHIRP needs your RR username and password in order to access the RR database.

I suspect that CHIRP needs your postal code in order to download the frequencies most relevant to you. But, that's probably a question for the CHIRP support folks.
 

bin

Newbie
Joined
Dec 16, 2020
Messages
4
Thanks AK9R.

I would think that it is common to import Radioreference databases to CHIRP. I have emailed them, but they have a weak support system. There must be a simple solution...

How do most people import databases to CHIRP? I have tried .CSV, but so far, I'm getting error messages with the Excel CSV formatting...
 

Attachments

  • chirp-csv-error.jpg
    chirp-csv-error.jpg
    81.7 KB · Views: 26
  • chirp-RR-error.jpg
    chirp-RR-error.jpg
    82.9 KB · Views: 22

bin

Newbie
Joined
Dec 16, 2020
Messages
4
Very simple solution that was in post 2. Enter your username/pw. What are we missing here ?

Everything.

Some sharp people in the CHIRP group answered my questions.

CHIRP IMPORT DOES NOT CURRENTLY WORK WITH RADIOREFERENCE.COM DATABASES FROM CANADA.

A patch is required to fix the software. I have dome some programming, but haven't used Python, which is required to modify the patch for to make it usable in Windows OS:

Chirp users replied:
#1: "The solution has been requested by boatloads of folks, and I would love for folks to be able to get their hands on it...

I have recently added this feature for Canada/RadioReference and I submitted the patch on Nov 29th (for the stable branch - py3). If you're savvy, you can used the attached patch file to add support for importing from any province in Canada.

#2: "The Chirp software is written in the Python programming language and the patch file was created by its author using the 'diff' tool. The diff tool compares the modified copy of the source (.py) file(s) (in this case x3 files) to the original source files and creates a 'patch file' that records the differences. This is useful because those differences can then be applied by anyone who has an unpatched version of the source files on their computer by using the 'patch' tool. This is a common approach among open source developers for distributing patches so its worth being aware of how they work. In this instance someone has kindly shared a list of changes they to their copy of Chirp in a form that can be applied automatically by anyone with the appropriate tool.

However, there is a caveat. You do not mention whether you are using Windows, Mac or Linux? This patch file applies to the original Python (.py) program files. On most Unix based systems, Python is installed by default and as it is commonly used by various system tools. The Chirp program is supplied as a series of .py files along with various other supplementary files. On my computer I found the Chirp directory at:

/usr/lib/python2.7/dist-packages/chirp

The patch file would need to be copied there and then the patch tool would be run. The most basic invocation is:

patch -i addRadioRefCanadaSearch.patch

This would apply modifications to the three .py files listed at the start of the patch file. Before applying the patch, it is usually good to first make a copy of the contents of the original directory in case something goes wrong. This will work for Linux and probably on Mac, although you will need to find the location for the program directory on the Mac.

However, on Windows, Chirp is supplied as a binary (.exe) program and its dependencies (required supplemental packages) including Python 2.7 are packaged into a series of .dll files. The program is provided in a very different form so that it will run in Windows. That patch file will unfortunately not work with the Windows version, neither the installer nor the .zip version. I do not have sufficient knowledge of how Chrip has been packaged for Windows to be able to help. Maybe someone else does or you will have to wait for the author to include the patch in the next official version.

So, I guess that we will have to wait for the bulk dump & will manually add the main ones that are required.

Is there a link to a good reference for for manually configuring CHIRP Memory (ie: which Properties are required)?
 

AK9R

Lead Wiki Manager and almost an Awesome Moderator
Staff member
Super Moderator
Joined
Jul 18, 2004
Messages
10,296
Location
Central Indiana
Some sharp people in the CHIRP group answered my questions.
I know this will sound snippish, but...post #2 suggested that you contact the CHIRP support people.

RadioReference provides a database and provides premium subscribers with a means for downloading data from the RadioReference database. That's where RadioReference support stops. Beyond that, you need to contact the software developer. And, there's no guarantee that they hang out here.
 

bin

Newbie
Joined
Dec 16, 2020
Messages
4
I know this will sound snippish, but...post #2 suggested that you contact the CHIRP support people.

RadioReference provides a database and provides premium subscribers with a means for downloading data from the RadioReference database. That's where RadioReference support stops. Beyond that, you need to contact the software developer. And, there's no guarantee that they hang out here.

Thanks. I contacted CHIRP before I posted here.

I assumed that since RadioReference sells their products, that they would have worked out the bugs with the main programming software...

Which properties are required depends on your radio model and your particular requirements.

Thanks
 
Status
Not open for further replies.
Top