Usage

GeoJSON to poly

  • It converts GeoJSON polygons to OpenStreetMap (OSM) poly format file.

Return

poly file - it contains the polygon in poly format file.

Command line:

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

Use case:

  • Convert a polygon from GeoJSON to poly format file.

image