I am trying to convert a GIS LINE shapefile into a .osm.pbf file.
I've done some research on the topic and some tools that kept coming out are:
- Merkaator
- shp2osm - which deals mostly with point shapefile
- shape2osm.py - which keeps bringing up an error with importing elementtree.SimpleXMLWriter
But nothing seems to be working.