Skip to content
Snippets Groups Projects
Commit 6e81c6e2 authored by Alexandre Pradeilles's avatar Alexandre Pradeilles
Browse files

m

parent 3f9352e2
No related branches found
No related tags found
No related merge requests found
......@@ -125,6 +125,6 @@ if __name__=="__main__":
lon = 2.253773690
print(tree_position(lat, lon))
'''
liste=[(2.24697,48.89535),(2.24705,48.89529),(2.2472,48.89518), (2.247616, 48.894831)]
#liste=[(2.246212,48.896523),(2.247038,48.895916)]
liste=[(48.89535,2.24697),(48.89529, 2.24705),(48.89518,2.2472), (48.894831,2.247616)]
#liste=[(48.896523, 2.246212),(48.895916, 2.247038)]
print(trees_positions(liste))
\ 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