Thu, 28 Sep 2017 21:31:53 +0300
Hingstudden
5 | 1 | #!/usr/bin/env python3 |
27 | 2 | |
52 | 3 | from configparser import ConfigParser |
4 | ||
27 | 5 | replacements = { |
52 | 6 | "ylioppilaskylä-itä": "ylioppilaskylä", |
7 | "ylioppilaskylä-länsi": "ylioppilaskylä", | |
8 | "jokila": "lieto", | |
9 | "piispala": "lieto", | |
10 | 'saaro': 'ruissalo', | |
11 | 'silvola': 'vahto', | |
12 | 'hemmola': 'vahto', | |
13 | 'paasniittu': 'ruskon keskusta', | |
14 | 'kahari': 'ruskon keskusta', | |
15 | 'kemiö': 'kemiönsaari', | |
16 | 'kasnäs': 'kemiönsaari', | |
17 | 'pernon telakka': 'perno', | |
55
0f1d046b3f78
Suppeampi näkymä, pikatiet ja mootoritiet
Teemu Piippo <teemu@hecknology.net>
parents:
53
diff
changeset
|
18 | 'paimion sairaala': 'paimio', |
0f1d046b3f78
Suppeampi näkymä, pikatiet ja mootoritiet
Teemu Piippo <teemu@hecknology.net>
parents:
53
diff
changeset
|
19 | 'hanhijoki': 'paimio', |
27 | 20 | } |
21 | ||
22 | # nimiä joista voidaan joustaa tarvittaessa | |
23 | abbreviations = { | |
52 | 24 | 'raision keskusta': 'raisio', |
25 | 'ruskon keskusta': 'rusko', | |
26 | 'naantalin keskusta': 'naantali', | |
27 | 'kaarinan keskusta': 'kaarina', | |
28 | 'kauppakeskus mylly': 'mylly', | |
27 | 29 | } |
30 | ||
52 | 31 | region_info = ConfigParser() |
32 | region_info.read('regions.ini') | |
33 | municipalities = set(region_info.sections()) | |
34 | municipalities_per_region = {} | |
35 | ||
36 | for municipality in municipalities: | |
37 | for region in region_info[municipality].keys(): | |
38 | municipalities_per_region[region] = municipality | |
39 | ||
40 | for place_from, place_to in replacements.items(): | |
41 | municipalities_per_region[place_to] = municipalities_per_region[place_from] | |
42 | ||
27 | 43 | def simplify_name(name): |
44 | name = replacements.get(name, name) | |
45 | name = abbreviations.get(name, name) | |
46 | return name | |
47 | ||
68 | 48 | def reduce_schedule(reitti, trip_length, whole = False, long = False): |
60 | 49 | length = ((trip_length / 600) * 3 + len(reitti) * 2) / 5 |
5 | 50 | if not reitti: |
51 | return '' | |
52 | have_already = set() | |
53 | i = 0 | |
54 | while i < len(reitti): | |
55 | if reitti[i] in replacements: | |
56 | reitti[i] = replacements[reitti[i]] | |
57 | if reitti[i] in have_already: | |
58 | del reitti[i] | |
59 | else: | |
60 | have_already.add(reitti[i]) | |
61 | i += 1 | |
24
e6bdb9c54096
Yhtenäistetty ohjelmakoodin kieli englanniksi
Teemu Piippo <teemu@hecknology.net>
parents:
22
diff
changeset
|
62 | priorities = { |
52 | 63 | 'ihala': 150, |
64 | 'kauppakeskus mylly': 200, | |
68 | 65 | 'kuninkoja': 150, |
52 | 66 | 'moikoinen': 80, |
67 | 'raision keskusta': 150, | |
68 | 'kukola': 50, | |
69 | 'kaistarniemi': 50, | |
68 | 70 | 'papinsaari': 80, |
52 | 71 | 'oriniemi': 50, |
72 | 'pikisaari': 50, | |
73 | 'häppilä': 20, | |
74 | 'haarla': 80, | |
75 | 'ylioppilaskylä': 50, | |
76 | 'halinen': 70, | |
77 | 'kakskerta': 200, | |
78 | 'pansio': 50, | |
68 | 79 | 'räntämäki': 25, |
80 | 'verkahovi': 25, | |
52 | 81 | 'skanssi': 200, |
82 | 'vaala': 20, | |
83 | 'varissuo': 60, | |
84 | 'kohmo': 80, | |
85 | 'kupittaa': 70, | |
59 | 86 | 'kupittaa as': 120, |
52 | 87 | 'kauppatori': 1e15, |
88 | 'lentoasema': 50, | |
89 | 'runosmäki': 50, | |
90 | 'lieto': 100, | |
91 | 'lieto as': 200, | |
92 | 'ilmarinen': 50, | |
93 | 'vahto': 50, | |
94 | 'ruskon keskusta': 200, | |
60 | 95 | 'oriketo': 60, |
52 | 96 | 'harittu': 40, |
60 | 97 | 'jäkärlä': 80, |
98 | 'moisio': 100, | |
52 | 99 | 'paattinen': 100, |
100 | 'kaarinan keskusta': 200, | |
101 | 'naantalin keskusta': 200, | |
102 | 'uittamo': 50, | |
103 | 'piikkiö': 100, | |
104 | 'paimio': 100, | |
105 | 'pargas': 100, | |
106 | 'nagu': 100, | |
60 | 107 | 'yli-maaria': 60, |
52 | 108 | 'saramäki': 50, |
109 | 'tarvasjoki': 100, | |
110 | 'marttila': 100, | |
111 | 'koski tl': 100, | |
112 | 'katariina': 50, | |
68 | 113 | 'länsikeskus': 30, |
52 | 114 | 'kaanaa': 100, |
115 | 'satava': 50, | |
116 | 'suikkila': 50, | |
117 | 'raunistula': 50, | |
118 | 'räntämäki': 50, | |
119 | 'moisio': 25, | |
120 | 'pääskyvuori': 100, | |
121 | 'logomo': 100, | |
122 | 'rymättylä': 50, | |
123 | "sauvo": 500, | |
124 | "kemiönsaari": 500, | |
125 | 'suovuori': 300, | |
126 | 'eerikvalla': 50, | |
127 | 'petäsmäki': 50, | |
128 | 'tortinmäki': 50, | |
129 | 'aura': 100, | |
130 | 'friskala': -1, | |
131 | 'merimasku': 50, | |
53 | 132 | 'turkuhalli': 100, |
133 | 'messukeskus': 100, | |
68 | 134 | 'naantalin pikatie': 25, |
135 | 'helsingin valtatie': 25, | |
136 | 'lauste': 25, | |
137 | 'pompo': 25, | |
138 | 'loukinainen': 25, | |
139 | 'tuorla': 25, | |
140 | 'satakunnantie': 25, | |
141 | 'hepokulta': 25, | |
142 | 'nättinummi': 25, | |
143 | 'nummenmäki': 25, | |
144 | 'kurala': 25, | |
145 | 'itäharju': 25, | |
146 | 'vasaramäki': 25, | |
147 | 'pohjola': 25, | |
148 | 'iso-heikkilä': 25, | |
149 | 'patterinhaka': 25, | |
150 | 'illoinen': 50, | |
151 | 'luolavuori': 25, | |
152 | 'mäntymäki': 25, | |
153 | 'kurjenmäki': 25, | |
154 | 'kuusisto': 25, | |
155 | 'rautatieasema': 25, | |
156 | 'majakkaranta': 25, | |
157 | 'itäranta': 25, | |
158 | 'martti': 25, | |
159 | 'vähä-heikkilä': 25, | |
160 | 'särkilahti': 25, | |
161 | 'urusvuori': 25, | |
162 | 'port arthur': 25, | |
5 | 163 | } |
164 | ||
52 | 165 | if 'kauppatori' not in reitti: |
166 | priorities['länsikeskus'] = priorities['skanssi'] = priorities['kauppatori'] | |
5 | 167 | |
24
e6bdb9c54096
Yhtenäistetty ohjelmakoodin kieli englanniksi
Teemu Piippo <teemu@hecknology.net>
parents:
22
diff
changeset
|
168 | from_place = reitti[0] |
e6bdb9c54096
Yhtenäistetty ohjelmakoodin kieli englanniksi
Teemu Piippo <teemu@hecknology.net>
parents:
22
diff
changeset
|
169 | destination = reitti[-1] |
5 | 170 | reitti_arvot = {} |
22 | 171 | f = lambda i: i**-0.3 |
24
e6bdb9c54096
Yhtenäistetty ohjelmakoodin kieli englanniksi
Teemu Piippo <teemu@hecknology.net>
parents:
22
diff
changeset
|
172 | factor = 1 / max(f(i + 1) for i in range(len(reitti))) |
45
ddf7c58091ef
Ota se friskala pois kyltistä
Teemu Piippo <teemu@hecknology.net>
parents:
44
diff
changeset
|
173 | while priorities.get(reitti[-1], 0) < 0: |
ddf7c58091ef
Ota se friskala pois kyltistä
Teemu Piippo <teemu@hecknology.net>
parents:
44
diff
changeset
|
174 | del reitti[-1] |
ddf7c58091ef
Ota se friskala pois kyltistä
Teemu Piippo <teemu@hecknology.net>
parents:
44
diff
changeset
|
175 | destination = reitti[-1] |
24
e6bdb9c54096
Yhtenäistetty ohjelmakoodin kieli englanniksi
Teemu Piippo <teemu@hecknology.net>
parents:
22
diff
changeset
|
176 | for i, stop in enumerate(reitti): |
5 | 177 | # muunna indeksi siten että myöhemmät alueet korostuvat |
24
e6bdb9c54096
Yhtenäistetty ohjelmakoodin kieli englanniksi
Teemu Piippo <teemu@hecknology.net>
parents:
22
diff
changeset
|
178 | i = f(i + 1) * factor |
5 | 179 | # ota prioriteetti huomioon, jotkin alueet ovat tärkeämpiä kyltissä kuin toiset |
24
e6bdb9c54096
Yhtenäistetty ohjelmakoodin kieli englanniksi
Teemu Piippo <teemu@hecknology.net>
parents:
22
diff
changeset
|
180 | i *= priorities.get(stop, 1) |
e6bdb9c54096
Yhtenäistetty ohjelmakoodin kieli englanniksi
Teemu Piippo <teemu@hecknology.net>
parents:
22
diff
changeset
|
181 | reitti_arvot[stop] = i |
5 | 182 | # nollaa lähtöpaikan arvo ettei se mitenkään tule kylttiin |
24
e6bdb9c54096
Yhtenäistetty ohjelmakoodin kieli englanniksi
Teemu Piippo <teemu@hecknology.net>
parents:
22
diff
changeset
|
183 | if from_place in reitti_arvot: |
e6bdb9c54096
Yhtenäistetty ohjelmakoodin kieli englanniksi
Teemu Piippo <teemu@hecknology.net>
parents:
22
diff
changeset
|
184 | reitti_arvot[from_place] = 0 |
e6bdb9c54096
Yhtenäistetty ohjelmakoodin kieli englanniksi
Teemu Piippo <teemu@hecknology.net>
parents:
22
diff
changeset
|
185 | # varmista että destination tulee kylttiin |
e6bdb9c54096
Yhtenäistetty ohjelmakoodin kieli englanniksi
Teemu Piippo <teemu@hecknology.net>
parents:
22
diff
changeset
|
186 | reitti_arvot[destination] = 1e10 |
e6bdb9c54096
Yhtenäistetty ohjelmakoodin kieli englanniksi
Teemu Piippo <teemu@hecknology.net>
parents:
22
diff
changeset
|
187 | # muodosta sign-tiedot järjestettynä reittiarvon mukaan |
e6bdb9c54096
Yhtenäistetty ohjelmakoodin kieli englanniksi
Teemu Piippo <teemu@hecknology.net>
parents:
22
diff
changeset
|
188 | weights = sorted([ |
e6bdb9c54096
Yhtenäistetty ohjelmakoodin kieli englanniksi
Teemu Piippo <teemu@hecknology.net>
parents:
22
diff
changeset
|
189 | (stop, reitti_arvot[stop], i) \ |
e6bdb9c54096
Yhtenäistetty ohjelmakoodin kieli englanniksi
Teemu Piippo <teemu@hecknology.net>
parents:
22
diff
changeset
|
190 | for i, stop in enumerate(reitti) \ |
e6bdb9c54096
Yhtenäistetty ohjelmakoodin kieli englanniksi
Teemu Piippo <teemu@hecknology.net>
parents:
22
diff
changeset
|
191 | if reitti_arvot[stop] >= 1 |
e6bdb9c54096
Yhtenäistetty ohjelmakoodin kieli englanniksi
Teemu Piippo <teemu@hecknology.net>
parents:
22
diff
changeset
|
192 | ], key = lambda stop: -stop[1]) |
68 | 193 | if long: |
194 | weights = weights[:4] | |
195 | else: | |
196 | # enintään neljä tulee kylttiin | |
197 | weights = weights[:3] | |
198 | # jos kolmas kylttiarvo ei ole tarpeeksi merkittävä suhteessa reitin pituuteen niin otetaan se pois | |
199 | try: | |
200 | if weights[2][0] != destination and weights[2][1] < (725 / length ** 0.8): | |
201 | del weights[2] | |
202 | except IndexError: | |
203 | pass | |
204 | try: | |
205 | if weights[1][0] != destination and weights[1][1] < (500 / length ** 1.15): | |
206 | del weights[1] | |
207 | except IndexError: | |
208 | pass | |
24
e6bdb9c54096
Yhtenäistetty ohjelmakoodin kieli englanniksi
Teemu Piippo <teemu@hecknology.net>
parents:
22
diff
changeset
|
209 | # lajitellaan painoarvot uudestaan reittijärjestykseen jotta sign tulee oikeinpäin |
52 | 210 | weights = sorted(weights, key = lambda weight_data: weight_data[2]) |
24
e6bdb9c54096
Yhtenäistetty ohjelmakoodin kieli englanniksi
Teemu Piippo <teemu@hecknology.net>
parents:
22
diff
changeset
|
211 | # muodostetaan sign.. |
e6bdb9c54096
Yhtenäistetty ohjelmakoodin kieli englanniksi
Teemu Piippo <teemu@hecknology.net>
parents:
22
diff
changeset
|
212 | sign = [paino[0] for paino in weights] |
52 | 213 | to_place = sign[-1] |
55
0f1d046b3f78
Suppeampi näkymä, pikatiet ja mootoritiet
Teemu Piippo <teemu@hecknology.net>
parents:
53
diff
changeset
|
214 | nearby_municipalities = {'Turku', 'Raisio', 'Naantali', 'Kaarina', 'Lieto'} |
52 | 215 | if from_place != to_place: |
216 | municipality_from = municipalities_per_region.get(from_place) | |
217 | municipality_to = municipalities_per_region.get(to_place) | |
55
0f1d046b3f78
Suppeampi näkymä, pikatiet ja mootoritiet
Teemu Piippo <teemu@hecknology.net>
parents:
53
diff
changeset
|
218 | if municipality_from and municipality_to and municipality_from not in nearby_municipalities | {municipality_to} and municipality_to not in nearby_municipalities: |
52 | 219 | def convert_region(region): |
220 | municipality = municipalities_per_region.get(region, region) | |
221 | if municipality != municipality_from: | |
222 | return municipality | |
223 | else: | |
224 | return region | |
225 | sign = [convert_region(region) for region in sign] | |
226 | # supista nimet tarvittaessa | |
24
e6bdb9c54096
Yhtenäistetty ohjelmakoodin kieli englanniksi
Teemu Piippo <teemu@hecknology.net>
parents:
22
diff
changeset
|
227 | if len(' - '.join(sign)) > 20: |
52 | 228 | sign = [abbreviations.get(place, place) for place in sign] |
229 | old_sign = sign.copy() | |
230 | sign = [] | |
231 | for place in old_sign: | |
232 | if place not in sign: | |
233 | sign.append(place) | |
24
e6bdb9c54096
Yhtenäistetty ohjelmakoodin kieli englanniksi
Teemu Piippo <teemu@hecknology.net>
parents:
22
diff
changeset
|
234 | if whole: |
52 | 235 | sign = [from_place] + sign |
236 | if not sign: | |
237 | sign = [destination] | |
238 | return sign |