Skip to content

Instantly share code, notes, and snippets.

@porjo
Created June 20, 2014 04:05
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save porjo/71c8411a71c0c2ed04be to your computer and use it in GitHub Desktop.
Save porjo/71c8411a71c0c2ed04be to your computer and use it in GitHub Desktop.
osm overpass api - command line usage
# The following outputs .osm format suitable for JOSM (note 'out meta')
wget "http://www.overpass-api.de/api/interpreter?data=[out:xml];(way[name~\"[rR]ememberance\"];node[name~\"[rR]ememberance\"];relation[name~\"[rR]ememberance\"];);(._;>;);out meta;" -O remember.osm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment