Home

Awesome

geojson-join

Join a stream of GeoJSON against a dataset.

install

npm install -g geojson-join

usage

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