Pedestrian Crossing Points
Leeds City Council
@ukgov.pedestrian_crossing_points
Leeds City Council
@ukgov.pedestrian_crossing_points
A dataset to show the traffic light crossing points in Leeds giving road name, postcode, easting and northing. The data consists of * road junctions which contain signalled crossing points. * signalled crossings which can consist of pedestrian crossings including Pelicans, Puffins, Toucans and One-can crossings Additional Information ---------------------- * For more information on pedestrian crossings please visit: * https://www.gov.uk/using-the-road-159-to-203/pedestrian-crossings-191-to-199
Publisher name: Leeds City Council
Last updated: 2024-09-14T09:45:47Z
CREATE TABLE n_2015 (
"reference_number" VARCHAR,
"crossing_type" VARCHAR,
"street_name" VARCHAR,
"easting" BIGINT,
"northing" BIGINT,
"postcode" VARCHAR
);CREATE TABLE n_2016 (
"reference_number" VARCHAR,
"crossing_type" VARCHAR,
"address" VARCHAR,
"easting" BIGINT,
"northing" BIGINT,
"postcode" VARCHAR
);CREATE TABLE n_2018 (
"installation_type" VARCHAR,
"orn" VARCHAR,
"address" VARCHAR,
"easting" DOUBLE,
"northing" DOUBLE,
"postcode" VARCHAR
);CREATE TABLE n_2019 (
"orn" VARCHAR,
"address" VARCHAR,
"installation_type" VARCHAR,
"ward" VARCHAR,
"easting" BIGINT,
"northing" BIGINT,
"postcode" VARCHAR
);Anyone who has the link will be able to view this.