Usage

GeoJSON to OSM

  • It converts GeoJSON file to OSM format.

Return

OSM file - it contains the FeatureCollection in OSM format file.

Command line:

docker run --rm -v ${PWD}:/mnt/data developmentseed/geokit:node.latest \
    geojsontoosm input.geojson > output.osm

Use case:

  • Convert from GeoJSON to OSM format file.

image