Usage

Bbox to FeatureCollection

  • It converts a bounding box to FeatureCollection.
Return:

GeoJSON file - It contains the given bounding box as polygon.

Command line:

docker run --rm -v ${PWD}:/mnt/data developmentseed/geokit:node.latest geokit \
    bbox2fc --bbox="-104.99531,39.730988,-104.95754,39.753691" > output.geojson

Use Case:

  • Get bounding box as polygon in a GeoJSON file.

image