├── Readme.md ├── __pycache__ ├── converter.cpython-38.pyc ├── get_bus_line_station_data_by_gaode.cpython-38.pyc └── line_station_data_to_shp.cpython-38.pyc ├── converter.py ├── data not avaliable.log ├── data ├── lines.dbf ├── lines.shp ├── lines.shx ├── stations.dbf ├── stations.shp └── stations.shx ├── get_bus_line_station_data_by_gaode.py ├── line_station_data_to_shp.py ├── main.py └── yiyang_lines.csv /Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bardbo/get_bus_lines_and_stations_data_from_gaode/HEAD/Readme.md -------------------------------------------------------------------------------- /__pycache__/converter.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bardbo/get_bus_lines_and_stations_data_from_gaode/HEAD/__pycache__/converter.cpython-38.pyc -------------------------------------------------------------------------------- /__pycache__/get_bus_line_station_data_by_gaode.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bardbo/get_bus_lines_and_stations_data_from_gaode/HEAD/__pycache__/get_bus_line_station_data_by_gaode.cpython-38.pyc -------------------------------------------------------------------------------- /__pycache__/line_station_data_to_shp.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bardbo/get_bus_lines_and_stations_data_from_gaode/HEAD/__pycache__/line_station_data_to_shp.cpython-38.pyc -------------------------------------------------------------------------------- /converter.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bardbo/get_bus_lines_and_stations_data_from_gaode/HEAD/converter.py -------------------------------------------------------------------------------- /data not avaliable.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bardbo/get_bus_lines_and_stations_data_from_gaode/HEAD/data not avaliable.log -------------------------------------------------------------------------------- /data/lines.dbf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bardbo/get_bus_lines_and_stations_data_from_gaode/HEAD/data/lines.dbf -------------------------------------------------------------------------------- /data/lines.shp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bardbo/get_bus_lines_and_stations_data_from_gaode/HEAD/data/lines.shp -------------------------------------------------------------------------------- /data/lines.shx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bardbo/get_bus_lines_and_stations_data_from_gaode/HEAD/data/lines.shx -------------------------------------------------------------------------------- /data/stations.dbf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bardbo/get_bus_lines_and_stations_data_from_gaode/HEAD/data/stations.dbf -------------------------------------------------------------------------------- /data/stations.shp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bardbo/get_bus_lines_and_stations_data_from_gaode/HEAD/data/stations.shp -------------------------------------------------------------------------------- /data/stations.shx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bardbo/get_bus_lines_and_stations_data_from_gaode/HEAD/data/stations.shx -------------------------------------------------------------------------------- /get_bus_line_station_data_by_gaode.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bardbo/get_bus_lines_and_stations_data_from_gaode/HEAD/get_bus_line_station_data_by_gaode.py -------------------------------------------------------------------------------- /line_station_data_to_shp.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bardbo/get_bus_lines_and_stations_data_from_gaode/HEAD/line_station_data_to_shp.py -------------------------------------------------------------------------------- /main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bardbo/get_bus_lines_and_stations_data_from_gaode/HEAD/main.py -------------------------------------------------------------------------------- /yiyang_lines.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bardbo/get_bus_lines_and_stations_data_from_gaode/HEAD/yiyang_lines.csv --------------------------------------------------------------------------------