geojson-cli-bbox

0.2.2 • Public • Published

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

Package Sidebar

Install

npm i geojson-cli-bbox

Weekly Downloads

0

Version

0.2.2

License

ISC

Last publish

Collaborators

  • mfogel