Skip to content

Instantly share code, notes, and snippets.

@busybus
Last active April 22, 2019 20:31
Show Gist options
  • Save busybus/9257c988a0189e6ce3c280819627ee97 to your computer and use it in GitHub Desktop.
Save busybus/9257c988a0189e6ce3c280819627ee97 to your computer and use it in GitHub Desktop.
# PARAMETERS:
PARAM = {
# Bounding box to download [left, bottom, right, top]
# https://wiki.openstreetmap.org/wiki/API_v0.6
'regions': {
'kaohsiung_small': [120.2206, 22.4827, 120.4308, 22.7578],
'kaohsiung_large': [119.9377, 22.1645, 120.8084, 23.3347],
},
# Download URL
'API-URL': "https://overpass-api.de/api/map?bbox={bbox}",
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment