Parse12306 icon indicating copy to clipboard operation
Parse12306 copied to clipboard

分析12306 获取全国列车数据

Results 10 Parse12306 issues
Sort by recently updated
recently updated
newest added

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 8.0.2 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...

dependencies

![image](https://user-images.githubusercontent.com/37414023/89746495-7c411b00-daec-11ea-9e97-9905d1bb88b9.png)

你也是个大神,所有的代码都写到Program文件里面

![image](https://user-images.githubusercontent.com/17768055/87864134-308ccd00-c997-11ea-8425-5f076839c5fc.png)

从12306官网一般只能看到类似 - https://www.12306.cn/index/script/core/common/station_name_v10082.js 这种带版本号的车站信息

Hello! 步骤3 train_list 中出现的一些发站和到站,在 station_name 文件中找不到对应的车站名。 以下是这9个车站: "鳌江","金山卫","车墩","香港红磡","沙岭" "梅江","唐山南","古冶","马海" 在12306网站上无法直接查找到以上车站,但搜索相关车次可以看到以上车站,如:金山卫-上海南的域内列车C3006。 ![image](https://user-images.githubusercontent.com/48620311/65228656-6e159500-dafd-11e9-8418-06a023248aa3.png) ![image](https://user-images.githubusercontent.com/48620311/65228411-fcd5e200-dafc-11e9-82c9-7849bd722ac4.png) 而在2016年的数据集中可以找到‘金山卫’站。 原因会不会是:这些车站不再在12306上接受公开订购了。

问下“全国高速列车时刻表_20160310.xlsx”中车站的经纬度是如何生成的?用你的程序生成的车站信息里没有经纬度的

根据你的描述,下载了train_list.js 发现该数据仅仅是3月份的数据,那么如何才能获得最新的数据呢?

步骤6存在一些文件无法下载,最终导致步骤7报错,大神 有解决办法吗