CCTV Cameras
Plymouth City Council
@ukgov.cctv_locations_in_plymouth
Plymouth City Council
@ukgov.cctv_locations_in_plymouth
This Data shows geographic information including longitude and latitude reference points. This geographic data locates all Plymouth City Council's CCTV cameras which are both owned and maintained by Plymouth City Council. This information is current and correct as of 2016. The Data is updated Annually and readable by Geographic Mapping Software called QGIS.
Publisher name: Plymouth City Council
Last updated: 2024-12-13T17:26:09Z
CREATE TABLE car_parking_cameras (
"fid" BIGINT,
"camera_num" BIGINT,
"camera_loc" VARCHAR,
"easting" BIGINT,
"northing" BIGINT,
"x" DOUBLE,
"y" DOUBLE
);CREATE TABLE cctv_cameras (
"fid" BIGINT,
"camera_num" BIGINT,
"camera_nam" VARCHAR,
"easting" BIGINT,
"northing" BIGINT,
"x" DOUBLE,
"y" DOUBLE
);CREATE TABLE help_points (
"fid" BIGINT,
"helpoint_l" VARCHAR,
"easting" BIGINT,
"northing" BIGINT,
"x" DOUBLE,
"y" DOUBLE
);CREATE TABLE redeployable_cameras (
"fid" BIGINT,
"camera_num" BIGINT,
"camera_loc" VARCHAR,
"easting" BIGINT,
"northing" BIGINT,
"x" DOUBLE,
"y" DOUBLE
);CREATE TABLE traffic_cameras (
"fid" BIGINT,
"camera_num" BIGINT,
"camera_loc" VARCHAR,
"easting" BIGINT,
"northing" BIGINT,
"x" DOUBLE,
"y" DOUBLE
);Anyone who has the link will be able to view this.