-
I just can't figure it out and I hope somebody can get me on the right track. I'm on windows 11 and Python 3.9. I have been creating custom maps for the Wahoo line of bike computers since mid 2021. Processing osm.pbf files from Geofabrik to .map files with the Mapsforge mapwriter plugin. The only thing that eluded me was the processing of relations. For example for route=bicycle relations. I found a repository that will/should process these, but it uses pyosmium. https://github.com/darauble/Locus-Map-DIY which has a parse-routes.py file which should get me on the right way. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
You have gotten something mixed up with your installation "FileProcessor" only exists in the current master version, not in released versions. You should only used the release with the Locus-Map_DIY repo. If you have cloned this repository, you might want to get rid of it. |
Beta Was this translation helpful? Give feedback.
-
OK, well as I said, I am a beginner at best. Things went wrong for my starting with this line in the python program from the link in my first post: osmium.io.Reader(file_name) This one still doesn't work for me btw. |
Beta Was this translation helpful? Give feedback.
You have gotten something mixed up with your installation "FileProcessor" only exists in the current master version, not in released versions. You should only used the release with the Locus-Map_DIY repo. If you have cloned this repository, you might want to get rid of it.