-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathwx_ids.py
117 lines (112 loc) · 2.39 KB
/
wx_ids.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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
city_ids = {'belfast': '350347',
'birmingham': '310002',
'cambridge': '310042',
'cardiff': '371381',
'edinburgh': '351351',
'inverness': '320002',
'london': '352409',
'manchester': '310013',
'newcastle': '352793',
'pitlochry': '353023',
'plymouth': '310016'}
region_ids = {'central': '310103',
'east': '324074',
'grampian': '310170',
'highlands': '320319',
'midlands': '353702',
'nireland': '351007',
'northeast': '99049',
'northwest': '310123',
'south': '354245',
'southeast': '353270',
'southwest': '324272',
'tayside': '310063',
'wales': '324203',
'west': '353749',
'yorks': '353397'}
regions = {'dg': '505',
'ee': '512',
'em': '511',
'gr': '502',
'he': '501',
'ne': '508',
'ni': '506',
'nw': '507',
'se': '514',
'st': '503',
'sw': '513',
'ta': '504',
'uk': '515',
'wl': '516',
'wm': '510',
'yh': '509'}
observation_ids = {'Aberdaron': '3405',
'Aberdeen': '3091',
'Belfast': '3917',
'Birmingham': '3535',
'Bristol': '3740',
'Cardiff': '3716',
'Eastbourne': '3882',
'Edinburgh': '3166',
'Glasgow': '3134',
'Inverness': '3063',
'Ipswich': '3590',
'Isle of Man': '3204',
'Leeds': '3344',
'Lerwick': '3005',
'Lincoln': '3377',
'London': '3672',
'Manchester': '3351',
'Margate': '3797',
'Newcastle': '3238',
'Newquay': '3808',
'Norwich': '3488',
'Oxford': '3658',
'Peterborough': '3462',
'Plymouth': '3827',
'Salisbury': '3746',
'Shrewsbury': '3414',
'Southampton': '3749',
'St Andrews': '3171',
'St Helier': '3895',
'York': '3266'}
fiveday_ids = {'Aberdeen': '310170',
'Aberystwyth': '350021',
'Anglesey': '352341',
'Ayr': '350191',
'Belfast': '350347',
'Birmingham': '310002',
'Bristol': '310004',
'Cardiff': '371381',
'Carlisle': '350766',
'Douglas, I of Man': '310060',
'Dover': '310061',
'Edinburgh': '351351',
'Exeter': '310069',
'Glasgow': '310009',
'Hull': '310093',
'Inverness': '320002',
'Leeds': '352241',
'Lerwick': '352262',
'Lincoln': '310102',
'Liverpool': '310012',
'London': '352409',
'Londonderry': '322472',
'Manchester': '310013',
'Newcastle': '352793',
'Norwich': '310115',
'Nottingham': '322581',
'Oban': '352889',
'Penzance': '310218',
'Peterborough': '310120',
'Plymouth': '310016',
'Salisbury': '320003',
'Scarborough': '99142',
'Sheffield': '353467',
'Shrewsbury': '310133',
'Southampton': '353595',
'St Helier': '353319',
'St Peter Port': '353333',
'Stranraer': '320322',
'Worcester': '310167',
'York': '310169'}