Usage
OSM to GeoJSON
- It converts OSM file to GeoJSON format.
Return
GeoJSON file - it contains the FeatureCollection in GeoJSON format file.
Command line:
docker run --rm -v ${PWD}:/mnt/data developmentseed/geokit:node.latest \
osmtogeojson input.osm > output.geojson
Use case:
- Convert from OSM to GeoJSON format file.