Usage
JSON to GeoJSON
- It gets a GeoJSON file from JSON file.
Return:
GeoJSON file - from JSON file
Command line:
docker run --rm -v ${PWD}:/mnt/data developmentseed/geokit:node.latest geokit \
jsonlines2geojson input.json > output.geojson
Usage
GeoJSON file - from JSON file
docker run --rm -v ${PWD}:/mnt/data developmentseed/geokit:node.latest geokit \
jsonlines2geojson input.json > output.geojson