Sun, 17 Sep 2017 21:26:09 +0300
Pöö 3
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 | ||
24
e6bdb9c54096
Yhtenäistetty ohjelmakoodin kieli englanniksi
Teemu Piippo <teemu@hecknology.net>
parents:
22
diff
changeset
|
48 | def reduce_schedule(reitti, trip_length, whole = 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, | |
65 | 'kuninkoja': 80, | |
66 | 'moikoinen': 80, | |
67 | 'raision keskusta': 150, | |
68 | 'kukola': 50, | |
69 | 'kaistarniemi': 50, | |
70 | 'papinsaari': 50, | |
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, | |
79 | 'räntämäki': 10, | |
80 | 'verkahovi': 20, | |
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, | |
113 | 'länsikeskus': 50, | |
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, | |
53 | 121 | #'rautatieasema': 50, |
52 | 122 | 'logomo': 100, |
123 | 'rymättylä': 50, | |
124 | "sauvo": 500, | |
125 | "kemiönsaari": 500, | |
126 | 'suovuori': 300, | |
127 | 'eerikvalla': 50, | |
128 | 'petäsmäki': 50, | |
129 | 'tortinmäki': 50, | |
130 | 'aura': 100, | |
131 | 'friskala': -1, | |
132 | 'merimasku': 50, | |
53 | 133 | 'turkuhalli': 100, |
134 | 'messukeskus': 100, | |
55
0f1d046b3f78
Suppeampi näkymä, pikatiet ja mootoritiet
Teemu Piippo <teemu@hecknology.net>
parents:
53
diff
changeset
|
135 | 'naantalin pikatie': 150, |
0f1d046b3f78
Suppeampi näkymä, pikatiet ja mootoritiet
Teemu Piippo <teemu@hecknology.net>
parents:
53
diff
changeset
|
136 | 'helsingin valtatie': 500, |
5 | 137 | } |
138 | ||
52 | 139 | if 'kauppatori' not in reitti: |
140 | priorities['länsikeskus'] = priorities['skanssi'] = priorities['kauppatori'] | |
5 | 141 | |
24
e6bdb9c54096
Yhtenäistetty ohjelmakoodin kieli englanniksi
Teemu Piippo <teemu@hecknology.net>
parents:
22
diff
changeset
|
142 | from_place = reitti[0] |
e6bdb9c54096
Yhtenäistetty ohjelmakoodin kieli englanniksi
Teemu Piippo <teemu@hecknology.net>
parents:
22
diff
changeset
|
143 | destination = reitti[-1] |
5 | 144 | reitti_arvot = {} |
22 | 145 | f = lambda i: i**-0.3 |
24
e6bdb9c54096
Yhtenäistetty ohjelmakoodin kieli englanniksi
Teemu Piippo <teemu@hecknology.net>
parents:
22
diff
changeset
|
146 | 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
|
147 | while priorities.get(reitti[-1], 0) < 0: |
ddf7c58091ef
Ota se friskala pois kyltistä
Teemu Piippo <teemu@hecknology.net>
parents:
44
diff
changeset
|
148 | del reitti[-1] |
ddf7c58091ef
Ota se friskala pois kyltistä
Teemu Piippo <teemu@hecknology.net>
parents:
44
diff
changeset
|
149 | destination = reitti[-1] |
24
e6bdb9c54096
Yhtenäistetty ohjelmakoodin kieli englanniksi
Teemu Piippo <teemu@hecknology.net>
parents:
22
diff
changeset
|
150 | for i, stop in enumerate(reitti): |
5 | 151 | # 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
|
152 | i = f(i + 1) * factor |
5 | 153 | # 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
|
154 | i *= priorities.get(stop, 1) |
e6bdb9c54096
Yhtenäistetty ohjelmakoodin kieli englanniksi
Teemu Piippo <teemu@hecknology.net>
parents:
22
diff
changeset
|
155 | reitti_arvot[stop] = i |
5 | 156 | # 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
|
157 | if from_place in reitti_arvot: |
e6bdb9c54096
Yhtenäistetty ohjelmakoodin kieli englanniksi
Teemu Piippo <teemu@hecknology.net>
parents:
22
diff
changeset
|
158 | reitti_arvot[from_place] = 0 |
e6bdb9c54096
Yhtenäistetty ohjelmakoodin kieli englanniksi
Teemu Piippo <teemu@hecknology.net>
parents:
22
diff
changeset
|
159 | # varmista että destination tulee kylttiin |
e6bdb9c54096
Yhtenäistetty ohjelmakoodin kieli englanniksi
Teemu Piippo <teemu@hecknology.net>
parents:
22
diff
changeset
|
160 | reitti_arvot[destination] = 1e10 |
e6bdb9c54096
Yhtenäistetty ohjelmakoodin kieli englanniksi
Teemu Piippo <teemu@hecknology.net>
parents:
22
diff
changeset
|
161 | # muodosta sign-tiedot järjestettynä reittiarvon mukaan |
e6bdb9c54096
Yhtenäistetty ohjelmakoodin kieli englanniksi
Teemu Piippo <teemu@hecknology.net>
parents:
22
diff
changeset
|
162 | weights = sorted([ |
e6bdb9c54096
Yhtenäistetty ohjelmakoodin kieli englanniksi
Teemu Piippo <teemu@hecknology.net>
parents:
22
diff
changeset
|
163 | (stop, reitti_arvot[stop], i) \ |
e6bdb9c54096
Yhtenäistetty ohjelmakoodin kieli englanniksi
Teemu Piippo <teemu@hecknology.net>
parents:
22
diff
changeset
|
164 | for i, stop in enumerate(reitti) \ |
e6bdb9c54096
Yhtenäistetty ohjelmakoodin kieli englanniksi
Teemu Piippo <teemu@hecknology.net>
parents:
22
diff
changeset
|
165 | if reitti_arvot[stop] >= 1 |
e6bdb9c54096
Yhtenäistetty ohjelmakoodin kieli englanniksi
Teemu Piippo <teemu@hecknology.net>
parents:
22
diff
changeset
|
166 | ], key = lambda stop: -stop[1]) |
5 | 167 | # enintään neljä tulee kylttiin |
24
e6bdb9c54096
Yhtenäistetty ohjelmakoodin kieli englanniksi
Teemu Piippo <teemu@hecknology.net>
parents:
22
diff
changeset
|
168 | weights = weights[:3] |
22 | 169 | # jos kolmas kylttiarvo ei ole tarpeeksi merkittävä suhteessa reitin pituuteen niin otetaan se pois |
170 | try: | |
45
ddf7c58091ef
Ota se friskala pois kyltistä
Teemu Piippo <teemu@hecknology.net>
parents:
44
diff
changeset
|
171 | if weights[2][0] != destination and weights[2][1] < (725 / length ** 0.8): |
24
e6bdb9c54096
Yhtenäistetty ohjelmakoodin kieli englanniksi
Teemu Piippo <teemu@hecknology.net>
parents:
22
diff
changeset
|
172 | del weights[2] |
22 | 173 | except IndexError: |
174 | pass | |
175 | try: | |
24
e6bdb9c54096
Yhtenäistetty ohjelmakoodin kieli englanniksi
Teemu Piippo <teemu@hecknology.net>
parents:
22
diff
changeset
|
176 | if weights[1][0] != destination and weights[1][1] < (500 / length ** 1.15): |
e6bdb9c54096
Yhtenäistetty ohjelmakoodin kieli englanniksi
Teemu Piippo <teemu@hecknology.net>
parents:
22
diff
changeset
|
177 | del weights[1] |
22 | 178 | except IndexError: |
179 | pass | |
24
e6bdb9c54096
Yhtenäistetty ohjelmakoodin kieli englanniksi
Teemu Piippo <teemu@hecknology.net>
parents:
22
diff
changeset
|
180 | # lajitellaan painoarvot uudestaan reittijärjestykseen jotta sign tulee oikeinpäin |
52 | 181 | 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
|
182 | # muodostetaan sign.. |
e6bdb9c54096
Yhtenäistetty ohjelmakoodin kieli englanniksi
Teemu Piippo <teemu@hecknology.net>
parents:
22
diff
changeset
|
183 | sign = [paino[0] for paino in weights] |
52 | 184 | to_place = sign[-1] |
55
0f1d046b3f78
Suppeampi näkymä, pikatiet ja mootoritiet
Teemu Piippo <teemu@hecknology.net>
parents:
53
diff
changeset
|
185 | nearby_municipalities = {'Turku', 'Raisio', 'Naantali', 'Kaarina', 'Lieto'} |
52 | 186 | if from_place != to_place: |
187 | municipality_from = municipalities_per_region.get(from_place) | |
188 | 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
|
189 | if municipality_from and municipality_to and municipality_from not in nearby_municipalities | {municipality_to} and municipality_to not in nearby_municipalities: |
52 | 190 | def convert_region(region): |
191 | municipality = municipalities_per_region.get(region, region) | |
192 | if municipality != municipality_from: | |
193 | return municipality | |
194 | else: | |
195 | return region | |
196 | sign = [convert_region(region) for region in sign] | |
197 | # supista nimet tarvittaessa | |
24
e6bdb9c54096
Yhtenäistetty ohjelmakoodin kieli englanniksi
Teemu Piippo <teemu@hecknology.net>
parents:
22
diff
changeset
|
198 | if len(' - '.join(sign)) > 20: |
52 | 199 | sign = [abbreviations.get(place, place) for place in sign] |
200 | old_sign = sign.copy() | |
201 | sign = [] | |
202 | for place in old_sign: | |
203 | if place not in sign: | |
204 | sign.append(place) | |
24
e6bdb9c54096
Yhtenäistetty ohjelmakoodin kieli englanniksi
Teemu Piippo <teemu@hecknology.net>
parents:
22
diff
changeset
|
205 | if whole: |
52 | 206 | sign = [from_place] + sign |
207 | if not sign: | |
208 | sign = [destination] | |
209 | return sign |