geojson-cli-bbox
v0.2.2
Published
Add, update, or remove bounding boxes from your GeoJSON files.
Downloads
9
Readme
geojson-cli-bbox
Add, update, or remove bounding boxes from your GeoJSON files.
Quickstart
$ npm install -g geojson-cli-bbox
$ cat world.geojson | geojson-cli-bbox add > world-with-bboxes.geojson
Commands
geojson-cli-bbox add
Add missing bbox
values and update existing incorrect or non-optimal bbox
values.
geojson-cli-bbox remove
Remove all bbox
values.
Options
-s
/ --silent
Send any warnings (normally written to stderr
) straight to /dev/null
.
Changelog
0.2.2
- Set up CI: travis, coveralls
0.2.1
- Add license file
0.2
- Internally, use Transform streams
0.1
- Initial release