Usage
Bbox of FeatureCollection
- It gets the bounding box of a FeatureCollection.
Return:
bbox - Bounding box extent in minX, minY, maxX, maxY
Command line:
docker run --rm -v ${PWD}:/mnt/data developmentseed/geokit:node.latest geokit \
bbox input.geojson
Use Case:
- Get the bounding box of FeatureCollection.