Street Lighting
City of York Council
@ukgov.street_lighting
City of York Council
@ukgov.street_lighting
CREATE TABLE street_lighting (
"x" DOUBLE,
"y" DOUBLE,
"iit_ne_id" BIGINT,
"lp_unique_ref" BIGINT,
"description" VARCHAR,
"location" VARCHAR,
"road_name" VARCHAR,
"road_number" VARCHAR,
"usrn" BIGINT,
"ward" VARCHAR,
"parish" VARCHAR,
"unit_type" VARCHAR,
"latitude" DOUBLE,
"longitude" DOUBLE,
"datecreatedcyc" TIMESTAMP,
"item_id" VARCHAR
);
Anyone who has the link will be able to view this.