Update subway_structure.py
This commit is contained in:
parent
e64fbbee97
commit
cc0fee6167
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ from css_colours import normalize_colour
|
|||
from collections import Counter, defaultdict
|
||||
|
||||
|
||||
SPREADSHEET_ID = '1-UHDzfBwHdeyFxgC5cE_MaNQotF3-Y0r1nW9IwpIEj8'
|
||||
SPREADSHEET_ID = '1SEW1-NiNOnA2qDwievcxYV1FOaQl1mb1fdeyqAxHu3k'
|
||||
MAX_DISTANCE_TO_ENTRANCES = 300 # in meters
|
||||
MAX_DISTANCE_STOP_TO_LINE = 50 # in meters
|
||||
ALLOWED_STATIONS_MISMATCH = 0.02 # part of total station count
|
||||
|
|
Loading…
Add table
Reference in a new issue