Louisville Metro KY - ROW Construction Permits
Louisville Metro Government
@usgov.louisville_metro_government_louisville_metro_ky_constr_2099a014
Louisville Metro Government
@usgov.louisville_metro_government_louisville_metro_ky_constr_2099a014
Approved and currently issued right-of-way construction permits. Limited to projects that will affect roadway traffic.
Permitted Construction points data (Road Closures) comes from approved right-of-way construction permits in Accela. An applicant submits a site for approval and after review and approval, a permit is issued. Permits are often approved for a window of time occasionally spanning several weeks. It is likely that this data could show an approved permit construction site where construction has either already been completed or has yet to begin. These points are added and removed based upon the time window expressed on the permit and do not reflect the actual condition of work on the ground.
Field name | Field description |
---|---|
PERMIT_NO | unique identifier for the ROW Permit issued |
APPLICANT_NAME | name of the person or organization that applied for the permit |
FROM_DATE | the date range for the encroachment to occur |
TO_DATE | |
WORK_DESCRIPTION | detailed descripton of the work to be done |
WORK_TYPE | general type of work to be performed, to include () |
STREET_ADDRESS | nearest street address to the location of work |
CITY | location of work |
STATE | location of work |
ZIP | location of work |
LONGITUDE | location of work |
LATITUDE | location of work |
Contact Information:
Solita Soliman
GIS Analyst
Public Works and Assets
Solita.Soliman@louisvilleky.gov
502-574-5931
Organization: Louisville Metro Government
Last updated: 2025-07-30T14:12:28.766082
Tags: constructions, engineering, engineering-and-construction, jefferson, jefferson-county, kentucky, ky, lojic, louisville, louisville-metro, louisville-metro-ky, modp, open-data, permits, public-works-and-assets, road-closures, roads, transportation, updated-weekly, waze
CREATE TABLE table_1 (
"permit_no" VARCHAR,
"applicant_name" VARCHAR,
"from_date" VARCHAR,
"to_date" VARCHAR,
"work_description" VARCHAR,
"work_type" VARCHAR,
"street_address" VARCHAR,
"city" VARCHAR,
"state" VARCHAR,
"zip" BIGINT,
"longitude" DOUBLE,
"latitude" DOUBLE,
"objectid" BIGINT,
"x" DOUBLE,
"y" DOUBLE
);
Anyone who has the link will be able to view this.