Last active
January 3, 2023 20:18
-
-
Save bbelderbos/d43e1403e14d2dfdcb8ec06ecec3c3b6 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
city_coords = { | |
"Amsterdam": ["52.34996869", "4.916640176"], | |
"Barcelona": ["10.13037518", "-64.72001367"], | |
"Berlin": ["52.52181866", "13.40154862"], | |
"Biarritz": ["43.47327537", "-1.561594891"], | |
"Brussels": ["50.83331708", "4.333316608"], | |
"Bucharest": ["44.4333718", "26.09994665"], | |
"Edinburgh": ["55.94832786", "-3.219090618"], | |
"Florence": ["34.19567629", "-79.76279057"], | |
"København": ["55.67856419", "12.56348575"], | |
"London": ["37.12888226", "-84.08335372"], | |
"Lyon": ["45.77000856", "4.830030475"], | |
"Madrid": ["40.40002626", "-3.683351686"], | |
"Marseille": ["43.28997906", "5.37501013"], | |
"Naples": ["26.14205935", "-81.79499211"], | |
"Nottingham": ["52.97034426", "-1.170016725"], | |
"Palermo": ["38.12502301", "13.35002722"], | |
"Paris": ["48.86669293", "2.333335326"], | |
"Rome": ["41.89595563", "12.48325842"], | |
"Seville": ["37.40501528", "-5.980007366"], | |
"Valencia": ["10.22998151", "-67.9800214"], | |
"Verona": ["45.44039044", "10.99001623"], | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment