Stumpd Counters 2019 Devonport And The Hoe
Plymouth City Council
@ukgov.stumpd_counters_2019_devonport_park
Plymouth City Council
@ukgov.stumpd_counters_2019_devonport_park
Footfall counters - Devonport park, Autumn 2019. The Hoe, Christmas 2019 This is an evolving dataset being progressed by the Future Parks Accelerator programme: https://www.plymouth.gov.uk/workingcollaboratively1/dataandtech1
Publisher name: Plymouth City Council
Last updated: 2024-09-14T16:30:49Z
CREATE TABLE counters (
"index" BIGINT,
"n__park_id" VARCHAR -- Park ID,
"n__counter_id" VARCHAR -- Counter ID,
"n__location_description" VARCHAR -- Location Description,
"n__latitude" DOUBLE -- Latitude,
"n__longitude" DOUBLE -- Longitude
);CREATE TABLE hoecounters (
"index" BIGINT,
"n__park_id" VARCHAR -- Park ID,
"n__counter_id" VARCHAR -- Counter ID,
"n__location_description" VARCHAR -- Location Description,
"n__latitude" DOUBLE -- Latitude,
"n__longitude" DOUBLE -- Longitude
);CREATE TABLE hoe_observations (
"index" BIGINT,
"n__counterid" VARCHAR -- CounterID,
"n__date" TIMESTAMP -- Date,
"n__time" VARCHAR -- Time,
"n__triggers" BIGINT -- Triggers
);CREATE TABLE observations (
"index" BIGINT,
"n__counterid" VARCHAR -- CounterID,
"n__date" TIMESTAMP -- Date,
"n__time" VARCHAR -- Time,
"n__triggers" BIGINT -- Triggers
);CREATE TABLE parks (
"name" VARCHAR,
"n__id_string" VARCHAR -- ID String,
"n__address" VARCHAR -- Address,
"n__description" VARCHAR -- Description,
"n__more_info" VARCHAR -- More Info
);Anyone who has the link will be able to view this.