Created
March 9, 2015 20:10
-
-
Save moklick/57344345e94885c6482f to your computer and use it in GitHub Desktop.
street-extraction
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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