Translink Bus Stop List
OpenDataNI
@ukgov.translink_bus_stop_list
OpenDataNI
@ukgov.translink_bus_stop_list
CREATE TABLE translink_bus_stop_list_valid_as_of_29th_nov_2017 (
"locationid" BIGINT,
"pti_ref_gis" BIGINT,
"latitude" DOUBLE,
"longitude" DOUBLE,
"easting" DOUBLE,
"northing" DOUBLE,
"ig_code" DOUBLE,
"stop_name" VARCHAR,
"depotopsarea" VARCHAR,
"timing_point" VARCHAR,
"tp_name" VARCHAR,
"fare_stage" VARCHAR,
"fs_name" VARCHAR,
"servicedirection" VARCHAR,
"modified" VARCHAR
);
CREATE TABLE translink_bus_stop_list_valid_as_of_january_2018 (
"locationid" BIGINT,
"pti_ref_gis" DOUBLE,
"latitude" DOUBLE,
"longitude" DOUBLE,
"easting" DOUBLE,
"northing" DOUBLE,
"ig_code" DOUBLE,
"stop_name" VARCHAR,
"depotopsarea" VARCHAR,
"timing_point" VARCHAR,
"tp_name" VARCHAR,
"fare_stage" VARCHAR,
"fs_name" VARCHAR,
"servicedirection" VARCHAR,
"unnamed_14" VARCHAR
);
Anyone who has the link will be able to view this.