Pedestrian Crossing Points
Leeds City Council
@ukgov.pedestrian_crossing_points
Leeds City Council
@ukgov.pedestrian_crossing_points
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.