To ensure consistent results across all importers, the recommended procedure is to use the Docker image: https://hub.docker.com/r/egofer/catatom2osm
Install docker:
Install the program launch scripts:
Windows: https://github.com/OSM-es/CatAtom2Osm/raw/master/bin/catatom2osm.exe
Linux/Mac OS:
sudo curl https://raw.githubusercontent.com/OSM-es/CatAtom2Osm/master/bin/catatom2osm.sh -o /usr/local/bin/catatom2osm && sudo chmod +x /usr/local/bin/catatom2osm
After this, the program will be available in the terminal shell:
catatom2osm
To uninstall in Linux/Mac just remove the script:
sudo rm /usr/local/bin/catatom2osm
In Windows, there exists an uninstaller in the installation folder.
If you want to contribute to the program, check CONTRIBUTING.md