Skip to content

Instantly share code, notes, and snippets.

@nickpeihl
Last active January 5, 2023 21:41
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nickpeihl/14df1b3964381c70834dea5c0a2a6df6 to your computer and use it in GitHub Desktop.
Save nickpeihl/14df1b3964381c70834dea5c0a2a6df6 to your computer and use it in GitHub Desktop.
Convert GeoJSON FeatureCollection to newline delimited JSON Feature objects

cat data.geojson | jq -c '.features | .[]' > outfile.jsonld

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment