forked from kamba4/sunders
moved files into subdirs
This commit is contained in:
parent
bf6ccf5094
commit
10fcf55b10
242 changed files with 23 additions and 0 deletions
7
data_handler_python/lookup_country.py
Normal file
7
data_handler_python/lookup_country.py
Normal file
|
@ -0,0 +1,7 @@
|
|||
from OSMPythonTools.nominatim import Nominatim
|
||||
|
||||
|
||||
nominatim = Nominatim()
|
||||
heidelberg = nominatim.query(49.4093582, 8.694724, reverse=True, zoom=10)
|
||||
|
||||
print(heidelberg.address()['country_code'])
|
Loading…
Add table
Add a link
Reference in a new issue