busroute.py

changeset 44
f6b73571a6b8
parent 43
1c9102fea431
child 45
ddf7c58091ef
--- a/busroute.py	Sun Jul 02 16:18:29 2017 +0300
+++ b/busroute.py	Sun Jul 02 16:38:37 2017 +0300
@@ -52,7 +52,7 @@
 		'Kauppakeskus Mylly': 200,
 		'Kuninkoja': 80,
 		'Moikoinen': 60,
-		'Raision keskusta': 100,
+		'Raision keskusta': 150,
 		'Friskala': 20,
 		'Kukola': 50,
 		'Kaistarniemi': 50,
@@ -109,6 +109,7 @@
 		'Rymättylä': 50,
 		"Sauvo": 500,
 		"Kemiönsaari": 500,
+		'Suovuori': 300,
 	}
 
 	if 'Kauppatori' not in reitti:
@@ -140,7 +141,7 @@
 	weights = weights[:3]
 	# jos kolmas kylttiarvo ei ole tarpeeksi merkittävä suhteessa reitin pituuteen niin otetaan se pois
 	try:
-		if weights[2][0] != destination and weights[2][1] < (1200 / length ** 0.9):
+		if weights[2][0] != destination and weights[2][1] < (900 / length ** 0.8):
 			del weights[2]
 	except IndexError:
 		pass

mercurial