Property Fire Protection Data Fields

Field Name Type Description
pbkey Char(17) A unique identifier
place_code Char(12) Incorporated place ID. Value will be NULL if address is located in an unincorporated place.
place_name Char(40) Incorporated place name. Value will be NULL if address is located in an unincorporated place.
fs1_department_id Integer Fire department ID of first closest fire station.
fs1_department_type Char(20) Department type for first closest fire station.
fs1_station_id Integer Station ID of first closest fire station.
fs1_drivetime_ampeak Double Precision Driving time in minutes from first closest fire station during peak AM time.
fs1_drivetime_pmpeak Double Precision Driving time in minutes from first closest fire station during peak PM time.
fs1_drivetime_offpeak Double Precision Driving time in minutes from first closest fire station during off-peak time.
fs1_drivetime_night Double Precision Driving time from first closest fire station at night.
fs1_drivedistance Double Precision Distance in miles from first closest fire station.
fs2_department_id Integer Fire department ID of second closest fire station.
fs2_department_type Char(20) Department type for second closest fire station.
fs2_station_id Integer Station ID of second closest fire station.
fs2_drivetime_ampeak Double Precision Driving time in minutes from second closest fire station during peak AM time.
fs2_drivetime_pmpeak Double Precision Driving time in minutes from second closest fire station during peak PM time.
fs2_drivetime_offpeak Double Precision Driving time in minutes from second closest fire station during off-peak time.
fs2_drivetime_night Double Precision Driving time from second closest fire station at night.
fs2_drivedistance Double Precision Distance in miles from second closest fire station.
fs3_department_id Integer Fire department ID of third closest fire station.
fs3_department_type Char(20) Department type for third closest fire station.
fs3_station_id Integer Station ID of third closest fire station.
fs3_drivetime_ampeak Double Precision Driving time in minutes from third closest fire station during peak AM time.
fs3_drivetime_pmpeak Double Precision Driving time in minutes from third closest fire station during peak PM time.
fs3_drivetime_offpeak Double Precision Driving time in minutes from third closest fire station during off-peak time.
fs3_drivetime_night Double Precision Driving time from third closest fire station at night.
fs3_drivedistance Double Precision Distance in miles from third closest fire station.
nearest_water_body Double Precision Distance (in feet) between location and nearest body of water.