osm2geojson icon indicating copy to clipboard operation
osm2geojson copied to clipboard

Non-Geo JSON?

Open xeruf opened this issue 2 years ago • 1 comments

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

xeruf avatar Oct 01 '22 22:10 xeruf

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.

rapkin avatar Oct 01 '22 22:10 rapkin