I would like to convert Esri Geodatabase (where I have points and lines features) to OSM. I found this: https://wiki.openstreetmap.org/wiki/Ogr2osm , that can help me.
I installed ogr2pbf: https://pypi.org/project/ogr2pbf/ via python (pip install ogr2pbf). But I don't understand how to use it. How I can add my input and output data?
I am new in python and I hope someone will have enough patience to explain it to me.
Thank you.