SLDC Planning Applications
South Lakeland District Council
@ukgov.sldc_planning_applications
South Lakeland District Council
@ukgov.sldc_planning_applications
CREATE TABLE planning_applications_in_south_lakeland_planning_area_2019 (
"extractdate" TIMESTAMP,
"publisheruri" VARCHAR,
"publisherlabel" VARCHAR,
"organisationuri" VARCHAR,
"organisationlabel" VARCHAR,
"casereference" VARCHAR,
"caseurl" VARCHAR,
"casedate" TIMESTAMP,
"servicetypeuri" VARCHAR,
"servicetypelabel" VARCHAR,
"classificationuri" VARCHAR,
"classificationlabel" VARCHAR,
"casetext" VARCHAR,
"locationtext" VARCHAR,
"decisiontargetdate" VARCHAR,
"status" VARCHAR,
"coordinatereferencesystem" VARCHAR,
"geox" DOUBLE,
"geoy" DOUBLE,
"geopointlicensingurl" VARCHAR,
"decisiondate" VARCHAR,
"decision" VARCHAR,
"decisiontype" VARCHAR,
"decisionnoticedate" VARCHAR,
"appealref" VARCHAR,
"appealdecisiondate" VARCHAR,
"appealdecision" VARCHAR,
"geoareauri" VARCHAR,
"geoarealabel" VARCHAR,
"groundarea" VARCHAR,
"uprn" VARCHAR,
"agent" VARCHAR,
"publicconsultationstartdate" VARCHAR,
"publicconsultationenddate" VARCHAR,
"responsesfor" VARCHAR,
"responsesagainst" VARCHAR
);
CREATE TABLE sldc_planning_applications (
"extractdate" TIMESTAMP,
"publisheruri" VARCHAR,
"publisherlabel" VARCHAR,
"organisationuri" VARCHAR,
"organisationlabel" VARCHAR,
"casereference" VARCHAR,
"caseurl" VARCHAR,
"casedate" TIMESTAMP,
"servicetypeuri" VARCHAR,
"servicetypelabel" VARCHAR,
"classificationuri" VARCHAR,
"classificationlabel" VARCHAR,
"casetext" VARCHAR,
"locationtext" VARCHAR,
"decisiontargetdate" VARCHAR,
"status" VARCHAR,
"coordinatereferencesystem" VARCHAR,
"geox" DOUBLE,
"geoy" DOUBLE,
"geopointlicensingurl" VARCHAR,
"decisiondate" VARCHAR,
"decision" VARCHAR,
"decisiontype" VARCHAR,
"decisionnoticedate" VARCHAR,
"appealref" VARCHAR,
"appealdecisiondate" VARCHAR,
"appealdecision" VARCHAR,
"geoareauri" VARCHAR,
"geoarealabel" VARCHAR,
"groundarea" VARCHAR,
"uprn" VARCHAR,
"agent" VARCHAR,
"publicconsultationstartdate" VARCHAR,
"publicconsultationenddate" VARCHAR,
"responsesfor" VARCHAR,
"responsesagainst" VARCHAR,
"applicantaddress" VARCHAR,
"agentaddress" VARCHAR
);
Anyone who has the link will be able to view this.