Skip to content

Commit

Permalink
Remove leftovers
Browse files Browse the repository at this point in the history
  • Loading branch information
S4Adam authored and S4adam committed May 24, 2023
1 parent da3a652 commit cc2cf55
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions python/overpass-api-fetch/fetch_structures/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
'provides': 'structures-xml',
'contentType': 'text/plain'
}
import time


def fetch_tall_structures(min_lat, min_lon, max_lat, max_lon, height=50):
overpass_url = "http://overpass-api.de/api/interpreter"
Expand All @@ -17,7 +17,6 @@ def fetch_tall_structures(min_lat, min_lon, max_lat, max_lon, height=50):
out geom;
"""
resp = requests.get(overpass_url, params={'data': query})
print(resp.text)
return resp.text


Expand Down

0 comments on commit cc2cf55

Please sign in to comment.