Skip to content

Instantly share code, notes, and snippets.

@moklick
Created March 9, 2015 20:10
Show Gist options
  • Save moklick/57344345e94885c6482f to your computer and use it in GitHub Desktop.
Save moklick/57344345e94885c6482f to your computer and use it in GitHub Desktop.
street-extraction
osmfilter uk-latest.osm --keep="addr:country= and addr:city= and addr:street=" --ignore-dependencies --drop-relations --drop-ways | osmconverter - --csv="@oname @id @lon @lat addr:country addr:city addr:street" >> streets.csv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment