0.2.2 • Published 6 years ago

geojson-cli-bbox v0.2.2

Weekly downloads
3
License
ISC
Repository
github
Last release
6 years ago

geojson-cli-bbox

Add, update, or remove bounding boxes from your GeoJSON files.

npm version build status test coverage

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

0.1

  • Initial release