You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
변경점 :
LandmarkAlias - "랜드마크 이름"
LandmarkNode - "랜드마크 역 id -> 랜드마크 이름" 매핑
LandmarkOfLane - LaneToTrack마다 지나는 LandmarkNode를 모두 저장
LandmarkAlias와 LandmarkNode는 직접 입력해야합니다.
LandmarkOfLane은 위 두 개를 입력한 이후
python3 manage.py dotask --landmark 를 실행하면 생성됩니다.
python3 manage.py dotask --daily에도 포함되어있으니 둘 중에 하나만 실행해도 됩니다.
New dbs : Lane alias, Lane parts
여러 노선의 부분들을 하나의 노선 가명으로 묶을 수 있습니다
New function: next_n_bus_from_alias(alias, n) in chroniccrawler.helper.helper
한 alias의 도착/위치/배차 정보를 형식에 맞춰 return해줍니다.
이후 all을 입맛에 따라 사용하시면 됩니다
The text was updated successfully, but these errors were encountered: