Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Example of ndjson-reduce to make a FeatureCollection. #2

Closed
mbostock opened this issue Sep 9, 2016 · 0 comments
Closed

Example of ndjson-reduce to make a FeatureCollection. #2

mbostock opened this issue Sep 9, 2016 · 0 comments

Comments

@mbostock
Copy link
Owner

mbostock commented Sep 9, 2016

To make an array:

shp2json -n example.shp | ndjson-reduce 'p.push(d), p' '[]'

To make a FeatureCollection:

shp2json -n example.shp | ndjson-reduce 'p.features.push(d), p' '({type:"FeatureCollection",features:[]})'

The extra parens are only necessary until #1 is fixed.

@mbostock mbostock closed this as completed Sep 9, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant