Louisville Metro KY - APCD Industrial Construction Permits
Louisville Metro Government
@usgov.louisville_metro_government_louisville_metro_ky_apcd_i_c634159a
Louisville Metro Government
@usgov.louisville_metro_government_louisville_metro_ky_apcd_i_c634159a
Industrial air pollution permits implement the laws, regulations, and requirements that apply to industrial and commercial facilities that emit air pollution. Any piece of equipment or project in Louisville that emits or controls air pollutants requires a permit prior to installation and operation unless it is specifically exempted from the APCD’s permit requirements.
The APCD uses a two-permit system for “major” facilities. Construction Permits (included in this data set) are required prior to beginning any construction or modification. Once the construction project is approved, completed, and compliance of the construction project is demonstrated, an Operating Permit is issued.
Data Field Guide:
PermitNumber -- Identifying number for the permit.
EffectiveDate -- Date the permit becomes or became effective.
ExpirationDate -- Date the permit expires.
ApplicationStatus -- The current status of the application.
RecordType -- Type of record identified in Louisville Metro’s Permitting system.
PlantClass -- EPA Emissions classification of the permitted plant.
ResponsibleParty -- Person or Business entity responsible for permitted specifications.
PermitName -- The name on the permit.
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 construction 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:26.141330
Tags: air-pollution-control-district, apcd, industrial-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,
"applicationstatus" VARCHAR,
"recordtype" VARCHAR,
"plantclass" VARCHAR,
"responsibleparty" VARCHAR,
"permitname" 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.