osm2geojson
osm2geojson copied to clipboard
Non-Geo JSON?
Any pointers on how to convert any of the common OSM formats into Overpass-like JSON in the CLI? https://wiki.openstreetmap.org/wiki/OSM_JSON
In this library we have function parse_xml
to convert OSM XML to OSM JSON (or Overpass JSON). It should be easy to implement small CLI tool to invoke that parse_xml
method.