-
Notifications
You must be signed in to change notification settings - Fork 0
/
1_Iran-Cities-Latitude-Longitude.py
39 lines (39 loc) · 1.61 KB
/
1_Iran-Cities-Latitude-Longitude.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
cities = {
"Tehran":{"loc":[35.6751, 51.3940]},
"Esfehan":{"loc":[32.6579, 51.6555]},
"Gorgan":{"loc":[36.8093, 54.4263]},
"Mashhad":{"loc":[36.2709, 59.6008]},
"Sanandaj":{"loc":[35.2725, 46.9885]},
"Kerman":{"loc":[30.2875, 57.0520]},
"Shiraz":{"loc":[29.5830, 52.5256]},
"Ardebil":{"loc":[38.2296, 48.2959]},
"Kermanshah":{"loc":[34.3616, 46.7798]},
"Yazd":{"loc":[32.4542, 55.5029]},
"Lorestan":{"loc":[33.5139, 48.3179]},
"Hormozgan":{"loc":[27.1569, 56.2720]},
"Zahedan":{"loc":[29.4587, 60.8533]},
"Semnan":{"loc":[35.4249, 54.1406]},
"Zanjan":{"loc":[36.5449, 48.4277]},
"KhorasaneJonoobi":{"loc":[33.0087, 58.1726]},
"KhorasaneShomali":{"loc":[37.4400, 57.1948]},
"Ilam":{"loc":[33.2479, 46.6479]},
"Khoozestan":{"loc":[31.4287, 48.7793]},
"Qom":{"loc":[34.6784, 50.8887]},
"AzarbayejanSharghi":{"loc":[38.0308, 46.6260]},
"AzarbayejanGharbi":{"loc":[37.7707, 44.9780]},
"Mazandaran":{"loc":[36.4036, 52.4707]},
"SistanVaBaloochestan":{"loc":[27.4108, 60.8203]},
"KhorasaneRazavi":{"loc":[35.6573, 58.8428]},
"Hamedan":{"loc":[34.9040, 48.6914]},
"Arak":{"loc":[34.0800, 49.6912]},
"Qazwin":{"loc":[35.9424, 49.9219]},
"Guilan":{"loc":[37.2478, 49.5703]},
"Fars":{"loc":[29.2289, 53.1738]},
"Booshehr":{"loc":[28.9409, 51.2842]},
"KohgiloeVaBoyerAhmad":{"loc":[30.6946, 50.8667]},
"CheharmahalVaBakhtiyari":{"loc":[32.0267, 50.6689]},
"Golestan":{"loc":[37.2478, 54.9316]},
"Alborz":{"loc":[35.9869, 50.9216]},
"Kordestan":{"loc":[35.8356, 46.6699]},
"Markazi":{"loc":[34.1436, 50.0098]}
}