Created
November 4, 2016 06:00
-
-
Save koreapyj/bc4b104921afaf15855f275d9fd6c96d to your computer and use it in GitHub Desktop.
부산버스정보 노선별 정류소 목록 포멧
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[0] : 정류소 인덱스 | |
[1] : 정류소가 물고 있는 버스 수 | |
[2] : 정류소 이름 (null: 웨이포인트) | |
[3] : 회차점 여부 (0: false, 1: true) | |
[4] : 노선ID (없으면 웨이포인트) | |
[5] : 정류소ID | |
[6] : 통과속도 | |
[7] : 버스 차량 ID | |
[8] : 저상버스 (0: false, 1: true) | |
[9] : ??? (거리나 시간에 비례하는 무언가) | |
[10]: 버스 차량번호 (,로 구분) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment