Community Centres
Leeds City Council
@ukgov.community_centres
Leeds City Council
@ukgov.community_centres
Detailed list of all community centres in Leeds. Data includes name of the centre, address, contact details and facilities.
Publisher name: Leeds City Council
Last updated: 2022-07-01T04:02:18Z
CREATE TABLE community_centres_2016 (
"centre" VARCHAR,
"address" VARCHAR,
"latitude" DOUBLE,
"longitude" DOUBLE,
"telephone" VARCHAR,
"ward" VARCHAR,
"area_support" VARCHAR,
"area_committee" VARCHAR,
"hall" VARCHAR,
"stage" VARCHAR,
"changing_room" VARCHAR,
"bar" VARCHAR,
"kitchen" VARCHAR,
"offices_rooms" VARCHAR -- Offices / Rooms,
"it_suite" VARCHAR,
"car_park" VARCHAR
);CREATE TABLE floor_space (
"centre" VARCHAR,
"address" VARCHAR,
"room" VARCHAR,
"location" VARCHAR,
"m2" DOUBLE
);Anyone who has the link will be able to view this.