geojson-join

1.0.0 • Public • Published

geojson-join

Join a stream of GeoJSON against a dataset.

install

npm install -g geojson-join

usage

  • againstField: the field in the dataset to join against geojson
  • geojsonField: the field in the geojson feature properties
  • format: format of the dataset. can be json, csv, dbf. Default json.

Accepts GeoJSON on stdin and the joined-against file as an argument

$ geojson-join test/against.json \
    --againstField=id \
    --geojsonField=id < test/random.geojson
$ geojson-join --format=dbf \
    test/against.dbf \
    --againstField=id \
    --geojsonField=id < test/random.geojson

Readme

Keywords

Package Sidebar

Install

npm i geojson-join

Weekly Downloads

1

Version

1.0.0

License

ISC

Last publish

Collaborators

  • tmcw