Louisville Metro KY - Fire Property Damage
Louisville Metro Government
@usgov.louisville_metro_government_louisville_metro_ky_fire_p_691ac2d8
Louisville Metro Government
@usgov.louisville_metro_government_louisville_metro_ky_fire_p_691ac2d8
The Louisville Division of Fire, commonly known as the Louisville Fire Department or Louisville Fire & Rescue (abbreviated LFD or LFR), is the sole fire suppression agency for the former city of Louisville, Kentucky and is one of nineteen fire departments within the Louisville-Jefferson County, Kentucky metropolitan area. The Louisville Division of Fire is the second largest fire department in Kentucky.
This data is presented in a publicly available report located HERE
| Field Name | Field Description |
|---|---|
| inci_no | Incident Number |
| alm_date | Incident date |
| address | Incident address |
| latitude | Latitude |
| longtitude | Longtitude |
| inci_type | Incident Type |
| content_loss | value of items lost |
| property_loss | value of Fixed Property Loss |
| total_loss | sum value of content and property loss |
| pre_inci_value | fixed property preincident value |
| saved | differnce between fixed property preincident value and total loss |
| Organization: Louisville Metro Government | |
| Last updated: 2025-07-30T14:11:08.316626 | |
| Tags: fire, fire-department, fire-districts, jefferson-county, kentucky, lfd, louisville, louisville-metro, louisville-metro-fire-department, louisville-metro-ky, property-damage |
CREATE TABLE table_1 (
"inci_no" VARCHAR,
"alm_date" VARCHAR,
"address" VARCHAR,
"latitude" DOUBLE,
"longtitude" DOUBLE,
"inci_type" VARCHAR,
"content_loss" BIGINT,
"property_loss" BIGINT,
"total_loss" BIGINT,
"pre_inci_value" BIGINT,
"saved" BIGINT,
"objectid" BIGINT,
"x" DOUBLE,
"y" DOUBLE
);Anyone who has the link will be able to view this.