How to merge two OSM files in Kotlin?
DerrykT opened this issue · 0 comments
DerrykT commented
I am trying to figure out how to merge two OSM files using the java library as opposed to the command line tool. The command line command I am trying to implement in Kotlin is "osmosis --rx file1.osm --rx file2.osm --merge --wx merged.osm" which should merge the two OSM PBF files.