Skip to content
Snippets Groups Projects
Commit 9ce41430 authored by Léna Aix's avatar Léna Aix
Browse files

test

parent adb72505
Branches
No related tags found
No related merge requests found
...@@ -10,6 +10,6 @@ def tree_position(lat, lon): ...@@ -10,6 +10,6 @@ def tree_position(lat, lon):
return {'lat':lat, 'lon':lon, 'ville':city, 'rue':main_street, 'début tronçon': begin, 'fin tronçon':end} return {'lat':lat, 'lon':lon, 'ville':city, 'rue':main_street, 'début tronçon': begin, 'fin tronçon':end}
if __name__=="__main__": if __name__=="__main__":
lat = 48.89525193 lat = 48.89227652
lon = 2.247122897 lon = 2.253773690
print(tree_position(lat, lon)) print(tree_position(lat, lon))
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment