Last active
April 22, 2019 20:31
-
-
Save busybus/9257c988a0189e6ce3c280819627ee97 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
# 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