Louisville Metro KY - APCD Gas Construction Permits
Louisville Metro Government
@usgov.louisville_metro_government_louisville_metro_ky_apcd_g_8dc3974f
Louisville Metro Government
@usgov.louisville_metro_government_louisville_metro_ky_apcd_g_8dc3974f
These are permits to construct or modify gasoline dispensing facilities in Louisville/Jefferson County, Kentucky, issued by the Louisville Metro Air Pollution Control District. Construction permits are generally issued for a 1-year period.
Data Field Guide:
PermitNumber -- Identifying number for the permit.
EffectiveDate -- Date the permit becomes or became effective.
ExpirationDate -- Date the permit expires.
TotalGasolineTankCapacity -- Total capacity of the Tanks at the gas facility.
ApplicationStatus -- The current status of the application.
RecordType -- Type of record identified in Louisville Metro’s Permitting system.
FacilityName -- The name of the facility that the permit is issued to.
PermitDescription -- What is being permitted.
StreetAddress -- The address of the facility named in the permit.
City -- The city of the facility named in the permit.
State -- The state of the facility named in the permit.
ZIP -- The zip code of the facility named in the permit.
Longitude -- The longitude of the facility named in the permit.
Latitude -- The latitude of the facility named in the permit.
PermitType -- The top-level type of permit being issued. (This report only contains Industrial permits.)
PermitSubtype -- The type of application the permit is being used for within the broad permitting area. (This report only contains operating subtype permits.)
PermitCategory -- The category of permit referenced (This report only contains the category of permits.)
Organization: Louisville Metro Government
Last updated: 2025-07-30T14:13:40.265852
Tags: air-pollution-control-district, apcd, gas-construction, jefferson-county, kentucky, louisville, louisville-metro, louisville-metro-ky, modp, open-data, permits, permitting, weekly
CREATE TABLE table_1 (
"permitnumber" VARCHAR,
"effectivedate" VARCHAR,
"expirationdate" VARCHAR,
"totalgasolinetankcapacity" DOUBLE,
"applicationstatus" VARCHAR,
"recordtype" VARCHAR,
"facilityname" VARCHAR,
"permitdescription" VARCHAR,
"streetaddress" VARCHAR,
"city" VARCHAR,
"state" VARCHAR,
"zip" DOUBLE,
"longitude" DOUBLE,
"latitude" DOUBLE,
"permittype" VARCHAR,
"permitsubtype" VARCHAR,
"permitcategory" VARCHAR,
"objectid" BIGINT,
"x" DOUBLE,
"y" DOUBLE
);Anyone who has the link will be able to view this.