From 0c074cd56bf5746d28caa21eba056315e4226a60 Mon Sep 17 00:00:00 2001 From: "Jason T. Brown" Date: Wed, 29 Apr 2020 16:58:44 -0400 Subject: [PATCH 1/2] Initial attempt to geocode fire address data --- geocode_fires.ipynb | 2352 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 2352 insertions(+) create mode 100644 geocode_fires.ipynb diff --git a/geocode_fires.ipynb b/geocode_fires.ipynb new file mode 100644 index 0000000..8061ce0 --- /dev/null +++ b/geocode_fires.ipynb @@ -0,0 +1,2352 @@ +{ + "cells": [ + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "# Geocode Address Data \n", + "\n", + "We will take the spreadsheet of historical fire data and use an external geocoding service to get a point location for the street address given in the spreadsheet.\n", + "\n", + "We can then compare the geocoded address result to the truck coordinates in the spreadsheet." + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "_Put a mapbox API key in here. Important to do this before you run the `import geocoder` statement._\n", + "\n", + "**Also important: don't commit your API key to a public github repo!** You can also use an environment variable" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "%env MAPBOX_ACCESS_TOKEN=YOUR_API_KEY_HERE" + ] + }, + { + "cell_type": "code", + "execution_count": 2, + "metadata": {}, + "outputs": [], + "source": [ + "import pandas\n", + "import geopandas\n", + "import folium\n", + "import geocoder\n", + "import shapely.geometry\n", + "from urllib.parse import quote_plus\n", + "import numpy\n", + "import matplotlib.pyplot as plt\n", + "\n", + "from tqdm.notebook import tqdm\n", + "import os" + ] + }, + { + "cell_type": "code", + "execution_count": 3, + "metadata": {}, + "outputs": [], + "source": [ + "df = pandas.read_excel('Open_data_CFD_codeforcville.xlsx', sheet_name='opendata_CFD')" + ] + }, + { + "cell_type": "code", + "execution_count": 4, + "metadata": {}, + "outputs": [ + { + "data": { + "text/html": [ + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
INCIDENT_IDSTREET_ADDRESSIN_ZIPLONGITUDELATITUDEFIRE_TYPEINCIDENT_DURATION_MINALARM_DATE_TIME_AMERICA_NYyear parsePROPERTY_LOSS_DOLLARSPROPERTY_USEFIRE_AREA_OF_ORIGINHEAT_SOURCEITEM_FIRST_IGNITEDCAUSE_OF_IGNITIONUNIT_1ST_ARRIVEUNIT_1ST_RESP_TM_MIN
020009302400 FONTAINE AVE22901-78.49477038.069870Natural vegetation fire ...17.3500002002-04-14 12:38:5720020.0UndeterminedNaNNaNNaNUndeterminedE63.500000
12003381905 FOREST ST22901-78.48545038.038358Structure Fire ...258.6833332002-11-07 15:21:02200240000.01 or 2 family dwellingBedroom - < 5 persons; included are jail or pr...Cigarette lighterBox, carton, bag, basket, barrelIntentionalC23.200000
22003463219 5TH ST SW22903-78.48875138.029425Mobile property (vehicle) fire ...9.4333332002-11-14 07:46:3220020.0NaNNaNNaNNaNNaNBC20.050000
32003769NaN22902-78.49047038.009550Structure Fire ...24.9000002002-12-11 09:30:1520020.01 or 2 family dwellingNaNNaNNaNNaNBC21.600000
42003827822 HARDY DR22901-78.49477038.069870Structure Fire ...98.7500002002-12-17 02:38:34200215000.0Multifamily dwellingCooking area, kitchenHeat from powered equipment, otherBox, carton, bag, basket, barrelIntentionalE75.933333
......................................................
19592019000071182322 FONTAINE AVENUE22903-78.51849938.025860Outside equipment fire36.6000002019-08-10 13:15:3420190.0Multifamily dwellingOutside area, otherHot or smoldering object, otherCooking materials, including edible materialsUnintentionalTO103.590000
1960201900007403601 CONCORD AVENUE22903-78.48290638.037660Building fire310.7500002019-08-18 18:25:012019200000.0Mercantile, business, otherUndeterminedUndeterminedUndeterminedUnintentionalTO108.300000
19612019000075961102 LEONARD STREET22902-78.47214438.023125Cooking fire, confined to container24.2700002019-08-23 15:37:592019200.0Multifamily dwellingNaNNaNNaNNaNBC14.570000
1962201900007736SHAMROCK ROAD22903-78.51134738.027722Brush or brush-and-grass mixture fire22.5500002019-08-27 11:04:4220190.0Railroad right of way ...NaNNaNNaNNaNE105.110000
1963201900008674241 ZAN ROAD22901-78.48765638.064559Outside rubbish fire, other11.3700002019-09-22 12:19:23201910.0Vehicle parking areaNaNNaNNaNNaNE16.000000
\n", + "

1964 rows × 17 columns

\n", + "
" + ], + "text/plain": [ + " INCIDENT_ID STREET_ADDRESS IN_ZIP LONGITUDE LATITUDE \\\n", + "0 2000930 2400 FONTAINE AVE 22901 -78.494770 38.069870 \n", + "1 2003381 905 FOREST ST 22901 -78.485450 38.038358 \n", + "2 2003463 219 5TH ST SW 22903 -78.488751 38.029425 \n", + "3 2003769 NaN 22902 -78.490470 38.009550 \n", + "4 2003827 822 HARDY DR 22901 -78.494770 38.069870 \n", + "... ... ... ... ... ... \n", + "1959 201900007118 2322 FONTAINE AVENUE 22903 -78.518499 38.025860 \n", + "1960 201900007403 601 CONCORD AVENUE 22903 -78.482906 38.037660 \n", + "1961 201900007596 1102 LEONARD STREET 22902 -78.472144 38.023125 \n", + "1962 201900007736 SHAMROCK ROAD 22903 -78.511347 38.027722 \n", + "1963 201900008674 241 ZAN ROAD 22901 -78.487656 38.064559 \n", + "\n", + " FIRE_TYPE \\\n", + "0 Natural vegetation fire ... \n", + "1 Structure Fire ... \n", + "2 Mobile property (vehicle) fire ... \n", + "3 Structure Fire ... \n", + "4 Structure Fire ... \n", + "... ... \n", + "1959 Outside equipment fire \n", + "1960 Building fire \n", + "1961 Cooking fire, confined to container \n", + "1962 Brush or brush-and-grass mixture fire \n", + "1963 Outside rubbish fire, other \n", + "\n", + " INCIDENT_DURATION_MIN ALARM_DATE_TIME_AMERICA_NY year parse \\\n", + "0 17.350000 2002-04-14 12:38:57 2002 \n", + "1 258.683333 2002-11-07 15:21:02 2002 \n", + "2 9.433333 2002-11-14 07:46:32 2002 \n", + "3 24.900000 2002-12-11 09:30:15 2002 \n", + "4 98.750000 2002-12-17 02:38:34 2002 \n", + "... ... ... ... \n", + "1959 36.600000 2019-08-10 13:15:34 2019 \n", + "1960 310.750000 2019-08-18 18:25:01 2019 \n", + "1961 24.270000 2019-08-23 15:37:59 2019 \n", + "1962 22.550000 2019-08-27 11:04:42 2019 \n", + "1963 11.370000 2019-09-22 12:19:23 2019 \n", + "\n", + " PROPERTY_LOSS_DOLLARS \\\n", + "0 0.0 \n", + "1 40000.0 \n", + "2 0.0 \n", + "3 0.0 \n", + "4 15000.0 \n", + "... ... \n", + "1959 0.0 \n", + "1960 200000.0 \n", + "1961 200.0 \n", + "1962 0.0 \n", + "1963 10.0 \n", + "\n", + " PROPERTY_USE \\\n", + "0 Undetermined \n", + "1 1 or 2 family dwelling \n", + "2 NaN \n", + "3 1 or 2 family dwelling \n", + "4 Multifamily dwelling \n", + "... ... \n", + "1959 Multifamily dwelling \n", + "1960 Mercantile, business, other \n", + "1961 Multifamily dwelling \n", + "1962 Railroad right of way ... \n", + "1963 Vehicle parking area \n", + "\n", + " FIRE_AREA_OF_ORIGIN \\\n", + "0 NaN \n", + "1 Bedroom - < 5 persons; included are jail or pr... \n", + "2 NaN \n", + "3 NaN \n", + "4 Cooking area, kitchen \n", + "... ... \n", + "1959 Outside area, other \n", + "1960 Undetermined \n", + "1961 NaN \n", + "1962 NaN \n", + "1963 NaN \n", + "\n", + " HEAT_SOURCE \\\n", + "0 NaN \n", + "1 Cigarette lighter \n", + "2 NaN \n", + "3 NaN \n", + "4 Heat from powered equipment, other \n", + "... ... \n", + "1959 Hot or smoldering object, other \n", + "1960 Undetermined \n", + "1961 NaN \n", + "1962 NaN \n", + "1963 NaN \n", + "\n", + " ITEM_FIRST_IGNITED CAUSE_OF_IGNITION \\\n", + "0 NaN Undetermined \n", + "1 Box, carton, bag, basket, barrel Intentional \n", + "2 NaN NaN \n", + "3 NaN NaN \n", + "4 Box, carton, bag, basket, barrel Intentional \n", + "... ... ... \n", + "1959 Cooking materials, including edible materials Unintentional \n", + "1960 Undetermined Unintentional \n", + "1961 NaN NaN \n", + "1962 NaN NaN \n", + "1963 NaN NaN \n", + "\n", + " UNIT_1ST_ARRIVE UNIT_1ST_RESP_TM_MIN \n", + "0 E6 3.500000 \n", + "1 C2 3.200000 \n", + "2 BC2 0.050000 \n", + "3 BC2 1.600000 \n", + "4 E7 5.933333 \n", + "... ... ... \n", + "1959 TO10 3.590000 \n", + "1960 TO10 8.300000 \n", + "1961 BC1 4.570000 \n", + "1962 E10 5.110000 \n", + "1963 E1 6.000000 \n", + "\n", + "[1964 rows x 17 columns]" + ] + }, + "execution_count": 4, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "df" + ] + }, + { + "cell_type": "code", + "execution_count": 5, + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "INCIDENT_ID 0\n", + "STREET_ADDRESS 231\n", + "IN_ZIP 0\n", + "LONGITUDE 25\n", + "LATITUDE 25\n", + "FIRE_TYPE 0\n", + "INCIDENT_DURATION_MIN 2\n", + "ALARM_DATE_TIME_AMERICA_NY 0\n", + "year parse 0\n", + "PROPERTY_LOSS_DOLLARS 176\n", + "PROPERTY_USE 279\n", + "FIRE_AREA_OF_ORIGIN 954\n", + "HEAT_SOURCE 741\n", + "ITEM_FIRST_IGNITED 953\n", + "CAUSE_OF_IGNITION 535\n", + "UNIT_1ST_ARRIVE 2\n", + "UNIT_1ST_RESP_TM_MIN 18\n", + "dtype: int64" + ] + }, + "execution_count": 5, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "df.isnull().sum()" + ] + }, + { + "cell_type": "code", + "execution_count": 6, + "metadata": {}, + "outputs": [], + "source": [ + "df['datetime'] = pandas.to_datetime(df.ALARM_DATE_TIME_AMERICA_NY)" + ] + }, + { + "cell_type": "code", + "execution_count": 7, + "metadata": {}, + "outputs": [], + "source": [ + "gdf = geopandas.GeoDataFrame(\n", + " df,\n", + " geometry = df.apply(lambda r: shapely.geometry.Point(r.LONGITUDE, r.LATITUDE), axis=1),\n", + " crs='urn:ogc:def:crs:OGC:1.3:CRS84'\n", + ")" + ] + }, + { + "cell_type": "code", + "execution_count": 8, + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "" + ] + }, + "execution_count": 8, + "metadata": {}, + "output_type": "execute_result" + }, + { + "data": { + "image/png": "iVBORw0KGgoAAAANSUhEUgAAAUEAAAD4CAYAAAByvFQ4AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAADh0RVh0U29mdHdhcmUAbWF0cGxvdGxpYiB2ZXJzaW9uMy4xLjIsIGh0dHA6Ly9tYXRwbG90bGliLm9yZy8li6FKAAAWMElEQVR4nO3df4zcdZ3H8ed7twudcpFFu8R221rgzt4PKl1ZS2ODeLVea73TtZ5AlYvGxCZ43klPa9pIRJTYSiGcl5gzFVASTW3B3p7SYsUgchgpbO2PLWcrh0LprkfXw8VU1rLdvu+P+Q5sd2d2fn2/M9+Zz+uRTDrz/c535r1t89rv5/v58TV3R0QkVC31LkBEpJ4UgiISNIWgiARNISgiQVMIikjQptW7gHxmzpzp8+fPr3cZItIk9u3b91t378i3L5UhOH/+fPr6+updhog0CTN7ttA+NYdFJGgKQREJmkJQRIKmEBSRoCkERSRoCkERCZpCUESCphAUkaApBEUkaApBEQmaQlBEgpbKucMiMlnv/gG27DnK4PAIs9szrF+xgJ6uznqX1fAUgiINoHf/ABt39jMyOgbAwPAIG3f2AygIq6TmsEgD2LLn6CsBmDMyOsaWPUfrVFHzUAiKNIDB4ZGytkvpFIIiDWB2e6as7VI6haBIA1i/YgGZttaztmXaWlm/YkGdKmoe6hgRaQC5zg/1DsdPISjSIHq6OhV6CVBzWESCphAUkaApBEUkaApBEQmaQlBEgqYQFJGgKQRFJGgaJyhSAi1j1bwUgiJFaBmr5qbmsEgRWsaquSkERYrQMlbNTSEoUoSWsWpuCkGRIrSMVXNTx4hIEVrGqrnpTFCkCA2PaW5FzwTNbDrwCHBu9P773P0mM1sEfA2YDpwGPu7uj+c5/m7gb4ET7n5pnMWLJK1ZhscoyAsr5UzwFLDM3S8DFgErzWwJcCtws7svAj4Xvc7nm8DKGGoVqblmGB6TC/KB4RGcV4O8d/9AvUtLhaIh6Fkno5dt0cOjx2ui7ecDgwWOfwR4ofpSRWqvGYbHNEOQJ6mkjhEzawX2AX8KfNXd95rZDcAeM7uNbJi+tZpCzGwtsBZg3rx51XyUSGxmt2cYyBN4jTQ8phmCPEkldYy4+1jU7J0DLDazS4HrgXXuPhdYB9xVTSHuvtXdu929u6Ojo5qPEolNksNjevcPsHTzQ1y0YRdLNz+UWPNU4xynVlbvsLsPAw+Tvcb3YWBntOteYHGslYmkQE9XJ5tWL6SzPYMBne0ZNq1eWHWnQi2v02mc49RK6R3uAEbdfdjMMsBy4MtkrwFeRTYUlwFPJVinSN0kcZe3qa7Txf1dGuc4tVKuCc4C7omuC7YAO9z9fjMbBr5iZtOAPxJdzzOz2cCd7r4qer0NeDsw08yOAze5e1VNZ5FGF9d1umJDXybuv+OaRQq/Cczd613DJN3d3d7X11fvMkQSs3TzQ3k7XDrbM/x0w7JJ2/OFHXDWGMacTFsLfxw9w/mZNv7w8mlGx3zcvtZYmvONxsz2uXt3vn2aMSJSB+Vcp8t3/XD9vQf5lx0HJgUgwMjoGRwYHhk9KwCz+zQ0ZiLNHZagpGXmRDnX6fJdPxw9U3kLLt8ZaMgUghKMtE2BK7XDJe7xfK1msX5eo1NzWILRqDMn4h7PN+bO/A27uGTjbm7s7Y/1sxuRQlCC0agzJ/JdP4zDmDvfeuxY8EGoEJRUubG3n0s27k7kTKVRZ070dHXy/suTa65v2/tcYp/dCHRNUFLjxt5+vvXYsVde585UAG7pWVj1569fsWDSkJI0zpz40Nd/xk+ffnXNkXOntdCS4GW8sWiYXFo6jWpNISipUeiMZNve52IJwVrPnKgkVCYGIMCp02cSqS+n1Sx1nUa1pBCU1BgrMHC/0PZKJDEFLp9KQ2ViANbCGXc27jzEyOjZYZvUNL600TVBSY1CQzcacUhHI/VEO0wKwJy0dxrFQSEoqbHmirllbU+zSnqi07jSc9o7jeKgEJTUuKVnIdctmffKmV+rGdctmRfL9cBaK7cnunf/AJ/acTDJksqWxk6jJOiaoKTKLT0LGzL0JvrrP+/g248dY/zVzEKhcmNv/6T31kOLwazzM+odFpHq9O4f4Lv7Bs4KNQPef/nkTpne/QOpCECAD17RmGfd1VJzWCRm+TpFHPjxkaG8701DADbqZYc46ExQgnbRhl2Tzth+vfndVX1mOZ0iael9DTUAQWeCErCJAQjZM7aLNuyq6nPL6RQJofc17RSCEqxCzdBqm6flLJia1OII5Zq/YRfzN+yi6ws/TOVQnSSpOSwSs3Km5+W23bD9QE1rLOR3L42y/r7sUJ0QeoZBISiSiHKm5/U9W/upclMZHXM+teMg67YfCGKojJrDEqxCk/FqOUmvd//AWSvnpMWYe+L3Q04LhaAE69eb35038Bxqturyzd9/MvHvqFZa5zzHRc1hCVpuOEwcaxlWsnTW714arbDy2krLUJ4kKARFKL6W4Y29/Wzb+xxj7rSaseaKuWeFYyVLZ33o6z+L+adITjMP5VEIijD1WobFzhIn7s/JNSP7nn1hUoBCfdYOrESzL6SgEBQhu2JNviBsNePbe/N3XOS2T9WxMTA8UjBAG0FnAL3DCkFJtWLN0LisuWJu3nAqtB3AvflvUvTTDcvqXULi1DssqZVrZubO0JK8RWSlaxlOtfR/GmaCVKOzia8DjqczQUmtpG+8NFGhtQxntLXwUp7l52e0tXDqtBcMwk2rF/KpHQdjvUdKUlpbjLEzr9bZ7NcBx9OZoKRWLW68VIovrX7TpFtetlh2+5KLL8h7zNJLXktPV2fqbw1gZJfRuv0Dl9HZnsHIngFuWr2wqa8DjqczQUmtqTorammqucCFBhE/83/ZcXW39CxMZUfIOa3GrX9/2VlBF0roTaQQlNSaqrOi1grNBS5l7cDO9gwDKRpsHPICqvmoOSyp1Qg3Xipl7cC0LJcF8K/XLKr731/v/gGWbn6IizbsYunmh+o+L9m8yPUVM5sOPAKcS/bM8T53v8nMFgFfA6YDp4GPu/vjeY5fCXwFaAXudPfNxYrq7u72vr6+cn8WkZqbOFMEsp0KE6+p5abU1euMcEZbC19a/aZXaqpkil8cSv37ipuZ7XP37rz7SghBA85z95Nm1gY8CnwS+AJwh7s/YGargM+4+9snHNsK/BJ4J3AceAJY4+7/PdV3KgSlkVQaKJds3J1YJ89UZ8z1CiKApZsfyvuLoLM9k+iYxKlCsOg1Qc+m5MnoZVv08Ojxmmj7+cBgnsMXA//j7r+KCvkO8F5gyhAUaSTlrB043sUdM3jqxB9iraWUywX5bgSVm+KXdAhWclP6pJV0TdDMWs3sAHACeNDd9wI3AFvM7DngNmBjnkM7gfGDvY5H2/J9x1oz6zOzvqGhyXflEmk2Tw/FG4BQ2gyWegZRuTelr4WSQtDdx9x9ETAHWGxmlwLXA+vcfS6wDrgrz6GFlmvL9x1b3b3b3bs7OjpKq16kgZ1JoCVcSvO6nkFUzv1XaqWs3mF3HwYeBlYCHwZ2RrvuJdv0neg4MH48wxzyN5tFJAaljKGsZxD1dHWyafXCVA3MLnpN0Mw6gFF3HzazDLAc+DLZMLuKbCguA57Kc/gTwJ+Z2UXAAHAt8MF4ShdpbJm2FkbyTMfLaWsxRss8XSxlDGU5N4JKQqXXUJNSymDpWcA9UU9vC7DD3e83s2HgK2Y2DfgjsBbAzGaTHQqzyt1Pm9kngD1kh8jc7e7pX09cpAY2rX5TwbvMXbdkHt1veO2Uc4/PO6eVl14ew6HsFXbSFkT1VErv8CGgK8/2R4HL82wfBFaNe70b2F1dmSLNJxdCn//ekwyPZJfZv2BGGzf93V+dFVD1Gs4SCk2bE4lJJeMFi52R1bvpGgKFoEgMKrnHSCmfOT787rhmkcIvAZo7LBKDqQYgVyIXqgPDI8Hc/7deFIIiMYh7AHLcoSqFKQRFYhD3AOQ0Ti9rVgpBkRjEPQA5jdPLmpVCUCQGcc+ESOP0smal3mGRmMQ5AFlDY2pHISgSgyQWKdWsjtpQCIpUKYkxglI7uiYoUiUNZ2lsCkGRKmk4S2NTCIpUScNZGptCUKRKGs7S2NQxIlIlDWdpbApBkRhoOEvjUnNYRIKmEBSRoCkERSRoCkERCZpCUESCphAUkaBpiIyIpFYSq/NMpBAUkVSq1eo8ag6LSCrVanUehaCIpFKtVudRCIpIKtVqdR6FoIikUq1W51HHiIikUq1W51EIikhq1WJ1HjWHRSRoCkERCZpCUESCVjQEzWy6mT1uZgfN7Ekzuznavt3MDkSPZ8zsQIHjP2lmh6Njb4j7BxARqUYpHSOngGXuftLM2oBHzewBd78m9wYzux14ceKBZnYp8DFgMfAy8AMz2+XuT8VTvohIdYqeCXrWyehlW/Tw3H4zM+BqYFuew/8CeMzdX3L308BPgPdVXbWISExKuiZoZq1Rc/cE8KC77x23+0rg+QJnd4eBt5nZ68xsBrAKmFvgO9aaWZ+Z9Q0NDZX3U4iIVKikEHT3MXdfBMwBFkfN3Jw15D8LxN1/AXwZeBD4AXAQOF3gvVvdvdvduzs6Osr4EUREKldW77C7DwMPAysBzGwasBrYPsUxd7n7m939bcALgK4HikhqlNI73GFm7dHzDLAcOBLtXg4ccffjUxx/YfTnPLKBmfesUUSkHkrpHZ4F3GNmrWRDc4e73x/tu5YJoWZms4E73X1VtOm7ZvY6YBT4R3f/XTyli4hUr2gIuvshoKvAvo/k2TZItgMk9/rKKuoTEUmUZoyISNAUgiISNIWgiARNISgiQVMIikjQFIIiEjSFoIgETSEoIkFTCIpI0BSCIhI0haCIBE0hKCJBUwiKSNAUgiISNIWgiARNISgiQVMIikjQFIIiEjSFoIgETSEoIkFTCIpI0BSCIhI0haCIBE0hKCJBUwiKSNAUgiISNIWgiARNISgiQVMIikjQFIIiEjSFoIgEbVq9CxCR0vXuH2DLnqMMDo8wuz3D+hUL6OnqrHdZDU0hKNIgevcPsHFnPyOjYwAMDI+wcWc/gIKwCkWbw2Y23cweN7ODZvakmd0cbd9uZgeixzNmdqDA8eui4w6b2TYzmx73DyESgi17jr4SgDkjo2Ns2XO0ThU1h1LOBE8By9z9pJm1AY+a2QPufk3uDWZ2O/DixAPNrBP4Z+Av3X3EzHYA1wLfjKV6kYAMDo+UtV1KU/RM0LNORi/boofn9puZAVcD2wp8xDQgY2bTgBnAYFUViwRqdnumrO1SmpJ6h82sNWrungAedPe943ZfCTzv7k9NPM7dB4DbgGPAb4AX3f2HBb5jrZn1mVnf0NBQuT+HSNNbv2IBmbbWs7Zl2lpZv2JBnSpqDiWFoLuPufsiYA6w2MwuHbd7DQXOAs3sAuC9wEXAbOA8M7uuwHdsdfdud+/u6Ogo52cQCUJPVyebVi+ksz2DAZ3tGTatXqhOkSqV1Tvs7sNm9jCwEjgcNXFXA5cXOGQ58Gt3HwIws53AW4FvVVyxSMB6ujoVejErpXe4w8zao+cZssF2JNq9HDji7scLHH4MWGJmM6Jrh+8AflF92SIi8SilOTwL+LGZHQKeIHtN8P5o37VMaAqb2Wwz2w0QXTu8D/g50B9939aYahcRqZq5e/F31Vh3d7f39fXVuwwRaRJmts/du/Pt09xhEQmaQlBEgqYQFJGgKQRFJGgKQREJmkJQRIKmEBSRoCkERSRoCkERCZpCUESCphAUkaApBEUkaApBEQmaQlBEgqYQFJGgKQRFJGgKQREJmkJQRIKmEBSRoCkERSRoCkERCZpCUESCphAUkaApBEUkaApBEQmaQlBEgqYQFJGgKQRFJGjT6l1AnHr3D7Blz1EGh0eY3Z5h/YoF9HR11rssEUmxpgnB3v0DbNzZz8joGAADwyNs3NkPoCAUkYKapjm8Zc/RVwIwZ2R0jC17jtapIhFpBE0TgoPDI2VtFxGBJgrB2e2ZsraLiEAJIWhm083scTM7aGZPmtnN0fbtZnYgejxjZgfyHLtg3HsOmNnvzeyGJH6Q9SsWkGlrPWtbpq2V9SsWJPF1ItIkSukYOQUsc/eTZtYGPGpmD7j7Nbk3mNntwIsTD3T3o8Ci6D2twADwH7FUPkGu80O9wyJSjqIh6O4OnIxetkUPz+03MwOuBpYV+ah3AE+7+7OVlVpcT1enQk9EylLSNUEza42auyeAB91977jdVwLPu/tTRT7mWmDbFN+x1sz6zKxvaGiolLJERKpWUgi6+5i7LwLmAIvN7NJxu9cwRbgBmNk5wHuAe6f4jq3u3u3u3R0dHaWUJSJStbJ6h919GHgYWAlgZtOA1cD2Ioe+C/i5uz9fQY0iIokppXe4w8zao+cZYDlwJNq9HDji7seLfEzRs0URkXoo5UxwFvBjMzsEPEH2muD90b5J1/nMbLaZ7R73egbwTmBnPCWLiMSnlN7hQ0BXgX0fybNtEFg17vVLwOsqL1FEJDlNM2NERKQSCkERCZpCUESCphAUkaApBEUkaJadGpwuZjYEJDbHuAQzgd/W8ftL0Qg1guqMm+qszBvcPe9UtFSGYL2ZWZ+7d9e7jqk0Qo2gOuOmOuOn5rCIBE0hKCJBUwjmt7XeBZSgEWoE1Rk31RkzXRMUkaDpTFBEgqYQFJGgBRmChe6UZ2ZtZnaPmfWb2S/MbGOB4y8zs59F7/u+mb0mpXUuMrPHouP7zGxxSusseufCNNQZvfefzOxodOfFW9NYp5l93swGxn3Gqnzvq3ed4z7n02bmZjYziTqLcvegH8DtwOei5x8EvhM9nwE8A8zPc8wTwFXR848CX0xpnT8E3hU9XwU8nMY6Cx2ftjqBvwZ+BJwbvb4wpXV+Hvh00rXF8e8OzAX2kJ0cMbOWNeceQZ4J5oy7U15uYVgHzotuG5ABXgZ+n+fQBcAj0fMHgfentE4Hcmep5wODKa2z0PFpq/N6YLO7nwJw9xMprbOmqqzzDuAzjLuDZa0FHYJMvlPefcAfgN8Ax4Db3P2FPMcdJnvjKIAPkP1tlsY6bwC2mNlzwG3AlM2SOtZZ6PikVFrnG4ErzWyvmf3EzN6S0joBPmFmh8zsbjO7II11mtl7gAF3P5hwfVMq5ebrDcnMfgS8Ps+uz7r7f0bPJ977ZDEwBswGLgD+y8x+5O6/mvAZHwX+zcw+B3yP7G+6NNZ5PbDO3b9rZlcDd5G9L0za6syp+l40Cdc5Ldq/BHgLsMPMLvaoXZeiOv8d+CLZs6svkm2qfrTcGpOs07K33fgs8DeV1BWrerTB0/Ag+x/6eWDOuG1fBf5h3Ou7gauLfM4bgcfTWCfwIq+OBTXg92mss9DxaasT+AHw9nGvnwY60lbnhM+ZDxxO298nsJDsfcyfiR6nyZ41vj7Jf/98j5Cbw/nulHcMWGZZ55H9jX9k4oFmdmH0ZwtwI/C1NNZJ9hrgVdHzZUCSzcxq6ix0fNrq7CX794iZvRE4h+RWSqnm/+escS/fR/byTVIqqtPd+939Qnef7+7zgePAm939fxOsNa+QQ3DSnfLI/gb7E7L/aZ4AvuHZG01hZneaWW5VjDVm9kuy/7CDwDdSWufHgNvN7CDwJWBtSussdHza6rwbuNjMDgPfAT7s0WlNyuq8NRqecohsj/a6hGqsts5U0LQ5EQlayGeCIiIKQREJm0JQRIKmEBSRoCkERSRoCkERCZpCUESC9v/Xzky452uAQQAAAABJRU5ErkJggg==\n", + "text/plain": [ + "
" + ] + }, + "metadata": { + "needs_background": "light" + }, + "output_type": "display_data" + } + ], + "source": [ + "gdf.plot()" + ] + }, + { + "cell_type": "code", + "execution_count": 9, + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "INCIDENT_ID 2000930\n", + "STREET_ADDRESS 2400 FONTAINE AVE\n", + "IN_ZIP 22901\n", + "LONGITUDE -78.4948\n", + "LATITUDE 38.0699\n", + "FIRE_TYPE Natural vegetation fire ...\n", + "INCIDENT_DURATION_MIN 17.35\n", + "ALARM_DATE_TIME_AMERICA_NY 2002-04-14 12:38:57\n", + "year parse 2002\n", + "PROPERTY_LOSS_DOLLARS 0\n", + "PROPERTY_USE Undetermined\n", + "FIRE_AREA_OF_ORIGIN NaN\n", + "HEAT_SOURCE NaN\n", + "ITEM_FIRST_IGNITED NaN\n", + "CAUSE_OF_IGNITION Undetermined\n", + "UNIT_1ST_ARRIVE E6 \n", + "UNIT_1ST_RESP_TM_MIN 3.5\n", + "datetime 2002-04-14 12:38:57\n", + "geometry POINT (-78.49477 38.06987)\n", + "Name: 0, dtype: object" + ] + }, + "execution_count": 9, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "gdf.iloc[0]" + ] + }, + { + "cell_type": "code", + "execution_count": 11, + "metadata": {}, + "outputs": [], + "source": [ + "def quick_geocode(address: str, city: str = 'Charlottesville, VA, USA'):\n", + " \"\"\" Fetch a dict of basic geocoding results based on an address \n", + " Returned dict will have following keys:\n", + " - 'status_code' HTTP status code given by geocoding endpoint\n", + " - 'count' count of geocoding results returned\n", + " - 'quality' Numeric quality score of the best geocoding result\n", + " - 'address' Cleaned up address returned for the best geocoding result\n", + " - 'geom' A geometry object representing the best geocoding result\n", + " \n", + " \"\"\"\n", + " \n", + " geocodes = geocoder.mapbox(f'{quote_plus(address)} {city}')\n", + " rv = dict( \n", + " status_code = geocodes.status_code,\n", + " count = len(geocodes),\n", + " )\n", + " if len(geocodes):\n", + " best = geocodes.current_result\n", + " rv.update(dict(\n", + " status_code = geocodes.status_code,\n", + " count = len(geocodes),\n", + " quality = best.quality,\n", + " address = best.address,\n", + " geom = shapely.geometry.shape(best.geometry)\n", + " ))\n", + " \n", + " return rv\n", + " " + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "Some addresses contain a `/` which is not correctly URL encoded by the geocoding package. " + ] + }, + { + "cell_type": "code", + "execution_count": 13, + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "INCIDENT_ID 2032205\n", + "STREET_ADDRESS 315 07 1/2 ST SW\n", + "IN_ZIP 22902\n", + "LONGITUDE -78.4823\n", + "LATITUDE 38.031\n", + "FIRE_TYPE Mobile property (vehicle) fire ...\n", + "INCIDENT_DURATION_MIN 39.3833\n", + "ALARM_DATE_TIME_AMERICA_NY 2003-07-29 18:53:09\n", + "year parse 2003\n", + "PROPERTY_LOSS_DOLLARS 900\n", + "PROPERTY_USE 1 or 2 family dwelling\n", + "FIRE_AREA_OF_ORIGIN Fuel tank, fuel line\n", + "HEAT_SOURCE Heat from powered equipment, other\n", + "ITEM_FIRST_IGNITED Flammable liquid/gas - in/from engine or burner\n", + "CAUSE_OF_IGNITION Failure of equipment or heat source\n", + "UNIT_1ST_ARRIVE E7 \n", + "UNIT_1ST_RESP_TM_MIN 2.31667\n", + "datetime 2003-07-29 18:53:09\n", + "geometry POINT (-78.48227199999999 38.030977)\n", + "Name: 80, dtype: object" + ] + }, + "execution_count": 13, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "gdf[gdf.STREET_ADDRESS.str.contains('\\/').fillna(False)].iloc[0]" + ] + }, + { + "cell_type": "code", + "execution_count": 14, + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "{'status_code': 200,\n", + " 'count': 5,\n", + " 'quality': 1,\n", + " 'address': '315 7 1/2 St SW, Charlottesville, Virginia 22903, United States',\n", + " 'geom': }" + ] + }, + "execution_count": 14, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "quick_geocode(\n", + " gdf[gdf.STREET_ADDRESS.str.contains('\\/').fillna(False)].iloc[0].STREET_ADDRESS\n", + ")" + ] + }, + { + "cell_type": "code", + "execution_count": 18, + "metadata": {}, + "outputs": [ + { + "data": { + "application/vnd.jupyter.widget-view+json": { + "model_id": "670565134f8e4b579909f5d242221be6", + "version_major": 2, + "version_minor": 0 + }, + "text/plain": [ + "HBox(children=(FloatProgress(value=0.0, max=1964.0), HTML(value='')))" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + } + ], + "source": [ + "gcs = []\n", + "for i, row in tqdm(gdf.iterrows(), total=len(gdf)):\n", + " if not pandas.isnull(row.STREET_ADDRESS):\n", + " gc = quick_geocode(row.STREET_ADDRESS)\n", + " gc['index'] = i\n", + " gcs.append(gc)" + ] + }, + { + "cell_type": "code", + "execution_count": 20, + "metadata": {}, + "outputs": [], + "source": [ + "gdf_merged = gdf.merge(\n", + " pandas.DataFrame(gcs),\n", + " how='left', \n", + " left_index=True, right_index=True,\n", + ")" + ] + }, + { + "cell_type": "code", + "execution_count": 21, + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "(1964, 1964)" + ] + }, + "execution_count": 21, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "len(gdf), len(gdf_merged)" + ] + }, + { + "cell_type": "code", + "execution_count": 22, + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "Index(['INCIDENT_ID', 'STREET_ADDRESS', 'IN_ZIP', 'LONGITUDE', 'LATITUDE',\n", + " 'FIRE_TYPE', 'INCIDENT_DURATION_MIN', 'ALARM_DATE_TIME_AMERICA_NY',\n", + " 'year parse', 'PROPERTY_LOSS_DOLLARS', 'PROPERTY_USE',\n", + " 'FIRE_AREA_OF_ORIGIN', 'HEAT_SOURCE', 'ITEM_FIRST_IGNITED',\n", + " 'CAUSE_OF_IGNITION', 'UNIT_1ST_ARRIVE', 'UNIT_1ST_RESP_TM_MIN',\n", + " 'datetime', 'geometry', 'status_code', 'count', 'quality', 'address',\n", + " 'geom', 'index'],\n", + " dtype='object')" + ] + }, + "execution_count": 22, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "gdf_merged.columns" + ] + }, + { + "cell_type": "code", + "execution_count": 23, + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "count 1733.000000\n", + "mean 0.988379\n", + "std 0.056870\n", + "min 0.173810\n", + "25% 1.000000\n", + "50% 1.000000\n", + "75% 1.000000\n", + "max 1.000000\n", + "Name: quality, dtype: float64" + ] + }, + "execution_count": 23, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "gdf_merged.quality.describe()" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "Quick exploration of how far apart the geocoded point and the " + ] + }, + { + "cell_type": "code", + "execution_count": 27, + "metadata": {}, + "outputs": [], + "source": [ + "gdf_merged.rename(columns=dict(\n", + " status_code = 'geocode_status_code',\n", + " count = 'geocode_count',\n", + " quality = 'geocode_quality',\n", + " address = 'geocode_address',\n", + " geom = 'geocode_geom',\n", + " ), inplace=True)" + ] + }, + { + "cell_type": "code", + "execution_count": 28, + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "Index(['INCIDENT_ID', 'STREET_ADDRESS', 'IN_ZIP', 'LONGITUDE', 'LATITUDE',\n", + " 'FIRE_TYPE', 'INCIDENT_DURATION_MIN', 'ALARM_DATE_TIME_AMERICA_NY',\n", + " 'year parse', 'PROPERTY_LOSS_DOLLARS', 'PROPERTY_USE',\n", + " 'FIRE_AREA_OF_ORIGIN', 'HEAT_SOURCE', 'ITEM_FIRST_IGNITED',\n", + " 'CAUSE_OF_IGNITION', 'UNIT_1ST_ARRIVE', 'UNIT_1ST_RESP_TM_MIN',\n", + " 'datetime', 'geometry', 'geocode_status_code', 'geocode_count',\n", + " 'geocode_quality', 'geocode_address', 'geocode_geom', 'index'],\n", + " dtype='object')" + ] + }, + "execution_count": 28, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "gdf_merged.columns" + ] + }, + { + "cell_type": "code", + "execution_count": 29, + "metadata": {}, + "outputs": [], + "source": [ + "def reproject_to_utm17n(geom):\n", + " from shapely.ops import transform\n", + " from functools import partial\n", + " import pyproj\n", + " project = partial(\n", + " pyproj.transform,\n", + " pyproj.Proj('urn:ogc:def:crs:OGC:1.3:CRS84'),\n", + " pyproj.Proj('epsg:32617')\n", + " )\n", + " return transform(project, geom)\n", + "\n", + "\n", + "def point_distances(row):\n", + " \"\"\" Given a pandas Series, measure the distance in meters from\n", + " the geometry object in `geometry` to the one in `geocode_geom`.\n", + " This function assumes that the data is all in Central Virginia.\n", + " \"\"\"\n", + " from numpy import nan\n", + " \n", + " if pandas.isnull(row.geometry):\n", + " return nan\n", + " if pandas.isnull(row.geocode_geom):\n", + " return nan\n", + " # first create a linestring\n", + " ls = shapely.geometry.LineString([row.geometry, row.geocode_geom])\n", + " # convert to EPSG:32617 \n", + " ls_17n = reproject_to_utm17n(ls)\n", + " return ls_17n.length" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "This is kinda slow..\n" + ] + }, + { + "cell_type": "code", + "execution_count": 30, + "metadata": {}, + "outputs": [], + "source": [ + "gdf_merged['point_to_geocode_dist_m'] = gdf_merged.apply(point_distances, axis=1)" + ] + }, + { + "cell_type": "code", + "execution_count": 34, + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "count 1733.000000\n", + "mean inf\n", + "std NaN\n", + "min 8.724432\n", + "25% 1633.569621\n", + "50% 2592.232749\n", + "75% 3883.777957\n", + "max inf\n", + "Name: point_to_geocode_dist_m, dtype: float64" + ] + }, + "execution_count": 34, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "gdf_merged.point_to_geocode_dist_m.describe()" + ] + }, + { + "cell_type": "code", + "execution_count": 45, + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "count 1.712000e+03\n", + "mean 5.989081e+03\n", + "std 5.586220e+04\n", + "min 8.724432e+00\n", + "25% 1.625480e+03\n", + "50% 2.565050e+03\n", + "75% 3.840599e+03\n", + "max 1.810351e+06\n", + "Name: point_to_geocode_dist_m, dtype: float64" + ] + }, + "execution_count": 45, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "gdf_merged[gdf_merged.point_to_geocode_dist_m != numpy.inf].point_to_geocode_dist_m.describe()" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "That is not a very hopeful result there. The median is ~ 2.5km away. \n", + "\n", + "May be some more we can do to get better result out of our geocode query." + ] + }, + { + "cell_type": "code", + "execution_count": 33, + "metadata": {}, + "outputs": [ + { + "data": { + "text/html": [ + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
INCIDENT_IDSTREET_ADDRESSIN_ZIPLONGITUDELATITUDEFIRE_TYPEINCIDENT_DURATION_MINALARM_DATE_TIME_AMERICA_NYyear parsePROPERTY_LOSS_DOLLARS...UNIT_1ST_RESP_TM_MINdatetimegeometrygeocode_status_codegeocode_countgeocode_qualitygeocode_addressgeocode_geomindexpoint_to_geocode_dist_m
2420305191800 JEFFERSON PARK AVE22901NaNNaNStructure Fire ...206.3166672003-02-21 19:34:44200330000.0...4.2666672003-02-21 19:34:44POINT (nan nan)200.05.01.000000319 East Main Street, Charlottesville, Virgini...POINT (-78.479405 38.030421)29.0inf
762032052617 9TH STREET SW22902NaNNaNStructure Fire ...87.5500002003-07-13 16:50:5720030.0...3.9333332003-07-13 16:50:57POINT (nan nan)200.05.01.000000402 Monticello Road, Charlottesville, Virginia...POINT (-78.47609 38.025223)97.0inf
10120335221900 JEFFERSON PARK22901NaNNaNStructure Fire ...59.8500002003-11-04 19:26:0920030.0...0.1333332003-11-04 19:26:09POINT (nan nan)200.05.01.0000001215 Lee Street, Charlottesville, Virginia 229...POINT (-78.49934500000001 38.031439)125.0inf
1392040235353 10TH ST NW22902-78.49247138.036994Structure Fire ...97.3000002004-01-25 14:36:1920047000.0...2.6333332004-01-25 14:36:19POINT (-78.492 38.037)200.03.00.50750014 9th Street, West Palm Beach, Florida 33401,...POINT (-80.056836 26.721592)169.01.263266e+06
26630400707 W PAVILION - BLDG22904NaNNaNStructure Fire ...92.8166672004-02-01 14:53:1320042000.0...2.3500002004-02-01 14:53:13POINT (nan nan)200.05.01.000000132 Chancellor Street, Charlottesville, Virgin...POINT (-78.50055500000001 38.037077)327.0inf
2772050146243 RIDGE MCINTIRE RD22903NaNNaNMobile property (vehicle) fire ...32.6666672005-01-13 11:53:4020050.0...0.7500002005-01-13 11:53:40POINT (nan nan)200.05.01.000000207 14th Street Northwest, Charlottesville, Vi...POINT (-78.49931100000001 38.035307)341.0inf
3142051621102 KEYSTONE PL22901NaNNaNNatural vegetation fire ...23.0833332005-04-20 18:38:2620050.0...3.3000002005-04-20 18:38:26POINT (nan nan)200.05.01.0000001404 Meadowbrook Road, Charlottesville, Virgin...POINT (-78.495903 38.054123)390.0inf
3782504495NaN22901-78.49047038.009550Natural vegetation fire ...10.1000002005-10-04 15:02:312005NaN...3.0333332005-10-04 15:02:31POINT (-78.490 38.010)200.05.00.754286500 East Jefferson Street, Falls Church, Virgi...POINT (-77.160886 38.882798)460.01.513041e+05
44326008141370 MONACAN TRAIL RD22922-78.93722037.710800Natural vegetation fire ...12.4500002006-02-20 15:26:112006NaN...8.0500002006-02-20 15:26:11POINT (-78.937 37.711)200.05.00.9480001705 Emmet Street North, Charlottesville, Virg...POINT (-78.49449199999999 38.059243)543.05.489242e+04
49626019402005 ABBEY RD22903-78.44587638.030575Natural vegetation fire ...34.3333332006-04-27 15:02:042006NaN...5.2500002006-04-27 15:02:04POINT (-78.446 38.031)200.05.00.754286202 15th Street Southwest, Roanoke, Virginia 2...POINT (-79.965748 37.274485)600.01.581961e+05
53026030701000 WARE ST22902NaNNaNNatural vegetation fire ...21.8666672006-07-05 01:42:5220060.0...4.9666672006-07-05 01:42:52POINT (nan nan)200.05.01.0000001000 Monacan Trail Lane, Charlottesville, Virg...POINT (-78.560571 38.01142)640.0inf
5522603927611 RUGBY RD22903-78.49981638.042559Fire, other ...20.3666672006-08-29 22:15:5020060.0...0.0666672006-08-29 22:15:50POINT (-78.500 38.043)200.05.00.1738100 Roosevelt, Orchard Park, New York 14127, Uni...POINT (-78.77226400000001 42.7839)665.05.270496e+05
55326039892111 MICHIE DR22901-78.48591338.060603Structure Fire ...134.7333332006-09-01 14:18:4220061500.0...4.5000002006-09-01 14:18:42POINT (-78.486 38.061)200.05.00.753333300 Lane Road, Reedville, Virginia 22539, Unit...POINT (-76.250817 37.843189)666.01.980911e+05
59726058672200 JEFFERSON PARK AVE22901NaNNaNStructure Fire ...41.4666672006-12-29 21:24:552006500.0...8.5666672006-12-29 21:24:55POINT (nan nan)200.05.01.000000216 Water Street West, Charlottesville, Virgin...POINT (-78.48358899999999 38.030261)718.0inf
6442701095995 SEMINOLE TRAIL22902NaNNaNStructure Fire ...52.3500002007-03-04 11:11:5620072000.0...3.9833332007-03-04 11:11:56POINT (nan nan)200.05.00.9480001500 Pen Park Road, Charlottesville, Virginia ...POINT (-78.45343200000001 38.053415)775.0inf
67327016851601 UNIVERSITY AVE22901NaNNaNOutside rubbish fire ...8.5500002007-04-10 15:32:3420070.0...3.9333332007-04-10 15:32:34POINT (nan nan)200.05.00.595000Charlottesville, Virginia, United StatesPOINT (-78.47669999999999 38.0293)807.0inf
7102702691527 7 1/2 ST SW22902-78.49371538.026856Structure Fire ...28.9000002007-07-09 17:56:27200710000.0...3.1333332007-07-09 17:56:27POINT (-78.494 38.027)200.05.00.753333300 Monticello Avenue, Lynchburg, Virginia 245...POINT (-79.17982499999999 37.403697)850.09.189229e+04
8062800165617 9TH STREET SW22902NaNNaNMobile property (vehicle) fire ...19.6333332008-01-17 10:45:1420080.0...1.4666672008-01-17 10:45:14POINT (nan nan)200.05.01.000000200 West Main Street, Charlottesville, Virgini...POINT (-78.482634 38.030748)961.0inf
99229002461000 HOLMES AVE22092NaNNaNMobile property (vehicle) fire ...157.8500002009-01-21 22:32:3220090.0...6.4833332009-01-21 22:32:32POINT (nan nan)200.05.01.000000304 Carlton Road, Charlottesville, Virginia 22...POINT (-78.470102 38.022097)1175.0inf
100929005421025 SEMINOLE TRAIL22902NaNNaNNatural vegetation fire ...14.6666672009-02-22 17:00:2420090.0...3.4333332009-02-22 17:00:24POINT (nan nan)200.05.01.0000002100 Barracks Road, Charlottesville, Virginia ...POINT (-78.499877 38.053616)1192.0inf
10202900712104 LEWIS MOUNTAIN CIR22902NaNNaNNatural vegetation fire ...38.9166672009-03-11 08:10:1320090.0...5.4166672009-03-11 08:10:13POINT (nan nan)200.05.01.000000619 Cabell Avenue, Charlottesville, Virginia 2...POINT (-78.497598 38.041489)1204.0inf
10812902164512 CLEVELAND AVE22901NaNNaNStructure Fire ...25.6166672009-08-03 20:32:362009500.0...3.5500002009-08-03 20:32:36POINT (nan nan)200.05.01.000000726 Prospect Avenue, Charlottesville, Virginia...POINT (-78.49518500000001 38.023142)1272.0inf
10972902625110 WASHINGTON AVE22902NaNNaNStructure Fire ...37.7166672009-09-16 22:49:082009500.0...6.7333332009-09-16 22:49:08POINT (nan nan)200.05.01.0000001139 East High Street, Charlottesville, Virgin...POINT (-78.466925 38.032218)1290.0inf
110629029342401 ARLINGTON BLVD22901-78.50752138.050409Structure Fire ...115.6000002009-10-16 12:06:40200980000.0...6.0833332009-10-16 12:06:40POINT (-78.508 38.050)200.05.00.7533331882 Green Street, Stephens City, Virginia 226...POINT (-78.220731 39.082874)1302.01.173339e+05
11132903074223 4TH STREET NW22902NaNNaNOutside rubbish fire ...11.8833332009-10-29 17:28:4920090.0...3.4666672009-10-29 17:28:49POINT (nan nan)200.05.01.0000001400 Monticello Road, Charlottesville, Virgini...POINT (-78.472544 38.019349)1312.0inf
12322001809800 ROCKLAND AVE22902-78.48193038.017365Structure Fire ...17.9333332010-06-14 00:17:3720100.0...7.1333332010-06-14 00:17:37POINT (-78.482 38.017)200.05.00.75428650 9th Street Southeast, Roanoke, Virginia 240...POINT (-79.929574 37.273086)1439.01.521255e+05
131420035941608 GROVE RD22901-78.48164038.055168Structure Fire ...25.5166672010-11-21 10:09:5420100.0...3.1333332010-11-21 10:09:54POINT (-78.482 38.055)200.05.00.753333300 Lane Road, Reedville, Virginia 22539, Unit...POINT (-76.250817 37.843189)1530.01.976526e+05
131920036791136 E HIGH ST22901NaNNaNStructure Fire ...43.9000002010-11-30 18:37:3420101100.0...5.1166672010-11-30 18:37:34POINT (nan nan)200.05.01.000000450 Ray C Hunt Drive, Charlottesville, Virgini...POINT (-78.52849000000001 38.023889)1535.0inf
135021000752007 JEFFERSON PARK22901NaNNaNStructure Fire ...12.1833332011-01-07 19:06:4820110.0...6.4333332011-01-07 19:06:48POINT (nan nan)200.05.01.0000001613 Meridian Street, Charlottesville, Virgini...POINT (-78.48260999999999 38.014251)1570.0inf
14922104089100 RIDGE ST22901-78.48529038.030078Structure Fire ...27.8333332011-10-10 19:08:0120110.0...2.4333332011-10-10 19:08:01POINT (-78.485 38.030)200.05.00.876000I 64, Manakin Sabot, Virginia 23103, United St...POINT (-77.7634908326027 37.705777137058)1723.07.303046e+04
15062105065600 BRANDON AVE22904-78.50416038.030182Structure Fire ...146.1833332011-11-27 17:49:2620111500.0...4.4500002011-11-27 17:49:26POINT (-78.504 38.030)200.05.00.876000I 64, Manakin Sabot, Virginia 23103, United St...POINT (-77.7634908326027 37.705777137058)1737.07.448518e+04
159422036371155 5TH ST SW22903-78.50325938.011747Natural vegetation fire ...20.8666672012-07-01 22:08:13201210.0...7.8666672012-07-01 22:08:13POINT (-78.503 38.012)200.05.00.5075001st Street South, Arlington, Virginia 22204, U...POINT (-77.0868092 38.8728196)1825.01.563803e+05
160722040311311 WERTLAND ST22903NaNNaNStructure Fire ...14.0166672012-07-17 13:27:4020120.0...5.8000002012-07-17 13:27:40POINT (nan nan)200.05.01.000000817 Hardy Drive, Charlottesville, Virginia 229...POINT (-78.491578 38.033752)1838.0inf
162722057261804 HYDRAULIC RD22901-78.49120838.060909Natural vegetation fire ...14.4333332012-09-28 04:55:25201230.0...4.1333332012-09-28 04:55:25POINT (-78.491 38.061)200.05.00.876000I 64, Manakin Sabot, Virginia 23103, United St...POINT (-77.7634908326027 37.705777137058)1858.07.520940e+04
165732005337 W PAVILION - UVA22908-78.49477038.069870Fire, other ...34.6666672012-05-22 01:38:3620120.0...6.9833332012-05-22 01:38:36POINT (-78.495 38.070)200.05.00.876000I 64, Manakin Sabot, Virginia 23103, United St...POINT (-77.7634908326027 37.705777137058)1888.07.599772e+04
16623200801510 MASSIE RD22912NaNNaNNatural vegetation fire ...10.9666672012-08-30 07:41:5520120.0...4.7666672012-08-30 07:41:55POINT (nan nan)200.05.01.000000201 Elliott Avenue, Charlottesville, Virginia ...POINT (-78.483924 38.024241)1893.0inf
169223015222400 ARLINGTON BLVD22903-78.50712938.050030Structure Fire ...134.5666672013-03-13 10:05:5920131000.0...2.2833332013-03-13 10:05:59POINT (-78.507 38.050)200.05.00.876667I 64, Manakin Sabot, Virginia 23103, United St...POINT (-77.7634908326027 37.705777137058)1923.07.579350e+04
16982301832339 MEADE AVE22902-78.46590938.028750Structure Fire ...81.1333332013-03-28 17:06:152013600.0...5.0000002013-03-28 17:06:15POINT (-78.466 38.029)200.05.00.493333West, Arlington, Texas 76016, United StatesPOINT (-97.1703 32.6946)1929.01.810351e+06
\n", + "

38 rows × 26 columns

\n", + "
" + ], + "text/plain": [ + " INCIDENT_ID STREET_ADDRESS IN_ZIP LONGITUDE LATITUDE \\\n", + "24 2030519 1800 JEFFERSON PARK AVE 22901 NaN NaN \n", + "76 2032052 617 9TH STREET SW 22902 NaN NaN \n", + "101 2033522 1900 JEFFERSON PARK 22901 NaN NaN \n", + "139 2040235 353 10TH ST NW 22902 -78.492471 38.036994 \n", + "266 3040070 7 W PAVILION - BLDG 22904 NaN NaN \n", + "277 2050146 243 RIDGE MCINTIRE RD 22903 NaN NaN \n", + "314 2051621 102 KEYSTONE PL 22901 NaN NaN \n", + "378 2504495 NaN 22901 -78.490470 38.009550 \n", + "443 2600814 1370 MONACAN TRAIL RD 22922 -78.937220 37.710800 \n", + "496 2601940 2005 ABBEY RD 22903 -78.445876 38.030575 \n", + "530 2603070 1000 WARE ST 22902 NaN NaN \n", + "552 2603927 611 RUGBY RD 22903 -78.499816 38.042559 \n", + "553 2603989 2111 MICHIE DR 22901 -78.485913 38.060603 \n", + "597 2605867 2200 JEFFERSON PARK AVE 22901 NaN NaN \n", + "644 2701095 995 SEMINOLE TRAIL 22902 NaN NaN \n", + "673 2701685 1601 UNIVERSITY AVE 22901 NaN NaN \n", + "710 2702691 527 7 1/2 ST SW 22902 -78.493715 38.026856 \n", + "806 2800165 617 9TH STREET SW 22902 NaN NaN \n", + "992 2900246 1000 HOLMES AVE 22092 NaN NaN \n", + "1009 2900542 1025 SEMINOLE TRAIL 22902 NaN NaN \n", + "1020 2900712 104 LEWIS MOUNTAIN CIR 22902 NaN NaN \n", + "1081 2902164 512 CLEVELAND AVE 22901 NaN NaN \n", + "1097 2902625 110 WASHINGTON AVE 22902 NaN NaN \n", + "1106 2902934 2401 ARLINGTON BLVD 22901 -78.507521 38.050409 \n", + "1113 2903074 223 4TH STREET NW 22902 NaN NaN \n", + "1232 2001809 800 ROCKLAND AVE 22902 -78.481930 38.017365 \n", + "1314 2003594 1608 GROVE RD 22901 -78.481640 38.055168 \n", + "1319 2003679 1136 E HIGH ST 22901 NaN NaN \n", + "1350 2100075 2007 JEFFERSON PARK 22901 NaN NaN \n", + "1492 2104089 100 RIDGE ST 22901 -78.485290 38.030078 \n", + "1506 2105065 600 BRANDON AVE 22904 -78.504160 38.030182 \n", + "1594 2203637 1155 5TH ST SW 22903 -78.503259 38.011747 \n", + "1607 2204031 1311 WERTLAND ST 22903 NaN NaN \n", + "1627 2205726 1804 HYDRAULIC RD 22901 -78.491208 38.060909 \n", + "1657 3200533 7 W PAVILION - UVA 22908 -78.494770 38.069870 \n", + "1662 3200801 510 MASSIE RD 22912 NaN NaN \n", + "1692 2301522 2400 ARLINGTON BLVD 22903 -78.507129 38.050030 \n", + "1698 2301832 339 MEADE AVE 22902 -78.465909 38.028750 \n", + "\n", + " FIRE_TYPE \\\n", + "24 Structure Fire ... \n", + "76 Structure Fire ... \n", + "101 Structure Fire ... \n", + "139 Structure Fire ... \n", + "266 Structure Fire ... \n", + "277 Mobile property (vehicle) fire ... \n", + "314 Natural vegetation fire ... \n", + "378 Natural vegetation fire ... \n", + "443 Natural vegetation fire ... \n", + "496 Natural vegetation fire ... \n", + "530 Natural vegetation fire ... \n", + "552 Fire, other ... \n", + "553 Structure Fire ... \n", + "597 Structure Fire ... \n", + "644 Structure Fire ... \n", + "673 Outside rubbish fire ... \n", + "710 Structure Fire ... \n", + "806 Mobile property (vehicle) fire ... \n", + "992 Mobile property (vehicle) fire ... \n", + "1009 Natural vegetation fire ... \n", + "1020 Natural vegetation fire ... \n", + "1081 Structure Fire ... \n", + "1097 Structure Fire ... \n", + "1106 Structure Fire ... \n", + "1113 Outside rubbish fire ... \n", + "1232 Structure Fire ... \n", + "1314 Structure Fire ... \n", + "1319 Structure Fire ... \n", + "1350 Structure Fire ... \n", + "1492 Structure Fire ... \n", + "1506 Structure Fire ... \n", + "1594 Natural vegetation fire ... \n", + "1607 Structure Fire ... \n", + "1627 Natural vegetation fire ... \n", + "1657 Fire, other ... \n", + "1662 Natural vegetation fire ... \n", + "1692 Structure Fire ... \n", + "1698 Structure Fire ... \n", + "\n", + " INCIDENT_DURATION_MIN ALARM_DATE_TIME_AMERICA_NY year parse \\\n", + "24 206.316667 2003-02-21 19:34:44 2003 \n", + "76 87.550000 2003-07-13 16:50:57 2003 \n", + "101 59.850000 2003-11-04 19:26:09 2003 \n", + "139 97.300000 2004-01-25 14:36:19 2004 \n", + "266 92.816667 2004-02-01 14:53:13 2004 \n", + "277 32.666667 2005-01-13 11:53:40 2005 \n", + "314 23.083333 2005-04-20 18:38:26 2005 \n", + "378 10.100000 2005-10-04 15:02:31 2005 \n", + "443 12.450000 2006-02-20 15:26:11 2006 \n", + "496 34.333333 2006-04-27 15:02:04 2006 \n", + "530 21.866667 2006-07-05 01:42:52 2006 \n", + "552 20.366667 2006-08-29 22:15:50 2006 \n", + "553 134.733333 2006-09-01 14:18:42 2006 \n", + "597 41.466667 2006-12-29 21:24:55 2006 \n", + "644 52.350000 2007-03-04 11:11:56 2007 \n", + "673 8.550000 2007-04-10 15:32:34 2007 \n", + "710 28.900000 2007-07-09 17:56:27 2007 \n", + "806 19.633333 2008-01-17 10:45:14 2008 \n", + "992 157.850000 2009-01-21 22:32:32 2009 \n", + "1009 14.666667 2009-02-22 17:00:24 2009 \n", + "1020 38.916667 2009-03-11 08:10:13 2009 \n", + "1081 25.616667 2009-08-03 20:32:36 2009 \n", + "1097 37.716667 2009-09-16 22:49:08 2009 \n", + "1106 115.600000 2009-10-16 12:06:40 2009 \n", + "1113 11.883333 2009-10-29 17:28:49 2009 \n", + "1232 17.933333 2010-06-14 00:17:37 2010 \n", + "1314 25.516667 2010-11-21 10:09:54 2010 \n", + "1319 43.900000 2010-11-30 18:37:34 2010 \n", + "1350 12.183333 2011-01-07 19:06:48 2011 \n", + "1492 27.833333 2011-10-10 19:08:01 2011 \n", + "1506 146.183333 2011-11-27 17:49:26 2011 \n", + "1594 20.866667 2012-07-01 22:08:13 2012 \n", + "1607 14.016667 2012-07-17 13:27:40 2012 \n", + "1627 14.433333 2012-09-28 04:55:25 2012 \n", + "1657 34.666667 2012-05-22 01:38:36 2012 \n", + "1662 10.966667 2012-08-30 07:41:55 2012 \n", + "1692 134.566667 2013-03-13 10:05:59 2013 \n", + "1698 81.133333 2013-03-28 17:06:15 2013 \n", + "\n", + " PROPERTY_LOSS_DOLLARS ... UNIT_1ST_RESP_TM_MIN datetime \\\n", + "24 30000.0 ... 4.266667 2003-02-21 19:34:44 \n", + "76 0.0 ... 3.933333 2003-07-13 16:50:57 \n", + "101 0.0 ... 0.133333 2003-11-04 19:26:09 \n", + "139 7000.0 ... 2.633333 2004-01-25 14:36:19 \n", + "266 2000.0 ... 2.350000 2004-02-01 14:53:13 \n", + "277 0.0 ... 0.750000 2005-01-13 11:53:40 \n", + "314 0.0 ... 3.300000 2005-04-20 18:38:26 \n", + "378 NaN ... 3.033333 2005-10-04 15:02:31 \n", + "443 NaN ... 8.050000 2006-02-20 15:26:11 \n", + "496 NaN ... 5.250000 2006-04-27 15:02:04 \n", + "530 0.0 ... 4.966667 2006-07-05 01:42:52 \n", + "552 0.0 ... 0.066667 2006-08-29 22:15:50 \n", + "553 1500.0 ... 4.500000 2006-09-01 14:18:42 \n", + "597 500.0 ... 8.566667 2006-12-29 21:24:55 \n", + "644 2000.0 ... 3.983333 2007-03-04 11:11:56 \n", + "673 0.0 ... 3.933333 2007-04-10 15:32:34 \n", + "710 10000.0 ... 3.133333 2007-07-09 17:56:27 \n", + "806 0.0 ... 1.466667 2008-01-17 10:45:14 \n", + "992 0.0 ... 6.483333 2009-01-21 22:32:32 \n", + "1009 0.0 ... 3.433333 2009-02-22 17:00:24 \n", + "1020 0.0 ... 5.416667 2009-03-11 08:10:13 \n", + "1081 500.0 ... 3.550000 2009-08-03 20:32:36 \n", + "1097 500.0 ... 6.733333 2009-09-16 22:49:08 \n", + "1106 80000.0 ... 6.083333 2009-10-16 12:06:40 \n", + "1113 0.0 ... 3.466667 2009-10-29 17:28:49 \n", + "1232 0.0 ... 7.133333 2010-06-14 00:17:37 \n", + "1314 0.0 ... 3.133333 2010-11-21 10:09:54 \n", + "1319 1100.0 ... 5.116667 2010-11-30 18:37:34 \n", + "1350 0.0 ... 6.433333 2011-01-07 19:06:48 \n", + "1492 0.0 ... 2.433333 2011-10-10 19:08:01 \n", + "1506 1500.0 ... 4.450000 2011-11-27 17:49:26 \n", + "1594 10.0 ... 7.866667 2012-07-01 22:08:13 \n", + "1607 0.0 ... 5.800000 2012-07-17 13:27:40 \n", + "1627 30.0 ... 4.133333 2012-09-28 04:55:25 \n", + "1657 0.0 ... 6.983333 2012-05-22 01:38:36 \n", + "1662 0.0 ... 4.766667 2012-08-30 07:41:55 \n", + "1692 1000.0 ... 2.283333 2013-03-13 10:05:59 \n", + "1698 600.0 ... 5.000000 2013-03-28 17:06:15 \n", + "\n", + " geometry geocode_status_code geocode_count \\\n", + "24 POINT (nan nan) 200.0 5.0 \n", + "76 POINT (nan nan) 200.0 5.0 \n", + "101 POINT (nan nan) 200.0 5.0 \n", + "139 POINT (-78.492 38.037) 200.0 3.0 \n", + "266 POINT (nan nan) 200.0 5.0 \n", + "277 POINT (nan nan) 200.0 5.0 \n", + "314 POINT (nan nan) 200.0 5.0 \n", + "378 POINT (-78.490 38.010) 200.0 5.0 \n", + "443 POINT (-78.937 37.711) 200.0 5.0 \n", + "496 POINT (-78.446 38.031) 200.0 5.0 \n", + "530 POINT (nan nan) 200.0 5.0 \n", + "552 POINT (-78.500 38.043) 200.0 5.0 \n", + "553 POINT (-78.486 38.061) 200.0 5.0 \n", + "597 POINT (nan nan) 200.0 5.0 \n", + "644 POINT (nan nan) 200.0 5.0 \n", + "673 POINT (nan nan) 200.0 5.0 \n", + "710 POINT (-78.494 38.027) 200.0 5.0 \n", + "806 POINT (nan nan) 200.0 5.0 \n", + "992 POINT (nan nan) 200.0 5.0 \n", + "1009 POINT (nan nan) 200.0 5.0 \n", + "1020 POINT (nan nan) 200.0 5.0 \n", + "1081 POINT (nan nan) 200.0 5.0 \n", + "1097 POINT (nan nan) 200.0 5.0 \n", + "1106 POINT (-78.508 38.050) 200.0 5.0 \n", + "1113 POINT (nan nan) 200.0 5.0 \n", + "1232 POINT (-78.482 38.017) 200.0 5.0 \n", + "1314 POINT (-78.482 38.055) 200.0 5.0 \n", + "1319 POINT (nan nan) 200.0 5.0 \n", + "1350 POINT (nan nan) 200.0 5.0 \n", + "1492 POINT (-78.485 38.030) 200.0 5.0 \n", + "1506 POINT (-78.504 38.030) 200.0 5.0 \n", + "1594 POINT (-78.503 38.012) 200.0 5.0 \n", + "1607 POINT (nan nan) 200.0 5.0 \n", + "1627 POINT (-78.491 38.061) 200.0 5.0 \n", + "1657 POINT (-78.495 38.070) 200.0 5.0 \n", + "1662 POINT (nan nan) 200.0 5.0 \n", + "1692 POINT (-78.507 38.050) 200.0 5.0 \n", + "1698 POINT (-78.466 38.029) 200.0 5.0 \n", + "\n", + " geocode_quality geocode_address \\\n", + "24 1.000000 319 East Main Street, Charlottesville, Virgini... \n", + "76 1.000000 402 Monticello Road, Charlottesville, Virginia... \n", + "101 1.000000 1215 Lee Street, Charlottesville, Virginia 229... \n", + "139 0.507500 14 9th Street, West Palm Beach, Florida 33401,... \n", + "266 1.000000 132 Chancellor Street, Charlottesville, Virgin... \n", + "277 1.000000 207 14th Street Northwest, Charlottesville, Vi... \n", + "314 1.000000 1404 Meadowbrook Road, Charlottesville, Virgin... \n", + "378 0.754286 500 East Jefferson Street, Falls Church, Virgi... \n", + "443 0.948000 1705 Emmet Street North, Charlottesville, Virg... \n", + "496 0.754286 202 15th Street Southwest, Roanoke, Virginia 2... \n", + "530 1.000000 1000 Monacan Trail Lane, Charlottesville, Virg... \n", + "552 0.173810 0 Roosevelt, Orchard Park, New York 14127, Uni... \n", + "553 0.753333 300 Lane Road, Reedville, Virginia 22539, Unit... \n", + "597 1.000000 216 Water Street West, Charlottesville, Virgin... \n", + "644 0.948000 1500 Pen Park Road, Charlottesville, Virginia ... \n", + "673 0.595000 Charlottesville, Virginia, United States \n", + "710 0.753333 300 Monticello Avenue, Lynchburg, Virginia 245... \n", + "806 1.000000 200 West Main Street, Charlottesville, Virgini... \n", + "992 1.000000 304 Carlton Road, Charlottesville, Virginia 22... \n", + "1009 1.000000 2100 Barracks Road, Charlottesville, Virginia ... \n", + "1020 1.000000 619 Cabell Avenue, Charlottesville, Virginia 2... \n", + "1081 1.000000 726 Prospect Avenue, Charlottesville, Virginia... \n", + "1097 1.000000 1139 East High Street, Charlottesville, Virgin... \n", + "1106 0.753333 1882 Green Street, Stephens City, Virginia 226... \n", + "1113 1.000000 1400 Monticello Road, Charlottesville, Virgini... \n", + "1232 0.754286 50 9th Street Southeast, Roanoke, Virginia 240... \n", + "1314 0.753333 300 Lane Road, Reedville, Virginia 22539, Unit... \n", + "1319 1.000000 450 Ray C Hunt Drive, Charlottesville, Virgini... \n", + "1350 1.000000 1613 Meridian Street, Charlottesville, Virgini... \n", + "1492 0.876000 I 64, Manakin Sabot, Virginia 23103, United St... \n", + "1506 0.876000 I 64, Manakin Sabot, Virginia 23103, United St... \n", + "1594 0.507500 1st Street South, Arlington, Virginia 22204, U... \n", + "1607 1.000000 817 Hardy Drive, Charlottesville, Virginia 229... \n", + "1627 0.876000 I 64, Manakin Sabot, Virginia 23103, United St... \n", + "1657 0.876000 I 64, Manakin Sabot, Virginia 23103, United St... \n", + "1662 1.000000 201 Elliott Avenue, Charlottesville, Virginia ... \n", + "1692 0.876667 I 64, Manakin Sabot, Virginia 23103, United St... \n", + "1698 0.493333 West, Arlington, Texas 76016, United States \n", + "\n", + " geocode_geom index \\\n", + "24 POINT (-78.479405 38.030421) 29.0 \n", + "76 POINT (-78.47609 38.025223) 97.0 \n", + "101 POINT (-78.49934500000001 38.031439) 125.0 \n", + "139 POINT (-80.056836 26.721592) 169.0 \n", + "266 POINT (-78.50055500000001 38.037077) 327.0 \n", + "277 POINT (-78.49931100000001 38.035307) 341.0 \n", + "314 POINT (-78.495903 38.054123) 390.0 \n", + "378 POINT (-77.160886 38.882798) 460.0 \n", + "443 POINT (-78.49449199999999 38.059243) 543.0 \n", + "496 POINT (-79.965748 37.274485) 600.0 \n", + "530 POINT (-78.560571 38.01142) 640.0 \n", + "552 POINT (-78.77226400000001 42.7839) 665.0 \n", + "553 POINT (-76.250817 37.843189) 666.0 \n", + "597 POINT (-78.48358899999999 38.030261) 718.0 \n", + "644 POINT (-78.45343200000001 38.053415) 775.0 \n", + "673 POINT (-78.47669999999999 38.0293) 807.0 \n", + "710 POINT (-79.17982499999999 37.403697) 850.0 \n", + "806 POINT (-78.482634 38.030748) 961.0 \n", + "992 POINT (-78.470102 38.022097) 1175.0 \n", + "1009 POINT (-78.499877 38.053616) 1192.0 \n", + "1020 POINT (-78.497598 38.041489) 1204.0 \n", + "1081 POINT (-78.49518500000001 38.023142) 1272.0 \n", + "1097 POINT (-78.466925 38.032218) 1290.0 \n", + "1106 POINT (-78.220731 39.082874) 1302.0 \n", + "1113 POINT (-78.472544 38.019349) 1312.0 \n", + "1232 POINT (-79.929574 37.273086) 1439.0 \n", + "1314 POINT (-76.250817 37.843189) 1530.0 \n", + "1319 POINT (-78.52849000000001 38.023889) 1535.0 \n", + "1350 POINT (-78.48260999999999 38.014251) 1570.0 \n", + "1492 POINT (-77.7634908326027 37.705777137058) 1723.0 \n", + "1506 POINT (-77.7634908326027 37.705777137058) 1737.0 \n", + "1594 POINT (-77.0868092 38.8728196) 1825.0 \n", + "1607 POINT (-78.491578 38.033752) 1838.0 \n", + "1627 POINT (-77.7634908326027 37.705777137058) 1858.0 \n", + "1657 POINT (-77.7634908326027 37.705777137058) 1888.0 \n", + "1662 POINT (-78.483924 38.024241) 1893.0 \n", + "1692 POINT (-77.7634908326027 37.705777137058) 1923.0 \n", + "1698 POINT (-97.1703 32.6946) 1929.0 \n", + "\n", + " point_to_geocode_dist_m \n", + "24 inf \n", + "76 inf \n", + "101 inf \n", + "139 1.263266e+06 \n", + "266 inf \n", + "277 inf \n", + "314 inf \n", + "378 1.513041e+05 \n", + "443 5.489242e+04 \n", + "496 1.581961e+05 \n", + "530 inf \n", + "552 5.270496e+05 \n", + "553 1.980911e+05 \n", + "597 inf \n", + "644 inf \n", + "673 inf \n", + "710 9.189229e+04 \n", + "806 inf \n", + "992 inf \n", + "1009 inf \n", + "1020 inf \n", + "1081 inf \n", + "1097 inf \n", + "1106 1.173339e+05 \n", + "1113 inf \n", + "1232 1.521255e+05 \n", + "1314 1.976526e+05 \n", + "1319 inf \n", + "1350 inf \n", + "1492 7.303046e+04 \n", + "1506 7.448518e+04 \n", + "1594 1.563803e+05 \n", + "1607 inf \n", + "1627 7.520940e+04 \n", + "1657 7.599772e+04 \n", + "1662 inf \n", + "1692 7.579350e+04 \n", + "1698 1.810351e+06 \n", + "\n", + "[38 rows x 26 columns]" + ] + }, + "execution_count": 33, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "gdf_merged[gdf_merged.point_to_geocode_dist_m > 50000]" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "We see that we have some issues where the original coordinates are NaN. " + ] + }, + { + "cell_type": "code", + "execution_count": 44, + "metadata": {}, + "outputs": [ + { + "data": { + "image/png": "iVBORw0KGgoAAAANSUhEUgAAAXcAAAD4CAYAAAAXUaZHAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAADh0RVh0U29mdHdhcmUAbWF0cGxvdGxpYiB2ZXJzaW9uMy4xLjIsIGh0dHA6Ly9tYXRwbG90bGliLm9yZy8li6FKAAAgAElEQVR4nO3da3Cc93Xf8e/ZO+4XgqIgghRIk2bMKmEiwbKmTWKliWPKY1VtRmmkdJpJqrFG6SjTmb6x2sk000lfJO9a125c1tGoeWEpHtWjUC0tVWmsyG1kR5AsxhQVigxFkRAhkBS4ALjY+56+WIAGidsu9/LsLn6fGQ60fwD7/PEAOvvf85zn/M3dERGRzhIKegIiIlJ/Cu4iIh1IwV1EpAMpuIuIdCAFdxGRDhQJegIAIyMjPj4+HvQ0RETayptvvnnF3bev9bmWCO7j4+NMTk4GPQ0RkbZiZh+s97lA0zJm9qCZHZmbmwtyGiIiHSfQ4O7uL7r74wMDA0FOQ0Sk4+iCqohIB1JwFxHpQAruIiIdqCWqZURWmk6mOT6VZDaVY7gnxqGxQUYHu4Kelkhb0cpdWsp0Ms0rJ2dI54qM9MZJ54q8cnKG6WQ66KmJtBWVQkpLOT6VpC8RoS8RJWRGXyJKXyLC8alk0FMTaSsqhZSWMpvK0RO/MVvYE48wm8oFNCOR9qS0jLSU4Z4YqWzhhrFUtsBwTyygGYm0JwV3aSmHxgZZyBRYyOQpubOQybOQKXBobDDoqYm0FVXLSEsZHezicwd3cHwqyZVrWYZ7Yty3dxsAL52YVgWNSIUU3KXljA523RC4lyto+hIRRnrjpLIFXjk5w+cO7lCAF1mH0jLS8lRBI1I9BXdpeaqgEale3dMyZhYCfh/oBybd/b/X+xiytSxX0PQlotfHVEEjsrGKVu5m9rSZXTKzEzeNHzazU2Z2xsyeWhp+CNgJ5IGp+k5XtiJV0IhUr9K0zDPA4ZUDZhYGvgY8ABwEHjWzg8AB4HV3/9fAb9dvqrJVLVfQdMXCXLmWpSsW1sVUkU1UlJZx99fMbPym4XuBM+5+FsDMnqO8ar8ALCdDi+s9p5k9DjwOsHv37qomLVvPzRU0IrKxWi6o7qQcyJdNLY19G/i8mf1n4LX1vtndj7j7hLtPbN++5v6uIiJyi2q5oGprjLm7LwKPVfQEZg8CD+7bt6+GaYiIyM1qWblPAbtWPB4DLtY2HRERqYdagvsbwH4z22NmMeAR4Gg1T6CukCIijVFpKeSzwOvAATObMrPH3L0APAm8DLwLfMvd32ncVEVEpFKVVss8us74MeDYrR5cOXcRkcYItHGYu78IvDgxMfGlWp5He26KiNyo7bfZ056bIiKrtf02e+oYKCKyWtt3hVTHQBGR1do+LaM9N0VEVmv7tIw6BoqIrNb2aRl1DBQRWa0j9lBVx0ARkRu1fc5dRERWa/ucu4iIrNb2OXcREVlNwV1EpAMp5y4i0oGUcxcR6UBKy4iIdCAFdxGRDtQRNzGJSG2On7/KsRPTzMxn2NGf4At3jXJo91DQ05IaaOUussUdP3+VI6+9z7VsgTsGuriWLXDktfc5fv5q0FOTGii4i2xxx05MM9gTYag7TigUYqg7zmBPhGMnpoOemtRApZAiW9zMfIaBRPSGsYFElJn5TEAzknroiD1UpfNpn9zG2dGfYC6TZ24xx4npBdLZApFwiLtG+4OemtRAaRlpedont7G+cNco700v8H/PfEwuXyAWDpHJF3lvZp7/845SM+1KwV1anvbJbaxDu4cwc7pjYRwjEglx4LZeRoe6+dPJqaCnJ7dIpZDS8mZTOUZ64zeM9cQjXLmWDWhGnSdbdA7tHCAUDl8fKxWLXFTevW0puEvLW94nt2/FRT/tk1tfA4kIZz9OEQ2HiUVCDHZFyRSK7OhLBD01uUVKy0jL0z65jTWdTLNrqJtrmSL5YpFCoci5KymuLGT5tYmxoKcnt0jBXVqe9sltrONTSSb2bONX7r6DRCzCQrZAdzzCL/3Ebfzi3xsNenpyi+qeljGz+4HfB94BnnP3V+t9DNl6tE9u4yxf0zi0a5hDu4YBKLnrmkabqyi4m9nTwBeBS+5+14rxw8B/AsLAN9z9DwAHrgEJQJfaRVrccE+MD6+muXwtw0KmQF8iwvbeBKODyre3s0rTMs8Ah1cOmFkY+BrwAHAQeNTMDgLfc/cHgC8D/75+UxWRRhjtTzB57ipz6Tx98Qhz6TyT564y2q/g3s4qCu7u/howe9PwvcAZdz/r7jngOeAhdy8tff4qEGcdZva4mU2a2eTly5dvYeoiUg/T8xnuGR9kIBFjIVtgIBHjnvFBplUG2dZqybnvBC6seDwFfMbMfgX4PDAIfHW9b3b3I8ARgImJCa9hHiJSg9lUjrGhbnYP91wfa4ecu9oUb6yW4G5rjLm7fxv4dkVPYPYg8OC+fftqmIaI1KId7yM4fv4q/+F/nuTiXIZsoUA8EuGtc1f53S8eVIBfUksp5BSwa8XjMeBiNU+gPVRFgteO9xH80XfPcPryNTDo74qBwenL1/ij754Jemoto5bg/gaw38z2mFkMeAQ4Ws0TqOWvSPDa8T6Ctz+cozsWoisaJmRGVzRMdyzE2x8qliyrtBTyWeB+YMTMpoDfc/c/NrMngZcpl0I+7e7vVHNwtfwVaQ3tdh9BoViiKxq+YSxsIXKFYkAzaj0VBXd3f3Sd8WPAsVs9uHLuInIr9mzr5uzHi2BGNGTkS85ivsjebd1BT61lBNp+QDl3EbkVT3z2E/TFwhRKJdL5IoVSib5YmCc++4m6H2s6mealE9N88wcf8NKJ6bbZRyDQrpBauYvIrVjuefOnk1PMLGTY0Zfg1ybG6t4LZ3mjmL5EhJHeOKlsgVdOzrT8NQkAcw++xHxiYsInJyeDnoaIyA1eOjFNOle8oUx0IZOnKxbm8F3BN1UzszfdfWKtz6krpIjIOmZTOXriNyY4euIRZlO5gGZUuUCDu0ohRaSVLd/gtVKr3+C1TBdURUTW0Y43eC1TWkZEZB3teIPXMu2hKiKygXa7wWuZcu4iIh1IOXcRkQ6knLuISAdSzl1a0nQyzfGpJLOpHMM9MQ6NDbZl3lNkWbP/ppVzl5azfMt3OldkpDdOOlfklZMzbdPTox21a/+UdhHE37Ry7tJyjk8l6UtE6EtECZnRl4jSl4hwfCoZ9NQ6kl5MGy+Iv2nl3KXltPMt3+1IL6aNF8TftIK7tJx2vuW7HenFtPGC+JtWcJeW0863fLcjvZg2XhB/0wru0nLa+ZbvdqQX08YL4m9apZDSktr1lu92tBx4jk8luXIty3BPjPv2btP5r7Nm/01rJyYR0YtpEzS7zl07MYmINNh0Ms3T3zvLmcvXSOWL9ETD7Nvey7/4ub01BfiNdmJSWkZEpMFe+OEF/vxvZ5jLFCgUikQiYc59nGK4N8pv/8InG3JMXVAVEWmwo8enuTSfAZyuWARwLs1nOHp8umHH1MpdRNpSO/Ufmp4r3+2bzZdIlYpEQnbDeCMouMuW1E6BQVZbbpnQl4gw0hsnlS3wysmZli2ZLZacxbwD5WucuaWPvaHGXfNUWka2HPVSaX/Hp5IUS87pSwt87/RlTl9aoFjy1m2Z4CWWQ/vKf3ipYYfUyl22nJW9VIDrH49PJVty1ServX85xfnZRbrjYfoTUTKFIu/NLJDJF4Oe2prWK0psZLFiQ1buZtZjZm+a2Rcb8fwitVAvlfaXTOcIhaArGsHM6IpGCIXK460ok69uvB4qCu5m9rSZXTKzEzeNHzazU2Z2xsyeWvGpLwPfqudERepFvVTa30BXlFIJ0rki7k46V6RUKo+3okKV4/VQ6cr9GeDwygEzCwNfAx4ADgKPmtlBM/sl4CQwU8d5itSNeqm0v73be9m/o5d4JMR8Jk88EmL/jl72bu8Nemoto6Kcu7u/ZmbjNw3fC5xx97MAZvYc8BDQC/RQDvhpMzvmvvqqgZk9DjwOsHv37ludv0jV1Eul/R0aG+TSfJb9O3rpiUdIZQt6gb5JLRdUdwIXVjyeAj7j7k8CmNlvAlfWCuwA7n4EOALl9gM1zEOkauql0t70Ar25WoK7rTF2PUi7+zObPoEah0kb6MSa+E74mfQCvbFaqmWmgF0rHo8BF6t5Au2hKq2uE2viO/FnktVqCe5vAPvNbI+ZxYBHgKPVPIGZPWhmR+bm5mqYhkjjdOL+op34M8lqlZZCPgu8Dhwwsykze8zdC8CTwMvAu8C33P2dag6ulbu0uk6sie/En6mRppNpXjoxzTd/8AEvnZhum3c4lVbLPLrO+DHg2K0eXDl3aXXLNfHLd7FC+9fE1/Nn6oTc/Uamk2men7zA7GKOfNGJho3THy3w8MSulv85A+0to5W7tLpOrImv18+0FXL3r56a4bunZjh6/CIv/PACR49f5LunZnj1VOvfxhNocFfOXVpdszc2bkYKoF4/01bI3b/w1hQ/ujjP3GKexbwzt5jnRxfneeGtqaCntqlAG4e5+4vAixMTE18Kch4iraCZbWzrUUY4m8ox0hu/YawnHuHKtWxNz9tKTlxcIF8sr4KXb9gpFcvjrU4tf0U20MzUQ7uthDu9R890Mk0qXw7p1wP70sd0vnGteusl0JW7LqhKq2tme+BWXQmvd9H00Nggr5ycuT7PVLbA1OwiI31xvvmDD9r6Auvyi/p6Wj+064KqyIaaWTbYiivhjd653Jy7z+QLfDSX5n+fnOGFH07xp29c4Jn/935bXmBdflFfTzWBM6ifX5t1iGygmaWQh8YGef6tKWavJckXS0TDIYZ74zx891jdj1VpCeNm71xW5u6//t3T/PB8ElvaHzSVLTKTTDPUHeWJX9hf95+hkZbfRSUikFmjL29PvLLwvtk7gEZSzl1kA00vhSwtt2eymx7XTzXXEap55/IXpy6RyhVIZYssZMofU7kCf3HqUt1/hka7/qIej65qohUGhrsre3Hf7B1AIynnLrKBZnYfPD6VZGy4m0/d8eM05UImX/f8/sr9RxcyBfoSEbb3JtY8TjXvXGbmMmQLJRKxENFQiKI72XyJmblM3ebeLMvXE3pjIT5OreiICIRCsL2vsuC+1nWUZlEppMgmmtV9sFkXVN+/nOLND2aZmc+SyRdJRMPs6I9zz53Dq752rYumC5kC9+3dtuprI2EjXfCllW75YwknEl6rgWxrW35Rf/p7f0eJH7fANaBUgkKFW7UO98T48Kpy7iJb2nBPjKmri1xZyLGQzdMXjzLSF+OOOr+wnPpojvdmFuhPxOhLRMgVnPdmFuiNh1d9bTXvXPbd1scPP7jKfCZPqeSEQkZ4abwdjQ52kSkUb6hxd8q57I/mKwvYh8YGefXUew2a4cYU3EVaxGh/ghffnmawJ8JAIspcJscHHy9yz88P1fU4F5MZopEwkXAIs/KKOxoJczG5dvqk0ncuP71rkLNXUqRzRQqlEpFQiK5YmJ/e1b6tGubS+VVlj6Wl8UqMDnaxe7i77vOqhIK7SIuYns8wMT7E5WsZFjIFBrqi7Nvex/R8hkN1PI4b3N4fI5N3ssUi8XCY2/tj5Iq1Xbwd7I6x77ZecoUSxZITDhmxSIjBCi8+tqL0OjtYrze+lqHuYDbt1gVVkU00q/PhbCrHzqEueuJhzl1ZLFfolDKk81VEkgoc2NHH3360QFc8jGdhMVckmS7xU3f01/S8Dnz2k7dxfjZ1/ULt7uEeSr7Vd9EM5pqDbmIS2cBaZYPPvzXFsz84V/fmXss597cvzJEtlOhPRFnI5jk/u1jXG2F+9Z5dxCPh8u31mRyGE4+EGemN13Sc4Z4Yi7lC+a0BgBuLuc5pR3ArppNpfvRhMI0RVecusoGb+73ki877l1O8N3Ot7r1mDo0N8t7MNcycRDREplDE3Tiwo7+u/WUO7R7iZ/cNc1tvjBIGGJ+6vZfRoa6ajjPan+DNc0nmMjn64hHmMjnePJdktD9Rt7m3k+WFQTwSTJhVzl1kAzeXJ577+BqD3RHyRb/e3Avq02tmdLCLO4e7mc/kmM/k6UtEOLCjn8HuaN3LIR1je38XPfEo+VKJuXSety8kyeQrrPFbQ7OuGbSL5YXBp0ZrS3fdKgV3kQ3cfBPPQqZAtlAOhn/53qXreeV0DUFxpcHuKJcWbqxaaUS7g4vJNBeTaYa6Y/TEouSLJS4m0/TXcDfl8jWDXSuqQ0rugTc+q0UiYmQKq68ZJCKb59GXFwYh24I5d5FWd3P7gWy+yKmPFhjsitCfiJItlPjr92frcslsOpnmykKW+UyBaChEJl/k+2c/ZiqZrnu7g2vZApFQOSVTZkRCxrXsrV+8Xb5h563zs/zle5d46/wsH15Nt3XOPbZOhFxvfKW1GsE1k3ZiEtnAzZ0PY5EQdwwk6I0vBSw3yguz2itCltsPfGbPMIlomHzRGeiKMNITrXt1Tk88wu5t3URDxmK+QDRk7N7WvaqPTDVG+xNMnrvKXDpfzrmn80yeu9rWOff1ykMrKRtduTAIgtoPiGxi5U083/zBB4QMzn+cLufF41E+PT5Ul/5eK9/GD/eU8/yNSmvcdUc/kx+UrxMkoiEy+RLJdI6f2XXr+eHp+Qz3jA9ev8N2IBHjE9t72zrnvvx7XfnOzKmsn9vywuDVgBqnKecuUoXhnhjpXJG77/zxXaMLmTxdsdW37t/KczervfD9B3ZwZSHH7GKOuXSRaNgYH+7m/gM7bvk5Z1M5xoa62T3cc32s3XPu0TDkSqvfl0Ur/HWPDnYxFFBaSjl3kSo0sgVws9sLj/TFyBVLlNz55I4+Hp7YVVP6pxU3G6lVX3ztu0vXG19LIzZ2qYRW7iJVaGQL4Ga1F165EfdnP3nb9U6PG319JXfoVtNBsl2sVwWVK1a+0V5QL24K7iJVamQL4Ga0F65mX9iVLwQjvXFS2QKvnJzhcwd3rPraZva+b4bpZJp0vkQiXM6xl1v/GrGQk62iD0/DNnbZhIK7yBYzm8oxn87x0omPSKZzDHbF+JndA/R3rV5hVrtBeLN63zfD8akk8aiRLxldYSv3cvfyqn2gimssQZ0P5dxFtpi5xSzfOTFDJl9iuDtGJl/iOydmmFtcfeGzmRuEt5rZVI67dw3hxRKZfJF0vkgmX6RYdH754K1feG6Wugd3M/uUmX3dzJ43s9+u9/OLSG0+TGaIho1YxDArf4yGjQ/X6OfeiRdJKzXcE+Pu8WF2DHQRCYfAjEjYuH0gwcMTu4Oe3qYqCu5m9rSZXTKzEzeNHzazU2Z2xsyeAnD3d939CeCfAhP1n7KI1OJatsD4cDdXUjnOXF7gSirH+HD3mnenNn2D8BZyaGyQ6bkMd985yM/v2849dw5xz53D/Mo9O5meb/19YSvNuT8DfBX4k+UBMwsDXwM+B0wBb5jZUXc/aWb/CHhq6XtEpIX0xiP87UcLjPTEGO1PkC+WODe7yE/cvno7vGovkjar930zLO+iNJ8ukMoV2BPvZXykm8HuWFvU7lcU3N39NTMbv2n4XuCMu58FMLPngIeAk+5+FDhqZv8L+OZaz2lmjwOPA+ze3fpvcUQ6xc7BBD/6cJ5cwYmEnFzByRednYNrtwmo9CJpNZU17WLv9l7SueINN5YtZPJtkZaqJee+E7iw4vEUsNPM7jezr5jZfwWOrffN7n7E3SfcfWL79u01TENEqjHQHeeBu3aQiIaYXcyRiIZ44K4dDHTHN//mDdzc+74vEaUvEalrL/pma+e0VC2lkGs1wnN3fxV4taIn0DZ7Ik033BOjKxrmVyd+3EemHi0UZlM5QmacPj97wzZ79WqHHIR2rt2vZeU+Bexa8XgMuFjNE2ibPZHma9Rq1IC/fn/2+haB9WyHLNWrZeX+BrDfzPYAHwKPAL9ezRNo5S7SfI1bjXq5/fGKPVTr1Q45KNPJNM9PXmB2MUe+6ETDxumPFmruw9MMlZZCPgu8Dhwwsykze8zdC8CTwMvAu8C33P2dag6ulbtIMEYHuzh81yi//pk7OXzXaF0ClWN8enyIeCTEfCZPPBLi0+NDeBuv3V89NcO52UVCFmKgK0rIQpybXeTVUzNBT21TlVbLPLrO+DE2uGi6Ga3cRTpHI9shB+XExXkGEtHrP0NXLIx7lBMX5wOe2eYCbT+glbtI52jnypL1uAN2U1rJvDze4tRbRkTq4uYtCbti4baucQf4yZ0DJBcLpPMF3J10vkByscBP7mz9BWmgXSGVlhHpLJ3UFRLg/gO3cfZKijMzC6TyBXqiEfbt6OP+A7cFPbVNKS0jIrKB/q4o4yM9fPK2PsZHeujvqnwXpiCpn7uIyDqOTyUZG+ziU7ffeMPXev3sW0mgK3cze9DMjszNzQU5DRGRNbVzP3ulZURE1tHO/exVLSMiso52Lu9UWkZEZB31Ku9cL9A2MgAHekHV3V8EXpyYmPhSkPMQEVlPPco7e2LGQm71nU89sca1ZlBaRkSkwfZu761qvB5UCimyiU7aOk6qV4/f/7VsvqrxetDKXWQDy1vHpXNFRnrjpHNFXjk5w3QyHfTUpAnq9fu/mMwQglX/LiYbt9G2LqiKbKATt46TytXr918oQtggErrxY6GBm1Spzl1kA+18E4vUrl6//65YiLxDsQSlpY95L483itIyIhto55tYpHb1+v2PDZVz9MUV/1aON4KCu8gG2vkmFqldvX7/vfEosRDX96QyIBYqjzeKgrvIBjqxR7lUrl6//49TWQwIh8pBN7wU6D9OZRsxbUClkCKb6rQe5VKdevz+59IFig7R5egO5Isl5tKFjb+xBtqsQ2SJ6tmlUYrFEiEDKG/RZwYhK483iqplRFA9uzRWTzxCyMD58b+QsaoSp56UcxdB9ezSWHcMJsAhV3CyRSdXcPCl8QZRcBdB9ezSWN3REJkSLCdhSkCmVB5vFAV3EVTPLo11YvpauVpmKdcetnK1zInpaw07poK7CKpnl8aaz+QJG8SjIbqiIeLREGErjzeKgrsIqmeXxgqZETIoFJ1swSkUnZCVxxtFde4iS1TPLo2ysz/G+7NZzMobdhQd3GHPYOPSfg1ZuZvZPzaz/2Zmf2Zmv9yIY4iItIuf3X8bESsH9OXAHrHyeKNUHNzN7Gkzu2RmJ24aP2xmp8zsjJk9BeDuL7j7l4DfBH6trjMWEWkzc9kC49u7Ge6J0p8IM9wTZXx7N3PZ1rhD9Rngq8CfLA+YWRj4GvA5YAp4w8yOuvvJpS/53aXPi4hsWbOpHLf3d7N/x48bhS2k8w0tta145e7urwGzNw3fC5xx97PungOeAx6ysj8EvuPub9VvuiIi7WeoO0auWCRXKOHu5AolcsUiQ92tm3PfCVxY8Xhqaex3gF8CHjazJ9b6RjN73MwmzWzy8uXLNU5DRKR13bd3G4loiI/m0py+tMBHc2kS0RD37d3WsGPWWi2zVh2Pu/tXgK9s9I3ufsTMpoEHY7HYPTXOQ0SkZR0c7efPT84w2B0lZFFKDmELcXC0v2HHrDW4TwG7VjweAy5W+s3u/iLw4sTExJdqnIeISEPUo1vo9HyGf7B/hCsLORayefriUUb6YkzPZzjUoHnXmpZ5A9hvZnvMLAY8Ahyt9Ju1QbaItLJ6dQudTeXojoVvGOuOhVvjgqqZPQu8Dhwwsykze8zdC8CTwMvAu8C33P2dSp9TLX9FpJXVq1uo4bxx7irZQon+RJRsocQb565ieINmXkVaxt0fXWf8GHDsVg6uzTpEpJXNpnKM9MZvGOuJR7hyrdrt8YzFXIHkYo5iyQmHjFgkxNqXLetDm3WIiKyjXt1Ck4t5YqEbA3ksZCQXG9c4TL1lRETWcWhskFdOzgDlFXsqW2AhU6i6hDGZztHbFWXXtt7rY1cXsyTTLZBzbwRdUBWRVlavbqEDXVFKJUjnirg76VyRUqk83iiBrtxVCikira4e3UL3bu8lEQ1zZSHHfKZcCrlzqJc7GtiFVGkZEZEGOzQ2yKX5LPt39N6Q3mnkZjBKy4iINFgQm8GYe+PqLCs1MTHhk5OTQU9DRKStmNmb7j6x1ue0zZ6ISAdSWkZEpAPpJiYRkQ6ktIyISAdScBcR6UAK7iIiHUgXVEVEOpAuqIqIdCClZUREOpCCu4hIB1LjMBGRJqjHRtvV0MpdRKTB6rXRdjVULSMi0mD12mi7GqqWERFpsNlUjp74jVnwnniE2VSHbrMnIrIV1Guj7WoouIuINNihsUEWMgUWMnlK7ixk8p29E5OIyFYQxE5MKoUUEWmCemy0XQ2t3EVEOpCCu4hIB6p7cDezvWb2x2b2fL2fW0REKlNRcDezp83skpmduGn8sJmdMrMzZvYUgLufdffHGjFZERGpTKUr92eAwysHzCwMfA14ADgIPGpmB+s6OxERuSUVVcu4+2tmNn7T8L3AGXc/C2BmzwEPASfrOUERkU7QTo3DdgIXVjyeAnaa2TYz+zrwM2b2b9b7ZjN73MwmzWzy8uXLNUxDRKS1BdE4rJY6d1tjzN39Y+CJzb7Z3Y+Y2TTwYCwWu6eGeYiItLSVjcOA6x+PTyUbtnqvZeU+Bexa8XgMuFjNE6hxmIhsBe3WOOwNYL+Z7TGzGPAIcLSaJ1DLXxHZClq2cZiZPQu8Dhwwsykze8zdC8CTwMvAu8C33P2dag6ulbuIbAVBNA4zd2/Yk296cLMHgQf37dv3pdOnTwc2DxGRRmtEtYyZvenuE2t+LsjgvmxiYsInJyeDnoaISFvZKLirt4yISAfSHqoiIh1Ie6iKiHQgpWVERDqQ0jIiIh2oJaplzOwy8EETDzkCXGni8dqNzs/GdH42pvOzsXqenzvdfftan2iJ4N5sZja5XvmQ6PxsRudnYzo/G2vW+VHOXUSkAym4i4h0oK0a3I8EPYEWp/OzMZ2fjen8bKwp52dL5txFRDrdVl25i4h0NAV3EZEO1NHB3cwOm9kpMztjZk+t8fl/ZmZ/s/Tvr8zsUBDzDMpm52fF133azIpm9nAz5xe0Ss6Pmd1vZm+b2Ttm9pfNnmOQKvj/a8DMXjSz40vn57eCmGdQzOxpM7tkZifW+byZ2VeWzt/fmNnddZ2Au3fkPyAM/B2wF4gBx4GDN0tX7DEAAAK9SURBVH3N3weGlv77AeAHQc+7lc7Piq/7C+AY8HDQ826l8wMMAieB3UuPbwt63i12fv4t8IdL/70dmAViQc+9iefo54G7gRPrfP4LwHco70d9X73jTyev3O8Fzrj7WXfPAc8BD638Anf/K3e/uvTw+5T3gd0qNj0/S34H+B/ApWZOrgVUcn5+Hfi2u58HcPetdI4qOT8O9JmZAb2Ug3uBLcLdX6P8M6/nIeBPvOz7wKCZjdbr+J0c3HcCF1Y8nloaW89jlF9Ft4pNz4+Z7QT+CfD1Js6rVVTy9/NJYMjMXjWzN83sN5o2u+BVcn6+CnwKuAj8CPhX7l5qzvTaQrUxqiqRzb+kbdkaY2vWfZrZL1AO7j/b0Bm1lkrOz38EvuzuxfLia0up5PxEgHuAXwS6gNfN7Pvu/l6jJ9cCKjk/nwfeBv4h8AngFTP7nrvPN3pybaLiGHUrOjm4TwG7Vjweo7yCuIGZ/RTwDeABd/+4SXNrBZWcnwnguaXAPgJ8wcwK7v5Cc6YYqErOzxRwxd1TQMrMXgMOAVshuFdyfn4L+AMvJ5jPmNn7wE8Af92cKba8imLUrerktMwbwH4z22NmMeAR4OjKLzCz3cC3gX++RVZbK216ftx9j7uPu/s48DzwL7dIYIcKzg/wZ8DPmVnEzLqBzwDvNnmeQank/Jyn/K4GM9sBHADONnWWre0o8BtLVTP3AXPuPl2vJ+/Ylbu7F8zsSeBlylf2n3b3d8zsiaXPfx34d8A24L8srU4LvkW62VV4frasSs6Pu79rZi8BfwOUgG+4+5plb52mwr+f3weeMbMfUU5BfNndt0wrYDN7FrgfGDGzKeD3gChcPz/HKFfMnAEWKb/Tqd/xl0pyRESkg3RyWkZEZMtScBcR6UAK7iIiHUjBXUSkAym4i4h0IAV3EZEOpOAuItKB/j94qiHcOWwckQAAAABJRU5ErkJggg==\n", + "text/plain": [ + "
" + ] + }, + "metadata": { + "needs_background": "light" + }, + "output_type": "display_data" + } + ], + "source": [ + "plt.scatter(\n", + " gdf_merged[gdf_merged.point_to_geocode_dist_m != numpy.inf].geocode_quality,\n", + " gdf_merged[gdf_merged.point_to_geocode_dist_m != numpy.inf].point_to_geocode_dist_m,\n", + " alpha=0.3\n", + ")\n", + "plt.yscale('log')" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [] + } + ], + "metadata": { + "kernelspec": { + "display_name": "Python 3", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.7.6" + } + }, + "nbformat": 4, + "nbformat_minor": 4 +} From 94026710a988dea5f45f1a4a7c25f4871ffefda5 Mon Sep 17 00:00:00 2001 From: Jason Brown Date: Fri, 1 May 2020 14:05:46 +0000 Subject: [PATCH 2/2] Add CSV of geocoding results --- Open_data_CFD_codeforcville_geocode.csv | 1965 +++++++++++++++++++++++ 1 file changed, 1965 insertions(+) create mode 100644 Open_data_CFD_codeforcville_geocode.csv diff --git a/Open_data_CFD_codeforcville_geocode.csv b/Open_data_CFD_codeforcville_geocode.csv new file mode 100644 index 0000000..8c6ff02 --- /dev/null +++ b/Open_data_CFD_codeforcville_geocode.csv @@ -0,0 +1,1965 @@ +INCIDENT_ID,STREET_ADDRESS,IN_ZIP,LONGITUDE,LATITUDE,FIRE_TYPE,INCIDENT_DURATION_MIN,ALARM_DATE_TIME_AMERICA_NY,year parse,PROPERTY_LOSS_DOLLARS,PROPERTY_USE,FIRE_AREA_OF_ORIGIN,HEAT_SOURCE,ITEM_FIRST_IGNITED,CAUSE_OF_IGNITION,UNIT_1ST_ARRIVE,UNIT_1ST_RESP_TM_MIN,datetime,geometry,geocode_status_code,geocode_count,geocode_quality,geocode_address,geocode_geom,index,point_to_geocode_dist_m +2000930,2400 FONTAINE AVE,22901,-78.49477,38.06987,Natural vegetation fire ,17.349999999999984,2002-04-14 12:38:57,2002,0.0,Undetermined,,,,Undetermined,E6 ,3.500000000000064,2002-04-14 12:38:57,POINT (-78.49477 38.06987),200.0,5.0,1.0,"2400 Fontaine Avenue, Charlottesville, Virginia 22903, United States",POINT (-78.51899400000001 38.02574),0.0,5340.910081997895 +2003381,905 FOREST ST,22901,-78.48545,38.038358,Structure Fire ,258.68333333333237,2002-11-07 15:21:02,2002,40000.0,1 or 2 family dwelling,Bedroom - < 5 persons; included are jail or prison,Cigarette lighter,"Box, carton, bag, basket, barrel",Intentional,C2 ,3.199999999999968,2002-11-07 15:21:02,POINT (-78.48545 38.038358),200.0,5.0,1.0,"905 Forest Street, Charlottesville, Virginia 22903, United States",POINT (-78.48535800000001 38.038892),1.0,59.83216409140016 +2003463,219 5TH ST SW,22903,-78.488751,38.029425,Mobile property (vehicle) fire ,9.433333333333296,2002-11-14 07:46:32,2002,0.0,,,,,,BC2 ,0.049999999999968,2002-11-14 07:46:32,POINT (-78.48875099999999 38.029425),200.0,5.0,1.0,"219 5th Street Southwest, Charlottesville, Virginia 22903, United States",POINT (-78.488846 38.029448),2.0,8.72443192857149 +2003769,,22902,-78.49047,38.00955,Structure Fire ,24.90000000000005,2002-12-11 09:30:15,2002,0.0,1 or 2 family dwelling,,,,,BC2 ,1.599999999999984,2002-12-11 09:30:15,POINT (-78.49047 38.00955),200.0,5.0,1.0,"822 Hardy Drive, Charlottesville, Virginia 22903, United States",POINT (-78.492547 38.033183),4.0,2630.0398874126895 +2003827,822 HARDY DR,22901,-78.49477,38.06987,Structure Fire ,98.75000000000001,2002-12-17 02:38:34,2002,15000.0,Multifamily dwelling,"Cooking area, kitchen","Heat from powered equipment, other","Box, carton, bag, basket, barrel",Intentional,E7 ,5.933333333333376,2002-12-17 02:38:34,POINT (-78.49477 38.06987),200.0,5.0,1.0,"900 Hillcrest Rd, Charlottesville, Virginia 22903, United States",POINT (-78.47723000000001 38.04176),5.0,3479.9273316575327 +2003891,900 HILLCREST RD,22901,-78.476492,38.042706,Structure Fire ,51.56666666666669,2002-12-22 11:23:05,2002,0.0,1 or 2 family dwelling,,,Exterior roof covering or finish,Intentional,BTCO2 ,2.6666666666667362,2002-12-22 11:23:05,POINT (-78.47649199999999 38.042706),200.0,5.0,1.0,"20 Bonnycastle Drive, Charlottesville, Virginia 22904, United States",POINT (-78.510867 38.035375),7.0,3126.0384551677894 +2000079,,22902,-78.49047,38.00955,Natural vegetation fire ,48.416666666666686,2003-01-08 12:29:18,2003,0.0,"Pipeline, power line or other utility right of way ",,Arcing,,Other cause,E5 ,3.7166666666666397,2003-01-08 12:29:18,POINT (-78.49047 38.00955),200.0,5.0,1.0,"1526 Trailridge Road, Charlottesville, Virginia 22903, United States",POINT (-78.501983 38.02212),8.0,1723.3512856198652 +2030084,20 BONNYCASTLE DR,22908,-78.510425,38.035418,Structure Fire ,28.39999999999997,2003-01-09 10:23:46,2003,0.0,"Dormitory type residence, other ",Office,Arcing,"Electrical wire, cable insulation","Cause, other",E2 ,3.566666666666736,2003-01-09 10:23:46,POINT (-78.510425 38.035418),200.0,5.0,1.0,"100 Ridge Street, Charlottesville, Virginia 22902, United States",POINT (-78.484714 38.029947),9.0,2337.970337601324 +2030087,1526 TRAILRIDGE RD,22903,-78.5023,38.022157,Structure Fire ,78.66666666666663,2003-01-09 15:41:44,2003,5000.0,1 or 2 family dwelling,Bedroom - < 5 persons; included are jail or prison,Cigarette,"Bedding; blanket, sheet, comforter",Cause under investigation,E5 ,4.1333333333333755,2003-01-09 15:41:44,POINT (-78.50230000000001 38.022157),200.0,5.0,1.0,"1421 Hazel Street, Charlottesville, Virginia 22902, United States",POINT (-78.463331 38.033304),10.0,3639.0308398169527 +2030117,100 RIDGE ST,22902,-78.48529,38.030078,Structure Fire ,118.70000000000006,2003-01-12 02:23:38,2003,5000.0,Multifamily dwelling,"Chute/container - trash, rubbish, waste",Cigarette,"Rubbish, trash, or waste",Intentional,E7 ,2.616666666666624,2003-01-12 02:23:38,POINT (-78.48529000000001 38.030078),200.0,5.0,1.0,"975 Emmet Street North, Charlottesville, Virginia 22903, United States",POINT (-78.504386 38.050278),11.0,2800.065161177355 +2030142,1421 HAZEL ST,22902,-78.463411,38.033186,Structure Fire ,39.38333333333328,2003-01-13 23:25:57,2003,0.0,1 or 2 family dwelling,"Cooking area, kitchen","Spark, ember, or flame from operating equipment","Cooking materials, including edible materials",Unintentional,E7 ,6.166666666666655,2003-01-13 23:25:57,POINT (-78.46341099999999 38.033186),200.0,5.0,1.0,"1600 6th Street Southeast, Charlottesville, Virginia 22902, United States",POINT (-78.48662899999999 38.016582),13.0,2748.7507681863394 +2030152,975 EMMET ST N,22903,-78.502825,38.049487,Structure Fire ,549.1499999999991,2003-01-15 06:25:03,2003,1310000.0,"Food and beverage sales, grocery store","Sales area, showroom (exclude display window)",Undetermined,"Box, carton, bag, basket, barrel",Unintentional,BTCO2 ,5.383333333333296,2003-01-15 06:25:03,POINT (-78.502825 38.049487),200.0,5.0,1.0,"1604 Jamestown Drive, Charlottesville, Virginia 22901, United States",POINT (-78.47345900000001 38.060814),14.0,2868.2304220310666 +2030169,,22901,-78.49047,38.00955,Mobile property (vehicle) fire ,56.29999999999997,2003-01-16 17:13:35,2003,0.0,,"Vehicle area, other","Heat from powered equipment, other","Electrical wire, cable insulation",Failure of equipment or heat source,E7 ,4.1333333333333755,2003-01-16 17:13:35,POINT (-78.49047 38.00955),200.0,5.0,0.801667,"250 Byp, Charlottesville, Virginia 22901, United States",POINT (-78.45812599999999 38.035021),15.0,4008.1454193942654 +2030180,1600 6TH ST SE,22902,-78.486532,38.016944,Fire in mobile property used as a fixed structure ,22.416666666666625,2003-01-18 00:53:30,2003,200.0,Outbuilding or shed,Storage: supplies or tools; dead storage,Undetermined,"Mattress, pillow",Cause undetermined after investigation,E5 ,5.566666666666608,2003-01-18 00:53:30,POINT (-78.486532 38.016944),200.0,5.0,1.0,"614 Dice Street, Charlottesville, Virginia 22903, United States",POINT (-78.490454 38.029424),16.0,1427.6884669904753 +2030266,1604 JAMESTOWN DR,22903,-78.473677,38.060742,Natural vegetation fire ,24.933333333333316,2003-01-24 18:22:40,2003,0.0,"Forest, timberland, woodland",,Hot ember or ash,,Other cause,E2 ,4.183333333333344,2003-01-24 18:22:40,POINT (-78.473677 38.060742),200.0,5.0,1.0,"1600 6th Street Southeast, Charlottesville, Virginia 22902, United States",POINT (-78.48662899999999 38.016582),17.0,5032.800095783459 +2030286,200 250 BYPASS,22901,-78.49477,38.06987,Mobile property (vehicle) fire ,24.34999999999997,2003-01-26 20:26:17,2003,0.0,,"Engine area, running gear, wheel area","Hot or smoldering object, other","Upholstered sofa, chair, vehicle seats",Failure of equipment or heat source,E7 ,5.96666666666664,2003-01-26 20:26:17,POINT (-78.49477 38.06987),200.0,5.0,1.0,"1011 Cottonwood Road, Charlottesville, Virginia 22901, United States",POINT (-78.466657 38.044176),18.0,3771.8894763719636 +2030298,614 DICE ST,22902,-78.490397,38.0295,Structure Fire ,33.999999999999986,2003-01-27 15:07:23,2003,15.0,"Boarding/rooming house, residential hotels",Bedroom - < 5 persons; included are jail or prison,"Radiated, conducted heat from operating equipment","Upholstered sofa, chair, vehicle seats",Unintentional,BC2 ,3.283333333333344,2003-01-27 15:07:23,POINT (-78.490397 38.0295),200.0,5.0,1.0,"1800 Monticello Road, Charlottesville, Virginia 22902, United States",POINT (-78.472955 38.015492),19.0,2182.8821593119947 +2030332,1600 6TH ST SE,22901,-78.486532,38.016944,Structure Fire ,47.33333333333337,2003-01-30 16:23:28,2003,0.0,"Outside or special property, other",Other,Undetermined,Undetermined,Cause under investigation,E5 ,2.633333333333328,2003-01-30 16:23:28,POINT (-78.486532 38.016944),200.0,5.0,1.0,"222 14th Street Northwest, Charlottesville, Virginia 22903, United States",POINT (-78.49841000000001 38.035744),20.0,2333.297926973621 +2030341,1011 COTTONWOOD RD,22901,-78.466338,38.044138,Structure Fire ,73.35,2003-01-31 12:07:40,2003,2500.0,1 or 2 family dwelling,"Bathroom, checkroom, lavatory, locker room","Radiated, conducted heat from operating equipment","Dust, fiber, lint, including sawdust and excelsior",Unintentional,E1 ,5.233333333333392,2003-01-31 12:07:40,POINT (-78.46633799999999 38.044138),200.0,5.0,1.0,"1023 Grove Street, Charlottesville, Virginia 22903, United States",POINT (-78.498885 38.02957),21.0,3283.7382108677666 +2030397,1800 MONTICELLO RD,22902,-78.473168,38.01542,Mobile property (vehicle) fire ,10.633333333333391,2003-02-05 21:19:13,2003,0.0,"Service station, gas station","Engine area, running gear, wheel area","Radiated, conducted heat from operating equipment","Electrical wire, cable insulation",Cause undetermined after investigation,E5 ,3.316666666666608,2003-02-05 21:19:13,POINT (-78.473168 38.01542),200.0,5.0,1.0,"1400 Melbourne Road, Charlottesville, Virginia 22901, United States",POINT (-78.47626700000001 38.052333),23.0,4107.101469184183 +2030443,222 14TH ST NW,22903,-78.498589,38.035815,Structure Fire ,36.416666666666735,2003-02-13 12:38:38,2003,0.0,Multifamily dwelling,"Cooking area, kitchen","Radiated, conducted heat from operating equipment","Interior wall covering excluding drapes, etc.",Unintentional,E5 ,3.36666666666672,2003-02-13 12:38:38,POINT (-78.498589 38.035815),200.0,5.0,1.0,"1800 Jefferson Park Avenue, Charlottesville, Virginia 22903, United States",POINT (-78.50887899999999 38.028802),24.0,1192.7346606671706 +2030459,1023 GROVE ST,22901,-78.477872,38.054166,Structure Fire ,29.61666666666662,2003-02-15 00:39:54,2003,0.0,1 or 2 family dwelling,Bedroom - < 5 persons; included are jail or prison,Cigarette,Floor covering or rug/carpet/mat,Unintentional,E7 ,5.600000000000016,2003-02-15 00:39:54,POINT (-78.477872 38.054166),200.0,5.0,1.0,"1115 Forest Street, Charlottesville, Virginia 22903, United States",POINT (-78.483833 38.040327),25.0,1623.088622027305 +2030474,,22901,-78.49047,38.00955,Mobile property (vehicle) fire ,41.600000000000016,2003-02-17 04:31:35,2003,0.0,"Residential street, road or residential driveway","Engine area, running gear, wheel area",Undetermined,"Electrical wire, cable insulation",Failure of equipment or heat source,E7 ,5.06666666666664,2003-02-17 04:31:35,POINT (-78.49047 38.00955),200.0,5.0,1.0,"732 Walnut Street, Charlottesville, Virginia 22902, United States",POINT (-78.472194 38.024991),27.0,2348.4525754578663 +2030492,1400 MELBOURNE ROAD,22901,-78.47289,38.052744,Natural vegetation fire ,102.66666666666667,2003-02-19 07:12:39,2003,0.0,"Storage, other",,"Chemical, natural heat source, other",,Natural source,E2 ,5.449999999999968,2003-02-19 07:12:39,POINT (-78.47289000000001 38.052744),200.0,5.0,1.0,"108 Maury Avenue, Charlottesville, Virginia 22903, United States",POINT (-78.51523899999999 38.026805),28.0,4703.06289668033 +2030519,1800 JEFFERSON PARK AVE,22901,,,Structure Fire ,206.31666666666672,2003-02-21 19:34:44,2003,30000.0,Multifamily dwelling,"Cooking area, kitchen","Spark, ember, or flame from operating equipment",Appliance housing or casing,Unintentional,E7 ,4.26666666666672,2003-02-21 19:34:44,POINT (nan nan),200.0,5.0,1.0,"319 East Main Street, Charlottesville, Virginia 22902, United States",POINT (-78.479405 38.030421),29.0,inf +2030582,1115 FOREST ST,22903,-78.483603,38.040173,Mobile property (vehicle) fire ,19.250000000000064,2003-02-26 22:17:17,2003,0.0,Vehicle parking area,"Vehicle area, other","Radiated, conducted heat from operating equipment","Liquids, piping, filters, other",Unintentional,BC3 ,4.1333333333333755,2003-02-26 22:17:17,POINT (-78.483603 38.040173),200.0,5.0,1.0,"2134 Barracks Rd, Charlottesville, Virginia 22903, United States",POINT (-78.49996 38.05403),31.0,2104.4855643303417 +2030593,,22901,-78.49047,38.00955,Mobile property (vehicle) fire ,39.23333333333338,2003-02-27 19:29:01,2003,0.0,Highway or divided highway,"Engine area, running gear, wheel area","Spark, ember, or flame from operating equipment",Flammable liquid/gas - in/from engine or burner,Cause undetermined after investigation,E1 ,,2003-02-27 19:29:01,POINT (-78.49047 38.00955),200.0,5.0,1.0,"801 Orangedale Avenue, Charlottesville, Virginia 22903, United States",POINT (-78.497944 38.021786),32.0,1508.7203906006737 +2030624,732 WALNUT ST,22902,-78.472374,38.025078,Mobile property (vehicle) fire ,21.933333333333362,2003-03-03 14:37:14,2003,0.0,Vehicle parking area,"Engine area, running gear, wheel area","Radiated, conducted heat from operating equipment",Undetermined,Failure of equipment or heat source,E5 ,4.966666666666704,2003-03-03 14:37:14,POINT (-78.472374 38.025078),200.0,5.0,1.0,"768 Prospect Ave, Charlottesville, Virginia 22903, United States",POINT (-78.49587 38.02251),35.0,2083.06062261251 +2030674,108 MAURY AVE,22903,-78.515313,38.026561,Structure Fire ,124.74999999999994,2003-03-08 19:59:52,2003,12500.0,1 or 2 family dwelling,Bedroom - < 5 persons; included are jail or prison,Candle,"Furniture, utensils, other",Unintentional,E6 ,3.249999999999936,2003-03-08 19:59:52,POINT (-78.51531300000001 38.026561),200.0,5.0,0.948,"1222 Jefferson Park Avenue, Charlottesville, Virginia 22903, United States",POINT (-78.4997 38.032586),36.0,1525.4993082348317 +2030706,319 E MAIN ST,22902,-78.479523,38.030195,Natural vegetation fire ,59.26666666666666,2003-03-12 12:29:49,2003,0.0,"Assembly, other",,Hot ember or ash,,Smoking,E5 ,2.166666666666624,2003-03-12 12:29:49,POINT (-78.479523 38.030195),200.0,5.0,1.0,"400 Emmet Street South, Charlottesville, Virginia 22903, United States",POINT (-78.50734799999999 38.036336),37.0,2536.6481082533087 +2030708,,22901,-78.49047,38.00955,Mobile property (vehicle) fire ,22.716666666666722,2003-03-12 16:11:32,2003,0.0,Highway or divided highway,"Engine area, running gear, wheel area",Arcing,Multiple items first ignited,Unintentional,E1 ,6.75,2003-03-12 16:11:32,POINT (-78.49047 38.00955),200.0,5.0,1.0,"904 1st Street, Charlottesville, Virginia 22902, United States",POINT (-78.485947 38.022378),39.0,1478.5186642353378 +2030716,2134 BARRACKS RD,22903,-78.500134,38.054186,Structure Fire ,177.56666666666638,2003-03-13 13:53:30,2003,5000.0,"General retail, other","Bathroom, checkroom, lavatory, locker room","Heat from powered equipment, other","Electrical wire, cable insulation",Failure of equipment or heat source,POV ,0.583333333333344,2003-03-13 13:53:30,POINT (-78.500134 38.054186),200.0,5.0,1.0,"1254 Emmet Street North, Charlottesville, Virginia 22903, United States",POINT (-78.496841 38.054986),40.0,302.4098367724747 +2030768,801 ORANGEDALE AVE,22901,-78.49477,38.06987,Structure Fire ,157.68333333333217,2003-03-19 20:51:34,2003,35000.0,1 or 2 family dwelling,"Laundry area, wash house (laundry)",Undetermined,"Interior wall covering excluding drapes, etc.",Failure of equipment or heat source,E5 ,3.666666666666672,2003-03-19 20:51:34,POINT (-78.49477 38.06987),200.0,5.0,1.0,"235 Hereford Drive, Charlottesville, Virginia 22904, United States",POINT (-78.519803 38.029684),41.0,4973.287043948302 +2030794,,22901,-78.49047,38.00955,Mobile property (vehicle) fire ,36.74999999999996,2003-03-22 17:39:30,2003,13000.0,,"Engine area, running gear, wheel area",Arcing,"Electrical wire, cable insulation",Failure of equipment or heat source,E82 ,,2003-03-22 17:39:30,POINT (-78.49047 38.00955),200.0,5.0,1.0,"1254 Emmet Street North, Charlottesville, Virginia 22903, United States",POINT (-78.496841 38.054986),42.0,5075.180541743856 +2030802,,22903,-78.49047,38.00955,Mobile property (vehicle) fire ,29.29999999999997,2003-03-23 14:23:21,2003,0.0,Vehicle parking area,"Exterior, exposed surface","Radiated, conducted heat from operating equipment","Pipe, duct, conduit or hose",Failure of equipment or heat source,E6 ,4.71666666666672,2003-03-23 14:23:21,POINT (-78.49047 38.00955),200.0,5.0,1.0,"1154 5th Street Southwest, Charlottesville, Virginia 22902, United States",POINT (-78.502128 38.011619),43.0,1049.4491768024523 +2030808,768 PROSPECT AVE,22902,-78.494947,38.023745,Mobile property (vehicle) fire ,55.783333333333296,2003-03-24 00:04:38,2003,5000.0,,"Engine area, running gear, wheel area",Undetermined,Undetermined,Cause undetermined after investigation,E7 ,5.61666666666672,2003-03-24 00:04:38,POINT (-78.494947 38.023745),200.0,5.0,1.0,"2111 Michie Drive, Charlottesville, Virginia 22901, United States",POINT (-78.485135 38.062271),44.0,4363.0213063888605 +2030820,1222 JEFFERSON PARK,22901,-78.467387,38.0279,Natural vegetation fire ,6.399999999999936,2003-03-25 08:09:33,2003,0.0,Business office,,Cigarette,,Smoking,E7 ,2.600000000000064,2003-03-25 08:09:33,POINT (-78.467387 38.0279),200.0,5.0,1.0,"271 Ridge McIntire Rd, Charlottesville, Virginia 22903, United States",POINT (-78.48547000000001 38.03203),45.0,1652.8232903803635 +2030897,400 EMMET ST S,22901,-78.496135,38.056396,Mobile property (vehicle) fire ,17.98333333333329,2003-04-01 07:32:20,2003,0.0,,"Engine area, running gear, wheel area",Undetermined,Undetermined,Cause undetermined after investigation,E6 ,3.1000000000000316,2003-04-01 07:32:20,POINT (-78.496135 38.056396),200.0,5.0,1.0,"113 Harmon Street, Charlottesville, Virginia 22903, United States",POINT (-78.512991 38.027745),47.0,3508.2248519275768 +2030904,,22902,-78.49047,38.00955,Mobile property (vehicle) fire ,57.61666666666671,2003-04-02 03:55:36,2003,0.0,,"Engine area, running gear, wheel area",Heat from undetermined smoking material,Multiple items first ignited,Cause under investigation,E5 ,5.333333333333328,2003-04-02 03:55:36,POINT (-78.49047 38.00955),200.0,5.0,1.0,"1001 Birdwood Road, Charlottesville, Virginia 22903, United States",POINT (-78.479134 38.04318),48.0,3864.017701954226 +2030912,904 1ST ST S,22901,-78.481975,38.029728,Structure Fire ,18.63333333333331,2003-04-02 17:30:29,2003,230.0,Multifamily dwelling,Bedroom - < 5 persons; included are jail or prison,Arcing,"Interior wall covering excluding drapes, etc.",Failure of equipment or heat source,LAD01 ,0.6833333333332801,2003-04-02 17:30:29,POINT (-78.48197500000001 38.029728),200.0,5.0,1.0,"400 Water Street East, Charlottesville, Virginia 22902, United States",POINT (-78.479567 38.02918),49.0,220.03663642013365 +2030918,1254 EMMET ST N,22901,-78.497065,38.055071,Natural vegetation fire ,11.916666666666721,2003-04-03 11:16:54,2003,0.0,Graded and cared-for plots of land,,Cigarette,,Smoking,E2 ,4.966666666666704,2003-04-03 11:16:54,POINT (-78.49706500000001 38.055071),200.0,5.0,0.74,"Charlottesville, Virginia, United States",POINT (-78.47669999999999 38.0293),50.0,3373.8497615330916 +2030923,235 HEREFORD DR,22903,-78.520759,38.030234,Natural vegetation fire ,22.083333333333265,2003-04-03 14:26:45,2003,0.0,"Dormitory type residence, other ",,Cigarette,,Smoking,E6 ,6.200000000000063,2003-04-03 14:26:45,POINT (-78.520759 38.030234),200.0,5.0,1.0,"1513 Westwood Road, Charlottesville, Virginia 22903, United States",POINT (-78.485185 38.044728),54.0,3513.662991752988 +2030951,1254 EMMET ST N,22903,-78.497065,38.055071,Natural vegetation fire ,9.983333333333375,2003-04-06 07:53:45,2003,0.0,Vehicle parking area,,Undetermined,,Undetermined,E2 ,4.533333333333264,2003-04-06 07:53:45,POINT (-78.49706500000001 38.055071),200.0,5.0,1.0,"119 West Main Street, Charlottesville, Virginia 22902, United States",POINT (-78.48200799999999 38.031187),56.0,2962.857826218636 +2030952,1154 5TH ST SW,22902,-78.502681,38.012013,Natural vegetation fire ,7.850000000000015,2003-04-06 13:09:51,2003,0.0,Highway or divided highway,,,,Smoking,E5 ,,2003-04-06 13:09:51,POINT (-78.502681 38.012013),200.0,5.0,1.0,"1300 Long Street, Charlottesville, Virginia 22901, United States",POINT (-78.46299 38.035426),57.0,4348.182236083142 +2030954,2111 MICHIE DR,22901,-78.485913,38.060603,Natural vegetation fire ,11.900000000000016,2003-04-06 16:54:17,2003,0.0,Vehicle parking area,,Undetermined,,Undetermined,E2 ,6.950000000000016,2003-04-06 16:54:17,POINT (-78.485913 38.060603),200.0,5.0,1.0,"1605 6th Street Southeast, Charlottesville, Virginia 22902, United States",POINT (-78.48688300000001 38.017057),58.0,4835.1982194986595 +2030971,271 RIDGE MCINTIRE RD,22903,-78.484817,38.032331,Mobile property (vehicle) fire ,36.999999999999936,2003-04-08 15:32:05,2003,0.0,,"Engine area, running gear, wheel area",Undetermined,Flammable liquid/gas - in/from engine or burner,Failure of equipment or heat source,E7 ,1.58333333333328,2003-04-08 15:32:05,POINT (-78.48481700000001 38.032331),200.0,5.0,1.0,"2104 Arlington Boulevard, Charlottesville, Virginia 22903, United States",POINT (-78.50681299999999 38.049303),59.0,2698.1569449940316 +2031002,,22901,-78.49047,38.00955,Mobile property (vehicle) fire ,11.833333333333343,2003-04-11 09:39:32,2003,2000.0,Street or road in commercial area,"Engine area, running gear, wheel area","Heat from powered equipment, other",Flammable liquid/gas - in/from engine or burner,Failure of equipment or heat source,E7 ,1.866666666666672,2003-04-11 09:39:32,POINT (-78.49047 38.00955),200.0,5.0,1.0,"1828 Winston Road, Charlottesville, Virginia 22903, United States",POINT (-78.49899499999999 38.045396),60.0,4049.381206181461 +2031005,113 HARMON ST,22901,-78.579771,38.102522,Structure Fire ,35.500000000000036,2003-04-11 14:02:53,2003,1100.0,1 or 2 family dwelling,"Common room, den, family room, living room, lounge",Arcing,Appliance housing or casing,Failure of equipment or heat source,E7 ,4.650000000000048,2003-04-11 14:02:53,POINT (-78.57977099999999 38.102522),200.0,5.0,1.0,"713 6th Street Southeast, Charlottesville, Virginia 22902, United States",POINT (-78.481827 38.024202),61.0,12227.253435939661 +2031030,1001 BIRDWOOD RD,22901,-78.478761,38.043083,Natural vegetation fire ,44.41666666666666,2003-04-13 16:07:44,2003,0.0,Open land or field,,Cigarette lighter,,Incendiary,E2 ,2.6666666666667362,2003-04-13 16:07:44,POINT (-78.47876100000001 38.043083),200.0,5.0,1.0,"135 Longwood Drive, Charlottesville, Virginia 22903, United States",POINT (-78.50741499999999 38.012502),62.0,4225.897821867661 +2031036,400 E WATER ST,22902,-78.479507,38.029259,Mobile property (vehicle) fire ,14.533333333333344,2003-04-14 10:59:27,2003,0.0,,"Engine area, running gear, wheel area","Heat, spark from friction","Electrical wire, cable insulation",Failure of equipment or heat source,E4 ,3.016666666666656,2003-04-14 10:59:27,POINT (-78.479507 38.029259),200.0,5.0,1.0,"917 Monticello Avenue, Charlottesville, Virginia 22902, United States",POINT (-78.47507299999999 38.022729),63.0,822.9152124039667 +2031056,1360 RUGBY AVE,22901,-78.479588,38.048797,Natural vegetation fire ,62.18333333333338,2003-04-15 21:29:30,2003,0.0,Open land or field,,Fireworks,,Other cause,E4 ,0.45,2003-04-15 21:29:30,POINT (-78.47958800000001 38.048797),200.0,5.0,1.0,"410 Jefferson Street, Charlottesville, Virginia 22902, United States",POINT (-78.478235 38.031334),65.0,1942.3742269066647 +2031075,,22901,-78.49047,38.00955,Mobile property (vehicle) fire ,15.883333333333345,2003-04-17 18:57:02,2003,400.0,Vehicle parking area,"Engine area, running gear, wheel area",Arcing,"Electrical wire, cable insulation",Failure of equipment or heat source,E2 ,3.983333333333328,2003-04-17 18:57:02,POINT (-78.49047 38.00955),200.0,5.0,1.0,"975 Emmet Street North, Charlottesville, Virginia 22903, United States",POINT (-78.504386 38.050278),67.0,4683.789222174874 +2031125,,22902,-78.49047,38.00955,Natural vegetation fire ,9.166666666666607,2003-04-23 17:34:12,2003,0.0,Multifamily dwelling,,Undetermined,,Undetermined,E3 ,4.416666666666623,2003-04-23 17:34:12,POINT (-78.49047 38.00955),200.0,5.0,1.0,"323 Monticello Road, Charlottesville, Virginia 22902, United States",POINT (-78.476276 38.026239),68.0,2233.154115697163 +2031131,,22903,-78.49047,38.00955,Mobile property (vehicle) fire ,34.69999999999997,2003-04-24 12:03:38,2003,0.0,Vehicle parking area,Cargo/trunk area - all vehicles,"Heat, spark from friction","Rubbish, trash, or waste",Failure of equipment or heat source,TRNG1 ,1.783333333333296,2003-04-24 12:03:38,POINT (-78.49047 38.00955),200.0,5.0,1.0,"1516 Amherst Street, Charlottesville, Virginia 22903, United States",POINT (-78.486042 38.042411),69.0,3668.8619008305377 +2031165,1513 WESTWOOD RD,22903,-78.485195,38.044464,Natural vegetation fire ,31.466666666666736,2003-04-27 13:25:02,2003,0.0,Open land or field,,Cigarette lighter,,Misuse of fire,E2 ,1.8166666666667042,2003-04-27 13:25:02,POINT (-78.485195 38.044464),200.0,5.0,1.0,"218 Water Street East, Charlottesville, Virginia 22902, United States",POINT (-78.48047099999999 38.029606),72.0,1700.8811076005884 +2031175,,22901,-78.49047,38.00955,Natural vegetation fire ,11.516666666666689,2003-04-28 13:09:17,2003,0.0,"Outside or special property, other",,Undetermined,,Undetermined,E2 ,3.3833333333332796,2003-04-28 13:09:17,POINT (-78.49047 38.00955),200.0,5.0,0.948,"1904 Jefferson Park Avenue, Charlottesville, Virginia 22903, United States",POINT (-78.51151900000001 38.026954),73.0,2674.1122540589918 +2031228,119 W MAIN ST,22902,-78.482024,38.030981,Structure Fire ,76.90000000000003,2003-05-04 17:29:22,2003,1000.0,"Eating, drinking places","Cooking area, kitchen","Heat from powered equipment, other","Interior wall covering excluding drapes, etc.",Unintentional,LAD01 ,1.56666666666672,2003-05-04 17:29:22,POINT (-78.482024 38.030981),200.0,5.0,1.0,"1314 Carlton Avenue, Charlottesville, Virginia 22902, United States",POINT (-78.467929 38.02148),74.0,1626.276784328427 +2031242,1300 LONG ST,22904,-78.508105,38.034684,Mobile property (vehicle) fire ,18.066666666666674,2003-05-06 14:17:26,2003,0.0,,"Engine area, running gear, wheel area","Radiated, conducted heat from operating equipment",Multiple items first ignited,Failure of equipment or heat source,E2 ,10.56666666666672,2003-05-06 14:17:26,POINT (-78.508105 38.034684),200.0,5.0,1.0,"1207 Holmes Avenue, Charlottesville, Virginia 22901, United States",POINT (-78.461063 38.046575),75.0,4336.199781963745 +2031299,1605 6TH ST SE,22902,-78.486588,38.016976,"Fire, other ",6.6333333333333595,2003-05-11 20:51:29,2003,0.0,Playground,,,,,E5 ,3.93333333333336,2003-05-11 20:51:29,POINT (-78.486588 38.016976),200.0,5.0,1.0,"617 9th St SW, Charlottesville, Virginia 22903, United States",POINT (-78.49778999999999 38.02666),76.0,1457.2977544809924 +2031324,2104 ARLINGTON BLVD,22901,-78.506553,38.049542,Natural vegetation fire ,101.2666666666667,2003-05-13 11:34:43,2003,0.0,Open land or field,,Arcing,,Equipment,E6 ,4.816666666666657,2003-05-13 11:34:43,POINT (-78.506553 38.049542),200.0,5.0,1.0,"1026 River Road, Charlottesville, Virginia 22901, United States",POINT (-78.45724 38.036975),77.0,4548.851314105095 +2031360,1828 WINSTON RD,22903,-78.498776,38.045597,Mobile property (vehicle) fire ,41.33333333333333,2003-05-15 20:17:39,2003,10000.0,,"Engine area, running gear, wheel area",Arcing,"Electrical wire, cable insulation",Failure of equipment or heat source,E2 ,4.099999999999968,2003-05-15 20:17:39,POINT (-78.49877600000001 38.045597),200.0,5.0,1.0,"145 Birdwood Court, Charlottesville, Virginia 22903, United States",POINT (-78.47823200000001 38.04242),79.0,1837.870604714371 +2031424,713 6TH ST SE,22902,-78.48103,38.024758,Structure Fire ,24.549999999999986,2003-05-21 20:21:32,2003,0.0,Multifamily dwelling,"Cooking area, kitchen","Spark, ember, or flame from operating equipment",Appliance housing or casing,Failure of equipment or heat source,E5 ,2.1500000000000643,2003-05-21 20:21:32,POINT (-78.48103 38.024758),200.0,5.0,1.0,"315 7 1/2 St SW, Charlottesville, Virginia 22903, United States",POINT (-78.4918 38.02933),80.0,1073.3911118343017 +2031481,135 LONGWOOD DR,22901,-78.49477,38.06987,Structure Fire ,151.8166666666656,2003-05-27 01:36:16,2003,10000.0,1 or 2 family dwelling,"Cooking area, kitchen","Radiated, conducted heat from operating equipment",Household utensils,Unintentional,BC4 ,5.049999999999936,2003-05-27 01:36:16,POINT (-78.49477 38.06987),200.0,5.0,1.0,"1607 Grove Road, Charlottesville, Virginia 22901, United States",POINT (-78.481303 38.055812),81.0,1957.8315637185772 +2031539,917 MONTICELLO AVE,22902,-78.475257,38.022565,Structure Fire ,23.449999999999967,2003-05-31 19:34:00,2003,2000.0,1 or 2 family dwelling,"Laundry area, wash house (laundry)","Heat from powered equipment, other",Linen; other than bedding,Unintentional,E5 ,0.9833333333333759,2003-05-31 19:34:00,POINT (-78.475257 38.022565),200.0,5.0,1.0,"918 Preston Ave, Charlottesville, Virginia 22903, United States",POINT (-78.48966 38.037),83.0,2041.547843458862 +2031593,,22902,-78.49047,38.00955,Natural vegetation fire ,7.049999999999951,2003-06-06 18:55:39,2003,0.0,Highway or divided highway,,Hot ember or ash,,Smoking,E1 ,3.5333333333333283,2003-06-06 18:55:39,POINT (-78.49047 38.00955),200.0,5.0,1.0,"1109 5th Street Southwest, Charlottesville, Virginia 22902, United States",POINT (-78.500147 38.014421),84.0,1007.4240520594424 +2031602,410 E JEFFERSON ST,22902,-78.47824,38.03147,Structure Fire ,29.799999999999937,2003-06-07 14:53:12,2003,0.0,"Hotel/motel, commercial","Cooking area, kitchen","Radiated, conducted heat from operating equipment","Cooking materials, including edible materials",Unintentional,E5 ,1.883333333333376,2003-06-07 14:53:12,POINT (-78.47824 38.03147),200.0,5.0,1.0,"600 Preston Avenue, Charlottesville, Virginia 22903, United States",POINT (-78.486011 38.034938),85.0,783.500771100744 +2031635,,22902,-78.49047,38.00955,Mobile property (vehicle) fire ,21.733333333333345,2003-06-10 07:49:09,2003,0.0,,"Engine area, running gear, wheel area","Heat from powered equipment, other",Flammable liquid/gas - in/from engine or burner,Failure of equipment or heat source,E7 ,2.6666666666667362,2003-06-10 07:49:09,POINT (-78.49047 38.00955),200.0,5.0,1.0,"943 Preston Ave, Charlottesville, Virginia 22903, United States",POINT (-78.48968000000001 38.03861),86.0,3226.954845525403 +2031696,975 EMMET ST N,22902,-78.502825,38.049487,Mobile property (vehicle) fire ,44.84999999999995,2003-06-15 12:03:13,2003,1000.0,Vehicle parking area,"Engine area, running gear, wheel area",Undetermined,Undetermined,Cause undetermined after investigation,E6 ,3.166666666666704,2003-06-15 12:03:13,POINT (-78.502825 38.049487),200.0,5.0,1.0,"1137 Emmet Street North, Charlottesville, Virginia 22903, United States",POINT (-78.500879 38.053381),87.0,464.83760929222285 +2031774,323 MONTICELLO RD,22902,-78.476415,38.026187,Structure Fire ,135.49999999999997,2003-06-22 02:22:36,2003,1000.0,1 or 2 family dwelling,"Storage room, area, tank, or bin",Undetermined,"Box, carton, bag, basket, barrel",Intentional,BC6 ,4.583333333333377,2003-06-22 02:22:36,POINT (-78.476415 38.026187),200.0,5.0,1.0,"1001 Sheridan Avenue, Charlottesville, Virginia 22901, United States",POINT (-78.465175 38.041772),88.0,1991.9583580221565 +2031812,1516 AMHERST ST,22903,-78.48603,38.042578,Structure Fire ,73.53333333333332,2003-06-24 13:05:18,2003,500.0,1 or 2 family dwelling,"Cooking area, kitchen","Heat from powered equipment, other",Interior ceiling cover or finish,Failure of equipment or heat source,E1 ,2.499999999999984,2003-06-24 13:05:18,POINT (-78.48603 38.042578),200.0,5.0,1.0,"116 Shasta Court, Charlottesville, Virginia 22903, United States",POINT (-78.50976900000001 38.012224),89.0,3962.554367447989 +2031813,,22901,-78.49047,38.00955,Natural vegetation fire ,6.200000000000063,2003-06-24 16:19:50,2003,0.0,Highway or divided highway,,Cigarette,,Smoking,E1 ,2.650000000000032,2003-06-24 16:19:50,POINT (-78.49047 38.00955),200.0,5.0,1.0,"802 Nalle Street, Charlottesville, Virginia 22903, United States",POINT (-78.493602 38.029835),90.0,2268.7516630732034 +2031829,,22911,-78.49047,38.00955,Natural vegetation fire ,8.050000000000033,2003-06-25 19:53:36,2003,0.0,"Residential street, road or residential driveway",,,,Misuse of fire,E1 ,4.349999999999952,2003-06-25 19:53:36,POINT (-78.49047 38.00955),200.0,5.0,1.0,"802 Nalle Street, Charlottesville, Virginia 22903, United States",POINT (-78.493602 38.029835),91.0,2268.7516630732034 +2031848,218 E WATER ST,22902,-78.48096,38.029677,Mobile property (vehicle) fire ,27.999999999999932,2003-06-27 13:33:35,2003,8050.0,,Separate operator/control area of transportation,"Hot or smoldering object, other","Upholstered sofa, chair, vehicle seats",Unintentional,E7 ,1.733333333333328,2003-06-27 13:33:35,POINT (-78.48096 38.029677),200.0,5.0,1.0,"405 4th Street Northwest, Charlottesville, Virginia 22903, United States",POINT (-78.485287 38.034006),92.0,612.6590385093298 +2031905,1904 JEFFERSON PARK,22903,-78.511743,38.027339,Structure Fire ,33.01666666666661,2003-07-02 17:00:28,2003,0.0,Multifamily dwelling,"Cooking area, kitchen","Heat from powered equipment, other","Liquids, piping, filters, other",Unintentional,TRNG1 ,5.350000000000032,2003-07-02 17:00:28,POINT (-78.511743 38.027339),200.0,5.0,1.0,"613 Avon Street, Charlottesville, Virginia 22902, United States",POINT (-78.479202 38.024593),93.0,2873.9207606505934 +2031962,1314 CARLTON AVE,22902,-78.467843,38.021636,Special outside fire ,50.36666666666673,2003-07-06 16:49:09,2003,0.0,"Manufacturing, processing",Roof surface: exterior,Lightning,Flammable liquid/gas in container or pipe,Act of nature,E5 ,0.183333333333312,2003-07-06 16:49:09,POINT (-78.467843 38.021636),200.0,5.0,1.0,"1811 Lambeth Lane, Charlottesville, Virginia 22903, United States",POINT (-78.501745 38.041144),95.0,3681.466752511939 +2032043,1207 HOLMES AVE,22904,-78.508105,38.034684,Structure Fire ,62.63333333333337,2003-07-12 18:52:25,2003,250.0,1 or 2 family dwelling,Storage: supplies or tools; dead storage,Flame/torch used for lighting,Flammable liquid/gas - in/from engine or burner,Failure of equipment or heat source,E1 ,4.366666666666656,2003-07-12 18:52:25,POINT (-78.508105 38.034684),200.0,5.0,0.948,"801 Emmet Street North, Charlottesville, Virginia 22903, United States",POINT (-78.504564 38.04738),96.0,1443.370103777489 +2032052,617 9TH STREET SW,22902,,,Structure Fire ,87.54999999999998,2003-07-13 16:50:57,2003,0.0,High school/junior high school/middle school,"Exterior, exposed surface",Match,"Rubbish, trash, or waste",Intentional,E5 ,3.93333333333336,2003-07-13 16:50:57,POINT (nan nan),200.0,5.0,1.0,"402 Monticello Road, Charlottesville, Virginia 22902, United States",POINT (-78.47609 38.025223),97.0,inf +2032062,1026 RIVER RD,22902,-78.457711,38.036912,Mobile property (vehicle) fire ,28.250000000000068,2003-07-14 16:13:02,2003,0.0,Street or road in commercial area,Cargo/trunk area - all vehicles,Undetermined,"Rubbish, trash, or waste",Cause undetermined after investigation,E1 ,7.299999999999936,2003-07-14 16:13:02,POINT (-78.457711 38.036912),200.0,5.0,1.0,"735 Park Street, Charlottesville, Virginia 22902, United States",POINT (-78.47534899999999 38.039106),98.0,1567.750221594734 +2032097,,22903,-78.49047,38.00955,Mobile property (vehicle) fire ,22.133333333333375,2003-07-18 09:43:24,2003,0.0,,"Engine area, running gear, wheel area","Radiated, conducted heat from operating equipment","Electrical wire, cable insulation",Failure of equipment or heat source,E5 ,4.26666666666672,2003-07-18 09:43:24,POINT (-78.49047 38.00955),200.0,5.0,1.0,"735 Park Street, Charlottesville, Virginia 22902, United States",POINT (-78.47534899999999 38.039106),99.0,3539.811856215433 +2032185,145 BIRDWOOD CT,22903,-78.47842,38.042408,Structure Fire ,36.38333333333333,2003-07-27 23:29:52,2003,0.0,1 or 2 family dwelling,"Cooking area, kitchen","Heat from powered equipment, other","Cooking materials, including edible materials",Unintentional,E1 ,3.8166666666667197,2003-07-27 23:29:52,POINT (-78.47842 38.042408),200.0,5.0,1.0,"600 Cherry Avenue, Charlottesville, Virginia 22903, United States",POINT (-78.49126099999999 38.02702),100.0,2046.9204666055823 +2032205,315 07 1/2 ST SW,22902,-78.482272,38.030977,Mobile property (vehicle) fire ,39.38333333333328,2003-07-29 18:53:09,2003,900.0,1 or 2 family dwelling,"Fuel tank, fuel line","Heat from powered equipment, other",Flammable liquid/gas - in/from engine or burner,Failure of equipment or heat source,E7 ,2.316666666666672,2003-07-29 18:53:09,POINT (-78.48227199999999 38.030977),200.0,5.0,0.948,"1900 Jefferson Park Avenue, Charlottesville, Virginia 22903, United States",POINT (-78.51125 38.027395),101.0,2575.5801418644855 +2032219,1607 GROVE RD,22902,-78.481807,38.055292,Special outside fire ,33.41666666666664,2003-07-31 12:12:13,2003,0.0,,"Outside area, other",Undetermined,"General materials, other",Intentional,E2 ,2.46666666666672,2003-07-31 12:12:13,POINT (-78.481807 38.055292),200.0,5.0,1.0,"1021 Wertland Street, Charlottesville, Virginia 22903, United States",POINT (-78.494759 38.034729),102.0,2550.425085410661 +2032246,,22901,-78.49047,38.00955,Mobile property (vehicle) fire ,13.049999999999999,2003-08-02 12:40:39,2003,0.0,,Cargo/trunk area - all vehicles,Heat from undetermined smoking material,"Furniture, utensils, other",Unintentional,E2 ,3.36666666666672,2003-08-02 12:40:39,POINT (-78.49047 38.00955),200.0,5.0,1.0,"100 Ridge Street, Charlottesville, Virginia 22902, United States",POINT (-78.484714 38.029947),103.0,2320.1958409120475 +2032299,918 PRESTON AVE,22901,-78.489705,38.037765,Mobile property (vehicle) fire ,10.066666666666608,2003-08-06 15:24:29,2003,1250.0,,"Engine area, running gear, wheel area","Heat, spark from friction","Electrical wire, cable insulation",Failure of equipment or heat source,E7 ,2.650000000000032,2003-08-06 15:24:29,POINT (-78.489705 38.037765),200.0,5.0,1.0,"2014 Lewis Mountain Road, Charlottesville, Virginia 22903, United States",POINT (-78.514932 38.03813),105.0,2215.4025800121226 +2032401,1109 5TH ST SW,22901,-78.49477,38.06987,Mobile property (vehicle) fire ,12.050000000000065,2003-08-15 15:00:03,2003,0.0,,"Engine area, running gear, wheel area",Undetermined,"Electrical wire, cable insulation",Failure of equipment or heat source,E5 ,4.583333333333377,2003-08-15 15:00:03,POINT (-78.49477 38.06987),200.0,5.0,1.0,"1613 Emmet Street North, Charlottesville, Virginia 22903, United States",POINT (-78.494725 38.058322),106.0,1282.0572881644302 +2032640,600 PRESTON AVE,22902,-78.485877,38.035089,Mobile property (vehicle) fire ,39.06666666666663,2003-09-02 15:23:28,2003,0.0,Railroad right of way ,Railroad right of way: on or near,"Hot or smoldering object, other",Railroad ties,Unintentional,E5 ,1.7166666666666242,2003-09-02 15:23:28,POINT (-78.485877 38.035089),200.0,5.0,1.0,"614 Dice Street, Charlottesville, Virginia 22903, United States",POINT (-78.490454 38.029424),108.0,746.3769391043187 +2032678,943 PRESTON AVE,22901,-78.490908,38.039033,Mobile property (vehicle) fire ,21.849999999999984,2003-09-04 16:07:54,2003,0.0,"Residential street, road or residential driveway","Engine area, running gear, wheel area",Arcing,"Electrical wire, cable insulation",Unintentional,E7 ,2.883333333333312,2003-09-04 16:07:54,POINT (-78.490908 38.039033),200.0,5.0,1.0,"800 Prospect Avenue, Charlottesville, Virginia 22903, United States",POINT (-78.496844 38.021366),109.0,2029.4536834819476 +2032752,1137 EMMET ST N,22903,-78.501,38.05118,Mobile property (vehicle) fire ,30.51666666666662,2003-09-12 21:04:17,2003,0.0,Vehicle parking area,"Engine area, running gear, wheel area",Arcing,"Electrical wire, cable insulation",Failure of equipment or heat source,E2 ,4.516666666666704,2003-09-12 21:04:17,POINT (-78.501 38.05118),200.0,5.0,1.0,"946 Grady Avenue, Charlottesville, Virginia 22903, United States",POINT (-78.491236 38.037767),110.0,1718.2193713975244 +2032813,1001 SHERIDAN AVE,22901,-78.465128,38.042129,Mobile property (vehicle) fire ,36.51666666666667,2003-09-18 15:39:14,2003,0.0,,"Engine area, running gear, wheel area","Heat from powered equipment, other","Electrical wire, cable insulation",Failure of equipment or heat source,E1 ,5.750000000000065,2003-09-18 15:39:14,POINT (-78.46512800000001 38.042129),200.0,5.0,0.948,"1721 Jefferson Park Avenue, Charlottesville, Virginia 22903, United States",POINT (-78.509405 38.02981),111.0,4121.3693834379765 +2033037,116 SHASTA CT,22902,-78.509912,38.012366,Structure Fire ,1.883333333333376,2003-09-21 12:33:47,2003,0.0,1 or 2 family dwelling,Bedroom - < 5 persons; included are jail or prison,Arcing,Floor covering or rug/carpet/mat,Failure of equipment or heat source,E7 ,0.266666666666688,2003-09-21 12:33:47,POINT (-78.509912 38.012366),200.0,5.0,1.0,"1401 Rugby Road, Charlottesville, Virginia 22903, United States",POINT (-78.489614 38.051224),112.0,4667.672620350227 +2033158,802 NALLE ST,22902,-78.493518,38.029955,Structure Fire ,79.56666666666662,2003-09-30 17:51:53,2003,0.0,1 or 2 family dwelling,Bedroom - < 5 persons; included are jail or prison,"Spark, ember, or flame from operating equipment",Wearing apparel not on a person,Unintentional,E5 ,3.36666666666672,2003-09-30 17:51:53,POINT (-78.49351799999999 38.029955),200.0,5.0,1.0,"921 Henry Avenue, Charlottesville, Virginia 22903, United States",POINT (-78.488043 38.039929),114.0,1207.1627060291144 +2033161,802 NALLE ST,22902,-78.493518,38.029955,Structure Fire ,135.60000000000005,2003-09-30 20:57:30,2003,0.0,1 or 2 family dwelling,Bedroom - < 5 persons; included are jail or prison,Undetermined,Wearing apparel not on a person,Cause under investigation,E7 ,3.583333333333296,2003-09-30 20:57:30,POINT (-78.49351799999999 38.029955),200.0,5.0,1.0,"1216 Smith Street, Charlottesville, Virginia 22901, United States",POINT (-78.457936 38.040444),115.0,3334.351434365974 +2033246,405 4TH ST NW,22902,-78.485485,38.03353,Mobile property (vehicle) fire ,8.283333333333312,2003-10-10 11:59:19,2003,0.0,"Street, other","Engine area, running gear, wheel area","Heat from powered equipment, other",Flammable liquid/gas - in/from engine or burner,Failure of equipment or heat source,BC1 ,1.91666666666664,2003-10-10 11:59:19,POINT (-78.485485 38.03353),200.0,5.0,1.0,"252 Mccormick Road, Charlottesville, Virginia 22903, United States",POINT (-78.507148 38.034589),116.0,1905.8343351493256 +2033254,613 AVON ST,22902,-78.479045,38.024543,Mobile property (vehicle) fire ,10.116666666666719,2003-10-10 15:41:04,2003,0.0,Vehicle parking area,"Engine area, running gear, wheel area",Arcing,"Electrical wire, cable insulation",Failure of equipment or heat source,E7 ,2.266666666666704,2003-10-10 15:41:04,POINT (-78.479045 38.024543),200.0,5.0,1.0,"435 Tree House Drive, Charlottesville, Virginia 22904, United States",POINT (-78.51554400000001 38.032866),117.0,3335.7013026640925 +2033315,,22903,-78.49047,38.00955,Mobile property (vehicle) fire ,37.51666666666661,2003-10-16 03:12:46,2003,0.0,,"Fuel tank, fuel line",Undetermined,"General materials, other",Cause under investigation,E2 ,6.683333333333328,2003-10-16 03:12:46,POINT (-78.49047 38.00955),200.0,5.0,1.0,"1408 Jefferson Park Avenue, Charlottesville, Virginia 22903, United States",POINT (-78.502411 38.031699),118.0,2673.244784100922 +2033325,1811 LAMBETH LN,22903,-78.501972,38.04103,Structure Fire ,103.20000000000005,2003-10-17 03:54:11,2003,500.0,"Sorority house, fraternity house","Common room, den, family room, living room, lounge",Hot ember or ash,"Mattress, pillow",Intentional,E2 ,5.28333333333336,2003-10-17 03:54:11,POINT (-78.50197199999999 38.04103),200.0,5.0,1.0,"1215 Lee Street, Charlottesville, Virginia 22908, United States",POINT (-78.49934500000001 38.031439),119.0,1089.4774242128285 +2033337,801 EMMET ST,22903,-78.504222,38.047242,Mobile property (vehicle) fire ,17.066666666666737,2003-10-18 07:46:04,2003,0.0,"Street, other",Operator/passenger area of transportation equip.,"Heat from powered equipment, other","Electrical wire, cable insulation",Failure of equipment or heat source,E6 ,3.583333333333296,2003-10-18 07:46:04,POINT (-78.504222 38.047242),200.0,5.0,1.0,"450 Mccormick Road, Charlottesville, Virginia 22904, United States",POINT (-78.512289 38.034803),120.0,1551.999962717406 +2033396,402 MONTICELLO RD,22902,-78.475854,38.025293,Mobile property (vehicle) fire ,25.60000000000003,2003-10-24 19:18:45,2003,0.0,,Operator/passenger area of transportation equip.,Hot ember or ash,Linen; other than bedding,Unintentional,E5 ,3.36666666666672,2003-10-24 19:18:45,POINT (-78.475854 38.025293),200.0,5.0,1.0,"1210 Lee St, Charlottesville, Virginia 22903, United States",POINT (-78.49915 38.03143),121.0,2156.2355854350926 +2033397,735 PARK ST,22902,-78.474144,38.038734,Mobile property (vehicle) fire ,72.94999999999997,2003-10-24 22:17:29,2003,52000.0,Vehicle parking area,Operator/passenger area of transportation equip.,Undetermined,Undetermined,Intentional,E3 ,3.316666666666608,2003-10-24 22:17:29,POINT (-78.474144 38.038734),200.0,5.0,1.0,"1815 Stadium Road, Charlottesville, Virginia 22903, United States",POINT (-78.513347 38.030794),122.0,3553.414889756846 +2033399,735 PARK ST,22902,-78.474144,38.038734,Mobile property (vehicle) fire ,30.483333333333363,2003-10-25 00:30:00,2003,52000.0,Vehicle parking area,Operator/passenger area of transportation equip.,Undetermined,Undetermined,Cause under investigation,E1 ,6.000000000000047,2003-10-25 00:30:00,POINT (-78.474144 38.038734),200.0,5.0,1.0,"1335 Lee Street, Charlottesville, Virginia 22903, United States",POINT (-78.50017800000001 38.032956),123.0,2374.268169892843 +2033494,600 CHERRY AVE,22902,-78.491005,38.027259,Mobile property (vehicle) fire ,16.299999999999937,2003-11-02 17:07:45,2003,0.0,Street or road in commercial area,"Engine area, running gear, wheel area",Arcing,"Electrical wire, cable insulation",Unintentional,BC5 ,0.583333333333344,2003-11-02 17:07:45,POINT (-78.491005 38.027259),200.0,5.0,1.0,"409 Mccormick Road, Charlottesville, Virginia 22904, United States",POINT (-78.511754 38.033296),124.0,1941.3937340569255 +2033522,1900 JEFFERSON PARK,22901,,,Structure Fire ,59.85,2003-11-04 19:26:09,2003,0.0,Multifamily dwelling,Bedroom - < 5 persons; included are jail or prison,Candle,"Upholstered sofa, chair, vehicle seats",Unintentional,E6 ,0.133333333333344,2003-11-04 19:26:09,POINT (nan nan),200.0,5.0,1.0,"1215 Lee Street, Charlottesville, Virginia 22908, United States",POINT (-78.49934500000001 38.031439),125.0,inf +2033546,1021 WERTLAND ST,22902,-78.494915,38.034145,Structure Fire ,136.61666666666667,2003-11-07 03:42:28,2003,0.0,Multifamily dwelling,"Egress/exit, other",Undetermined,"Interior wall covering excluding drapes, etc.",Cause under investigation,BC4 ,3.3000000000000482,2003-11-07 03:42:28,POINT (-78.49491500000001 38.034145),200.0,5.0,1.0,"151 Engineer's Way, Charlottesville, Virginia 22904, United States",POINT (-78.51050499999999 38.032012),126.0,1389.2852081807405 +2033556,100 RIDGE ST,22902,-78.48529,38.030078,Structure Fire ,295.26666666666625,2003-11-07 23:54:07,2003,50000.0,Multifamily dwelling,"Laundry area, wash house (laundry)",Undetermined,"Soft goods, wearing apparel, other",Cause under investigation,LAD01 ,2.48333333333328,2003-11-07 23:54:07,POINT (-78.48529000000001 38.030078),200.0,5.0,1.0,"300 Massie Road, Charlottesville, Virginia 22903, United States",POINT (-78.509253 38.043911),127.0,2604.9174799852135 +2033632,,22903,-78.49047,38.00955,Mobile property (vehicle) fire ,12.55000000000003,2003-11-13 17:19:31,2003,0.0,"Residential street, road or residential driveway",Undetermined,Undetermined,Undetermined,Cause undetermined after investigation,E5 ,2.983333333333392,2003-11-13 17:19:31,POINT (-78.49047 38.00955),200.0,5.0,1.0,"116 Engineer's Way, Charlottesville, Virginia 22904, United States",POINT (-78.51107 38.031893),128.0,3070.1707914189965 +2033750,2014 LEWIS MOUNTAIN RD,22903,-78.514889,38.03835,Structure Fire ,209.43333333333214,2003-11-24 13:04:30,2003,0.0,1 or 2 family dwelling,"Cooking area, kitchen","Heat from powered equipment, other",Undetermined,Failure of equipment or heat source,E6 ,2.8166666666666402,2003-11-24 13:04:30,POINT (-78.514889 38.03835),200.0,5.0,1.0,"116 Engineer's Way, Charlottesville, Virginia 22904, United States",POINT (-78.51107 38.031893),129.0,791.3990379812875 +2033772,1613 EMMET ST N,22901,-78.494687,38.058489,Mobile property (vehicle) fire ,9.800000000000065,2003-11-26 15:56:35,2003,0.0,Vehicle parking area,"Engine area, running gear, wheel area",Undetermined,Undetermined,Failure of equipment or heat source,E2 ,2.716666666666704,2003-11-26 15:56:35,POINT (-78.494687 38.058489),200.0,5.0,1.0,"725 Stonehenge Avenue, Charlottesville, Virginia 22902, United States",POINT (-78.481585 38.018256),130.0,4612.405819874734 +2033784,,22901,-78.49047,38.00955,Mobile property (vehicle) fire ,29.483333333333277,2003-11-27 20:50:39,2003,0.0,"Street, other","Exterior, exposed surface","Heat from powered equipment, other","General materials, other",Failure of equipment or heat source,E5 ,3.633333333333264,2003-11-27 20:50:39,POINT (-78.49047 38.00955),200.0,5.0,1.0,"2218 Barracks Rd, Charlottesville, Virginia 22903, United States",POINT (-78.50248999999999 38.05656),131.0,5324.648581820052 +2033835,614 DICE ST,22902,-78.490397,38.0295,Structure Fire ,115.40000000000002,2003-12-02 07:24:16,2003,30000.0,"Boarding/rooming house, residential hotels",Bedroom - < 5 persons; included are jail or prison,Undetermined,Wearing apparel not on a person,Unintentional,BC6 ,1.599999999999984,2003-12-02 07:24:16,POINT (-78.490397 38.0295),200.0,5.0,1.0,"1001 Forest Hills Avenue, Charlottesville, Virginia 22903, United States",POINT (-78.495784 38.025523),132.0,647.0982893765006 +2033863,800 PROSPECT AVE,22902,-78.496819,38.021277,Mobile property (vehicle) fire ,56.88333333333331,2003-12-04 20:21:26,2003,0.0,"Street, other","Engine area, running gear, wheel area","Heat from powered equipment, other","Liquids, piping, filters, other",Failure of equipment or heat source,E7 ,4.366666666666656,2003-12-04 20:21:26,POINT (-78.496819 38.021277),200.0,5.0,1.0,"1114 Gordon Avenue, Charlottesville, Virginia 22903, United States",POINT (-78.494832 38.03832),133.0,1900.1198727598846 +2033889,946 GRADY AVE,22901,-78.49088,38.038185,Mobile property (vehicle) fire ,14.600000000000017,2003-12-06 23:34:14,2003,0.0,Vehicle parking area,"Engine area, running gear, wheel area","Heat from powered equipment, other","General materials, other",Failure of equipment or heat source,E1 ,6.033333333333312,2003-12-06 23:34:14,POINT (-78.49088 38.038185),200.0,5.0,1.0,"601 Cherry Avenue, Charlottesville, Virginia 22903, United States",POINT (-78.49106500000001 38.027704),134.0,1163.7034728592928 +2033968,1721 JEFFERSON PARK,22903,-78.509128,38.029725,Structure Fire ,117.63333333333331,2003-12-15 03:40:50,2003,1000.0,1 or 2 family dwelling,Bedroom - < 5 persons; included are jail or prison,Arcing,"Soft goods, wearing apparel, other",Unintentional,E6 ,5.28333333333336,2003-12-15 03:40:50,POINT (-78.509128 38.029725),200.0,5.0,1.0,"613 Rock Creek Road, Charlottesville, Virginia 22903, United States",POINT (-78.50147200000001 38.023688),135.0,949.3245113487175 +2034004,1401 RUGBY RD,22903,-78.489259,38.05101,Structure Fire ,59.96666666666665,2003-12-17 18:45:25,2003,0.0,1 or 2 family dwelling,"Common room, den, family room, living room, lounge",Candle,Decoration,Unintentional,E2 ,2.966666666666688,2003-12-17 18:45:25,POINT (-78.489259 38.05101),200.0,5.0,1.0,"508 Lexington Avenue, Charlottesville, Virginia 22902, United States",POINT (-78.472274 38.033326),136.0,2465.43230188539 +2034071,,22901,-78.49047,38.00955,Mobile property (vehicle) fire ,4.61666666666664,2003-12-24 11:35:36,2003,0.0,,Undetermined,Undetermined,Undetermined,"Cause, other",E1 ,3.116666666666736,2003-12-24 11:35:36,POINT (-78.49047 38.00955),200.0,5.0,1.0,"521 Rougemont Avenue, Charlottesville, Virginia 22902, United States",POINT (-78.48636999999999 38.017575),137.0,960.9547782805602 +2034090,921 HENRY AVE,22901,-78.488088,38.039839,Structure Fire ,218.0333333333333,2003-12-25 19:15:55,2003,45000.0,Multifamily dwelling,"Storage room, area, tank, or bin","Hot or smoldering object, other",Structural member or framing,Cause under investigation,E7 ,3.1333333333332964,2003-12-25 19:15:55,POINT (-78.488088 38.039839),200.0,5.0,1.0,"1600 6th Street Southeast, Charlottesville, Virginia 22902, United States",POINT (-78.48662899999999 38.016582),138.0,2585.148277958748 +2034143,1216 SMITH ST,22901,-78.457847,38.04059,Natural vegetation fire ,20.733333333333263,2003-12-31 22:52:43,2003,0.0,"Pipeline, power line or other utility right of way ",,Arcing,,Equipment,E1 ,10.433333333333376,2003-12-31 22:52:43,POINT (-78.457847 38.04059),200.0,5.0,1.0,"353 10th Street Northwest, Charlottesville, Virginia 22903, United States",POINT (-78.493644 38.037388),139.0,3163.154458742747 +3030016,252 MCCORMICK RD,22903,-78.507248,38.033913,Structure Fire ,29.666666666666735,2003-01-31 19:03:29,2003,0.0,"Dormitory type residence, other ",Bedroom - < 5 persons; included are jail or prison,Undetermined,"Filter, including evaporative cooler pads",Failure of equipment or heat source,,,2003-01-31 19:03:29,POINT (-78.507248 38.033913),200.0,5.0,1.0,"313 6th Street Southwest, Charlottesville, Virginia 22903, United States",POINT (-78.49019800000001 38.028846),140.0,1599.3854321569413 +3030024,435 TREE HOUSE DR,22901,-78.457468,38.072527,Structure Fire ,34.94999999999995,2003-02-06 23:59:53,2003,0.0,"Dormitory type residence, other ",Bedroom - < 5 persons; included are jail or prison,"Hot or smoldering object, other","Bedding; blanket, sheet, comforter",Unintentional,BC3 ,7.1333333333333275,2003-02-06 23:59:53,POINT (-78.45746800000001 38.072527),200.0,5.0,1.0,"353 10th Street Northwest, Charlottesville, Virginia 22903, United States",POINT (-78.493644 38.037388),141.0,5030.3050607753285 +3030090,1408 JEFFERSON PARK AVE,22902,-78.502388,38.032053,Structure Fire ,41.10000000000005,2003-03-25 16:51:01,2003,85.0,"Sorority house, fraternity house","Cooking area, kitchen",Heat from other open flame or smoking materials,Linen; other than bedding,Unintentional,E7 ,3.6,2003-03-25 16:51:01,POINT (-78.502388 38.032053),200.0,5.0,1.0,"100 Ridge Street, Charlottesville, Virginia 22902, United States",POINT (-78.484714 38.029947),142.0,1569.5137929095765 +3030091,1215 LEE ST,22903,-78.498649,38.032,Natural vegetation fire ,17.14999999999997,2003-03-26 10:53:23,2003,20.0,"Residential street, road or residential driveway",,Cigarette,,Smoking,E7 ,2.099999999999952,2003-03-26 10:53:23,POINT (-78.498649 38.032),200.0,5.0,1.0,"1718 King Mountain Road, Charlottesville, Virginia 22901, United States",POINT (-78.48180000000001 38.061648),143.0,3608.6171450793427 +3030092,450 MCCORMICK RD,22904,-78.51198,38.034441,Structure Fire ,40.966666666666704,2003-03-27 02:07:15,2003,0.0,"Dormitory type residence, other ",Bedroom - < 5 persons; included are jail or prison,Fireworks,Wearing apparel not on a person,Intentional,E6 ,5.333333333333328,2003-03-27 02:07:15,POINT (-78.51197999999999 38.034441),200.0,5.0,1.0,"508 Harris Road, Charlottesville, Virginia 22903, United States",POINT (-78.503941 38.014124),144.0,2363.4571328744187 +3030104,1210 LEE ST,22903,-78.498655,38.031851,Natural vegetation fire ,7.033333333333392,2003-04-03 15:36:31,2003,0.0,"Street, other",,Undetermined,,Undetermined,E6 ,2.316666666666672,2003-04-03 15:36:31,POINT (-78.498655 38.031851),200.0,5.0,1.0,"742 Orangedale Avenue, Charlottesville, Virginia 22903, United States",POINT (-78.496467 38.022858),145.0,1016.7110242708482 +3030117,1815 STADIUM RD,22901,-78.49477,38.06987,Mobile property (vehicle) fire ,48.89999999999995,2003-04-14 16:54:59,2003,6400.0,,"Engine area, running gear, wheel area",Undetermined,Undetermined,Unintentional,E6 ,3.583333333333296,2003-04-14 16:54:59,POINT (-78.49477 38.06987),200.0,5.0,1.0,"1303 Belleview Avenue, Charlottesville, Virginia 22901, United States",POINT (-78.459142 38.037661),146.0,4750.667549611639 +3030125,1335 LEE ST,22901,-78.49477,38.06987,Natural vegetation fire ,7.6000000000000325,2003-04-17 13:07:42,2003,0.0,Graded and cared-for plots of land,,Hot ember or ash,,Smoking,E3 ,3.666666666666672,2003-04-17 13:07:42,POINT (-78.49477 38.06987),200.0,5.0,1.0,"416 Monroe Lane, Charlottesville, Virginia 22903, United States",POINT (-78.50258599999999 38.031379),147.0,4327.96632855122 +3030253,409 MCCORMICK RD,22903,-78.511255,38.034017,Structure Fire ,33.283333333333296,2003-07-01 15:56:16,2003,0.0,Laboratory or science lababoratory,Laboratory,"Hot or smoldering object, other",Flammable liquid/gas - in/from final container,Unintentional,BC1 ,5.133333333333312,2003-07-01 15:56:16,POINT (-78.51125500000001 38.034017),200.0,5.0,1.0,"1702 Gordon Avenue, Charlottesville, Virginia 22903, United States",POINT (-78.50026099999999 38.040302),149.0,1191.0959473323053 +3030255,1215 LEE ST,22902,-78.498649,38.032,Structure Fire ,20.40000000000005,2003-07-05 05:58:57,2003,0.0,Hospital - medical or psychiatric,"Laundry area, wash house (laundry)","Radiated, conducted heat from operating equipment","Dust, fiber, lint, including sawdust and excelsior",Failure of equipment or heat source,E7 ,3.516666666666624,2003-07-05 05:58:57,POINT (-78.498649 38.032),200.0,5.0,1.0,"2205 Fontaine Avenue, Charlottesville, Virginia 22903, United States",POINT (-78.516074 38.026204),150.0,1659.9543322848308 +3030263,151 ENGINEER'S WAY,22903,-78.51093,38.032,Structure Fire ,81.83333333333334,2003-07-12 13:06:10,2003,0.0,"Adult education center, college classroom","Duct: hvac, cable, exhaust, heating, or AC","Heat from powered equipment, other","Electrical wire, cable insulation",Failure of equipment or heat source,E6 ,3.699999999999936,2003-07-12 13:06:10,POINT (-78.51093 38.032),200.0,5.0,1.0,"1901 Emmet Street North, Charlottesville, Virginia 22901, United States",POINT (-78.49319 38.061619),151.0,3638.451595934095 +3030295,300 MASSIE RD,22903,-78.50963,38.046315,Mobile property (vehicle) fire ,113.4,2003-08-02 08:20:45,2003,0.0,,"Engine area, running gear, wheel area",Undetermined,Undetermined,Cause undetermined after investigation,E6 ,4.433333333333327,2003-08-02 08:20:45,POINT (-78.50963 38.046315),200.0,5.0,1.0,"881 Locust Avenue, Charlottesville, Virginia 22902, United States",POINT (-78.466765 38.037977),153.0,3875.697953597602 +3030527,116 ENGINEER'S WAY,22903,-78.511084,38.03196,Natural vegetation fire ,41.28333333333336,2003-10-23 17:29:28,2003,0.0,"Adult education center, college classroom",,Cigarette,,Smoking,E6 ,4.400000000000064,2003-10-23 17:29:28,POINT (-78.511084 38.03196),200.0,5.0,1.0,"1430 Westwood Road, Charlottesville, Virginia 22903, United States",POINT (-78.481844 38.044004),154.0,2894.716415828148 +3030646,116 ENGINEER'S WAY,22903,-78.511084,38.03196,Structure Fire ,25.13333333333333,2003-12-04 19:53:30,2003,0.0,"Adult education center, college classroom","Maintenance shop or area, paint shop or area","Molten, hot material","Dust, fiber, lint, including sawdust and excelsior",Unintentional,BC2 ,5.566666666666608,2003-12-04 19:53:30,POINT (-78.511084 38.03196),200.0,5.0,1.0,"730 Prospect Ave, Charlottesville, Virginia 22903, United States",POINT (-78.49486 38.02384),155.0,1685.9690554638964 +2040012,725 STONEHENGE AVE,22901,-78.465506,38.05243,Structure Fire ,14.266666666666655,2004-01-02 12:24:41,2004,0.0,"Outbuilding, protective shelter","Structural area, other",Heat from undetermined smoking material,"Structural component or finish, other",Intentional,E5 ,4.083333333333265,2004-01-02 12:24:41,POINT (-78.465506 38.05243),200.0,5.0,1.0,"1600 6th Street Southeast, Charlottesville, Virginia 22902, United States",POINT (-78.48662899999999 38.016582),157.0,4390.828383647533 +2040021,2218 BARRACKS RD,22902,-78.49047,38.00955,Mobile property (vehicle) fire ,15.849999999999936,2004-01-02 19:09:42,2004,0.0,"Food and beverage sales, grocery store","Engine area, running gear, wheel area",Arcing,"Pipe, duct, conduit or hose",Failure of equipment or heat source,E6 ,5.300000000000064,2004-01-02 19:09:42,POINT (-78.49047 38.00955),200.0,5.0,1.0,"211 15th Street Northwest, Charlottesville, Virginia 22903, United States",POINT (-78.49967700000001 38.035743),158.0,3018.2358992073264 +2040034,1001 FOREST HILLS AVE,22901,-78.484712,38.039094,Structure Fire ,42.216666666666626,2004-01-04 15:56:51,2004,0.0,1 or 2 family dwelling,"Cooking area, kitchen","Heat from powered equipment, other","Dust, fiber, lint, including sawdust and excelsior",Failure of equipment or heat source,E2 ,2.25,2004-01-04 15:56:51,POINT (-78.484712 38.039094),200.0,5.0,1.0,"313 2nd St SE, Charlottesville, Virginia 22902, United States",POINT (-78.48151 38.02912),160.0,1142.4468179768053 +2040043,1114 GORDON AVE,22903,-78.494777,38.038456,Structure Fire ,93.46666666666665,2004-01-05 16:38:54,2004,300.0,Multifamily dwelling,"Laundry area, wash house (laundry)","Radiated, conducted heat from operating equipment",Insulation within structural area,Unintentional,BC6 ,2.633333333333328,2004-01-05 16:38:54,POINT (-78.494777 38.038456),200.0,5.0,1.0,"213 2nd Street Southwest, Charlottesville, Virginia 22902, United States",POINT (-78.483093 38.029782),161.0,1407.0993309833323 +2040047,601 CHERRY AVE,22902,-78.491284,38.027504,Structure Fire ,22.11666666666667,2004-01-06 07:02:03,2004,0.0,"Laundry, dry cleaning","Equipment or service area, other","Spark, ember, or flame from operating equipment","Rubbish, trash, or waste",Unintentional,BC1 ,0.33333333333336,2004-01-06 07:02:03,POINT (-78.49128399999999 38.027504),200.0,5.0,1.0,"983 Rives Street, Charlottesville, Virginia 22902, United States",POINT (-78.47316499999999 38.015968),162.0,2042.6537707046336 +2040055,613 ROCK CREEK RD,22902,-78.501597,38.023521,Structure Fire ,37.166666666666686,2004-01-06 14:45:13,2004,1000.0,1 or 2 family dwelling,"Cooking area, kitchen","Heat from powered equipment, other",Cabinetry (including built-in),Unintentional,C2 ,3.116666666666736,2004-01-06 14:45:13,POINT (-78.501597 38.023521),200.0,5.0,1.0,"1413 1/2 University Ave, Charlottesville, Virginia 22903, United States",POINT (-78.49986 38.03445),164.0,1222.8706710231354 +2040067,508 LEXINGTON AVE,22902,-78.472514,38.03339,Structure Fire ,221.04999999999933,2004-01-07 10:51:54,2004,100000.0,1 or 2 family dwelling,"Common room, den, family room, living room, lounge",Arcing,Structural member or framing,Failure of equipment or heat source,C2 ,1.9500000000000481,2004-01-07 10:51:54,POINT (-78.472514 38.03339),200.0,5.0,1.0,"1133 Emmet Street North, Charlottesville, Virginia 22903, United States",POINT (-78.50058199999999 38.051954),166.0,3212.5628032849786 +2040081,521 ROUGEMONT AVE,22902,-78.486455,38.017437,Structure Fire ,58.316666666666684,2004-01-08 18:11:24,2004,0.0,1 or 2 family dwelling,"Bathroom, checkroom, lavatory, locker room",Arcing,"Interior wall covering excluding drapes, etc.",Failure of equipment or heat source,E5 ,3.1833333333332643,2004-01-08 18:11:24,POINT (-78.48645500000001 38.017437),200.0,5.0,1.0,"1159 Emmet St N, Charlottesville, Virginia 22903, United States",POINT (-78.50217000000001 38.05152),167.0,4027.6188672350318 +2040203,1600 6TH ST SE,22902,-78.486532,38.016944,Fire in mobile property used as a fixed structure ,159.8666666666659,2004-01-22 15:47:16,2004,70000.0,1 or 2 family dwelling,"Heating room or area, water heater area","Radiated, conducted heat from operating equipment","Electrical wire, cable insulation",Failure of equipment or heat source,P1 ,0.749999999999952,2004-01-22 15:47:16,POINT (-78.486532 38.016944),200.0,5.0,1.0,"414 Park Street, Charlottesville, Virginia 22902, United States",POINT (-78.47641299999999 38.032416),168.0,1933.953794975758 +2040235,353 10TH ST NW,22902,-78.492471,38.036994,Structure Fire ,97.29999999999994,2004-01-25 14:36:19,2004,7000.0,1 or 2 family dwelling,"Bathroom, checkroom, lavatory, locker room",Candle,"Rubbish, trash, or waste",Intentional,E7 ,2.633333333333328,2004-01-25 14:36:19,POINT (-78.49247099999999 38.036994),200.0,3.0,0.5075,"14 9th Street, West Palm Beach, Florida 33401, United States",POINT (-80.056836 26.721592),169.0,1263265.766764936 +2040238,313 6TH ST SW,22902,-78.489964,38.028751,Structure Fire ,57.64999999999996,2004-01-25 21:10:11,2004,0.0,1 or 2 family dwelling,,,,,E7 ,4.549999999999968,2004-01-25 21:10:11,POINT (-78.489964 38.028751),200.0,5.0,1.0,"1106 Myrtle Street, Charlottesville, Virginia 22902, United States",POINT (-78.471377 38.023868),170.0,1719.9555659109467 +2040239,353 10TH ST NW,22902,-78.492471,38.036994,Structure Fire ,248.7833333333323,2004-01-25 22:50:05,2004,40000.0,Multifamily dwelling,"Attic: vacant, crawl space above top story, cupola",Hot ember or ash,Insulation within structural area,Unintentional,E7 ,2.01666666666672,2004-01-25 22:50:05,POINT (-78.49247099999999 38.036994),200.0,5.0,1.0,"1106 Emmet St N, Charlottesville, Virginia 22903, United States",POINT (-78.50006999999999 38.0516),172.0,1753.4283030844288 +2040288,100 RIDGE ST,22902,-78.48529,38.030078,Structure Fire ,43.04999999999995,2004-01-31 12:43:11,2004,0.0,Multifamily dwelling,"Cooking area, kitchen","Hot or smoldering object, other","Cooking materials, including edible materials",Failure of equipment or heat source,E7 ,0.066666666666672,2004-01-31 12:43:11,POINT (-78.48529000000001 38.030078),200.0,5.0,1.0,"1635 Meridian Street, Charlottesville, Virginia 22902, United States",POINT (-78.481881 38.012724),174.0,1949.750832391024 +2040313,1718 KING MOUNTAIN RD,22901,-78.481616,38.061852,Mobile property (vehicle) fire ,29.450000000000017,2004-02-03 07:48:21,2004,5000.0,"Residential street, road or residential driveway","Engine area, running gear, wheel area","Spark, ember, or flame from operating equipment","Electrical wire, cable insulation",Failure of equipment or heat source,E2 ,4.016666666666736,2004-02-03 07:48:21,POINT (-78.481616 38.061852),200.0,5.0,1.0,"920 Harris Street, Charlottesville, Virginia 22903, United States",POINT (-78.48201299999999 38.037912),175.0,2658.041779041543 +2040329,508 HARRIS ROAD,22902,-78.503721,38.015087,Structure Fire ,27.383333333333326,2004-02-04 12:36:49,2004,0.0,"Elementary school, including kindergarten","Common room, den, family room, living room, lounge","Radiated, conducted heat from operating equipment","Cooking materials, including edible materials",Unintentional,BC1 ,2.116666666666656,2004-02-04 12:36:49,POINT (-78.503721 38.015087),200.0,5.0,1.0,"707 Orangedale Avenue, Charlottesville, Virginia 22903, United States",POINT (-78.49594999999999 38.024563),176.0,1254.0024255401397 +2040349,742 ORANGEDALE AVE,22902,-78.496697,38.022949,Mobile property (vehicle) fire ,187.9166666666664,2004-02-07 00:14:08,2004,0.0,,Operator/passenger area of transportation equip.,Undetermined,"Upholstered sofa, chair, vehicle seats",Cause under investigation,E7 ,3.8833333333333924,2004-02-07 00:14:08,POINT (-78.496697 38.022949),200.0,5.0,1.0,"1324 Chesapeake Street, Charlottesville, Virginia 22902, United States",POINT (-78.464775 38.026479),178.0,2830.673419971742 +2040373,1303 BELLEVIEW AVE,22901,-78.459251,38.037573,Structure Fire ,203.1666666666667,2004-02-08 12:15:48,2004,55000.0,"Parking garage, (detached residential garage)","Vehicle storage area; garage, carport","Radiated, conducted heat from operating equipment",Floor covering or rug/carpet/mat,Failure of equipment or heat source,LAD01 ,4.516666666666704,2004-02-08 12:15:48,POINT (-78.45925099999999 38.037573),200.0,5.0,1.0,"770 Prospect Avenue, Charlottesville, Virginia 22903, United States",POINT (-78.49394100000001 38.02281),179.0,3459.203962767778 +2040387,416 MONROE LANE,22903,-78.502937,38.031197,Structure Fire ,658.6666666666661,2004-02-10 05:42:42,2004,270000.0,Multifamily dwelling,Bedroom - < 5 persons; included are jail or prison,Candle,Flammable liquid/gas - uncontained,Unintentional,E7 ,3.516666666666624,2004-02-10 05:42:42,POINT (-78.502937 38.031197),200.0,5.0,1.0,"403 Garrett Street, Charlottesville, Virginia 22902, United States",POINT (-78.481905 38.027018),180.0,1904.3055248250514 +2040468,,22902,-78.49047,38.00955,Mobile property (vehicle) fire ,15.616666666666656,2004-02-17 08:19:28,2004,0.0,,Operator/passenger area of transportation equip.,"Radiated, conducted heat from operating equipment","General materials, other",Failure of equipment or heat source,E7 ,2.01666666666672,2004-02-17 08:19:28,POINT (-78.49047 38.00955),200.0,5.0,0.948,"1222 Jefferson Park Avenue, Charlottesville, Virginia 22903, United States",POINT (-78.4997 38.032586),182.0,2682.8197341757477 +2040490,1702 GORDON AVE,22903,-78.500121,38.040428,Structure Fire ,20.88333333333331,2004-02-18 22:40:00,2004,20.0,"Sorority house, fraternity house",Bedroom - < 5 persons; included are jail or prison,Candle,"Furniture, utensils, other",Unintentional,BC2 ,3.750000000000048,2004-02-18 22:40:00,POINT (-78.50012099999999 38.040428),200.0,5.0,1.0,"1705 Emmet Street North, Charlottesville, Virginia 22901, United States",POINT (-78.49449199999999 38.059243),183.0,2146.4806909873378 +2040582,2205 FONTAINE AVE,22903,-78.516062,38.025954,Natural vegetation fire ,14.249999999999952,2004-02-26 09:32:23,2004,0.0,Graded and cared-for plots of land,,Cigarette,,Smoking,E7 ,0.21666666666672,2004-02-26 09:32:23,POINT (-78.51606200000001 38.025954),200.0,5.0,1.0,"1600 6th Street Southeast, Charlottesville, Virginia 22902, United States",POINT (-78.48662899999999 38.016582),188.0,2786.4660745709953 +2040594,1901 EMMET ST N,22901,-78.492257,38.061585,Structure Fire ,145.44999999999933,2004-02-27 08:23:10,2004,0.0,"Hotel/motel, commercial",Bedroom - < 5 persons; included are jail or prison,Arcing,"Electrical wire, cable insulation",Failure of equipment or heat source,E2 ,2.400000000000048,2004-02-27 08:23:10,POINT (-78.492257 38.061585),200.0,5.0,1.0,"200 Water Street West, Charlottesville, Virginia 22902, United States",POINT (-78.482905 38.030161),189.0,3583.9897590787473 +2040620,,22901,-78.49047,38.00955,Mobile property (vehicle) fire ,10.866666666666672,2004-02-29 13:41:53,2004,0.0,Vehicle parking area,"Engine area, running gear, wheel area",Arcing,"Electrical wire, cable insulation",Failure of equipment or heat source,E2 ,1.500000000000048,2004-02-29 13:41:53,POINT (-78.49047 38.00955),200.0,5.0,1.0,"926 Charlton Avenue, Charlottesville, Virginia 22903, United States",POINT (-78.48927999999999 38.039245),190.0,3298.3624502626394 +2040647,881 LOCUST AVE,22902,-78.46653,38.037783,Structure Fire ,222.31666666666658,2004-03-02 17:38:17,2004,75000.0,1 or 2 family dwelling,"Cooking area, kitchen","Hot or smoldering object, other","Structural component or finish, other",Cause under investigation,C1 ,3.849999999999984,2004-03-02 17:38:17,POINT (-78.46653000000001 38.037783),200.0,5.0,1.0,"901 Market Street East, Charlottesville, Virginia 22902, United States",POINT (-78.474845 38.02978),191.0,1150.0129031667298 +2040661,1430 WESTWOOD RD,22903,-78.481809,38.044166,Mobile property (vehicle) fire ,29.549999999999955,2004-03-03 18:24:53,2004,0.0,,"Engine area, running gear, wheel area",Arcing,"Electrical wire, cable insulation",Failure of equipment or heat source,BC2 ,1.783333333333296,2004-03-03 18:24:53,POINT (-78.481809 38.044166),200.0,5.0,1.0,"975 Emmet Street North, Charlottesville, Virginia 22903, United States",POINT (-78.504386 38.050278),192.0,2095.0387390722876 +2040666,730 PROSPECT AVE,22902,-78.49462,38.024294,Structure Fire ,55.11666666666672,2004-03-04 10:43:55,2004,1250.0,"Laundry, dry cleaning","Laundry area, wash house (laundry)","Heat from powered equipment, other",Wearing apparel not on a person,Cause under investigation,E7 ,3.733333333333344,2004-03-04 10:43:55,POINT (-78.49462 38.024294),200.0,5.0,1.0,"1147 River Road, Charlottesville, Virginia 22901, United States",POINT (-78.456996 38.039428),195.0,3706.539146886376 +2040669,,22902,-78.49047,38.00955,Natural vegetation fire ,30.116666666666738,2004-03-04 15:14:40,2004,0.0,Open land or field,,,,"Debris, vegetation burn",E5 ,4.183333333333344,2004-03-04 15:14:40,POINT (-78.49047 38.00955),200.0,5.0,1.0,"1230 River Road, Charlottesville, Virginia 22901, United States",POINT (-78.456369 38.04024),196.0,4536.263722230982 +2040671,1600 6TH ST SE,22905,-78.486532,38.016944,Natural vegetation fire ,44.95000000000003,2004-03-04 17:54:32,2004,0.0,Open land or field,,,,Incendiary,E5 ,2.416666666666608,2004-03-04 17:54:32,POINT (-78.486532 38.016944),200.0,5.0,1.0,"1500 Grady Avenue, Charlottesville, Virginia 22903, United States",POINT (-78.497574 38.040313),198.0,2769.6841530763886 +2040677,211 15TH ST NW,22903,-78.499779,38.035525,Structure Fire ,181.51666666666563,2004-03-05 16:15:22,2004,0.0,Multifamily dwelling,Bedroom - < 5 persons; included are jail or prison,"Heat from powered equipment, other","Furniture, utensils, other",Cause under investigation,BC2 ,2.049999999999984,2004-03-05 16:15:22,POINT (-78.499779 38.035525),200.0,5.0,1.0,"801 Franklin Street, Charlottesville, Virginia 22902, United States",POINT (-78.46636100000001 38.018056),199.0,3517.6361535852366 +2040717,,22902,-78.49047,38.00955,Mobile property (vehicle) fire ,41.466666666666676,2004-03-10 10:15:32,2004,0.0,,"Engine area, running gear, wheel area",Undetermined,Undetermined,Failure of equipment or heat source,E5 ,3.3833333333332796,2004-03-10 10:15:32,POINT (-78.49047 38.00955),200.0,5.0,1.0,"1131 5th Street Southwest, Charlottesville, Virginia 22902, United States",POINT (-78.502968 38.013273),201.0,1173.0054813711802 +2040757,313 2ND ST SE,22901,-78.481626,38.028847,Structure Fire ,94.65000000000005,2004-03-13 16:06:11,2004,1200.0,"Mercantile, business, other","Corridor, mall",Match,"Adornment, recreational material, signs, other",Intentional,E7 ,1.3499999999999999,2004-03-13 16:06:11,POINT (-78.48162600000001 38.028847),200.0,5.0,1.0,"505 Valley Road, Charlottesville, Virginia 22903, United States",POINT (-78.505623 38.030622),204.0,2116.4710153495575 +2040765,213 2ND ST SW,22901,-78.482911,38.029688,Structure Fire ,41.449999999999974,2004-03-14 02:13:08,2004,600.0,"Eating, drinking places",Closet,Chemical reaction,Oily rags,Unintentional,E7 ,2.25,2004-03-14 02:13:08,POINT (-78.482911 38.029688),200.0,5.0,1.0,"779 Prospect Avenue, Charlottesville, Virginia 22903, United States",POINT (-78.49700300000001 38.021633),205.0,1526.8341338075288 +2040783,983 RIVES ST,22902,-78.47315,38.01584,Structure Fire ,136.7166666666666,2004-03-15 20:23:48,2004,35000.0,1 or 2 family dwelling,"Exterior balcony, unenclosed porch",Hot ember or ash,"Rubbish, trash, or waste",Cause under investigation,E7 ,2.999999999999952,2004-03-15 20:23:48,POINT (-78.47315 38.01584),200.0,5.0,1.0,"1505 Green Street, Charlottesville, Virginia 22902, United States",POINT (-78.481623 38.016529),206.0,748.1134874024748 +2040833,,22902,-78.49047,38.00955,Mobile property (vehicle) fire ,53.399999999999956,2004-03-21 22:10:18,2004,0.0,,"Engine area, running gear, wheel area",Undetermined,Undetermined,Failure of equipment or heat source,BC5 ,2.36666666666664,2004-03-21 22:10:18,POINT (-78.49047 38.00955),200.0,5.0,1.0,"921 St Charles Avenue, Charlottesville, Virginia 22901, United States",POINT (-78.46567 38.040754),207.0,4092.00379307114 +2040859,1413 1/2 UNIVERSITY AVE,22901,-78.50052,38.041999,Structure Fire ,45.04999999999997,2004-03-25 05:08:48,2004,100.0,"Boarding/rooming house, residential hotels",Bedroom - < 5 persons; included are jail or prison,Cigarette,"Bedding; blanket, sheet, comforter",Unintentional,E7 ,2.533333333333392,2004-03-25 05:08:48,POINT (-78.50051999999999 38.041999),200.0,5.0,1.0,"1159 Millmont Street, Charlottesville, Virginia 22903, United States",POINT (-78.501024 38.054343),208.0,1371.1294298638416 +2040864,,22903,-78.49047,38.00955,Natural vegetation fire ,12.199999999999969,2004-03-25 15:01:37,2004,0.0,"Street, other",,Cigarette,,Other cause,E5 ,2.866666666666608,2004-03-25 15:01:37,POINT (-78.49047 38.00955),200.0,5.0,1.0,"510 15th Street Northwest, Charlottesville, Virginia 22903, United States",POINT (-78.49727799999999 38.039948),209.0,3427.2983045541614 +2040866,1133 EMMET ST N,22903,-78.501038,38.051145,Natural vegetation fire ,16.366666666666607,2004-03-25 15:54:31,2004,0.0,"Street, other",,Cigarette,,Smoking,E2 ,3.5333333333333283,2004-03-25 15:54:31,POINT (-78.50103799999999 38.051145),200.0,5.0,1.0,"Garrett Street, Charlottesville, Virginia 22902, United States",POINT (-78.481522 38.0273324),210.0,3150.427994037008 +2040874,1159 EMMET ST,22903,-78.500619,38.051518,Natural vegetation fire ,18.516666666666673,2004-03-26 11:08:32,2004,0.0,Vehicle parking area,,Cigarette,,Smoking,E6 ,1.6666666666666559,2004-03-26 11:08:32,POINT (-78.500619 38.051518),200.0,5.0,1.0,"2021 Michie Drive, Charlottesville, Virginia 22901, United States",POINT (-78.488362 38.059221),211.0,1374.4197441768497 +2040897,414 PARK ST,22902,-78.476672,38.032483,Mobile property (vehicle) fire ,61.08333333333337,2004-03-29 09:15:18,2004,0.0,,"Engine area, running gear, wheel area","Heat from powered equipment, other",Flammable liquid/gas - in/from engine or burner,Failure of equipment or heat source,E7 ,2.9000000000000163,2004-03-29 09:15:18,POINT (-78.47667199999999 38.032483),200.0,5.0,1.0,"748 Madison Ave, Charlottesville, Virginia 22903, United States",POINT (-78.49357000000001 38.04183),212.0,1810.608445632286 +2040946,231 14 TH ST NW,22902,-78.49477,38.06987,Structure Fire ,922.5999999999993,2004-04-04 00:49:55,2004,265000.0,Multifamily dwelling,Bedroom - < 5 persons; included are jail or prison,Undetermined,Undetermined,Unintentional,E7 ,3.03333333333336,2004-04-04 00:49:55,POINT (-78.49477 38.06987),200.0,5.0,1.0,"881 Ridge Street, Charlottesville, Virginia 22902, United States",POINT (-78.493531 38.020092),213.0,5527.375899382948 +2040980,1106 MYRTLE ST,22902,-78.47133,38.023994,Structure Fire ,38.549999999999955,2004-04-05 19:21:18,2004,500.0,Outbuilding or shed,Storage: supplies or tools; dead storage,Match,"Magazine, newspaper, writing paper",Intentional,E5 ,3.116666666666736,2004-04-05 19:21:18,POINT (-78.47132999999999 38.023994),200.0,5.0,1.0,"129 Emmet St N, Charlottesville, Virginia 22903, United States",POINT (-78.50715 38.04393),215.0,3845.9973743834967 +2040989,,22901,-78.49047,38.00955,Mobile property (vehicle) fire ,42.78333333333327,2004-04-07 02:44:07,2004,0.0,Vehicle parking area,Cargo/trunk area - all vehicles,Heat from other open flame or smoking materials,"General materials, other",Intentional,E7 ,4.183333333333344,2004-04-07 02:44:07,POINT (-78.49047 38.00955),200.0,5.0,0.948,"2102 Jefferson Park Avenue, Charlottesville, Virginia 22903, United States",POINT (-78.51492399999999 38.025899),216.0,2811.971378562806 +2040997,1106 EMMET ST N,22903,-78.500387,38.051389,Natural vegetation fire ,7.76666666666664,2004-04-07 14:38:10,2004,0.0,Street or road in commercial area,,Cigarette,,Smoking,E7 ,3.566666666666736,2004-04-07 14:38:10,POINT (-78.500387 38.051389),200.0,5.0,1.0,"1049 Forest Hills Avenue, Charlottesville, Virginia 22903, United States",POINT (-78.498498 38.025574),217.0,2870.741667140545 +2040998,,22902,-78.49047,38.00955,Natural vegetation fire ,3.899999999999952,2004-04-07 17:44:58,2004,0.0,Highway or divided highway,,Undetermined,,Undetermined,E7 ,1.066666666666608,2004-04-07 17:44:58,POINT (-78.49047 38.00955),200.0,5.0,1.0,"2404 Fontaine Avenue, Charlottesville, Virginia 22903, United States",POINT (-78.51959600000001 38.025666),218.0,3121.6840151465326 +2041012,1635 MERIDIAN ST,22902,-78.482006,38.012799,Natural vegetation fire ,25.550000000000065,2004-04-08 21:05:25,2004,0.0,Open land or field,,Hot ember or ash,,Open/outdoor fire,E5 ,9.083333333333377,2004-04-08 21:05:25,POINT (-78.482006 38.012799),200.0,5.0,1.0,"106 1st Street South, Charlottesville, Virginia 22902, United States",POINT (-78.48159 38.030328),220.0,1946.399978173286 +2041190,920 HARRIS ST,22902,-78.482268,38.038141,Structure Fire ,231.51666666666674,2004-04-25 02:16:41,2004,300000.0,Warehouse,"Outside area, other",Undetermined,Undetermined,Cause under investigation,E5 ,6.733333333333296,2004-04-25 02:16:41,POINT (-78.482268 38.038141),200.0,5.0,1.0,"1035 Emmet St N, Charlottesville, Virginia 22903, United States",POINT (-78.50116 38.05104),221.0,2191.313118624991 +2041210,707 ORANGEDALE AVE,22902,-78.495665,38.024398,Mobile property (vehicle) fire ,84.48333333333336,2004-04-27 05:06:13,2004,0.0,"Street, other",Operator/passenger area of transportation equip.,Undetermined,"Upholstered sofa, chair, vehicle seats",Cause under investigation,E7 ,3.899999999999952,2004-04-27 05:06:13,POINT (-78.495665 38.024398),200.0,5.0,1.0,"317 Riverside Avenue, Charlottesville, Virginia 22902, United States",POINT (-78.45517100000001 38.024985),222.0,3556.820132372521 +2041252,,22902,-78.49047,38.00955,Natural vegetation fire ,8.33333333333328,2004-04-30 16:47:56,2004,0.0,"Street, other",,Cigarette,,Smoking,E3 ,3.1333333333332964,2004-04-30 16:47:56,POINT (-78.49047 38.00955),200.0,5.0,1.0,"415 Ray C Hunt Drive, Charlottesville, Virginia 22903, United States",POINT (-78.526084 38.02515),223.0,3575.3720750153116 +2041276,1324 CHESAPEAKE ST,22902,-78.464762,38.02664,Structure Fire ,228.89999999999955,2004-05-02 22:28:31,2004,140000.0,1 or 2 family dwelling,"Laundry area, wash house (laundry)",Undetermined,Undetermined,Cause under investigation,BC4 ,2.93333333333328,2004-05-02 22:28:31,POINT (-78.46476199999999 38.02664),200.0,5.0,1.0,"604 Cherry Avenue, Charlottesville, Virginia 22903, United States",POINT (-78.491699 38.02712),224.0,2366.160449696202 +2041332,770 PROSPECT AVE,22901,-78.49477,38.06987,Special outside fire ,38.74999999999997,2004-05-07 10:36:18,2004,0.0,"Outside or special property, other","Outside area, other","Heat from powered equipment, other","Electrical wire, cable insulation","Cause, other",E7 ,2.650000000000032,2004-05-07 10:36:18,POINT (-78.49477 38.06987),200.0,5.0,0.948,"1137 Emmet Street North, Charlottesville, Virginia 22903, United States",POINT (-78.500879 38.053381),225.0,1907.5142574704248 +2041364,403 GARRETT ST,22902,-78.480215,38.028024,Structure Fire ,20.283333333333267,2004-05-10 09:56:14,2004,0.0,1 or 2 family dwelling,Bedroom - < 5 persons; included are jail or prison,Hot ember or ash,"Mattress, pillow",Unintentional,E5 ,1.7666666666667359,2004-05-10 09:56:14,POINT (-78.480215 38.028024),200.0,5.0,1.0,"501 Ridge Street, Charlottesville, Virginia 22902, United States",POINT (-78.487296 38.027331),226.0,626.5740676233488 +2041387,,22902,-78.49047,38.00955,Mobile property (vehicle) fire ,14.249999999999952,2004-05-12 19:23:30,2004,0.0,,"Engine area, running gear, wheel area",Undetermined,Undetermined,Failure of equipment or heat source,E5 ,3.166666666666704,2004-05-12 19:23:30,POINT (-78.49047 38.00955),200.0,5.0,1.0,"415 Ray C Hunt Drive, Charlottesville, Virginia 22903, United States",POINT (-78.526084 38.02515),227.0,3575.3720750153116 +2041412,1222 JEFFERSON PARK,22902,-78.467387,38.0279,Natural vegetation fire ,8.33333333333328,2004-05-14 13:06:42,2004,0.0,Vehicle parking area,,Hot ember or ash,,Smoking,E7 ,1.416666666666672,2004-05-14 13:06:42,POINT (-78.467387 38.0279),200.0,5.0,1.0,"1403 Emmet Street North, Charlottesville, Virginia 22903, United States",POINT (-78.49708099999999 38.056089),228.0,4073.2193412093147 +2041415,1705 EMMET ST N,22901,-78.494165,38.059115,Natural vegetation fire ,11.949999999999985,2004-05-14 15:30:16,2004,0.0,Restaurant or cafeteria,,"Chemical, natural heat source, other",,Natural source,E1 ,2.799999999999936,2004-05-14 15:30:16,POINT (-78.494165 38.059115),200.0,5.0,1.0,"1709 Jefferson Park Avenue, Charlottesville, Virginia 22903, United States",POINT (-78.50891799999999 38.030644),230.0,3415.904805335379 +2041424,,22901,-78.49047,38.00955,Natural vegetation fire ,7.483333333333392,2004-05-15 15:44:44,2004,0.0,Vehicle parking area,,Undetermined,,Undetermined,E2 ,2.949999999999984,2004-05-15 15:44:44,POINT (-78.49047 38.00955),200.0,5.0,1.0,"516 Brandon Avenue, Charlottesville, Virginia 22903, United States",POINT (-78.503888 38.030114),231.0,2569.1927596120577 +2041425,,22901,-78.49047,38.00955,Natural vegetation fire ,13.983333333333265,2004-05-15 16:06:47,2004,0.0,Vehicle parking area,,Undetermined,,Undetermined,E1 ,4.299999999999984,2004-05-15 16:06:47,POINT (-78.49047 38.00955),200.0,5.0,1.0,"1900 Emmet Street North, Charlottesville, Virginia 22903, United States",POINT (-78.491651 38.061811),232.0,5802.892530607165 +2041477,,22903,-78.49047,38.00955,Special outside fire ,15.133333333333391,2004-05-19 00:08:57,2004,0.0,"Utility or Distribution system, other","Highway, parking lot, street: on or near",Arcing,"Transformer, including transformer fluids",Failure of equipment or heat source,E2 ,7.066666666666657,2004-05-19 00:08:57,POINT (-78.49047 38.00955),200.0,5.0,1.0,"1521 Broad Avenue, Charlottesville, Virginia 22903, United States",POINT (-78.505002 38.025567),233.0,2188.8201962048784 +2041481,,22901,-78.49047,38.00955,Special outside fire ,6.599999999999953,2004-05-19 09:20:20,2004,0.0,"Utility or Distribution system, other","Highway, parking lot, street: on or near",Arcing,Undetermined,Failure of equipment or heat source,E2 ,2.200000000000032,2004-05-19 09:20:20,POINT (-78.49047 38.00955),200.0,5.0,1.0,"422 Garrett Street, Charlottesville, Virginia 22902, United States",POINT (-78.48064100000001 38.026338),234.0,2054.004443532424 +2041499,1600 6TH ST SE,22901,-78.486532,38.016944,Fire in mobile property used as a fixed structure ,94.38333333333335,2004-05-20 15:35:36,2004,7500.0,1 or 2 family dwelling,"Common room, den, family room, living room, lounge",Cigarette,"Soft goods, wearing apparel, other",Unintentional,BC1 ,1.68333333333336,2004-05-20 15:35:36,POINT (-78.486532 38.016944),200.0,5.0,1.0,"2317 Fontaine Avenue, Charlottesville, Virginia 22903, United States",POINT (-78.51802600000001 38.026151),235.0,2948.7415780043475 +2041535,200 W WATER ST,22902,-78.48274,38.030327,Structure Fire ,64.6166666666667,2004-05-24 13:14:51,2004,5000.0,Athletic/health club,"Bathroom, checkroom, lavatory, locker room","Heat from powered equipment, other","Electrical wire, cable insulation",Failure of equipment or heat source,BC1 ,0.633333333333312,2004-05-24 13:14:51,POINT (-78.48274000000001 38.030327),200.0,5.0,1.0,"247 Ridge McIntire Rd, Charlottesville, Virginia 22903, United States",POINT (-78.48547000000001 38.03203),236.0,305.3129175047117 +2041551,926 CHARLTON AVE,22902,-78.489141,38.039315,Mobile property (vehicle) fire ,49.31666666666669,2004-05-26 00:17:20,2004,0.0,Vehicle parking area,"Engine area, running gear, wheel area","Radiated, conducted heat from operating equipment",Undetermined,Cause undetermined after investigation,E7 ,4.483333333333296,2004-05-26 00:17:20,POINT (-78.489141 38.039315),200.0,5.0,1.0,"1131 5th Street Southwest, Charlottesville, Virginia 22902, United States",POINT (-78.502968 38.013273),237.0,3135.787337959122 +2041620,901 E MARKET ST,22902,-78.475199,38.029658,Mobile property (vehicle) fire ,34.166666666666735,2004-06-02 22:32:41,2004,0.0,,"Engine area, running gear, wheel area",Arcing,Flammable liquid/gas - in/from engine or burner,Failure of equipment or heat source,BC1 ,2.0666666666666877,2004-06-02 22:32:41,POINT (-78.475199 38.029658),200.0,5.0,1.0,"510 Cleveland Avenue, Charlottesville, Virginia 22903, United States",POINT (-78.498875 38.016837),238.0,2519.801124141409 +2041649,975 EMMET ST N,22903,-78.502825,38.049487,"Fire, other ",21.366666666666724,2004-06-05 23:47:46,2004,0.0,"Food and beverage sales, grocery store",,,,,E2 ,3.950000000000064,2004-06-05 23:47:46,POINT (-78.502825 38.049487),200.0,5.0,1.0,"411 High Street East, Charlottesville, Virginia 22902, United States",POINT (-78.477403 38.03235),239.0,2932.883696554498 +2041668,,22902,-78.49047,38.00955,Mobile property (vehicle) fire ,41.21666666666669,2004-06-07 16:43:21,2004,0.0,,"Engine area, running gear, wheel area",Arcing,"Electrical wire, cable insulation",Cause undetermined after investigation,E1 ,2.833333333333344,2004-06-07 16:43:21,POINT (-78.49047 38.00955),200.0,5.0,1.0,"147 Stribling Avenue, Charlottesville, Virginia 22903, United States",POINT (-78.518817 38.022955),240.0,2900.5856389505875 +2041716,,22902,-78.49047,38.00955,Mobile property (vehicle) fire ,20.216666666666736,2004-06-10 15:40:04,2004,0.0,,"Engine area, running gear, wheel area","Radiated, conducted heat from operating equipment","Electrical wire, cable insulation",Unintentional,E7 ,2.216666666666736,2004-06-10 15:40:04,POINT (-78.49047 38.00955),200.0,5.0,1.0,"1100 Coleman St, Charlottesville, Virginia 22901, United States",POINT (-78.45723 38.0407),241.0,4525.601111322181 +2041759,1147 RIVER RD,22901,-78.456448,38.039091,Structure Fire ,189.2666666666664,2004-06-13 18:56:34,2004,0.0,Business office,Awning,Undetermined,"Awning, canopy",Cause under investigation,E7 ,4.483333333333296,2004-06-13 18:56:34,POINT (-78.45644799999999 38.039091),200.0,5.0,1.0,"804 Prospect Avenue, Charlottesville, Virginia 22903, United States",POINT (-78.496942 38.020718),242.0,4099.457705071126 +2041761,1230 RIVER RD,22901,-78.455995,38.040005,Mobile property (vehicle) fire ,127.8,2004-06-13 18:27:31,2004,0.0,"Outside or special property, other",Operator/passenger area of transportation equip.,Match,"General materials, other",Intentional,E5 ,3.5333333333333283,2004-06-13 18:27:31,POINT (-78.455995 38.040005),200.0,5.0,1.0,"100 Meade Avenue, Charlottesville, Virginia 22902, United States",POINT (-78.467254 38.023316),243.0,2100.108235738319 +2041772,,22901,-78.49047,38.00955,Mobile property (vehicle) fire ,29.40000000000005,2004-06-14 16:04:17,2004,0.0,Street or road in commercial area,"Engine area, running gear, wheel area",Undetermined,Undetermined,Unintentional,E7 ,2.5499999999999523,2004-06-14 16:04:17,POINT (-78.49047 38.00955),200.0,5.0,1.0,"724 Prospect Ave, Charlottesville, Virginia 22903, United States",POINT (-78.49475 38.02399),244.0,1646.5927966525355 +2041804,1500 GRADY AVE,22903,-78.497471,38.04057,Structure Fire ,98.2833333333333,2004-06-17 04:51:44,2004,3500.0,Multifamily dwelling,"Cooking area, kitchen",Candle,Cabinetry (including built-in),Unintentional,BC1 ,4.233333333333312,2004-06-17 04:51:44,POINT (-78.497471 38.04057),200.0,5.0,1.0,"1108 Ware Street, Charlottesville, Virginia 22902, United States",POINT (-78.48483299999999 38.022147),245.0,2326.984428558093 +2041843,801 FRANKLIN ST,22902,-78.466794,38.018416,Mobile property (vehicle) fire ,76.11666666666667,2004-06-18 23:04:54,2004,0.0,,Operator/passenger area of transportation equip.,Arcing,Multiple items first ignited,Cause under investigation,E5 ,6.016666666666608,2004-06-18 23:04:54,POINT (-78.46679399999999 38.018416),200.0,5.0,1.0,"1201 Emmet Street North, Charlottesville, Virginia 22903, United States",POINT (-78.49906799999999 38.05337),246.0,4805.1851264642855 +2041946,,22902,-78.49047,38.00955,Special outside fire ,9.800000000000065,2004-06-26 19:10:14,2004,0.0,,"Fuel tank, fuel line","Spark, ember, or flame from operating equipment",Flammable liquid/gas - in/from engine or burner,Unintentional,E5 ,3.83333333333328,2004-06-26 19:10:14,POINT (-78.49047 38.00955),200.0,5.0,1.0,"2014 Holiday Drive, Charlottesville, Virginia 22901, United States",POINT (-78.492334 38.058376),247.0,5423.083720970371 +2041990,1131 5TH ST SW,22902,-78.502151,38.012721,Mobile property (vehicle) fire ,7.449999999999984,2004-06-29 19:01:43,2004,0.0,,"Engine area, running gear, wheel area","Radiated, conducted heat from operating equipment",Flammable liquid/gas - in/from engine or burner,Failure of equipment or heat source,E7 ,2.966666666666688,2004-06-29 19:01:43,POINT (-78.502151 38.012721),200.0,5.0,1.0,"700 West Main Street, Charlottesville, Virginia 22903, United States",POINT (-78.49384000000001 38.032393),248.0,2302.694825046529 +2041999,,22902,-78.49047,38.00955,Mobile property (vehicle) fire ,26.233333333333345,2004-06-30 08:26:26,2004,0.0,Street or road in commercial area,"Engine area, running gear, wheel area",Undetermined,Undetermined,Unintentional,E7 ,2.733333333333264,2004-06-30 08:26:26,POINT (-78.49047 38.00955),200.0,5.0,1.0,"1604 Burnley Avenue, Charlottesville, Virginia 22903, United States",POINT (-78.49700799999999 38.042802),249.0,3735.9776601015233 +2042022,,22903,-78.49047,38.00955,Natural vegetation fire ,8.816666666666688,2004-07-01 16:13:12,2004,0.0,Street or road in commercial area,,Hot ember or ash,,Smoking,E6 ,5.73333333333336,2004-07-01 16:13:12,POINT (-78.49047 38.00955),200.0,5.0,1.0,"1109 Wertland St, Charlottesville, Virginia 22903, United States",POINT (-78.49587 38.03488),250.0,2851.8125619691914 +2042075,505 VALLEY RD,22902,-78.505433,38.030581,Natural vegetation fire ,17.73333333333331,2004-07-04 19:20:16,2004,0.0,Open land or field,,,,Equipment,E7 ,6.733333333333296,2004-07-04 19:20:16,POINT (-78.505433 38.030581),200.0,5.0,1.0,"1502 6th Street Southeast, Charlottesville, Virginia 22902, United States",POINT (-78.485083 38.018568),251.0,2229.9208729651605 +2042105,779 PROSPECT AVE,22901,-78.49477,38.06987,Structure Fire ,121.50000000000003,2004-07-06 16:25:28,2004,10500.0,1 or 2 family dwelling,"Attic: vacant, crawl space above top story, cupola",Lightning,Structural member or framing,Unintentional,E6 ,2.01666666666672,2004-07-06 16:25:28,POINT (-78.49477 38.06987),200.0,5.0,1.0,"946 Grady Avenue, Charlottesville, Virginia 22903, United States",POINT (-78.491236 38.037767),253.0,3577.52751088549 +2042155,1505 GREEN ST,22902,-78.481425,38.016427,Mobile property (vehicle) fire ,24.7666666666667,2004-07-08 22:28:02,2004,1000.0,,"Engine area, running gear, wheel area","Radiated, conducted heat from operating equipment",Undetermined,Cause undetermined after investigation,BC1 ,3.7166666666666397,2004-07-08 22:28:02,POINT (-78.481425 38.016427),200.0,5.0,1.0,"309 5th Street Southwest, Charlottesville, Virginia 22903, United States",POINT (-78.489384 38.028652),254.0,1526.628446648095 +2042225,921 ST CHARLES AV,22902,-78.465421,38.040582,Structure Fire ,154.84999999999968,2004-07-12 22:41:58,2004,8000.0,1 or 2 family dwelling,Closet,"Hot or smoldering object, other",Wearing apparel not on a person,Unintentional,E2 ,4.26666666666672,2004-07-12 22:41:58,POINT (-78.46542100000001 38.040582),200.0,5.0,1.0,"235 W Main St, Charlottesville, Virginia 22902, United States",POINT (-78.48273 38.03151),255.0,1823.2855861039627 +2042260,1159 MILLMONT ST,22903,-78.500786,38.054133,Mobile property (vehicle) fire ,17.066666666666737,2004-07-14 19:05:01,2004,0.0,,"Engine area, running gear, wheel area",Arcing,"Electrical wire, cable insulation",Failure of equipment or heat source,E6 ,3.6,2004-07-14 19:05:01,POINT (-78.50078600000001 38.054133),200.0,5.0,1.0,"211 Carlton Road, Charlottesville, Virginia 22902, United States",POINT (-78.47004699999999 38.022747),256.0,4407.503122504701 +2042317,510 15TH ST NW,22902,-78.497444,38.040013,Structure Fire ,34.933333333333394,2004-07-18 10:21:44,2004,0.0,Multifamily dwelling,"Heating room or area, water heater area",Arcing,"Electrical wire, cable insulation",Failure of equipment or heat source,E2 ,3.783333333333312,2004-07-18 10:21:44,POINT (-78.497444 38.040013),200.0,5.0,1.0,"1410 Vine Street, Charlottesville, Virginia 22902, United States",POINT (-78.467634 38.019295),257.0,3484.6972070873985 +2042345,GARRETT ST,22901,-78.49477,38.06987,Mobile property (vehicle) fire ,22.416666666666625,2004-07-20 16:40:23,2004,0.0,,Operator/passenger area of transportation equip.,"Radiated, conducted heat from operating equipment","Upholstered sofa, chair, vehicle seats",Unintentional,E6 ,4.549999999999968,2004-07-20 16:40:23,POINT (-78.49477 38.06987),200.0,5.0,1.0,"1503 Chesapeake Street, Charlottesville, Virginia 22902, United States",POINT (-78.460902 38.02526),258.0,5776.61666359514 +2042355,2021 MICHIE DR,22901,-78.487733,38.059211,Mobile property (vehicle) fire ,85.2333333333333,2004-07-21 08:09:37,2004,0.0,,"Engine area, running gear, wheel area","Radiated, conducted heat from operating equipment",Flammable liquid/gas - in/from engine or burner,Failure of equipment or heat source,E2 ,2.099999999999952,2004-07-21 08:09:37,POINT (-78.48773300000001 38.059211),200.0,5.0,1.0,"500 Park Street, Charlottesville, Virginia 22902, United States",POINT (-78.475179 38.034068),259.0,3001.087307509203 +2042398,748 MADISON AV,22901,-78.494848,38.041392,Structure Fire ,22.53333333333326,2004-07-23 16:32:33,2004,1200.0,Multifamily dwelling,"Cooking area, kitchen","Radiated, conducted heat from operating equipment","Cooking materials, including edible materials",Unintentional,BC3 ,3.983333333333328,2004-07-23 16:32:33,POINT (-78.494848 38.041392),200.0,5.0,1.0,"133 Lodge Creek Circle, Charlottesville, Virginia 22903, United States",POINT (-78.503433 38.016931),261.0,2818.3256083192064 +2042545,881 RIDGE ST,22902,-78.493463,38.019994,Structure Fire ,256.1333333333328,2004-08-03 05:41:52,2004,12000.0,1 or 2 family dwelling,Interior stairway or ramp,Undetermined,Structural member or framing,Cause under investigation,BC1 ,2.416666666666608,2004-08-03 05:41:52,POINT (-78.49346300000001 38.019994),200.0,5.0,1.0,"1528 Rutledge Avenue, Charlottesville, Virginia 22903, United States",POINT (-78.48618 38.046288),264.0,2988.367220169887 +2042549,,22903,-78.49047,38.00955,Mobile property (vehicle) fire ,9.850000000000033,2004-08-03 10:54:51,2004,0.0,,"Engine area, running gear, wheel area","Heat from powered equipment, other","Item, Other",Failure of equipment or heat source,C2 ,2.383333333333344,2004-08-03 10:54:51,POINT (-78.49047 38.00955),200.0,5.0,1.0,"500 Nassau Street, Charlottesville, Virginia 22902, United States",POINT (-78.466216 38.020119),265.0,2432.062887717355 +2042594,129 EMMET ST N,22903,-78.50628,38.041102,Mobile property (vehicle) fire ,58.850000000000065,2004-08-06 14:13:35,2004,0.0,,"Engine area, running gear, wheel area",Undetermined,Multiple items first ignited,Unintentional,E6 ,3.466666666666656,2004-08-06 14:13:35,POINT (-78.50628 38.041102),200.0,5.0,0.802857,"7 West Pavilion, Charlottesville, Virginia 22903, United States",POINT (-78.504561 38.034659),266.0,731.0421490411436 +2042645,2102 JEFFERSON PARK,22902,-78.472976,38.030218,Natural vegetation fire ,17.783333333333278,2004-08-09 22:17:44,2004,0.0,Graded and cared-for plots of land,,Match,,Misuse of fire,E6 ,6.8666666666666405,2004-08-09 22:17:44,POINT (-78.472976 38.030218),200.0,5.0,1.0,"1215 Lee Street, Charlottesville, Virginia 22908, United States",POINT (-78.49934500000001 38.031439),267.0,2319.510671328946 +2042749,1049 FOREST HILLS AV,22903,-78.498459,38.025379,Mobile property (vehicle) fire ,20.13333333333336,2004-08-17 02:48:39,2004,0.0,,"Vehicle area, other",Undetermined,"Awning, canopy",Cause under investigation,E7 ,3.699999999999936,2004-08-17 02:48:39,POINT (-78.498459 38.025379),200.0,5.0,1.0,"415 Lane Rd, Charlottesville, Virginia 22903, United States",POINT (-78.50311000000001 38.0312),268.0,764.4861795975995 +2042783,2404 FONTAINE AVE,22901,-78.49477,38.06987,"Fire, other ",60.68333333333334,2004-08-19 13:05:09,2004,0.0,"Service station, gas station",,,,,BC3 ,4.299999999999984,2004-08-19 13:05:09,POINT (-78.49477 38.06987),200.0,5.0,1.0,"291 Mccormick Road, Charlottesville, Virginia 22904, United States",POINT (-78.50785 38.033034),269.0,4247.637064507219 +2042787,,22904,-78.49047,38.00955,Natural vegetation fire ,12.983333333333327,2004-08-19 18:11:45,2004,0.0,Construction site,,Cigarette,,Smoking,E7 ,3.466666666666656,2004-08-19 18:11:45,POINT (-78.49047 38.00955),200.0,5.0,1.0,"180 Copeley Road, Charlottesville, Virginia 22903, United States",POINT (-78.506394 38.048155),270.0,4508.227442278363 +2042793,106 W SOUTH ST,22902,-78.48261,38.029472,Structure Fire ,79.69999999999996,2004-08-20 10:39:36,2004,5000.0,"Food and beverage sales, grocery store","Heating room or area, water heater area",Heat from undetermined smoking material,Structural member or framing,Act of nature,E7 ,3.899999999999952,2004-08-20 10:39:36,POINT (-78.48260999999999 38.029472),200.0,5.0,0.669524,"Darden Boulevard, Charlottesville, Virginia 22903, United States",POINT (-78.5137613 38.0525024),271.0,3744.0670574663964 +2042862,1035 EMMET ST N,22903,-78.501964,38.05029,Mobile property (vehicle) fire ,24.83333333333338,2004-08-24 15:56:40,2004,0.0,,"Engine area, running gear, wheel area",Undetermined,"General materials, other",Failure of equipment or heat source,E6 ,4.299999999999984,2004-08-24 15:56:40,POINT (-78.501964 38.05029),200.0,5.0,1.0,"411 High Street East, Charlottesville, Virginia 22902, United States",POINT (-78.477403 38.03235),272.0,2935.5005196529223 +2042869,317 RIVERSIDE AVE,22901,-78.454949,38.024904,Structure Fire ,254.84999999999903,2004-08-24 20:50:09,2004,20000.0,Multifamily dwelling,Bedroom - < 5 persons; included are jail or prison,"Heat from powered equipment, other","Electrical wire, cable insulation",Failure of equipment or heat source,E2 ,5.51666666666664,2004-08-24 20:50:09,POINT (-78.454949 38.024904),200.0,5.0,1.0,"520 Edgemont Road, Charlottesville, Virginia 22903, United States",POINT (-78.51793499999999 38.036954),273.0,5690.479265241039 +2042919,415 RAY C HUNT DR,22902,-78.49047,38.00955,Natural vegetation fire ,11.13333333333336,2004-08-27 16:09:05,2004,0.0,Vehicle parking area,,Hot ember or ash,,Smoking,E5 ,3.783333333333312,2004-08-27 16:09:05,POINT (-78.49047 38.00955),200.0,5.0,1.0,"820 Hardy Drive, Charlottesville, Virginia 22903, United States",POINT (-78.49225300000001 38.033426),274.0,2655.3056380874114 +2042927,604 CHERRY AVE,22902,-78.491485,38.027563,Mobile property (vehicle) fire ,39.350000000000016,2004-08-28 09:53:04,2004,0.0,,"Engine area, running gear, wheel area","Heat from powered equipment, other",Undetermined,Failure of equipment or heat source,E4 ,2.516666666666688,2004-08-28 09:53:04,POINT (-78.491485 38.027563),200.0,5.0,1.0,"922 Bolling Avenue, Charlottesville, Virginia 22902, United States",POINT (-78.475302 38.021355),275.0,1579.5042857839749 +2042933,1137 EMMET ST,22903,-78.501,38.05118,Natural vegetation fire ,9.916666666666703,2004-08-28 17:28:12,2004,0.0,Vehicle parking area,,Hot ember or ash,,Smoking,E6 ,5.18333333333328,2004-08-28 17:28:12,POINT (-78.501 38.05118),200.0,5.0,1.0,"308 Ridge St, Charlottesville, Virginia 22902, United States",POINT (-78.48572 38.02837),276.0,2865.7807660011067 +2042997,501 RIDGE ST,22902,-78.486969,38.02721,Structure Fire ,202.9833333333331,2004-08-31 19:13:12,2004,33000.0,1 or 2 family dwelling,Bedroom - < 5 persons; included are jail or prison,Arcing,"Electrical wire, cable insulation",Failure of equipment or heat source,E5 ,2.516666666666688,2004-08-31 19:13:12,POINT (-78.486969 38.02721),200.0,5.0,1.0,"243 Ridge Mcintire Road, Charlottesville, Virginia 22903, United States",POINT (-78.48537 38.032289),277.0,581.0868178288346 +2043036,415 RAY C HUNT DR,22903,-78.49047,38.00955,Natural vegetation fire ,23.24999999999995,2004-09-02 17:31:50,2004,0.0,Hospital - medical or psychiatric,,,,Smoking,E6 ,3.966666666666624,2004-09-02 17:31:50,POINT (-78.49047 38.00955),200.0,5.0,1.0,"1007 Elliott Avenue, Charlottesville, Virginia 22902, United States",POINT (-78.47595099999999 38.018992),278.0,1650.7790844239373 +2043100,1403 EMMET ST N,22901,-78.496664,38.055909,Mobile property (vehicle) fire ,18.099999999999937,2004-09-07 14:26:43,2004,0.0,,"Vehicle area, other","Radiated, conducted heat from operating equipment","General materials, other",Failure of equipment or heat source,E1 ,4.516666666666704,2004-09-07 14:26:43,POINT (-78.496664 38.055909),200.0,5.0,1.0,"114 Hartmans Mill Road, Charlottesville, Virginia 22902, United States",POINT (-78.48841299999999 38.019374),279.0,4120.272227550641 +2043121,,22902,-78.49047,38.00955,Natural vegetation fire ,62.30000000000001,2004-09-08 13:08:12,2004,0.0,,,Heat source: other,,Other cause,E5 ,2.966666666666688,2004-09-08 13:08:12,POINT (-78.49047 38.00955),200.0,5.0,1.0,"614 Rugby Road, Charlottesville, Virginia 22903, United States",POINT (-78.499297 38.042344),280.0,3722.355409013022 +2043173,1709 JEFFERSON PARK AV,22902,-78.514785,38.022312,Structure Fire ,101.69999999999999,2004-09-10 21:48:18,2004,500.0,Multifamily dwelling,"Laundry area, wash house (laundry)","Spark, ember, or flame from operating equipment",Wearing apparel not on a person,Failure of equipment or heat source,E7 ,5.199999999999984,2004-09-10 21:48:18,POINT (-78.514785 38.022312),200.0,5.0,1.0,"1901 Emmet Street North, Charlottesville, Virginia 22901, United States",POINT (-78.49319 38.061619),281.0,4757.906608011859 +2043201,516 BRANDON AVE,22903,-78.504197,38.03012,Structure Fire ,81.18333333333331,2004-09-12 15:14:54,2004,2000.0,Multifamily dwelling,"Cooking area, kitchen",Undetermined,Undetermined,Unintentional,E7 ,3.399999999999984,2004-09-12 15:14:54,POINT (-78.504197 38.03012),200.0,5.0,1.0,"1700 Emmet Street North, Charlottesville, Virginia 22901, United States",POINT (-78.49346 38.058969),282.0,3338.62674581535 +2043330,1900 EMMET ST N,22901,-78.492638,38.060445,Mobile property (vehicle) fire ,15.650000000000063,2004-09-20 16:43:01,2004,0.0,Highway or divided highway,"Engine area, running gear, wheel area","Heat from powered equipment, other","Electrical wire, cable insulation",Failure of equipment or heat source,E4 ,4.149999999999936,2004-09-20 16:43:01,POINT (-78.492638 38.060445),200.0,5.0,1.0,"1536 Rugby Road, Charlottesville, Virginia 22903, United States",POINT (-78.489898 38.05554),283.0,595.3016977192791 +2043371,1521 BROAD AVE,22902,-78.505098,38.025412,Structure Fire ,179.4499999999992,2004-09-22 19:42:16,2004,30000.0,1 or 2 family dwelling,Bedroom - < 5 persons; included are jail or prison,"Hot or smoldering object, other","Furniture, utensils, other",Unintentional,E5 ,5.016666666666672,2004-09-22 19:42:16,POINT (-78.505098 38.025412),200.0,5.0,1.0,"207 Ridge Street, Charlottesville, Virginia 22902, United States",POINT (-78.486358 38.029033),284.0,1694.080031031404 +2043384,422 GARRETT ST,22902,-78.480151,38.027842,Structure Fire ,74.18333333333334,2004-09-23 17:46:39,2004,10000.0,Multifamily dwelling,"Cooking area, kitchen","Radiated, conducted heat from operating equipment","Cooking materials, including edible materials",Unintentional,BC4 ,1.0333333333333439,2004-09-23 17:46:39,POINT (-78.48015100000001 38.027842),200.0,5.0,1.0,"728 Prospect Ave, Charlottesville, Virginia 22903, United States",POINT (-78.49482 38.02388),286.0,1361.2422886077725 +2043501,2317 FONTAINE AVE,22903,-78.518039,38.02597,Structure Fire ,25.216666666666704,2004-10-02 17:03:01,2004,50.0,1 or 2 family dwelling,"Entranceway, lobby","Radiated, conducted heat from operating equipment",Exterior wall covering or finish,Unintentional,BC1 ,4.700000000000016,2004-10-02 17:03:01,POINT (-78.518039 38.02597),200.0,5.0,1.0,"900 West Main Street, Charlottesville, Virginia 22903, United States",POINT (-78.494317 38.032186),287.0,2194.4639608682955 +2043515,247 RIDGE MCINTIRE RD,22901,-78.484977,38.031888,Structure Fire ,56.949999999999974,2004-10-03 17:58:23,2004,1000.0,Restaurant or cafeteria,"Substructure area or space, crawl space",Heat from undetermined smoking material,Insulation within structural area,Unintentional,BC6 ,1.750000000000032,2004-10-03 17:58:23,POINT (-78.484977 38.031888),200.0,5.0,1.0,"742 Orangedale Avenue, Charlottesville, Virginia 22903, United States",POINT (-78.496467 38.022858),290.0,1422.36670200739 +2043516,1131 5TH ST SW,22901,-78.502151,38.012721,Mobile property (vehicle) fire ,13.999999999999966,2004-10-03 18:27:30,2004,3000.0,Vehicle parking area,"Engine area, running gear, wheel area","Heat from powered equipment, other",Multiple items first ignited,Failure of equipment or heat source,E7 ,3.633333333333264,2004-10-03 18:27:30,POINT (-78.502151 38.012721),200.0,5.0,1.0,"909 Rives Street, Charlottesville, Virginia 22902, United States",POINT (-78.470893 38.017716),291.0,2800.8921785431944 +2043650,510 CLEVELAND AVE,22902,-78.498813,38.01706,Mobile property (vehicle) fire ,54.80000000000007,2004-10-12 18:49:44,2004,0.0,"Residential street, road or residential driveway","Engine area, running gear, wheel area",Undetermined,Undetermined,Failure of equipment or heat source,E7 ,3.016666666666656,2004-10-12 18:49:44,POINT (-78.498813 38.01706),200.0,5.0,1.0,"1100 Locust Avenue, Charlottesville, Virginia 22901, United States",POINT (-78.460131 38.042593),292.0,4424.237998784734 +2043785,411 E HIGH ST,22902,-78.477522,38.032153,Structure Fire ,376.8333333333322,2004-10-20 11:46:15,2004,50000.0,Courthouse,Construction/renovation area,"Radiated, conducted heat from operating equipment",Structural member or framing,Unintentional,E5 ,2.116666666666656,2004-10-20 11:46:15,POINT (-78.47752199999999 38.032153),200.0,5.0,1.0,"2308 Center Avenue, Charlottesville, Virginia 22903, United States",POINT (-78.510306 38.023814),293.0,3024.1594180025327 +2043787,147 STRIBLING AV,22902,-78.49047,38.00955,Structure Fire ,68.64999999999998,2004-10-20 13:06:41,2004,15000.0,1 or 2 family dwelling,"Duct: hvac, cable, exhaust, heating, or AC","Heat from powered equipment, other",Floor covering or rug/carpet/mat,Unintentional,E111 ,5.28333333333336,2004-10-20 13:06:41,POINT (-78.49047 38.00955),200.0,5.0,1.0,"101 Seminole Court, Charlottesville, Virginia 22901, United States",POINT (-78.486745 38.066357),294.0,6315.143482396597 +2043799,1100 COLEMAN ST,22901,-78.458381,38.038837,Structure Fire ,85.49999999999999,2004-10-21 03:01:13,2004,10000.0,1 or 2 family dwelling,"Cooking area, kitchen","Hot or smoldering object, other",Floor covering or rug/carpet/mat,Unintentional,BC1 ,5.300000000000064,2004-10-21 03:01:13,POINT (-78.458381 38.038837),200.0,5.0,1.0,"122 Longwood Drive, Charlottesville, Virginia 22903, United States",POINT (-78.506286 38.012999),295.0,5091.863604117506 +2043867,804 PROSPECT AVE,22901,-78.49477,38.06987,Structure Fire ,62.050000000000026,2004-10-25 19:22:38,2004,1100.0,1 or 2 family dwelling,Bedroom - < 5 persons; included are jail or prison,Candle,"Adornment, recreational material, signs, other",Unintentional,E5 ,3.683333333333376,2004-10-25 19:22:38,POINT (-78.49477 38.06987),200.0,5.0,1.0,"801 Emmet Street North, Charlottesville, Virginia 22903, United States",POINT (-78.504564 38.04738),296.0,2640.681304799932 +2043872,100 MEADE AV,22902,-78.468127,38.024458,Mobile property (vehicle) fire ,40.850000000000065,2004-10-26 10:53:28,2004,0.0,,Operator/passenger area of transportation equip.,"Spark, ember, or flame from operating equipment",Multiple items first ignited,Unintentional,E5 ,4.1333333333333755,2004-10-26 10:53:28,POINT (-78.468127 38.024458),200.0,5.0,1.0,"907 Rives Street, Charlottesville, Virginia 22902, United States",POINT (-78.470609 38.017806),297.0,770.0036594040253 +2043964,724 PROSPECT AVE,22903,-78.494605,38.024385,Natural vegetation fire ,16.516666666666655,2004-10-31 15:42:49,2004,0.0,,,Undetermined,,Undetermined,E7 ,2.049999999999984,2004-10-31 15:42:49,POINT (-78.49460500000001 38.024385),200.0,5.0,1.0,"772 Madison Ave, Charlottesville, Virginia 22903, United States",POINT (-78.49275 38.04179),298.0,1939.1365730031125 +2043971,1108 WARE ST,22902,-78.48488,38.022047,Structure Fire ,221.4666666666662,2004-10-31 21:43:43,2004,35000.0,1 or 2 family dwelling,Bedroom - < 5 persons; included are jail or prison,Undetermined,Undetermined,Cause under investigation,BC1 ,2.766666666666672,2004-10-31 21:43:43,POINT (-78.48488 38.022047),200.0,5.0,1.0,"1101 6th Street Southeast, Charlottesville, Virginia 22902, United States",POINT (-78.48326 38.021955),299.0,142.64076603982232 +2044026,1201 EMMET ST N,22903,-78.49904,38.05296,Natural vegetation fire ,10.183333333333394,2004-11-03 13:24:30,2004,0.0,Vehicle parking area,,Cigarette,,Smoking,E2 ,4.833333333333361,2004-11-03 13:24:30,POINT (-78.49903999999999 38.05296),200.0,5.0,1.0,"114 Cleveland Avenue, Charlottesville, Virginia 22903, United States",POINT (-78.513352 38.020281),300.0,3839.447518867875 +2044048,2014 HOLIDAY DR,22902,-78.49047,38.00955,Structure Fire ,94.81666666666665,2004-11-04 11:19:07,2004,0.0,"Hotel/motel, commercial","Bathroom, checkroom, lavatory, locker room","Radiated, conducted heat from operating equipment",Interior ceiling cover or finish,Cause under investigation,E2 ,2.0666666666666877,2004-11-04 11:19:07,POINT (-78.49047 38.00955),200.0,5.0,1.0,"200 Seminole Court, Charlottesville, Virginia 22901, United States",POINT (-78.484042 38.064733),301.0,6152.320392649703 +2044070,700 W MAIN ST,22901,-78.483308,38.031078,Mobile property (vehicle) fire ,22.05,2004-11-05 17:02:02,2004,0.0,,"Vehicle area, other","Heat, spark from friction",Undetermined,Unintentional,E7 ,0.699999999999984,2004-11-05 17:02:02,POINT (-78.48330799999999 38.031078),200.0,5.0,1.0,"2111 Michie Drive, Charlottesville, Virginia 22901, United States",POINT (-78.485135 38.062271),302.0,3466.7466705331803 +2044097,1604 BURNLEY AVE,22901,-78.497243,38.0427,Natural vegetation fire ,16.133333333333326,2004-11-07 21:06:20,2004,0.0,1 or 2 family dwelling,,"Heat from direct flame, convection currents",,Equipment,BC1 ,5.199999999999984,2004-11-07 21:06:20,POINT (-78.497243 38.0427),200.0,5.0,1.0,"111 Monticello Avenue, Charlottesville, Virginia 22902, United States",POINT (-78.483656 38.028216),303.0,2002.251159494043 +2044099,1109 WERTLAND ST,22903,-78.495226,38.034244,Structure Fire ,37.66666666666665,2004-11-07 22:25:09,2004,2500.0,Multifamily dwelling,"Exterior stairway, ramp, or fire escape",Cigarette,"Light vegetation - not crop, including grass",Unintentional,BC1 ,4.416666666666623,2004-11-07 22:25:09,POINT (-78.495226 38.034244),200.0,5.0,1.0,"401 4th Street Northwest, Charlottesville, Virginia 22903, United States",POINT (-78.485466 38.034066),304.0,857.2441343096896 +2044197,1502 6TH ST SE,22902,-78.485335,38.018667,Structure Fire ,26.199999999999932,2004-11-13 17:42:05,2004,0.0,1 or 2 family dwelling,"Cooking area, kitchen","Spark, ember, or flame from operating equipment","Rubbish, trash, or waste",Unintentional,E5 ,2.9166666666667203,2004-11-13 17:42:05,POINT (-78.48533500000001 38.018667),200.0,5.0,0.74,"Charlottesville, Virginia, United States",POINT (-78.47669999999999 38.0293),305.0,1403.062977046813 +2044239,,22903,-78.49047,38.00955,Natural vegetation fire ,37.783333333333296,2004-11-16 16:39:13,2004,0.0,Railroad right of way ,,Undetermined,,Undetermined,BC1 ,3.4833333333333596,2004-11-16 16:39:13,POINT (-78.49047 38.00955),200.0,5.0,1.0,"404 Garrett Street, Charlottesville, Virginia 22902, United States",POINT (-78.48124300000001 38.028064),306.0,2209.3932664169747 +2044253,946 GRADY AVE,22901,-78.49088,38.038185,Mobile property (vehicle) fire ,11.916666666666721,2004-11-17 12:38:56,2004,0.0,,Operator/passenger area of transportation equip.,"Radiated, conducted heat from operating equipment",Undetermined,Unintentional,E7 ,4.1333333333333755,2004-11-17 12:38:56,POINT (-78.49088 38.038185),200.0,5.0,1.0,"250 West Main Street, Charlottesville, Virginia 22902, United States",POINT (-78.484326 38.030572),307.0,1022.5186500440378 +2044439,309 5TH ST SW,22903,-78.489154,38.028562,Structure Fire ,114.70000000000002,2004-11-29 22:12:39,2004,4000.0,Multifamily dwelling,"Bathroom, checkroom, lavatory, locker room","Spark, ember, or flame from operating equipment","Structural component or finish, other",Failure of equipment or heat source,BC4 ,3.3000000000000482,2004-11-29 22:12:39,POINT (-78.489154 38.028562),200.0,5.0,1.0,"1600 Emmet Street North, Charlottesville, Virginia 22901, United States",POINT (-78.493932 38.057947),308.0,3289.1586188833494 +2044639,235 W MAIN ST,22902,-78.483157,38.031128,Structure Fire ,63.53333333333338,2004-12-10 20:34:10,2004,0.0,"Hotel/motel, commercial","Dining room, cafeteria, bar area, beverage service",Candle,Decoration,Unintentional,E5 ,1.8,2004-12-10 20:34:10,POINT (-78.48315700000001 38.031128),200.0,5.0,1.0,"706 Blenheim Avenue, Charlottesville, Virginia 22902, United States",POINT (-78.479804 38.022384),309.0,1014.4289057768442 +2044652,211 CARLTON RD,22902,-78.46992,38.023043,Mobile property (vehicle) fire ,43.43333333333328,2004-12-12 02:09:40,2004,0.0,,"Engine area, running gear, wheel area",Multiple heat sources including multiple ignition,Undetermined,Unintentional,E5 ,15.41666666666664,2004-12-12 02:09:40,POINT (-78.46992 38.023043),200.0,5.0,1.0,"405 4th Street Northwest, Charlottesville, Virginia 22903, United States",POINT (-78.485287 38.034006),310.0,1817.2590616531359 +2044655,1410 VINE ST,22901,-78.49477,38.06987,Structure Fire ,21.916666666666657,2004-12-12 14:02:45,2004,0.0,1 or 2 family dwelling,"Cooking area, kitchen","Hot or smoldering object, other","Cooking materials, including edible materials",Unintentional,E7 ,4.149999999999936,2004-12-12 14:02:45,POINT (-78.49477 38.06987),200.0,5.0,1.0,"101 Market Street, Charlottesville, Virginia 22902, United States",POINT (-78.480535 38.031782),313.0,4409.307710981591 +2044687,1503 CHESAPEAKE ST,22902,-78.461018,38.025139,Natural vegetation fire ,13.349999999999952,2004-12-14 16:15:06,2004,0.0,,,Undetermined,,Undetermined,E5 ,3.5500000000000322,2004-12-14 16:15:06,POINT (-78.461018 38.025139),200.0,5.0,1.0,"102 Keystone Place, Charlottesville, Virginia 22902, United States",POINT (-78.471176 38.014711),314.0,1461.5871293971431 +2044723,500 PARK ST,22902,-78.475949,38.03401,Mobile property (vehicle) fire ,18.466666666666704,2004-12-17 10:18:23,2004,0.0,,"Engine area, running gear, wheel area","Heat from powered equipment, other","Electrical wire, cable insulation",Failure of equipment or heat source,E5 ,2.966666666666688,2004-12-17 10:18:23,POINT (-78.475949 38.03401),200.0,5.0,1.0,"1006 Elliott Avenue, Charlottesville, Virginia 22902, United States",POINT (-78.47615999999999 38.018663),317.0,1703.9196681378028 +2044853,,22903,-78.49047,38.00955,Mobile property (vehicle) fire ,28.599999999999984,2004-12-22 16:55:47,2004,0.0,,"Engine area, running gear, wheel area",Arcing,Multiple items first ignited,Failure of equipment or heat source,E2 ,4.5,2004-12-22 16:55:47,POINT (-78.49047 38.00955),200.0,5.0,0.948,"1600 Jefferson Park Avenue, Charlottesville, Virginia 22903, United States",POINT (-78.507397 38.03177),318.0,2880.1479152617267 +2044904,133 LODGE CREEK CIR,22902,-78.503608,38.016595,Structure Fire ,42.700000000000024,2004-12-26 13:28:43,2004,1250.0,1 or 2 family dwelling,"Cooking area, kitchen","Heat from powered equipment, other","Cooking materials, including edible materials",Unintentional,BC1 ,2.13333333333336,2004-12-26 13:28:43,POINT (-78.503608 38.016595),200.0,5.0,1.0,"1301 Belleview Avenue, Charlottesville, Virginia 22901, United States",POINT (-78.459284 38.037821),320.0,4550.177529839057 +2044915,,22902,-78.49047,38.00955,Mobile property (vehicle) fire ,20.650000000000034,2004-12-27 14:05:41,2004,0.0,,"Engine area, running gear, wheel area","Radiated, conducted heat from operating equipment",Flammable liquid/gas - in/from engine or burner,Failure of equipment or heat source,BC5 ,2.03333333333328,2004-12-27 14:05:41,POINT (-78.49047 38.00955),200.0,5.0,1.0,"324 13th Street Northwest, Charlottesville, Virginia 22903, United States",POINT (-78.49666499999999 38.036592),322.0,3051.066754372922 +2044935,,22902,-78.49047,38.00955,Mobile property (vehicle) fire ,555.3166666666666,2004-12-29 03:49:14,2004,0.0,Vehicle parking area,"Engine area, running gear, wheel area","Chemical, natural heat source, other",Flammable liquid/gas - in/from engine or burner,Cause under investigation,E7 ,3.350000000000016,2004-12-29 03:49:14,POINT (-78.49047 38.00955),200.0,5.0,1.0,"1000 Cherry Avenue, Charlottesville, Virginia 22903, United States",POINT (-78.497945 38.026998),324.0,2045.2824681784366 +2044943,1528 RUTLEDGE AVE,22901,-78.485803,38.046432,Natural vegetation fire ,33.81666666666668,2004-12-29 14:31:11,2004,0.0,Graded and cared-for plots of land,,Hot ember or ash,,Open/outdoor fire,E2 ,4.016666666666736,2004-12-29 14:31:11,POINT (-78.485803 38.046432),200.0,5.0,1.0,"1004 Locust Avenue, Charlottesville, Virginia 22901, United States",POINT (-78.462605 38.040475),325.0,2141.43380284424 +2044965,500 NASSAU ST,22901,-78.49477,38.06987,Structure Fire ,227.7833333333328,2004-12-30 16:50:33,2004,30000.0,1 or 2 family dwelling,"Common room, den, family room, living room, lounge",Hot ember or ash,Structural member or framing,Failure of equipment or heat source,E5 ,3.6,2004-12-30 16:50:33,POINT (-78.49477 38.06987),200.0,5.0,1.0,"40 Wilton Pasture Lane, Charlottesville, Virginia 22911, United States",POINT (-78.449212 38.036761),326.0,5431.986258935182 +3040070,7 W PAVILION - BLDG,22904,,,Structure Fire ,92.81666666666663,2004-02-01 14:53:13,2004,2000.0,"Eating, drinking places","Cooking area, kitchen","Spark, ember, or flame from operating equipment",Flammable liquid/gas - in/from final container,Failure of equipment or heat source,BC3 ,2.349999999999936,2004-02-01 14:53:13,POINT (nan nan),200.0,5.0,1.0,"132 Chancellor Street, Charlottesville, Virginia 22903, United States",POINT (-78.50055500000001 38.037077),327.0,inf +3040148,1215 LEE ST,22902,-78.498649,38.032,Natural vegetation fire ,15.849999999999936,2004-03-12 12:53:25,2004,0.0,Vehicle parking area,,,,Smoking,E7 ,3.416666666666688,2004-03-12 12:53:25,POINT (-78.498649 38.032),200.0,5.0,1.0,"1501 Wilton Farm Road, Charlottesville, Virginia 22911, United States",POINT (-78.448346 38.037921),328.0,4465.691619977115 +3040220,415 LANE RD,22903,-78.499033,38.03045,Natural vegetation fire ,12.283333333333344,2004-04-22 14:30:54,2004,0.0,"Outside or special property, other",,Cigarette,,Smoking,E7 ,4.883333333333328,2004-04-22 14:30:54,POINT (-78.499033 38.03045),200.0,5.0,1.0,"1101 Millmont Street, Charlottesville, Virginia 22903, United States",POINT (-78.504165 38.051704),329.0,2402.226362400715 +3040311,291 MCCORMICK RD,22901,-78.49477,38.06987,Mobile property (vehicle) fire ,14.55000000000005,2004-06-22 14:08:52,2004,0.0,,"Engine area, running gear, wheel area","Heat, spark from friction",Undetermined,Failure of equipment or heat source,E7 ,5.300000000000064,2004-06-22 14:08:52,POINT (-78.49477 38.06987),200.0,5.0,1.0,"1400 Monticello Road, Charlottesville, Virginia 22902, United States",POINT (-78.472544 38.019349),330.0,5938.578844763205 +3040372,180 COPELEY RD,22901,-78.508028,38.0481,Structure Fire ,46.33333333333329,2004-08-15 22:17:06,2004,0.0,Preschool,"Bathroom, checkroom, lavatory, locker room","Heat from powered equipment, other","General materials, other",Failure of equipment or heat source,E6 ,3.8833333333333924,2004-08-15 22:17:06,POINT (-78.508028 38.0481),200.0,5.0,1.0,"510 Moseley Drive, Charlottesville, Virginia 22903, United States",POINT (-78.506613 38.014719),332.0,3707.9778599070924 +3040394,78 DARDEN BLVD - BLDG,22903,-78.514117,38.05198,Structure Fire ,34.883333333333276,2004-08-31 14:07:02,2004,0.0,Auditorium or concert hall,"Art gallery, exhibit hall, library",Undetermined,Multiple items first ignited,Cause under investigation,E7 ,9.299999999999953,2004-08-31 14:07:02,POINT (-78.514117 38.05198),200.0,5.0,1.0,"207 Ridge Street, Charlottesville, Virginia 22902, United States",POINT (-78.486358 38.029033),333.0,3525.658057300121 +3040501,411 E HIGH ST,22902,-78.477522,38.032153,Structure Fire ,376.8333333333322,2004-10-20 11:46:15,2004,50000.0,Courthouse,Construction/renovation area,"Radiated, conducted heat from operating equipment",Structural member or framing,Unintentional,E5 ,2.116666666666656,2004-10-20 11:46:15,POINT (-78.47752199999999 38.032153),200.0,5.0,1.0,"1614 Greenleaf Lane, Charlottesville, Virginia 22903, United States",POINT (-78.48539 38.050718),334.0,2173.7700627915556 +3040557,520 EDGEMONT RD,22903,-78.518259,38.035572,Structure Fire ,172.53333333333217,2004-11-25 14:44:05,2004,40000.0,Laboratory or science lababoratory,Roof surface: exterior,"Spark, ember, or flame from operating equipment",Exterior roof covering or finish,Cause under investigation,BC4 ,5.833333333333296,2004-11-25 14:44:05,POINT (-78.518259 38.035572),200.0,5.0,1.0,"1329 Riverdale Drive, Charlottesville, Virginia 22902, United States",POINT (-78.461015 38.03444),336.0,5028.055618778012 +2050008,820 HARDY DR,22901,-78.49477,38.06987,Special outside fire ,11.48333333333328,2005-01-01 17:36:23,2005,0.0,"Residential street, road or residential driveway","Courtyard, patio, porch, terrace","Radiated, conducted heat from operating equipment","Non-upholstered chair, bench",Unintentional,E7 ,2.299999999999968,2005-01-01 17:36:23,POINT (-78.49477 38.06987),200.0,5.0,1.0,"747 Orangedale Avenue, Charlottesville, Virginia 22903, United States",POINT (-78.49709 38.022912),338.0,5217.205909326864 +2050030,922 BOLLING AVE,22901,-78.49477,38.06987,Structure Fire ,64.89999999999993,2005-01-03 16:37:05,2005,0.0,1 or 2 family dwelling,"Cooking area, kitchen","Heat from powered equipment, other","Cooking materials, including edible materials",Unintentional,E5 ,2.6999999999999997,2005-01-03 16:37:05,POINT (-78.49477 38.06987),200.0,5.0,1.0,"220 Wayles Ln, Charlottesville, Virginia 22911, United States",POINT (-78.440972 38.027781),339.0,6643.92910387778 +2050065,308 RIDGE ST,22902,-78.486164,38.028401,Structure Fire ,32.88333333333326,2005-01-06 18:56:53,2005,500.0,"Food and beverage sales, grocery store","Records storage room, storage vault",Match,"Magazine, newspaper, writing paper",Intentional,BC3 ,1.616666666666688,2005-01-06 18:56:53,POINT (-78.486164 38.028401),200.0,5.0,1.0,"2955 Ivy Road, Charlottesville, Virginia 22903, United States",POINT (-78.54843099999999 38.05128),340.0,6028.332915012859 +2050146,243 RIDGE MCINTIRE RD,22903,,,Mobile property (vehicle) fire ,32.66666666666669,2005-01-13 11:53:40,2005,0.0,,"Engine area, running gear, wheel area","Heat from powered equipment, other",Multiple items first ignited,Failure of equipment or heat source,E5 ,0.749999999999952,2005-01-13 11:53:40,POINT (nan nan),200.0,5.0,1.0,"207 14th Street Northwest, Charlottesville, Virginia 22903, United States",POINT (-78.49931100000001 38.035307),341.0,inf +2050155,1007 ELLIOTT AV,22902,-78.476039,38.018858,Structure Fire ,91.51666666666661,2005-01-14 05:17:17,2005,1000.0,1 or 2 family dwelling,"Heating room or area, water heater area","Heat from powered equipment, other",Flammable liquid/gas - in/from final container,Unintentional,E5 ,3.8166666666667197,2005-01-14 05:17:17,POINT (-78.476039 38.018858),200.0,5.0,1.0,"1000 Forest Hills Avenue, Charlottesville, Virginia 22903, United States",POINT (-78.496798 38.025341),342.0,1960.0575892957197 +2050273,114 HARTMANS MILL RD,22902,-78.488132,38.019297,Structure Fire ,49.850000000000065,2005-01-22 01:05:26,2005,4000.0,1 or 2 family dwelling,"Cooking area, kitchen","Radiated, conducted heat from operating equipment","Cooking materials, including edible materials",Unintentional,E4 ,5.433333333333264,2005-01-22 01:05:26,POINT (-78.48813199999999 38.019297),200.0,5.0,1.0,"818 Jefferson Street, Charlottesville, Virginia 22902, United States",POINT (-78.47506300000001 38.030334),343.0,1678.8949164995845 +2050278,614 RUGBY RD,22902,-78.49047,38.00955,Structure Fire ,39.98333333333333,2005-01-22 13:28:00,2005,1000.0,1 or 2 family dwelling,"Laundry area, wash house (laundry)","Heat from powered equipment, other","Pipe, duct, conduit or hose",Unintentional,E5 ,1.3499999999999999,2005-01-22 13:28:00,POINT (-78.49047 38.00955),200.0,5.0,1.0,"2121 Ivy Road, Charlottesville, Virginia 22903, United States",POINT (-78.511898 38.043263),344.0,4189.1869988825265 +2050306,1901 EMMET ST N,22901,-78.492257,38.061585,Mobile property (vehicle) fire ,19.766666666666737,2005-01-23 20:54:25,2005,0.0,,"Exterior, exposed surface",Arcing,"Electrical wire, cable insulation",Failure of equipment or heat source,E2 ,3.9166666666666563,2005-01-23 20:54:25,POINT (-78.492257 38.061585),200.0,5.0,1.0,"100 Yellowstone Drive, Charlottesville, Virginia 22903, United States",POINT (-78.52324900000001 38.016037),346.0,5742.353308555341 +2050345,1700 EMMET ST N,22903,-78.493757,38.059051,Mobile property (vehicle) fire ,82.31666666666673,2005-01-26 02:30:20,2005,0.0,"Service station, gas station","Vehicle area, other","Radiated, conducted heat from operating equipment",Multiple items first ignited,"Cause, other",E3 ,4.450000000000032,2005-01-26 02:30:20,POINT (-78.493757 38.059051),200.0,5.0,1.0,"313 8th Street Northwest, Charlottesville, Virginia 22903, United States",POINT (-78.490016 38.034636),347.0,2730.3592866832228 +2050362,1536 RUGBY RD,22901,-78.489569,38.055019,Mobile property (vehicle) fire ,54.06666666666667,2005-01-26 19:43:58,2005,0.0,,"Fuel tank, fuel line",Arcing,Flammable liquid/gas - in/from engine or burner,Unintentional,E3 ,4.066666666666704,2005-01-26 19:43:58,POINT (-78.489569 38.055019),200.0,5.0,1.0,"104 Garrett Street, Charlottesville, Virginia 22902, United States",POINT (-78.482812 38.028772),348.0,2973.7062031145506 +2050366,207 RIDGE ST,22902,-78.485912,38.02899,Structure Fire ,20.566666666666656,2005-01-27 05:44:47,2005,0.0,"Boarding/rooming house, residential hotels","Cooking area, kitchen",Undetermined,Undetermined,Failure of equipment or heat source,E4 ,3.3833333333332796,2005-01-27 05:44:47,POINT (-78.485912 38.02899),200.0,5.0,1.0,"2005 Abbey Road, Charlottesville, Virginia 22911, United States",POINT (-78.44595 38.031108),349.0,3517.131490447296 +2050411,,22903,-78.49047,38.00955,Mobile property (vehicle) fire ,40.966666666666704,2005-01-29 16:52:19,2005,0.0,,"Engine area, running gear, wheel area","Heat from powered equipment, other",Flammable liquid/gas - in/from engine or burner,Failure of equipment or heat source,E7 ,6.149999999999952,2005-01-29 16:52:19,POINT (-78.49047 38.00955),200.0,5.0,0.948,"1137 Emmet Street North, Charlottesville, Virginia 22903, United States",POINT (-78.500879 38.053381),350.0,4951.16309288794 +2050501,728 PROSPECT AVE,22902,-78.494615,38.024324,Structure Fire ,47.03333333333328,2005-02-05 00:21:51,2005,1000.0,Multifamily dwelling,"Cooking area, kitchen","Radiated, conducted heat from operating equipment","Cooking materials, including edible materials",Unintentional,E7 ,4.483333333333296,2005-02-05 00:21:51,POINT (-78.494615 38.024324),200.0,5.0,1.0,"410 Jefferson Street, Charlottesville, Virginia 22902, United States",POINT (-78.478235 38.031334),351.0,1635.4724679312867 +2050505,900 W MAIN ST,22902,-78.494558,38.032525,Structure Fire ,72.9166666666667,2005-02-05 06:33:01,2005,0.0,"Hotel/motel, commercial","Entranceway, lobby",Heat from other open flame or smoking materials,"Magazine, newspaper, writing paper",Intentional,E7 ,3.0833333333333277,2005-02-05 06:33:01,POINT (-78.494558 38.032525),200.0,5.0,1.0,"432 Moseley Drive, Charlottesville, Virginia 22903, United States",POINT (-78.506263 38.01712),352.0,1995.3833124488358 +2050626,,22902,-78.49047,38.00955,Mobile property (vehicle) fire ,19.56666666666672,2005-02-12 17:46:24,2005,0.0,,"Engine area, running gear, wheel area",Backfire from internal combustion engine,Flammable liquid/gas - in/from engine or burner,Failure of equipment or heat source,E5 ,2.03333333333328,2005-02-12 17:46:24,POINT (-78.49047 38.00955),200.0,5.0,1.0,"182 5th Street Southwest, Charlottesville, Virginia 22902, United States",POINT (-78.48862 38.029393),353.0,2208.9305655145226 +2050644,,22902,-78.49047,38.00955,Natural vegetation fire ,23.766666666666623,2005-02-13 17:24:35,2005,0.0,Vacant lot,,Fireworks,,Misuse of fire,E7 ,0.766666666666656,2005-02-13 17:24:35,POINT (-78.49047 38.00955),200.0,5.0,1.0,"401 Mcintire Road, Charlottesville, Virginia 22902, United States",POINT (-78.483577 38.034772),354.0,2864.8126198125333 +2050667,742 ORANGEDALE AVE,22902,-78.496697,38.022949,Mobile property (vehicle) fire ,26.233333333333345,2005-02-15 17:02:51,2005,0.0,,"Engine area, running gear, wheel area",Undetermined,Undetermined,Failure of equipment or heat source,E7 ,3.683333333333376,2005-02-15 17:02:51,POINT (-78.496697 38.022949),200.0,5.0,1.0,"1205 Wertland St, Charlottesville, Virginia 22903, United States",POINT (-78.49705 38.03444),355.0,1276.0914153712247 +2050723,909 RIVES ST,22902,-78.47078,38.017557,Structure Fire ,57.89999999999995,2005-02-19 13:58:53,2005,28500.0,1 or 2 family dwelling,"Laundry area, wash house (laundry)","Radiated, conducted heat from operating equipment","Dust, fiber, lint, including sawdust and excelsior",Unintentional,E5 ,4.05,2005-02-19 13:58:53,POINT (-78.47078 38.017557),200.0,5.0,1.0,"402 Garrett Street, Charlottesville, Virginia 22902, United States",POINT (-78.481604 38.028044),356.0,1503.0451881065221 +2050794,1100 LOCUST AVE,22902,-78.460424,38.042818,Structure Fire ,103.86666666666662,2005-02-24 18:52:06,2005,0.0,"Health care, detention, & correction, other","Common room, den, family room, living room, lounge",Undetermined,"Furniture, utensils, other",Cause under investigation,E1 ,5.150000000000016,2005-02-24 18:52:06,POINT (-78.460424 38.042818),200.0,5.0,1.0,"143 Stribling Avenue, Charlottesville, Virginia 22903, United States",POINT (-78.518511 38.023065),357.0,5552.0905954466225 +2050922,2308 CENTER AV,22903,-78.510387,38.023794,Structure Fire ,81.6333333333333,2005-03-05 03:09:25,2005,500.0,Multifamily dwelling,"Exterior balcony, unenclosed porch",Cigarette,Multiple items first ignited,Unintentional,BC1 ,2.416666666666608,2005-03-05 03:09:25,POINT (-78.51038699999999 38.023794),200.0,5.0,1.0,"800 Mcintire Road, Charlottesville, Virginia 22902, United States",POINT (-78.475189 38.042443),359.0,3720.109261218052 +2050995,101 SEMINOLE CT,22901,-78.487537,38.065516,Natural vegetation fire ,10.833333333333265,2005-03-09 16:15:20,2005,0.0,"Street, other",,Heat from undetermined smoking material,,Undetermined,E4 ,3.5333333333333283,2005-03-09 16:15:20,POINT (-78.487537 38.065516),200.0,5.0,1.0,"1108 W Main St, Charlottesville, Virginia 22903, United States",POINT (-78.49621999999999 38.03258),360.0,3735.142879518887 +2051160,122 LONGWOOD DR,22903,-78.506476,38.013081,Structure Fire ,71.41666666666666,2005-03-23 00:35:33,2005,750.0,1 or 2 family dwelling,"Laundry area, wash house (laundry)","Heat from powered equipment, other","Soft goods, wearing apparel, other",Failure of equipment or heat source,BC1 ,3.683333333333376,2005-03-23 00:35:33,POINT (-78.50647600000001 38.013081),200.0,5.0,1.0,"109 Water Street West, Charlottesville, Virginia 22902, United States",POINT (-78.482355 38.030367),361.0,2858.3954515022965 +2051187,801 EMMET ST N,22901,-78.504222,38.047242,Structure Fire ,22.11666666666667,2005-03-25 10:46:20,2005,0.0,Restaurant or cafeteria,"Cooking area, kitchen","Radiated, conducted heat from operating equipment","Box, carton, bag, basket, barrel",Unintentional,E6 ,3.9166666666666563,2005-03-25 10:46:20,POINT (-78.504222 38.047242),200.0,5.0,1.0,"1715 Kenwood Lane, Charlottesville, Virginia 22901, United States",POINT (-78.481497 38.060724),362.0,2493.9926559844316 +2051198,907 RIVES ST,22902,-78.470532,38.017645,Structure Fire ,33.81666666666668,2005-03-25 18:06:34,2005,0.0,,"Bathroom, checkroom, lavatory, locker room","Spark, ember, or flame from operating equipment",Interior ceiling cover or finish,Failure of equipment or heat source,E7 ,5.316666666666624,2005-03-25 18:06:34,POINT (-78.47053200000001 38.017645),200.0,5.0,1.0,"500 1st Street South, Charlottesville, Virginia 22902, United States",POINT (-78.483119 38.026924),363.0,1511.0273830153385 +2051261,772 MADISON AV,22901,-78.49452,38.041564,Structure Fire ,51.74999999999999,2005-03-30 18:40:56,2005,2800.0,Multifamily dwelling,"Bathroom, checkroom, lavatory, locker room",Candle,"Rubbish, trash, or waste",Unintentional,BC6 ,4.200000000000048,2005-03-30 18:40:56,POINT (-78.49451999999999 38.041564),200.0,5.0,0.744,"Charlottesville, Virginia, United States",POINT (-78.47669999999999 38.0293),364.0,2074.170922560301 +2051348,1101 6TH ST SE,22902,-78.483068,38.021918,Mobile property (vehicle) fire ,44.883333333333354,2005-04-04 14:53:47,2005,0.0,,"Exterior, exposed surface","Hot or smoldering object, other",Flammable liquid/gas - in/from engine or burner,Unintentional,E5 ,2.633333333333328,2005-04-04 14:53:47,POINT (-78.483068 38.021918),200.0,5.0,1.0,"1107 Grove Street, Charlottesville, Virginia 22903, United States",POINT (-78.50054900000001 38.029206),365.0,1735.336694607649 +2051362,114 CLEVELAND AVE,22903,-78.513216,38.020422,Natural vegetation fire ,27.249999999999982,2005-04-05 14:33:40,2005,0.0,Graded and cared-for plots of land,,Hot ember or ash,,Smoking,E7 ,6.0999999999999845,2005-04-05 14:33:40,POINT (-78.513216 38.020422),200.0,5.0,1.0,"1341 Long Street, Charlottesville, Virginia 22901, United States",POINT (-78.459647 38.035608),368.0,4997.229556697386 +2051367,200 SEMINOLE CT,22901,-78.48437,38.06492,Mobile property (vehicle) fire ,60.08333333333328,2005-04-05 19:39:38,2005,0.0,Vehicle parking area,"Engine area, running gear, wheel area","Hot or smoldering object, other",Flammable liquid/gas - in/from engine or burner,Failure of equipment or heat source,E2 ,5.96666666666664,2005-04-05 19:39:38,POINT (-78.48437 38.06492),200.0,5.0,1.0,"1708 Market Street East, Charlottesville, Virginia 22902, United States",POINT (-78.459169 38.0228),370.0,5173.218140766743 +2051455,2111 MICHIE DR,22901,-78.485913,38.060603,Structure Fire ,12.516666666666625,2005-04-10 19:03:41,2005,0.0,Multifamily dwelling,Wall surface: exterior,Undetermined,"Chips, including wood chips",Cause undetermined after investigation,E2 ,3.449999999999952,2005-04-10 19:03:41,POINT (-78.485913 38.060603),200.0,5.0,1.0,"707 Rives Street, Charlottesville, Virginia 22902, United States",POINT (-78.469155 38.01943),371.0,4802.001981109842 +2051468,111 MONTICELLO AVE,22902,-78.48443,38.028184,Structure Fire ,54.78333333333336,2005-04-11 10:58:07,2005,0.0,Warehouse,Roof surface: exterior,"Spark, ember, or flame from operating equipment",Insulation within structural area,Unintentional,E4 ,2.5833333333333597,2005-04-11 10:58:07,POINT (-78.48443 38.028184),200.0,5.0,1.0,"1600 Emmet Street North, Charlottesville, Virginia 22901, United States",POINT (-78.493932 38.057947),372.0,3407.956419268169 +2051528,401 4TH ST NW,22901,-78.485293,38.034022,Natural vegetation fire ,10.849999999999968,2005-04-15 12:05:35,2005,0.0,Business office,,Undetermined,,Undetermined,E7 ,3.666666666666672,2005-04-15 12:05:35,POINT (-78.485293 38.034022),200.0,5.0,0.948,"1418 Emmet Street North, Charlottesville, Virginia 22903, United States",POINT (-78.495722 38.056175),373.0,2624.3208182859025 +2051532,1360 RUGBY AVE,22903,-78.479588,38.048797,Natural vegetation fire ,5.28333333333336,2005-04-15 16:43:32,2005,0.0,Playground,,,,Smoking,E1 ,0.56666666666664,2005-04-15 16:43:32,POINT (-78.47958800000001 38.048797),200.0,5.0,0.948,"1800 Jefferson Park Avenue, Charlottesville, Virginia 22903, United States",POINT (-78.50887899999999 38.028802),377.0,3397.354156825869 +2051534,404 GARRETT ST,22901,-78.49477,38.06987,Natural vegetation fire ,13.400000000000063,2005-04-15 17:31:53,2005,0.0,Vehicle parking area,,Undetermined,,Undetermined,E7 ,3.166666666666704,2005-04-15 17:31:53,POINT (-78.49477 38.06987),200.0,5.0,1.0,"1335 Carlton Avenue, Charlottesville, Virginia 22902, United States",POINT (-78.46484599999999 38.021753),380.0,5953.022096137561 +2051562,250 W MAIN ST,22902,-78.484333,38.030796,Natural vegetation fire ,19.700000000000067,2005-04-17 11:30:07,2005,0.0,Vehicle parking area,,Undetermined,,Undetermined,E7 ,0.5166666666666719,2005-04-17 11:30:07,POINT (-78.48433300000001 38.030796),200.0,5.0,1.0,"918 Locust Avenue, Charlottesville, Virginia 22901, United States",POINT (-78.465065 38.038582),381.0,1899.9294144848873 +2051572,1600 EMMET ST N,22901,-78.494456,38.058203,Mobile property (vehicle) fire ,31.20000000000005,2005-04-17 17:11:07,2005,0.0,,Other,Hot ember or ash,"Item, Other",Unintentional,E2 ,2.6666666666667362,2005-04-17 17:11:07,POINT (-78.494456 38.058203),200.0,5.0,1.0,"256 Stribling Avenue, Charlottesville, Virginia 22903, United States",POINT (-78.523331 38.021178),383.0,4829.4293639964835 +2051580,706 BLENHEIM AV,22902,-78.479693,38.022521,Structure Fire ,31.700000000000014,2005-04-18 05:38:24,2005,500.0,1 or 2 family dwelling,"Courtyard, patio, porch, terrace",Hot ember or ash,"Exterior trim, including doors",Unintentional,E5 ,2.450000000000016,2005-04-18 05:38:24,POINT (-78.479693 38.022521),200.0,5.0,1.0,"1607 Market Street East, Charlottesville, Virginia 22902, United States",POINT (-78.461343 38.024126),384.0,1621.3699312717029 +2051599,405 4TH ST NW,22903,-78.485485,38.03353,Mobile property (vehicle) fire ,19.649999999999952,2005-04-19 12:54:45,2005,0.0,Vehicle parking area,"Vehicle area, other",Arcing,"Item, Other",Unintentional,E5 ,3.066666666666624,2005-04-19 12:54:45,POINT (-78.485485 38.03353),200.0,5.0,1.0,"2408 Brook Road, Charlottesville, Virginia 22901, United States",POINT (-78.47111599999999 38.065042),386.0,3718.944272981452 +2051613,,22902,-78.49047,38.00955,Natural vegetation fire ,6.250000000000031,2005-04-20 13:10:37,2005,0.0,"Residential street, road or residential driveway",,Undetermined,,Undetermined,E2 ,1.9333333333333442,2005-04-20 13:10:37,POINT (-78.49047 38.00955),200.0,5.0,1.0,"1500 Carlton Avenue, Charlottesville, Virginia 22902, United States",POINT (-78.4661 38.020253),387.0,2448.1763972849376 +2051615,,22903,-78.49047,38.00955,Natural vegetation fire ,12.316666666666606,2005-04-20 14:35:15,2005,0.0,Open land or field,,Cigarette,,Smoking,E6 ,5.466666666666672,2005-04-20 14:35:15,POINT (-78.49047 38.00955),200.0,5.0,1.0,"827 Orangedale Avenue, Charlottesville, Virginia 22903, United States",POINT (-78.498724 38.020807),388.0,1444.786321470125 +2051618,101 E MARKET ST,22901,-78.481004,38.031589,Natural vegetation fire ,8.78333333333328,2005-04-20 15:53:43,2005,0.0,Graded and cared-for plots of land,,Hot ember or ash,,Smoking,E5 ,3.583333333333296,2005-04-20 15:53:43,POINT (-78.481004 38.031589),200.0,5.0,1.0,"123 E Main St, Charlottesville, Virginia 22902, United States",POINT (-78.48086000000001 38.03087),389.0,80.81838820475426 +2051621,102 KEYSTONE PL,22901,,,Natural vegetation fire ,23.083333333333343,2005-04-20 18:38:26,2005,0.0,Outside material storage area,,Cigarette,,Smoking,BC4 ,3.3000000000000482,2005-04-20 18:38:26,POINT (nan nan),200.0,5.0,1.0,"1404 Meadowbrook Road, Charlottesville, Virginia 22903, United States",POINT (-78.495903 38.054123),390.0,inf +2051677,,22901,-78.49047,38.00955,Mobile property (vehicle) fire ,12.350000000000017,2005-04-23 14:14:50,2005,0.0,,"Engine area, running gear, wheel area",Backfire from internal combustion engine,"General materials, other",Unintentional,E2 ,3.26666666666664,2005-04-23 14:14:50,POINT (-78.49047 38.00955),200.0,5.0,1.0,"200 Avon St, Charlottesville, Virginia 22902, United States",POINT (-78.47664 38.0283),391.0,2410.0793319651175 +2051687,,22902,-78.49047,38.00955,Mobile property (vehicle) fire ,16.833333333333314,2005-04-24 11:30:53,2005,0.0,,"Engine area, running gear, wheel area","Radiated, conducted heat from operating equipment",Flammable liquid/gas - in/from engine or burner,Unintentional,E2 ,3.1333333333332964,2005-04-24 11:30:53,POINT (-78.49047 38.00955),200.0,5.0,1.0,"400 Emmet Street North, Charlottesville, Virginia 22903, United States",POINT (-78.504643 38.043858),392.0,4007.0273925706 +2051797,1006 ELLIOTT AVE,22902,-78.476164,38.018864,Natural vegetation fire ,18.499999999999968,2005-05-01 17:04:48,2005,0.0,1 or 2 family dwelling,,Undetermined,,"Debris, vegetation burn",E5 ,0.166666666666608,2005-05-01 17:04:48,POINT (-78.476164 38.018864),200.0,5.0,1.0,"419 9th Street Northwest, Charlottesville, Virginia 22903, United States",POINT (-78.490379 38.036295),394.0,2302.871921557878 +2051850,1600 JEFFERSON PARK,22904,-78.506903,38.032037,Natural vegetation fire ,6.08333333333328,2005-05-05 12:33:35,2005,0.0,Graded and cared-for plots of land,,,,Smoking,E7 ,3.416666666666688,2005-05-05 12:33:35,POINT (-78.50690299999999 38.032037),200.0,5.0,1.0,"129 Chancellor Street, Charlottesville, Virginia 22903, United States",POINT (-78.501025 38.037443),395.0,791.5760635781894 +2051853,,22903,-78.49047,38.00955,Natural vegetation fire ,10.350000000000001,2005-05-05 14:17:06,2005,0.0,,,,,Smoking,E6 ,3.466666666666656,2005-05-05 14:17:06,POINT (-78.49047 38.00955),200.0,5.0,1.0,"519 Rougemont Avenue, Charlottesville, Virginia 22902, United States",POINT (-78.486529 38.017648),396.0,963.3674799476918 +2051857,1301 BELLEVIEW AVE,22901,-78.459421,38.037708,Structure Fire ,68.96666666666664,2005-05-05 17:02:24,2005,0.0,1 or 2 family dwelling,"Equipment or service area, other",Arcing,"Electrical wire, cable insulation",Failure of equipment or heat source,E2 ,3.616666666666704,2005-05-05 17:02:24,POINT (-78.45942100000001 38.037708),200.0,5.0,1.0,"1131 5th Street Southwest, Charlottesville, Virginia 22902, United States",POINT (-78.502968 38.013273),397.0,4688.7355209751495 +2051919,,22902,-78.49047,38.00955,Natural vegetation fire ,17.799999999999983,2005-05-09 12:08:15,2005,0.0,,,Cigarette,,Smoking,E5 ,3.0500000000000638,2005-05-09 12:08:15,POINT (-78.49047 38.00955),200.0,5.0,1.0,"306 Alderman Road, Charlottesville, Virginia 22903, United States",POINT (-78.514199 38.039566),398.0,3930.2599309925763 +2051970,324 13TH ST NW,22902,-78.496878,38.036641,Natural vegetation fire ,17.083333333333297,2005-05-13 02:53:10,2005,0.0,Vehicle parking area,,,,Undetermined,E7 ,10.01666666666664,2005-05-13 02:53:10,POINT (-78.496878 38.036641),200.0,5.0,1.0,"117 Hammond Street, Charlottesville, Virginia 22903, United States",POINT (-78.512996 38.02171),399.0,2179.6823868643332 +2052035,,22903,-78.49047,38.00955,Natural vegetation fire ,14.55000000000005,2005-05-17 17:46:44,2005,0.0,Highway or divided highway,,Undetermined,,Undetermined,E2 ,3.8666666666666885,2005-05-17 17:46:44,POINT (-78.49047 38.00955),200.0,5.0,1.0,"924 Monticello Avenue, Charlottesville, Virginia 22902, United States",POINT (-78.475157 38.022182),400.0,1943.0965384760798 +2052038,1000 CHERRY AVE,22902,-78.498326,38.028167,Mobile property (vehicle) fire ,35.91666666666662,2005-05-18 02:09:40,2005,0.0,,Undetermined,Undetermined,Undetermined,Cause under investigation,E7 ,3.4333333333333917,2005-05-18 02:09:40,POINT (-78.49832600000001 38.028167),200.0,5.0,1.0,"123 Cleveland Avenue, Charlottesville, Virginia 22903, United States",POINT (-78.51245299999999 38.02064),401.0,1495.8128435941524 +2052047,1004 LOCUST AVE,22901,-78.462879,38.040769,Mobile property (vehicle) fire ,39.83333333333328,2005-05-18 16:49:58,2005,2600.0,"Residential street, road or residential driveway",Cargo/trunk area - all vehicles,"Heat from powered equipment, other","Electrical wire, cable insulation",Failure of equipment or heat source,E1 ,4.400000000000064,2005-05-18 16:49:58,POINT (-78.462879 38.040769),200.0,5.0,1.0,"218 Shamrock Road, Charlottesville, Virginia 22903, United States",POINT (-78.509119 38.026206),402.0,4370.387120273222 +2052185,40 WILTON PASTURE LN,22901,-78.448694,38.036478,Natural vegetation fire ,18.350000000000065,2005-05-27 12:06:34,2005,,Multifamily dwelling,,,,,E1 ,6.383333333333376,2005-05-27 12:06:34,POINT (-78.448694 38.036478),200.0,5.0,1.0,"1201 West Main Street, Charlottesville, Virginia 22903, United States",POINT (-78.496966 38.033646),403.0,4250.346396272891 +2052228,132 CHANCELLOR ST,22901,-78.49477,38.06987,Structure Fire ,57.283333333333346,2005-05-30 14:38:50,2005,700.0,Multifamily dwelling,"Laundry area, wash house (laundry)","Heat from powered equipment, other",Wearing apparel not on a person,Unintentional,E6 ,3.8833333333333924,2005-05-30 14:38:50,POINT (-78.49477 38.06987),200.0,5.0,1.0,"921 River Road, Charlottesville, Virginia 22901, United States",POINT (-78.45918899999999 38.035963),404.0,4891.522161580906 +2052229,1501 WILTON FARM RD,22901,-78.448426,38.038087,Natural vegetation fire ,31.83333333333336,2005-05-30 15:08:42,2005,,Open land or field,,,,,E1 ,4.466666666666736,2005-05-30 15:08:42,POINT (-78.448426 38.038087),200.0,5.0,1.0,"100 Yellowstone Drive, Charlottesville, Virginia 22903, United States",POINT (-78.52324900000001 38.016037),405.0,7011.974447131978 +2052298,1101 MILLMONT ST,22902,-78.49047,38.00955,Natural vegetation fire ,75.48333333333335,2005-06-04 11:32:38,2005,0.0,Vehicle parking area,,"Heat from powered equipment, other",,Equipment,E6 ,9.883333333333296,2005-06-04 11:32:38,POINT (-78.49047 38.00955),200.0,5.0,1.0,"2450 Poplar Drive, Charlottesville, Virginia 22903, United States",POINT (-78.555136 37.976797),406.0,6745.2974243381495 +2052308,1400 MONTICELLO RD,22902,-78.472756,38.019316,Structure Fire ,91.81666666666669,2005-06-04 20:12:52,2005,3000.0,Multifamily dwelling,"Cooking area, kitchen","Radiated, conducted heat from operating equipment","Cooking materials, including edible materials",Unintentional,E5 ,3.399999999999984,2005-06-04 20:12:52,POINT (-78.472756 38.019316),200.0,5.0,1.0,"1400 Monticello Road, Charlottesville, Virginia 22902, United States",POINT (-78.472544 38.019349),407.0,18.97644786518738 +2052337,,22901,-78.49047,38.00955,Mobile property (vehicle) fire ,14.033333333333378,2005-06-06 09:35:48,2005,420.0,,"Engine area, running gear, wheel area","Heat from powered equipment, other","Pipe, duct, conduit or hose",Unintentional,E1 ,4.883333333333328,2005-06-06 09:35:48,POINT (-78.49047 38.00955),200.0,5.0,0.669524,"Darden Boulevard, Charlottesville, Virginia 22903, United States",POINT (-78.5137613 38.0525024),408.0,5188.616823343331 +2052345,510 MOSELEY DR,22903,-78.506779,38.014826,Natural vegetation fire ,8.700000000000047,2005-06-06 17:32:18,2005,0.0,"Forest, timberland, woodland",,Cigarette lighter,,Misuse of fire,E7 ,3.36666666666672,2005-06-06 17:32:18,POINT (-78.50677899999999 38.014826),200.0,5.0,1.0,"1335 Lee Street, Charlottesville, Virginia 22903, United States",POINT (-78.50017800000001 38.032956),409.0,2094.578472619992 +2052434,207 RIDGE ST,22902,-78.485912,38.02899,Mobile property (vehicle) fire ,22.999999999999968,2005-06-10 20:42:40,2005,100.0,Vehicle parking area,"Engine area, running gear, wheel area",Undetermined,Undetermined,Cause undetermined after investigation,LAD01 ,2.5833333333333597,2005-06-10 20:42:40,POINT (-78.485912 38.02899),200.0,5.0,1.0,"1335 Lee Street, Charlottesville, Virginia 22903, United States",POINT (-78.50017800000001 38.032956),410.0,1327.8605551987837 +2052477,1614 GREENLEAF LN,22903,-78.485616,38.050788,Structure Fire ,127.6,2005-06-13 13:34:19,2005,15000.0,1 or 2 family dwelling,"Heating room or area, water heater area",Undetermined,Undetermined,Unintentional,E2 ,1.9333333333333442,2005-06-13 13:34:19,POINT (-78.48561599999999 38.050788),200.0,5.0,1.0,"1215 Lee Street, Charlottesville, Virginia 22908, United States",POINT (-78.49934500000001 38.031439),411.0,2463.2076636663646 +2052513,,22903,-78.49047,38.00955,Natural vegetation fire ,7.249999999999968,2005-06-15 17:07:04,2005,0.0,"Street, other",,Undetermined,,Smoking,E7 ,1.9333333333333442,2005-06-15 17:07:04,POINT (-78.49047 38.00955),200.0,5.0,1.0,"1215 Lee Street, Charlottesville, Virginia 22908, United States",POINT (-78.49934500000001 38.031439),412.0,2552.029738944595 +2052551,1329 RIVERDALE DR,22902,-78.46082,38.034522,Natural vegetation fire ,44.90000000000006,2005-06-18 06:19:19,2005,250.0,,,Cigarette,,Smoking,E1 ,3.066666666666624,2005-06-18 06:19:19,POINT (-78.46082 38.034522),200.0,5.0,1.0,"1335 Lee Street, Charlottesville, Virginia 22903, United States",POINT (-78.50017800000001 38.032956),413.0,3460.394628259147 +2052555,,22901,-78.49047,38.00955,Natural vegetation fire ,17.70000000000005,2005-06-18 11:59:33,2005,,,,,,,E7 ,7.016666666666689,2005-06-18 11:59:33,POINT (-78.49047 38.00955),200.0,5.0,1.0,"1215 Lee Street, Charlottesville, Virginia 22908, United States",POINT (-78.49934500000001 38.031439),415.0,2552.029738944595 +2502591,747 ORANGEDALE AVE,22902,-78.496885,38.022821,Structure Fire ,24.66666666666662,2005-06-21 19:11:45,2005,250.0,1 or 2 family dwelling,"Cooking area, kitchen","Radiated, conducted heat from operating equipment",Flammable liquid/gas in container or pipe,Unintentional,E7 ,2.8500000000000476,2005-06-21 19:11:45,POINT (-78.49688500000001 38.022821),200.0,5.0,1.0,"1215 Lee Street, Charlottesville, Virginia 22908, United States",POINT (-78.49934500000001 38.031439),416.0,980.8435617389038 +2502625,220 WAYLES LN,22901,-78.49477,38.06987,Natural vegetation fire ,29.216666666666733,2005-06-23 14:59:41,2005,,Business office,,,,,E1 ,5.266666666666656,2005-06-23 14:59:41,POINT (-78.49477 38.06987),200.0,5.0,1.0,"1215 Lee Street, Charlottesville, Virginia 22908, United States",POINT (-78.49934500000001 38.031439),417.0,4285.432595126755 +2502663,2955 IVY RD,22901,-78.548907,38.050797,Natural vegetation fire ,9.166666666666607,2005-06-25 16:23:22,2005,,,,,,,E6 ,3.466666666666656,2005-06-25 16:23:22,POINT (-78.548907 38.050797),200.0,5.0,1.0,"1222 Lee St, Charlottesville, Virginia 22903, United States",POINT (-78.49915 38.03143),418.0,4869.061392560588 +2502674,207 14TH ST NW,22902,-78.498969,38.03523,Natural vegetation fire ,15.833333333333377,2005-06-26 13:57:45,2005,0.0,Graded and cared-for plots of land,,Cigarette,,Smoking,E7 ,2.416666666666608,2005-06-26 13:57:45,POINT (-78.498969 38.03523),200.0,5.0,1.0,"1900 Carrs Hill Road, Charlottesville, Virginia 22903, United States",POINT (-78.503861 38.037975),419.0,526.6679886378968 +2502707,1000 FOREST HILLS AVE,22901,-78.484621,38.039004,Natural vegetation fire ,19.983333333333313,2005-06-28 09:21:51,2005,0.0,"Outside or special property, other",,,,Undetermined,E5 ,4.349999999999952,2005-06-28 09:21:51,POINT (-78.484621 38.039004),200.0,5.0,0.948,"1605 Jefferson Park Avenue, Charlottesville, Virginia 22903, United States",POINT (-78.503798 38.032071),420.0,1851.4530251009478 +2502708,818 E JEFFERSON ST,22901,-78.474878,38.030764,Mobile property (vehicle) fire ,26.799999999999983,2005-06-28 10:59:14,2005,0.0,,"Vehicle area, other",Undetermined,Undetermined,Cause undetermined after investigation,BC3 ,5.366666666666736,2005-06-28 10:59:14,POINT (-78.474878 38.030764),200.0,5.0,1.0,"478 Floyd Drive, Charlottesville, Virginia 22904, United States",POINT (-78.51665 38.029567),421.0,3670.555763938863 +2502717,2121 IVY RD,22903,-78.512335,38.043101,Structure Fire ,42.08333333333328,2005-06-28 19:53:13,2005,200.0,"Food and beverage sales, grocery store","Sales area, showroom (exclude display window)",Arcing,Undetermined,Failure of equipment or heat source,E6 ,1.8166666666667042,2005-06-28 19:53:13,POINT (-78.51233499999999 38.043101),200.0,5.0,1.0,"768 Prospect Ave, Charlottesville, Virginia 22903, United States",POINT (-78.49587 38.02251),422.0,2704.812801953115 +2502767,,22902,-78.49047,38.00955,Natural vegetation fire ,19.783333333333296,2005-07-01 19:00:45,2005,0.0,Railroad right of way ,,Undetermined,,Undetermined,E1 ,0.56666666666664,2005-07-01 19:00:45,POINT (-78.49047 38.00955),200.0,5.0,1.0,"1008 Altavista Avenue, Charlottesville, Virginia 22902, United States",POINT (-78.476602 38.017805),424.0,1524.3425485737419 +2502805,100 YELLOWSTONE DR,22901,-78.49477,38.06987,Natural vegetation fire ,24.549999999999986,2005-07-04 23:08:04,2005,,,,,,,E7 ,11.533333333333392,2005-07-04 23:08:04,POINT (-78.49477 38.06987),200.0,5.0,1.0,"1200 Emmet Street North, Charlottesville, Virginia 22903, United States",POINT (-78.498503 38.052816),425.0,1921.466042785963 +2502929,313 8TH ST NW,22903,-78.489871,38.03462,Structure Fire ,162.63333333333216,2005-07-06 13:08:21,2005,0.0,1 or 2 family dwelling,"Storage area, other",Undetermined,Undetermined,Unintentional,BC3 ,2.166666666666624,2005-07-06 13:08:21,POINT (-78.48987099999999 38.03462),200.0,5.0,1.0,"205 Sprigg Lane, Charlottesville, Virginia 22903, United States",POINT (-78.508466 38.039103),426.0,1706.9121830178135 +2503242,104 GARRETT ST,22901,-78.49477,38.06987,Mobile property (vehicle) fire ,28.899999999999935,2005-07-23 15:26:43,2005,0.0,,"Vehicle area, other",Arcing,"Electrical wire, cable insulation",Failure of equipment or heat source,E7 ,1.966666666666608,2005-07-23 15:26:43,POINT (-78.49477 38.06987),200.0,5.0,1.0,"108 Hawthorne Lane, Charlottesville, Virginia 22911, United States",POINT (-78.43502599999999 38.032929),427.0,6657.995387540486 +2503301,2005 ABBEY RD,22911,-78.445876,38.030575,Natural vegetation fire ,11.266666666666703,2005-07-26 15:13:40,2005,,Vehicle parking area,,,,,E2 ,6.366666666666672,2005-07-26 15:13:40,POINT (-78.445876 38.030575),200.0,5.0,1.0,"924 1st Street, Charlottesville, Virginia 22902, United States",POINT (-78.486125 38.020867),428.0,3695.339550388325 +2503320,1137 EMMET ST,22903,-78.501,38.05118,Natural vegetation fire ,10.100000000000017,2005-07-27 16:25:06,2005,0.0,Vehicle parking area,,,,Undetermined,E2 ,4.633333333333344,2005-07-27 16:25:06,POINT (-78.501 38.05118),200.0,5.0,1.0,"300 Meade Avenue, Charlottesville, Virginia 22902, United States",POINT (-78.465583 38.027733),429.0,4055.4099652524037 +2503330,410 E JEFFERSON ST,22902,-78.47824,38.03147,Mobile property (vehicle) fire ,24.933333333333316,2005-07-28 11:36:29,2005,2500.0,,"Engine area, running gear, wheel area",Arcing,"Electrical wire, cable insulation",Failure of equipment or heat source,E5 ,3.116666666666736,2005-07-28 11:36:29,POINT (-78.47824 38.03147),200.0,5.0,0.948,"1600 Emmet Street North, Charlottesville, Virginia 22901, United States",POINT (-78.493932 38.057947),430.0,3246.306650355973 +2503350,432 MOSELEY DR,22902,-78.506004,38.016976,Structure Fire ,63.20000000000002,2005-07-29 10:13:32,2005,0.0,1 or 2 family dwelling,"Cooking area, kitchen","Spark, ember, or flame from operating equipment","Cooking materials, including edible materials",Unintentional,E5 ,4.000000000000032,2005-07-29 10:13:32,POINT (-78.506004 38.016976),200.0,5.0,1.0,"2116 Brownstone Ln, Charlottesville, Virginia 22901, United States",POINT (-78.446031 38.087909),431.0,9472.835026388007 +2503413,182 5TH ST SW,22901,-78.478782,38.029224,Natural vegetation fire ,17.73333333333331,2005-08-02 15:58:37,2005,0.0,Railroad right of way ,,,,Smoking,E5 ,3.399999999999984,2005-08-02 15:58:37,POINT (-78.478782 38.029224),200.0,5.0,1.0,"511 Ridge Street, Charlottesville, Virginia 22902, United States",POINT (-78.487855 38.026983),432.0,834.7004189439713 +2503451,401 MCINTIRE RD,22902,-78.481863,38.035267,Structure Fire ,60.68333333333334,2005-08-04 15:59:58,2005,500.0,Business office,"Duct: hvac, cable, exhaust, heating, or AC","Radiated, conducted heat from operating equipment","Liquids, piping, filters, other",Failure of equipment or heat source,BC1 ,1.383333333333264,2005-08-04 15:59:58,POINT (-78.481863 38.035267),200.0,5.0,1.0,"1001 Preston Avenue, Charlottesville, Virginia 22903, United States",POINT (-78.491395 38.039962),433.0,985.9945065386895 +2503487,1205 WERTLAND ST,22901,-78.49477,38.06987,Natural vegetation fire ,8.799999999999983,2005-08-06 12:47:17,2005,5.0,,,Hot ember or ash,,Smoking,E7 ,3.166666666666704,2005-08-06 12:47:17,POINT (-78.49477 38.06987),200.0,5.0,1.0,"2111 Michie Drive, Charlottesville, Virginia 22901, United States",POINT (-78.485135 38.062271),434.0,1194.5239360911692 +2503513,402 GARRETT ST,22902,-78.480274,38.027899,Structure Fire ,62.13333333333327,2005-08-06 20:05:33,2005,100.0,Multifamily dwelling,"Common room, den, family room, living room, lounge",Lightning,"Dust, fiber, lint, including sawdust and excelsior",Act of nature,E6 ,1.166666666666688,2005-08-06 20:05:33,POINT (-78.48027399999999 38.027899),200.0,5.0,1.0,"1411 Chesapeake Street, Charlottesville, Virginia 22902, United States",POINT (-78.461849 38.025876),435.0,1633.5696205595882 +2503639,143 STRIBLING AVE,22902,-78.49047,38.00955,Structure Fire ,129.03333333333336,2005-08-14 19:56:31,2005,5000.0,1 or 2 family dwelling,"Attic: vacant, crawl space above top story, cupola",Arcing,Structural member or framing,Failure of equipment or heat source,BC6 ,4.1333333333333755,2005-08-14 19:56:31,POINT (-78.49047 38.00955),200.0,5.0,1.0,"707 Orangedale Avenue, Charlottesville, Virginia 22903, United States",POINT (-78.49594999999999 38.024563),436.0,1734.8249666620775 +2503654,,22902,-78.49047,38.00955,Natural vegetation fire ,9.68333333333328,2005-08-15 18:25:18,2005,0.0,Graded and cared-for plots of land,,Lightning,,Natural source,E2 ,3.8166666666667197,2005-08-15 18:25:18,POINT (-78.49047 38.00955),200.0,5.0,1.0,"1411 Hazel Street, Charlottesville, Virginia 22902, United States",POINT (-78.46363700000001 38.033444),438.0,3548.2939994708904 +2503655,800 MCINTIRE RD,22902,-78.476551,38.041315,Natural vegetation fire ,1485.399999999989,2005-08-15 20:48:21,2005,0.0,,,"Heat from powered equipment, other",,Equipment,E1 ,3.966666666666624,2005-08-15 20:48:21,POINT (-78.476551 38.041315),200.0,5.0,1.0,"511 Rougemont Avenue, Charlottesville, Virginia 22902, United States",POINT (-78.487174 38.017982),439.0,2753.2666143873107 +2503764,1108 W MAIN ST,22901,-78.483308,38.031078,Mobile property (vehicle) fire ,39.6166666666667,2005-08-23 14:09:43,2005,15000.0,,"Engine area, running gear, wheel area","Radiated, conducted heat from operating equipment",Multiple items first ignited,Failure of equipment or heat source,E5 ,2.400000000000048,2005-08-23 14:09:43,POINT (-78.48330799999999 38.031078),200.0,5.0,0.948,"1800 Jefferson Park Avenue, Charlottesville, Virginia 22903, United States",POINT (-78.50887899999999 38.028802),440.0,2259.6597978665795 +2503774,109 W WATER ST,22902,-78.48241,38.030269,Structure Fire ,22.716666666666722,2005-08-24 09:22:12,2005,100.0,Multifamily dwelling,"Cooking area, kitchen","Heat from powered equipment, other",Linen; other than bedding,Unintentional,BC1 ,0.56666666666664,2005-08-24 09:22:12,POINT (-78.48241 38.030269),200.0,5.0,1.0,"1208 Holmes Avenue, Charlottesville, Virginia 22901, United States",POINT (-78.460553 38.046629),441.0,2642.3538139974794 +2503817,1715 KENWOOD LN,22901,-78.481771,38.060463,Structure Fire ,32.2333333333334,2005-08-26 10:27:02,2005,500.0,1 or 2 family dwelling,"Vehicle storage area; garage, carport",Arcing,"Electrical wire, cable insulation",Failure of equipment or heat source,C1 ,2.6999999999999997,2005-08-26 10:27:02,POINT (-78.48177099999999 38.060463),200.0,5.0,1.0,"604 Cherry Avenue, Charlottesville, Virginia 22903, United States",POINT (-78.491699 38.02712),442.0,3802.961208141898 +2503824,500 1ST ST S,22903,-78.483813,38.026645,Mobile property (vehicle) fire ,6.18333333333336,2005-08-26 13:53:03,2005,0.0,Vehicle parking area,Undetermined,Undetermined,Undetermined,Unintentional,E7 ,1.250000000000064,2005-08-26 13:53:03,POINT (-78.483813 38.026645),200.0,5.0,1.0,"1370 Monacan Trail, Charlottesville, Virginia 22903, United States",POINT (-78.57859500000001 38.007063),443.0,8603.693058258375 +2503867,300 BYPASS,22901,-78.49477,38.06987,Mobile property (vehicle) fire ,15.00000000000005,2005-08-29 16:49:26,2005,0.0,Highway or divided highway,"Engine area, running gear, wheel area","Heat from powered equipment, other","Item, Other",Failure of equipment or heat source,E1 ,0.883333333333296,2005-08-29 16:49:26,POINT (-78.49477 38.06987),200.0,5.0,1.0,"1500 Carlton Avenue, Charlottesville, Virginia 22902, United States",POINT (-78.4661 38.020253),444.0,6056.329245585362 +2503913,1107 GROVE ST,22902,-78.500557,38.029088,Structure Fire ,161.56666666666655,2005-09-01 07:14:57,2005,50000.0,1 or 2 family dwelling,"Common room, den, family room, living room, lounge",Match,Undetermined,Unintentional,E7 ,1.899999999999936,2005-09-01 07:14:57,POINT (-78.500557 38.029088),200.0,5.0,1.0,"110 Goodman Street, Charlottesville, Virginia 22902, United States",POINT (-78.47421799999999 38.027358),445.0,2320.9530197663144 +2503996,,22902,-78.49047,38.00955,Natural vegetation fire ,14.96666666666664,2005-09-04 20:12:21,2005,0.0,"Street, other",,Undetermined,,Undetermined,E2 ,6.0999999999999845,2005-09-04 20:12:21,POINT (-78.49047 38.00955),200.0,5.0,1.0,"29 University Circle, Charlottesville, Virginia 22903, United States",POINT (-78.503776 38.043069),446.0,3900.3809366263654 +2504008,,22902,-78.49047,38.00955,Mobile property (vehicle) fire ,74.56666666666665,2005-09-06 03:42:36,2005,0.0,,Operator/passenger area of transportation equip.,Undetermined,Undetermined,Cause under investigation,E5 ,3.616666666666704,2005-09-06 03:42:36,POINT (-78.49047 38.00955),200.0,5.0,1.0,"814 Ridge St, Charlottesville, Virginia 22902, United States",POINT (-78.49127 38.02219),447.0,1405.0345064879377 +2504020,1341 LONG ST,22902,-78.459391,38.03501,Natural vegetation fire ,8.349999999999984,2005-09-06 13:43:43,2005,0.0,,,,,Smoking,E4 ,3.350000000000016,2005-09-06 13:43:43,POINT (-78.459391 38.03501),200.0,5.0,1.0,"1250 Emmet Street North, Charlottesville, Virginia 22903, United States",POINT (-78.497393 38.054369),448.0,3968.774361311323 +2504061,,22901,-78.49047,38.00955,Natural vegetation fire ,19.116666666666717,2005-09-09 05:54:21,2005,0.0,Open land or field,,,,Undetermined,E2 ,2.983333333333392,2005-09-09 05:54:21,POINT (-78.49047 38.00955),200.0,5.0,1.0,"507 Rougemont Avenue, Charlottesville, Virginia 22902, United States",POINT (-78.487492 38.018141),449.0,988.9793710486416 +2504062,1708 E MARKET ST,22902,-78.459089,38.022972,Natural vegetation fire ,28.666666666666657,2005-09-09 12:24:50,2005,0.0,Railroad right of way ,,"Hot or smoldering object, other",,Smoking,E5 ,4.433333333333327,2005-09-09 12:24:50,POINT (-78.45908900000001 38.022972),200.0,5.0,1.0,"1301 East High Street, Charlottesville, Virginia 22902, United States",POINT (-78.46602900000001 38.03211),451.0,1183.4940753718436 +2504082,707 RIVES ST,22903,-78.49886,38.03522,Structure Fire ,56.38333333333335,2005-09-10 10:10:11,2005,1000.0,1 or 2 family dwelling,"Exterior balcony, unenclosed porch",Cigarette lighter,"Rubbish, trash, or waste",Unintentional,E1 ,2.6666666666667362,2005-09-10 10:10:11,POINT (-78.49885999999999 38.03522),200.0,5.0,1.0,"127 North Baker Street, Charlottesville, Virginia 22903, United States",POINT (-78.50416199999999 38.028114),452.0,916.0349894649978 +2504083,1600 EMMET ST N,22902,-78.494456,38.058203,Natural vegetation fire ,21.566666666666734,2005-09-10 11:22:35,2005,0.0,Open land or field,,Cigarette,,Smoking,E2 ,3.283333333333344,2005-09-10 11:22:35,POINT (-78.494456 38.058203),200.0,5.0,1.0,"3305 Petal Lane, Charlottesville, Virginia 22903, United States",POINT (-78.613331 38.030055),453.0,10894.350894362748 +2504136,1418 EMMET ST,22902,-78.49047,38.00955,Natural vegetation fire ,27.600000000000048,2005-09-13 10:06:20,2005,0.0,Highway or divided highway,,,,Open/outdoor fire,E2 ,2.600000000000064,2005-09-13 10:06:20,POINT (-78.49047 38.00955),200.0,5.0,1.0,"68 University Way, Charlottesville, Virginia 22903, United States",POINT (-78.50156800000001 38.041389),455.0,3666.6242062698 +2504253,,22901,-78.49047,38.00955,Natural vegetation fire ,14.833333333333293,2005-09-21 21:35:33,2005,0.0,"Outside or special property, other",,Heat source: other,,Other cause,E2 ,4.299999999999984,2005-09-21 21:35:33,POINT (-78.49047 38.00955),200.0,5.0,1.0,"300 2nd Street Southeast, Charlottesville, Virginia 22902, United States",POINT (-78.48159699999999 38.028772),456.0,2271.8454621764604 +2504267,,22902,-78.49047,38.00955,Natural vegetation fire ,4.583333333333377,2005-09-22 12:19:03,2005,0.0,,,,,Undetermined,E7 ,0.616666666666608,2005-09-22 12:19:03,POINT (-78.49047 38.00955),200.0,5.0,1.0,"101 Market Street, Charlottesville, Virginia 22902, United States",POINT (-78.480535 38.031782),457.0,2617.8670555824788 +2504418,,22902,-78.49047,38.00955,Natural vegetation fire ,13.599999999999934,2005-09-29 15:59:08,2005,0.0,Highway or divided highway,,Undetermined,,Undetermined,E1 ,3.1333333333332964,2005-09-29 15:59:08,POINT (-78.49047 38.00955),200.0,5.0,1.0,"595 Martha Jefferson Dr, Charlottesville, Virginia 22911, United States",POINT (-78.4414 38.02641),458.0,4698.713685423951 +2504429,1800 JEFFERSON PARK,22903,-78.50968,38.028668,Mobile property (vehicle) fire ,56.04999999999999,2005-09-30 07:08:03,2005,750.0,,"Exterior, exposed surface",Heat from other open flame or smoking materials,"Magazine, newspaper, writing paper",Cause under investigation,E6 ,6.349999999999969,2005-09-30 07:08:03,POINT (-78.50968 38.028668),200.0,5.0,1.0,"314 Rolkin Road, Charlottesville, Virginia 22911, United States",POINT (-78.442438 38.030447),459.0,5908.168141118736 +2504495,,22901,-78.49047,38.00955,Natural vegetation fire ,10.100000000000017,2005-10-04 15:02:31,2005,,Graded and cared-for plots of land,,,,,E6 ,3.03333333333336,2005-10-04 15:02:31,POINT (-78.49047 38.00955),200.0,5.0,0.754286,"500 East Jefferson Street, Falls Church, Virginia 22046, United States",POINT (-77.160886 38.882798),460.0,151304.1467437595 +2504552,,22901,-78.49047,38.00955,Mobile property (vehicle) fire ,25.60000000000003,2005-10-07 04:48:42,2005,0.0,,"Vehicle area, other",Multiple heat sources including multiple ignition,Multiple items first ignited,Unintentional,E5 ,3.849999999999984,2005-10-07 04:48:42,POINT (-78.49047 38.00955),200.0,5.0,1.0,"595 Martha Jefferson Dr, Charlottesville, Virginia 22911, United States",POINT (-78.4414 38.02641),461.0,4698.713685423951 +2504629,1335 CARLTON AVE,22902,-78.462862,38.021814,Mobile property (vehicle) fire ,102.81666666666672,2005-10-11 01:11:57,2005,0.0,,"Engine area, running gear, wheel area",Undetermined,Undetermined,Cause under investigation,E5 ,4.983333333333264,2005-10-11 01:11:57,POINT (-78.462862 38.021814),200.0,5.0,1.0,"2000 Lambs Road, Charlottesville, Virginia 22901, United States",POINT (-78.50069499999999 38.077562),462.0,7024.027774829903 +2504700,918 LOCUST AVE,22902,-78.46524,38.038767,Mobile property (vehicle) fire ,18.433333333333298,2005-10-15 11:02:20,2005,500.0,,"Engine area, running gear, wheel area",Undetermined,Undetermined,Cause undetermined after investigation,E1 ,2.949999999999984,2005-10-15 11:02:20,POINT (-78.46523999999999 38.038767),200.0,5.0,1.0,"190 Yellowstone Drive, Charlottesville, Virginia 22903, United States",POINT (-78.52140300000001 38.017055),464.0,5489.549902943854 +2504722,,22903,-78.49047,38.00955,Natural vegetation fire ,14.399999999999999,2005-10-16 17:03:42,2005,,Open land or field,,,,,E6 ,10.649999999999952,2005-10-16 17:03:42,POINT (-78.49047 38.00955),200.0,5.0,0.948,"1224 Jefferson Park Avenue, Charlottesville, Virginia 22903, United States",POINT (-78.49806599999999 38.032971),465.0,2684.3824632906903 +2504737,256 STRIBLING AVE,22903,-78.523469,38.021414,Structure Fire ,51.63333333333336,2005-10-17 14:35:17,2005,400.0,Multifamily dwelling,"Laundry area, wash house (laundry)","Heat from powered equipment, other","Bedding; blanket, sheet, comforter",Unintentional,BC1 ,5.583333333333312,2005-10-17 14:35:17,POINT (-78.52346900000001 38.021414),200.0,5.0,1.0,"1320 Early Street, Charlottesville, Virginia 22902, United States",POINT (-78.483395 38.019247),468.0,3527.7128496907844 +2504741,1607 E MARKET ST,22902,-78.461449,38.02399,Structure Fire ,144.99999999999937,2005-10-17 18:34:59,2005,8500.0,1 or 2 family dwelling,"Attic: vacant, crawl space above top story, cupola","Spark, ember, or flame from operating equipment",Exterior roof covering or finish,Unintentional,BC1 ,2.866666666666608,2005-10-17 18:34:59,POINT (-78.461449 38.02399),200.0,5.0,1.0,"107B Welk Pl, Charlottesville, Virginia 22903, United States",POINT (-78.50206 38.01581),471.0,3680.516830482448 +2504818,,22901,-78.49047,38.00955,Mobile property (vehicle) fire ,31.450000000000028,2005-10-22 11:06:18,2005,10000.0,,"Engine area, running gear, wheel area","Heat from powered equipment, other",Flammable liquid/gas - in/from engine or burner,Failure of equipment or heat source,E1 ,1.9500000000000481,2005-10-22 11:06:18,POINT (-78.49047 38.00955),200.0,5.0,1.0,"510 Ridge Street, Charlottesville, Virginia 22902, United States",POINT (-78.48715 38.0266),472.0,1915.1989844212517 +2504962,2408 BROOK RD,22901,-78.47065,38.065211,Natural vegetation fire ,36.61666666666661,2005-10-31 20:25:48,2005,0.0,Graded and cared-for plots of land,,Fireworks,,Other cause,E2 ,7.266666666666671,2005-10-31 20:25:48,POINT (-78.47065000000001 38.065211),200.0,5.0,1.0,"1005 Locust Lane, Charlottesville, Virginia 22901, United States",POINT (-78.456731 38.044693),473.0,2584.9454233837982 +2505004,1500 CARLTON AVE,22902,-78.464702,38.021097,Structure Fire ,49.799999999999955,2005-11-03 13:52:57,2005,1500.0,1 or 2 family dwelling,"Cooking area, kitchen","Radiated, conducted heat from operating equipment",Undetermined,Unintentional,LAD01 ,2.949999999999984,2005-11-03 13:52:57,POINT (-78.464702 38.021097),200.0,5.0,1.0,"816 Hardy Drive, Charlottesville, Virginia 22903, United States",POINT (-78.491871 38.033302),474.0,2743.836752708049 +2505172,827 ORANGEDALE AVE,22903,-78.498522,38.020707,Structure Fire ,32.699999999999946,2005-11-13 18:53:53,2005,50.0,1 or 2 family dwelling,"Cooking area, kitchen","Radiated, conducted heat from operating equipment","Cooking materials, including edible materials",Unintentional,E7 ,2.6999999999999997,2005-11-13 18:53:53,POINT (-78.49852199999999 38.020707),200.0,5.0,1.0,"909 West Main Street, Charlottesville, Virginia 22903, United States",POINT (-78.49423899999999 38.032765),475.0,1390.4982325122942 +2505179,123 E MAIN ST,22902,-78.480862,38.030629,Natural vegetation fire ,45.533333333333374,2005-11-14 00:10:28,2005,0.0,Bank,,"Hot or smoldering object, other",,Smoking,E5 ,4.916666666666736,2005-11-14 00:10:28,POINT (-78.480862 38.030629),200.0,5.0,1.0,"1917 Swanson Drive, Charlottesville, Virginia 22901, United States",POINT (-78.49323200000001 38.062591),476.0,3710.875222681118 +2505188,1404 MEADOWBROOK RD,22901,-78.496067,38.054488,Mobile property (vehicle) fire ,45.06666666666668,2005-11-14 22:18:58,2005,0.0,,"Engine area, running gear, wheel area","Hot or smoldering object, other",Undetermined,Unintentional,BC5 ,5.683333333333392,2005-11-14 22:18:58,POINT (-78.496067 38.054488),200.0,5.0,1.0,"100 Zan Road, Charlottesville, Virginia 22901, United States",POINT (-78.48962899999999 38.063508),478.0,1149.8498172329446 +2505203,200 AVON ST,22902,-78.476962,38.028282,Mobile property (vehicle) fire ,38.90000000000002,2005-11-16 04:14:37,2005,9000.0,Vacant lot,"Engine area, running gear, wheel area","Heat from powered equipment, other",Multiple items first ignited,Failure of equipment or heat source,E5 ,5.583333333333312,2005-11-16 04:14:37,POINT (-78.476962 38.028282),200.0,5.0,1.0,"183 Spotnap Road, Charlottesville, Virginia 22911, United States",POINT (-78.4528 38.031253),479.0,2147.279377144596 +2505280,400 EMMET ST N,22903,-78.505167,38.043983,Mobile property (vehicle) fire ,12.249999999999936,2005-11-19 17:33:36,2005,0.0,Vehicle parking area,"Engine area, running gear, wheel area","Heat from powered equipment, other","Light vegetation - not crop, including grass","Cause, other",E6 ,3.950000000000064,2005-11-19 17:33:36,POINT (-78.505167 38.043983),200.0,5.0,1.0,"1901 Emmet Street North, Charlottesville, Virginia 22901, United States",POINT (-78.49319 38.061619),480.0,2222.378513864609 +2505283,,22901,-78.49047,38.00955,Mobile property (vehicle) fire ,14.816666666666736,2005-11-19 18:37:41,2005,250.0,,"Engine area, running gear, wheel area",Arcing,"Electrical wire, cable insulation",Failure of equipment or heat source,E5 ,3.233333333333376,2005-11-19 18:37:41,POINT (-78.49047 38.00955),200.0,5.0,1.0,"1023 Millmont Street, Charlottesville, Virginia 22903, United States",POINT (-78.505836 38.050815),481.0,4775.766385285612 +2505298,419 9TH ST NW,22901,-78.490179,38.036169,Structure Fire ,82.05000000000005,2005-11-20 16:37:40,2005,600.0,Outbuilding or shed,Storage: supplies or tools; dead storage,Undetermined,"Storage supplies, other",Cause under investigation,BC4 ,2.099999999999952,2005-11-20 16:37:40,POINT (-78.490179 38.036169),200.0,5.0,1.0,"1801 Hydraulic Road, Charlottesville, Virginia 22901, United States",POINT (-78.489603 38.061496),482.0,2812.2410819055617 +2505306,129 CHANCELLOR ST,22901,-78.49477,38.06987,Structure Fire ,41.816666666666734,2005-11-21 02:15:02,2005,2350.0,"Sorority house, fraternity house","Exterior stairway, ramp, or fire escape",Undetermined,"Upholstered sofa, chair, vehicle seats",Intentional,E6 ,5.983333333333344,2005-11-21 02:15:02,POINT (-78.49477 38.06987),200.0,5.0,1.0,"321 6th Street Southwest, Charlottesville, Virginia 22903, United States",POINT (-78.490303 38.028618),483.0,4596.523275653195 +2505348,519 ROUGEMONT AVE,22902,-78.486635,38.017527,Structure Fire ,266.7999999999989,2005-11-24 04:52:46,2005,0.0,1 or 2 family dwelling,Storage: supplies or tools; dead storage,Undetermined,Undetermined,Cause under investigation,BC5 ,4.149999999999936,2005-11-24 04:52:46,POINT (-78.48663500000001 38.017527),200.0,5.0,1.0,"1334 High View Drive, Charlottesville, Virginia 22901, United States",POINT (-78.611717 38.077629),484.0,12849.215637649448 +2505355,1131 5TH ST SW,22902,-78.502151,38.012721,Natural vegetation fire ,22.68333333333331,2005-11-25 02:40:17,2005,0.0,Multifamily dwelling,,,,Undetermined,E5 ,5.316666666666624,2005-11-25 02:40:17,POINT (-78.502151 38.012721),200.0,5.0,1.0,"115 Wild Flower Drive, Charlottesville, Virginia 22911, United States",POINT (-78.43243099999999 38.069135),485.0,8757.844656239728 +2505435,306 ALDERMAN RD,22901,-78.51436,38.039775,Structure Fire ,122.26666666666665,2005-11-30 09:07:19,2005,3000.0,"Boarding/rooming house, residential hotels","Attic: vacant, crawl space above top story, cupola",Arcing,Insulation within structural area,Failure of equipment or heat source,BC3 ,4.116666666666672,2005-11-30 09:07:19,POINT (-78.51436 38.039775),200.0,5.0,1.0,"900 5th Street Southwest, Charlottesville, Virginia 22902, United States",POINT (-78.49025399999999 38.026873),486.0,2555.82248663263 +2505583,117 HAMMOND ST,22903,-78.51274,38.021611,Structure Fire ,60.599999999999945,2005-12-08 17:45:13,2005,350.0,1 or 2 family dwelling,"Cooking area, kitchen","Radiated, conducted heat from operating equipment",Wearing apparel not on a person,Unintentional,E7 ,4.216666666666608,2005-12-08 17:45:13,POINT (-78.51273999999999 38.021611),200.0,5.0,1.0,"1500 Vine Street, Charlottesville, Virginia 22902, United States",POINT (-78.46698000000001 38.019244),487.0,4027.4758567054973 +2505753,924 MONTICELLO AVE,22901,-78.473934,38.023814,Structure Fire ,95.61666666666672,2005-12-15 19:26:46,2005,70000.0,1 or 2 family dwelling,"Storage area, other",Candle,"Item, Other",Unintentional,E7 ,2.966666666666688,2005-12-15 19:26:46,POINT (-78.473934 38.023814),200.0,5.0,1.0,"1608 Green St, Charlottesville, Virginia 22902, United States",POINT (-78.48141 38.01591),489.0,1095.9543141727447 +2505787,123 CLEVELAND AVE,22902,-78.512613,38.020307,Structure Fire ,44.833333333333385,2005-12-16 10:12:10,2005,1500.0,1 or 2 family dwelling,"Cooking area, kitchen","Hot or smoldering object, other","Cooking materials, including edible materials",Unintentional,E7 ,5.100000000000048,2005-12-16 10:12:10,POINT (-78.512613 38.020307),200.0,5.0,1.0,"2101 Arlington Boulevard, Charlottesville, Virginia 22903, United States",POINT (-78.506075 38.050152),490.0,3362.7003313239115 +2505805,218 SHAMROCK RD,22903,-78.50906,38.026033,Structure Fire ,70.61666666666675,2005-12-17 11:51:11,2005,5500.0,1 or 2 family dwelling,Closet,"Spark, ember, or flame from operating equipment",Structural member or framing,Failure of equipment or heat source,E7 ,5.466666666666672,2005-12-17 11:51:11,POINT (-78.50906000000001 38.026033),200.0,5.0,1.0,"2055 Abbey Road, Charlottesville, Virginia 22911, United States",POINT (-78.442537 38.029087),492.0,5851.717307273515 +2505824,1201 W MAIN ST,22901,-78.483308,38.031078,"Fire, other ",101.98333333333339,2005-12-18 13:02:23,2005,100.0,"Hotel/motel, commercial","Corridor, mall",Heat from undetermined smoking material,Linen; other than bedding,Cause under investigation,BC3 ,4.116666666666672,2005-12-18 13:02:23,POINT (-78.48330799999999 38.031078),200.0,5.0,1.0,"712 Madison Ave, Charlottesville, Virginia 22903, United States",POINT (-78.49487000000001 38.04134),495.0,1525.9843115091758 +2505852,921 RIVER RD,22901,-78.458832,38.035783,Structure Fire ,71.50000000000004,2005-12-21 17:08:57,2005,300.0,"Mercantile, business, other","Bathroom, checkroom, lavatory, locker room","Heat from powered equipment, other",Interior ceiling cover or finish,Failure of equipment or heat source,E1 ,5.649999999999984,2005-12-21 17:08:57,POINT (-78.458832 38.035783),200.0,5.0,1.0,"2005 Abbey Road, Charlottesville, Virginia 22911, United States",POINT (-78.44595 38.031108),496.0,1244.576625835247 +2505924,100 YELLOWSTONE DR,22901,-78.49477,38.06987,Natural vegetation fire ,42.433333333333344,2005-12-26 19:08:26,2005,,Open land or field,,,,,E5 ,9.350000000000064,2005-12-26 19:08:26,POINT (-78.49477 38.06987),200.0,5.0,0.948,"2112 Jefferson Park Avenue, Charlottesville, Virginia 22903, United States",POINT (-78.51451299999999 38.025736),497.0,5197.233780975715 +2505930,2450 POPLAR DR,22903,-78.555784,37.978017,Structure Fire ,98.73333333333332,2005-12-27 09:16:47,2005,51000.0,1 or 2 family dwelling,"Ceiling & floor assembly, crawl space b/t stories",Hot ember or ash,Structural member or framing,Failure of equipment or heat source,E5 ,11.349999999999936,2005-12-27 09:16:47,POINT (-78.555784 37.978017),200.0,5.0,1.0,"1341 Long Street, Charlottesville, Virginia 22901, United States",POINT (-78.459647 38.035608),498.0,10592.095452238003 +2505940,1400 MONTICELLO RD,22902,-78.472756,38.019316,Structure Fire ,96.59999999999995,2005-12-28 04:06:41,2005,200.0,Multifamily dwelling,"Entranceway, lobby",Undetermined,"Upholstered sofa, chair, vehicle seats",Cause undetermined after investigation,E5 ,5.433333333333264,2005-12-28 04:06:41,POINT (-78.472756 38.019316),200.0,5.0,1.0,"1300 Kenwood Lane, Charlottesville, Virginia 22901, United States",POINT (-78.469874 38.055993),499.0,4079.7406366218856 +3050038,78 DARDEN BLVD - BLDG,22903,-78.514117,38.05198,Mobile property (vehicle) fire ,12.38333333333328,2005-01-26 17:21:19,2005,0.0,,"Engine area, running gear, wheel area","Radiated, conducted heat from operating equipment","Item, Other",Failure of equipment or heat source,E6 ,6.433333333333344,2005-01-26 17:21:19,POINT (-78.514117 38.05198),200.0,5.0,1.0,"100 2nd Street Southwest, Charlottesville, Virginia 22902, United States",POINT (-78.482685 38.030134),500.0,3674.0090800646003 +3050064,1335 LEE ST,22902,-78.49477,38.06987,Structure Fire ,16.08333333333336,2005-02-23 08:23:55,2005,20.0,Hospital - medical or psychiatric,"Bathroom, checkroom, lavatory, locker room",Undetermined,"Rubbish, trash, or waste",Cause under investigation,BC1 ,1.68333333333336,2005-02-23 08:23:55,POINT (-78.49477 38.06987),200.0,5.0,1.0,"990 5th Street Southwest, Charlottesville, Virginia 22902, United States",POINT (-78.493916 38.020686),501.0,5460.874591050433 +3050067,1335 LEE ST,22902,-78.49477,38.06987,Structure Fire ,64.98333333333332,2005-02-25 09:02:09,2005,0.0,Hospital - medical or psychiatric,"Bathroom, checkroom, lavatory, locker room",Undetermined,"General materials, other",Intentional,BC1 ,0.283333333333392,2005-02-25 09:02:09,POINT (-78.49477 38.06987),200.0,5.0,1.0,"1100 Park Street, Charlottesville, Virginia 22901, United States",POINT (-78.470349 38.042103),502.0,3754.8169800722603 +3050075,1215 LEE ST,22901,-78.498649,38.032,Structure Fire ,71.66666666666664,2005-03-04 13:26:05,2005,0.0,Hospital - medical or psychiatric,"Storage area, other",Undetermined,"Box, carton, bag, basket, barrel",Cause under investigation,E2 ,5.416666666666704,2005-03-04 13:26:05,POINT (-78.498649 38.032),200.0,5.0,1.0,"167 Chancellor Street, Charlottesville, Virginia 22903, United States",POINT (-78.50093099999999 38.038508),503.0,749.779777774593 +3050078,1215 LEE ST,22901,-78.498649,38.032,Structure Fire ,105.25000000000003,2005-03-04 15:11:59,2005,0.0,Hospital - medical or psychiatric,Interior stairway or ramp,Undetermined,"Box, carton, bag, basket, barrel",Cause under investigation,E1 ,0.066666666666672,2005-03-04 15:11:59,POINT (-78.498649 38.032),200.0,5.0,1.0,"617 Blenheim Avenue, Charlottesville, Virginia 22902, United States",POINT (-78.481542 38.023672),506.0,1763.990817153457 +3050084,1335 LEE ST,22902,-78.49477,38.06987,Structure Fire ,27.699999999999985,2005-03-09 09:55:44,2005,0.0,Hospital - medical or psychiatric,"Bathroom, checkroom, lavatory, locker room",Undetermined,"Rubbish, trash, or waste",Intentional,E7 ,2.46666666666672,2005-03-09 09:55:44,POINT (-78.49477 38.06987),200.0,5.0,1.0,"560 Ray C Hunt Drive, Charlottesville, Virginia 22903, United States",POINT (-78.524413 38.025455),508.0,5575.494298770503 +3050111,,22903,-78.49047,38.00955,Mobile property (vehicle) fire ,14.133333333333313,2005-03-24 22:56:10,2005,0.0,,"Engine area, running gear, wheel area","Radiated, conducted heat from operating equipment",Multiple items first ignited,Unintentional,BC1 ,0.283333333333392,2005-03-24 22:56:10,POINT (-78.49047 38.00955),200.0,5.0,1.0,"199 Spotnap Road, Charlottesville, Virginia 22911, United States",POINT (-78.453001 38.030853),510.0,4052.4881581941554 +3050144,1215 LEE ST,22901,-78.498649,38.032,Natural vegetation fire ,8.900000000000064,2005-04-15 11:41:11,2005,0.0,Street or road in commercial area,,Undetermined,,Undetermined,E7 ,2.5833333333333597,2005-04-15 11:41:11,POINT (-78.498649 38.032),200.0,5.0,1.0,"1300 Long Street, Charlottesville, Virginia 22901, United States",POINT (-78.46299 38.035426),511.0,3154.2324063580036 +3050146,1215 LEE ST,22901,-78.498649,38.032,Natural vegetation fire ,20.09999999999995,2005-04-15 16:56:15,2005,0.0,Street or road in commercial area,,Undetermined,,Undetermined,E7 ,4.683333333333312,2005-04-15 16:56:15,POINT (-78.498649 38.032),200.0,5.0,1.0,"735 Park Street, Charlottesville, Virginia 22902, United States",POINT (-78.47534899999999 38.039106),513.0,2192.7463641093987 +3050151,1215 LEE ST,22903,-78.498649,38.032,Natural vegetation fire ,5.533333333333344,2005-04-19 13:18:44,2005,0.0,"Outside or special property, other",,Undetermined,,Undetermined,E7 ,3.3000000000000482,2005-04-19 13:18:44,POINT (-78.498649 38.032),200.0,5.0,1.0,"1016 Grady Avenue, Charlottesville, Virginia 22903, United States",POINT (-78.49254000000001 38.038626),514.0,910.4200215278917 +3050152,1222 LEE ST,22903,-78.498807,38.031919,Natural vegetation fire ,6.383333333333377,2005-04-19 16:04:14,2005,0.0,Street or road in commercial area,,Undetermined,,Undetermined,E7 ,3.0500000000000638,2005-04-19 16:04:14,POINT (-78.498807 38.031919),200.0,5.0,1.0,"2301 Shelby Drive, Charlottesville, Virginia 22901, United States",POINT (-78.496077 38.063308),515.0,3493.0047446670287 +3050240,1900 CARR'S HILL RD,22903,-78.50466,38.037641,Structure Fire ,42.39999999999994,2005-06-03 16:09:03,2005,50.0,1 or 2 family dwelling,"Attic: vacant, crawl space above top story, cupola",Arcing,Insulation within structural area,Failure of equipment or heat source,E6 ,2.6666666666667362,2005-06-03 16:09:03,POINT (-78.50466 38.037641),200.0,5.0,1.0,"2035 India Road, Charlottesville, Virginia 22901, United States",POINT (-78.488561 38.062677),516.0,3118.164691941188 +3500445,1605 JEFFERSON PARK,22903,-78.506882,38.032183,Structure Fire ,18.316666666666656,2005-08-31 08:04:27,2005,0.0,"Adult education center, college classroom",Office,Arcing,Undetermined,Failure of equipment or heat source,BC1 ,2.4333333333333123,2005-08-31 08:04:27,POINT (-78.506882 38.032183),200.0,5.0,1.0,"508 Harris Road, Charlottesville, Virginia 22903, United States",POINT (-78.503941 38.014124),517.0,2021.4437881242948 +3500453,478 FLOYD DR,22908,-78.517144,38.029504,Natural vegetation fire ,20.01666666666672,2005-09-06 12:11:35,2005,0.0,Vehicle parking area,,,,Undetermined,E6 ,4.900000000000032,2005-09-06 12:11:35,POINT (-78.517144 38.029504),200.0,5.0,1.0,"1701 Essex Road, Charlottesville, Virginia 22901, United States",POINT (-78.478308 38.061367),518.0,4913.1088804863575 +2600043,768 PROSPECT AVE,22902,-78.494947,38.023745,Structure Fire ,139.5166666666667,2006-01-03 23:45:58,2006,35000.0,1 or 2 family dwelling,"Cooking area, kitchen","Molten, hot material","Cooking materials, including edible materials",Unintentional,E7 ,5.566666666666608,2006-01-03 23:45:58,POINT (-78.494947 38.023745),200.0,5.0,1.0,"200 Water Street West, Charlottesville, Virginia 22902, United States",POINT (-78.482905 38.030161),519.0,1275.0202242162018 +2600086,,22902,-78.49047,38.00955,Natural vegetation fire ,33.433333333333344,2006-01-06 20:46:58,2006,,Open land or field,,,,,E6 ,12.38333333333328,2006-01-06 20:46:58,POINT (-78.49047 38.00955),200.0,5.0,1.0,"237 Hartmans Mill Road, Charlottesville, Virginia 22902, United States",POINT (-78.49069299999999 38.02216),520.0,1400.0830991663333 +2600102,1008 ALTAVISTA AVE,22902,-78.476453,38.017967,Mobile property (vehicle) fire ,11.783333333333376,2006-01-07 16:29:30,2006,0.0,,"Engine area, running gear, wheel area","Spark, ember, or flame from operating equipment",Flammable liquid/gas - in/from engine or burner,Unintentional,E5 ,4.466666666666736,2006-01-07 16:29:30,POINT (-78.47645300000001 38.017967),200.0,5.0,1.0,"313 2nd St SE, Charlottesville, Virginia 22902, United States",POINT (-78.48151 38.02912),521.0,1315.4388665583847 +2600140,1200 EMMET ST N,22903,-78.498764,38.052978,Mobile property (vehicle) fire ,31.233333333333313,2006-01-11 07:40:28,2006,0.0,,"Engine area, running gear, wheel area",Arcing,"Electrical wire, cable insulation",Failure of equipment or heat source,E2 ,4.3833333333333595,2006-01-11 07:40:28,POINT (-78.49876399999999 38.052978),200.0,5.0,1.0,"1916 Cedar Hill Road, Charlottesville, Virginia 22901, United States",POINT (-78.49458199999999 38.064713),522.0,1353.5397925393977 +2600169,205 SPRIGG LN,22901,-78.599317,38.044145,Structure Fire ,17.416666666666654,2006-01-12 19:43:07,2006,0.0,"Barracks, dormitory",,,,,E6 ,3.966666666666624,2006-01-12 19:43:07,POINT (-78.599317 38.044145),200.0,5.0,1.0,"773 Prospect Avenue, Charlottesville, Virginia 22903, United States",POINT (-78.496814 38.0218),524.0,9336.18166476324 +2600209,108 HAWTHORNE LN,22911,-78.435182,38.032748,Natural vegetation fire ,24.266666666666737,2006-01-14 23:34:25,2006,,Vacant lot,,,,,E4 ,10.383333333333264,2006-01-14 23:34:25,POINT (-78.435182 38.032748),200.0,5.0,1.0,"1035 Millmont Street, Charlottesville, Virginia 22903, United States",POINT (-78.505523 38.051235),525.0,6508.084247108947 +2600232,924 1ST ST S,22902,-78.486791,38.021222,Structure Fire ,162.51666666666623,2006-01-16 10:04:11,2006,0.0,Multifamily dwelling,Bedroom - < 5 persons; included are jail or prison,Cigarette lighter,"Magazine, newspaper, writing paper",Unintentional,BC5 ,2.633333333333328,2006-01-16 10:04:11,POINT (-78.486791 38.021222),200.0,5.0,1.0,"1519 Dairy Road, Charlottesville, Virginia 22903, United States",POINT (-78.487043 38.053223),526.0,3552.7969517540905 +2600296,300 MEADE AVE,22902,-78.466304,38.028018,Fire in mobile property used as a fixed structure ,28.48333333333334,2006-01-19 18:18:31,2006,0.0,"Property Use, other",Undetermined,Undetermined,Undetermined,"Cause, other",E5 ,6.716666666666737,2006-01-19 18:18:31,POINT (-78.46630399999999 38.028018),200.0,5.0,1.0,"1027 Holmes Avenue, Charlottesville, Virginia 22901, United States",POINT (-78.463337 38.044611),527.0,1860.4931545804966 +2600362,1600 EMMET ST,22903,-78.494456,38.058203,Mobile property (vehicle) fire ,33.3,2006-01-24 08:13:24,2006,5500.0,,Operator/passenger area of transportation equip.,Undetermined,Undetermined,Unintentional,E2 ,2.999999999999952,2006-01-24 08:13:24,POINT (-78.494456 38.058203),200.0,5.0,1.0,"1414 Hazel Street, Charlottesville, Virginia 22902, United States",POINT (-78.464043 38.033163),528.0,3854.5623123744313 +2600367,2116 BROWNSTONE LN,22903,-78.49886,38.03522,Natural vegetation fire ,17.383333333333393,2006-01-24 17:53:35,2006,,Open land or field,,,,,E2 ,9.616666666666609,2006-01-24 17:53:35,POINT (-78.49885999999999 38.03522),200.0,5.0,1.0,"338 Cleveland Avenue, Charlottesville, Virginia 22903, United States",POINT (-78.50832 38.018784),529.0,2004.9085533718244 +2600422,511 RIDGE ST,22902,-78.487428,38.026748,Structure Fire ,56.783333333333374,2006-01-27 17:05:21,2006,1000.0,Multifamily dwelling,"Common room, den, family room, living room, lounge",Hot ember or ash,"Upholstered sofa, chair, vehicle seats",Unintentional,E7 ,1.91666666666664,2006-01-27 17:05:21,POINT (-78.48742799999999 38.026748),200.0,5.0,0.74,"Charlottesville, Virginia, United States",POINT (-78.47669999999999 38.0293),530.0,983.7781090123169 +2600469,1001 PRESTON AVE,22901,-78.492135,38.040984,Natural vegetation fire ,17.883333333333358,2006-01-30 13:26:24,2006,0.0,Playground,,,,Undetermined,E4 ,1.9333333333333442,2006-01-30 13:26:24,POINT (-78.492135 38.040984),200.0,5.0,1.0,"800 Preston Avenue, Charlottesville, Virginia 22903, United States",POINT (-78.488781 38.036459),531.0,582.3172331672685 +2600519,2111 MICHIE DR,22903,-78.485913,38.060603,Structure Fire ,49.00000000000004,2006-02-02 08:19:01,2006,1000.0,Multifamily dwelling,"Cooking area, kitchen","Radiated, conducted heat from operating equipment",Undetermined,Unintentional,E2 ,4.05,2006-02-02 08:19:01,POINT (-78.485913 38.060603),200.0,5.0,1.0,"104 Keystone Place, Charlottesville, Virginia 22902, United States",POINT (-78.470857 38.013996),532.0,5340.509546248602 +2600564,1411 CHESAPEAKE ST,22901,-78.462048,38.025598,Structure Fire ,118.96666666666661,2006-02-05 01:40:36,2006,8000.0,1 or 2 family dwelling,Bedroom - < 5 persons; included are jail or prison,Undetermined,"Bedding; blanket, sheet, comforter",Unintentional,BC1 ,5.483333333333376,2006-02-05 01:40:36,POINT (-78.462048 38.025598),200.0,5.0,1.0,"1304 Preston Ave, Charlottesville, Virginia 22903, United States",POINT (-78.49299999999999 38.04292),533.0,3329.431593299319 +2600618,707 ORANGEDALE AVE,22902,-78.495665,38.024398,Structure Fire ,111.18333333333327,2006-02-08 14:23:03,2006,30000.0,1 or 2 family dwelling,Bedroom - < 5 persons; included are jail or prison,"Radiated, conducted heat from operating equipment",Cabinetry (including built-in),Unintentional,E7 ,3.750000000000048,2006-02-08 14:23:03,POINT (-78.495665 38.024398),200.0,5.0,1.0,"160 Riverbend Drive, Charlottesville, Virginia 22911, United States",POINT (-78.455647 38.032066),534.0,3615.8909427206513 +2600637,,22932,-78.49047,38.00955,Natural vegetation fire ,82.73333333333333,2006-02-09 14:32:10,2006,0.0,Highway or divided highway,,,,,E6 ,10.266666666666625,2006-02-09 14:32:10,POINT (-78.49047 38.00955),200.0,5.0,0.948,"1418 Emmet Street North, Charlottesville, Virginia 22903, United States",POINT (-78.495722 38.056175),535.0,5196.759250125956 +2600720,1411 HAZEL ST,22902,-78.463807,38.033367,Structure Fire ,115.41666666666673,2006-02-15 11:28:58,2006,10000.0,1 or 2 family dwelling,"Cooking area, kitchen",Multiple heat sources including multiple ignition,Cabinetry (including built-in),Cause under investigation,E4 ,4.749999999999984,2006-02-15 11:28:58,POINT (-78.463807 38.033367),200.0,5.0,1.0,"412 East Main Street, Charlottesville, Virginia 22902, United States",POINT (-78.479011 38.029683),536.0,1396.3503575177938 +2600739,511 ROUGEMONT AVE,22903,-78.487278,38.017843,Structure Fire ,165.08333333333232,2006-02-17 00:24:40,2006,100000.0,1 or 2 family dwelling,"Exterior stairway, ramp, or fire escape",Undetermined,Undetermined,Cause under investigation,E7 ,5.433333333333264,2006-02-17 00:24:40,POINT (-78.487278 38.017843),200.0,5.0,1.0,"729 Prospect Avenue, Charlottesville, Virginia 22903, United States",POINT (-78.495507 38.023501),538.0,957.538008110854 +2600788,1800 JEFFERSON PARK,22903,-78.50968,38.028668,Structure Fire ,197.3666666666664,2006-02-18 20:13:23,2006,3000.0,Multifamily dwelling,Bedroom - < 5 persons; included are jail or prison,Hot ember or ash,"Soft goods, wearing apparel, other",Unintentional,E6 ,2.36666666666664,2006-02-18 20:13:23,POINT (-78.50968 38.028668),200.0,5.0,1.0,"500 Park Street, Charlottesville, Virginia 22902, United States",POINT (-78.475179 38.034068),539.0,3088.3573945311095 +2600804,1208 HOLMES AVE,22901,-78.460746,38.046641,Structure Fire ,194.41666666666654,2006-02-19 23:06:55,2006,150000.0,1 or 2 family dwelling,"Function area, other","Spark, ember, or flame from operating equipment",Structural member or framing,Failure of equipment or heat source,E2 ,5.699999999999951,2006-02-19 23:06:55,POINT (-78.460746 38.046641),200.0,5.0,1.0,"718 Franklin Street, Charlottesville, Virginia 22902, United States",POINT (-78.464848 38.019913),540.0,2989.1380247363404 +2600809,604 CHERRY AVE,22902,-78.491485,38.027563,Structure Fire ,130.18333333333337,2006-02-20 09:06:12,2006,10050.0,"General retail, other","Duct: hvac, cable, exhaust, heating, or AC","Spark, ember, or flame from operating equipment","Pipe, duct, conduit or hose",Failure of equipment or heat source,BC1 ,1.449999999999936,2006-02-20 09:06:12,POINT (-78.491485 38.027563),200.0,5.0,1.0,"4700 Dick Woods Road, Charlottesville, Virginia 22903, United States",POINT (-78.658614 38.016443),541.0,14729.108432090998 +2600814,1370 MONACAN TRAIL RD,22922,-78.93722,37.7108,Natural vegetation fire ,12.449999999999953,2006-02-20 15:26:11,2006,,Highway or divided highway,,,,,E4 ,8.050000000000033,2006-02-20 15:26:11,POINT (-78.93722 37.7108),200.0,5.0,0.948,"1705 Emmet Street North, Charlottesville, Virginia 22901, United States",POINT (-78.49449199999999 38.059243),543.0,54892.41945545755 +2600860,1500 CARLTON AVE,22902,-78.464702,38.021097,Special outside fire ,207.4166666666654,2006-02-23 07:59:10,2006,0.0,Outside material storage area,Storage: supplies or tools; dead storage,Undetermined,Undetermined,Cause under investigation,E5 ,5.199999999999984,2006-02-23 07:59:10,POINT (-78.464702 38.021097),200.0,5.0,1.0,"915 Montrose Avenue, Charlottesville, Virginia 22902, United States",POINT (-78.47636900000001 38.02019),544.0,1029.6021083344401 +2600882,110 GOODMAN ST,22902,-78.474463,38.027544,Structure Fire ,59.3833333333333,2006-02-24 15:39:50,2006,3000.0,Business office,"Egress/exit, other","Molten, hot material",Structural member or framing,Unintentional,E5 ,4.099999999999968,2006-02-24 15:39:50,POINT (-78.474463 38.027544),200.0,5.0,0.595,"Charlottesville, Virginia, United States",POINT (-78.47669999999999 38.0293),545.0,276.76093341399104 +2600949,29 UNIVERSITY CIR,22908,-78.50359,38.043185,Structure Fire ,28.48333333333334,2006-02-28 21:39:21,2006,500.0,"Boarding/rooming house, residential hotels","Common room, den, family room, living room, lounge",Heat from other open flame or smoking materials,"Interior wall covering excluding drapes, etc.",Unintentional,E6 ,6.450000000000048,2006-02-28 21:39:21,POINT (-78.50359 38.043185),200.0,5.0,1.0,"207 Ridge Street, Charlottesville, Virginia 22902, United States",POINT (-78.486358 38.029033),546.0,2181.259615089765 +2601056,814 RIDGE ST,22903,-78.491943,38.021658,Structure Fire ,36.45,2006-03-07 11:19:52,2006,0.0,1 or 2 family dwelling,"Cooking area, kitchen","Heat from powered equipment, other","Electrical wire, cable insulation",Failure of equipment or heat source,E7 ,3.399999999999984,2006-03-07 11:19:52,POINT (-78.49194300000001 38.021658),200.0,5.0,1.0,"1202 Little High Street, Charlottesville, Virginia 22902, United States",POINT (-78.467896 38.029426),547.0,2281.105240131555 +2601081,1250 EMMET ST N,22903,-78.497604,38.054393,Mobile property (vehicle) fire ,24.016666666666605,2006-03-08 15:14:23,2006,500.0,,"Engine area, running gear, wheel area",Undetermined,Undetermined,Unintentional,E2 ,3.566666666666736,2006-03-08 15:14:23,POINT (-78.497604 38.054393),200.0,5.0,1.0,"220 Wayles Ln, Charlottesville, Virginia 22911, United States",POINT (-78.440972 38.027781),548.0,5783.899687827841 +2601126,507 ROUGEMONT AVE,22902,-78.487551,38.017964,Natural vegetation fire ,2899.4666666666544,2006-03-11 13:39:51,2006,0.0,"Outside or special property, other",,,,Incendiary,BC1 ,2.8500000000000476,2006-03-11 13:39:51,POINT (-78.487551 38.017964),200.0,5.0,1.0,"1130 Otter Street, Charlottesville, Virginia 22901, United States",POINT (-78.46338900000001 38.037261),549.0,3015.27527752383 +2601131,,22903,-78.49047,38.00955,Natural vegetation fire ,15.683333333333326,2006-03-11 16:09:37,2006,,Vehicle parking area,,,,,E4 ,5.28333333333336,2006-03-11 16:09:37,POINT (-78.49047 38.00955),200.0,5.0,1.0,"1638 Center Avenue, Charlottesville, Virginia 22903, United States",POINT (-78.509777 38.023269),550.0,2279.3008104930295 +2601134,1301 E HIGH ST,22901,-78.465985,38.031905,Mobile property (vehicle) fire ,14.433333333333264,2006-03-11 18:14:22,2006,0.0,"Service station, gas station","Engine area, running gear, wheel area",Undetermined,Undetermined,Failure of equipment or heat source,BC1 ,4.016666666666736,2006-03-11 18:14:22,POINT (-78.465985 38.031905),200.0,5.0,1.0,"1300 Long Street, Charlottesville, Virginia 22901, United States",POINT (-78.46299 38.035426),551.0,471.1373870744271 +2601149,127 N BAKER ST,22901,-78.49477,38.06987,Natural vegetation fire ,109.0666666666666,2006-03-12 16:19:12,2006,0.0,Railroad right of way ,,Match,,Incendiary,E5 ,4.766666666666688,2006-03-12 16:19:12,POINT (-78.49477 38.06987),200.0,5.0,1.0,"611 Rugby Road, Charlottesville, Virginia 22903, United States",POINT (-78.500084 38.042759),552.0,3045.7710104299226 +2601169,3305 PETAL LN,22901,-78.49477,38.06987,Natural vegetation fire ,25.350000000000044,2006-03-13 16:29:10,2006,,,,,,,E6 ,9.466666666666704,2006-03-13 16:29:10,POINT (-78.49477 38.06987),200.0,5.0,1.0,"2111 Michie Drive, Charlottesville, Virginia 22901, United States",POINT (-78.485135 38.062271),553.0,1194.5239360911692 +2601173,,22902,-78.49047,38.00955,Natural vegetation fire ,7.76666666666664,2006-03-13 21:07:47,2006,0.0,Graded and cared-for plots of land,,,,Undetermined,E7 ,3.93333333333336,2006-03-13 21:07:47,POINT (-78.49047 38.00955),200.0,5.0,1.0,"818 Rose Hill Drive, Charlottesville, Virginia 22903, United States",POINT (-78.48641000000001 38.038715),554.0,3257.441147259282 +2601181,68 UNIVERSITY WAY,22901,-78.504275,38.044767,Structure Fire ,15.950000000000015,2006-03-14 08:55:15,2006,0.0,Multifamily dwelling,"Cooking area, kitchen","Radiated, conducted heat from operating equipment","Cooking materials, including edible materials",Unintentional,E2 ,5.699999999999951,2006-03-14 08:55:15,POINT (-78.50427500000001 38.044767),200.0,5.0,0.948,"2505 Jefferson Park Circle, Charlottesville, Virginia 22903, United States",POINT (-78.515625 38.019505),555.0,2976.36294780859 +2601186,300 2ND ST SE,22901,-78.481386,38.029108,Natural vegetation fire ,7.316666666666641,2006-03-14 12:06:31,2006,0.0,"Residential street, road or residential driveway",,,,Undetermined,C1 ,0.066666666666672,2006-03-14 12:06:31,POINT (-78.481386 38.029108),200.0,5.0,1.0,"1608 Trailridge Road, Charlottesville, Virginia 22903, United States",POINT (-78.50421900000001 38.020485),556.0,2221.9961492624325 +2601187,101 E MARKET ST,22901,-78.481004,38.031589,Natural vegetation fire ,11.533333333333392,2006-03-14 13:46:34,2006,60.0,Graded and cared-for plots of land,,Hot ember or ash,,Smoking,E3 ,3.649999999999968,2006-03-14 13:46:34,POINT (-78.481004 38.031589),200.0,5.0,1.0,"422 Garrett Street, Charlottesville, Virginia 22902, United States",POINT (-78.48064100000001 38.026338),557.0,583.8340917961294 +2601188,595 PETER JEFFERSON PKY,22903,-78.477013,38.034597,Natural vegetation fire ,15.349999999999968,2006-03-14 14:23:31,2006,,"Property Use, other",,,,,E2 ,6.6333333333333595,2006-03-14 14:23:31,POINT (-78.477013 38.034597),200.0,5.0,1.0,"1700 Cherry Avenue, Charlottesville, Virginia 22903, United States",POINT (-78.50980199999999 38.021062),558.0,3247.915199142107 +2601189,314 ROLKIN RD,22901,-78.442665,38.030869,Natural vegetation fire ,74.53333333333339,2006-03-14 15:57:04,2006,,,,,,,E2 ,6.0999999999999845,2006-03-14 15:57:04,POINT (-78.44266500000001 38.030869),200.0,5.0,1.0,"225 7th St SW, Charlottesville, Virginia 22903, United States",POINT (-78.49007 38.03071),560.0,4162.863944498416 +2601198,500 E JEFFERSON ST,22902,-78.478169,38.031412,Structure Fire ,208.2833333333323,2006-03-15 05:17:58,2006,50000.0,Bar or nightclub,"Cooking area, kitchen","Spark, ember, or flame from operating equipment",Cabinetry (including built-in),Unintentional,E7 ,3.8166666666667197,2006-03-15 05:17:58,POINT (-78.47816899999999 38.031412),200.0,5.0,1.0,"411 Garrett Street, Charlottesville, Virginia 22902, United States",POINT (-78.48126499999999 38.026845),561.0,575.3195056285825 +2601205,595 PETER JEFFERSON PKY,22901,-78.477013,38.034597,Natural vegetation fire ,13.00000000000003,2006-03-15 12:41:22,2006,,Graded and cared-for plots of land,,,,,E4 ,6.583333333333392,2006-03-15 12:41:22,POINT (-78.477013 38.034597),200.0,5.0,1.0,"1400 Melbourne Road, Charlottesville, Virginia 22901, United States",POINT (-78.47626700000001 38.052333),562.0,1970.1385917791313 +2601208,2000 LAMBS RD,22901,-78.500465,38.080431,Natural vegetation fire ,113.58333333333331,2006-03-15 13:20:29,2006,,Open land or field,,,,,E2 ,16.833333333333314,2006-03-15 13:20:29,POINT (-78.50046500000001 38.080431),200.0,5.0,1.0,"828 Mcintire Road, Charlottesville, Virginia 22902, United States",POINT (-78.474575 38.041645),563.0,4868.899183912731 +2601209,,22902,-78.49047,38.00955,Natural vegetation fire ,60.183333333333366,2006-03-15 14:10:43,2006,0.0,Railroad right of way ,,,,Undetermined,E7 ,1.266666666666624,2006-03-15 14:10:43,POINT (-78.49047 38.00955),200.0,5.0,1.0,"1656 Brandywine Drive, Charlottesville, Virginia 22901, United States",POINT (-78.479472 38.063948),564.0,6115.953356531198 +2601212,190 YELLOWSTONE DR,22901,-78.49477,38.06987,Natural vegetation fire ,11.283333333333266,2006-03-15 15:29:25,2006,,,,,,,E5 ,8.483333333333327,2006-03-15 15:29:25,POINT (-78.49477 38.06987),200.0,5.0,1.0,"102 Appletree Road, Charlottesville, Virginia 22903, United States",POINT (-78.51939 38.026417),565.0,5286.166265579409 +2601213,1224 JEFFERSON PARK,22903,-78.497931,38.033197,Special outside fire ,5.333333333333328,2006-03-15 17:47:58,2006,0.0,,,,,Undetermined,E7 ,2.650000000000032,2006-03-15 17:47:58,POINT (-78.49793099999999 38.033197),200.0,5.0,1.0,"2311 Wayne Avenue, Charlottesville, Virginia 22901, United States",POINT (-78.50084699999999 38.060024),566.0,2989.2834975155815 +2601230,,22902,-78.49047,38.00955,Natural vegetation fire ,47.43333333333331,2006-03-16 15:26:56,2006,,Open land or field,,,,,E4 ,7.499999999999952,2006-03-16 15:26:56,POINT (-78.49047 38.00955),200.0,5.0,1.0,"799 East Water Street, Charlottesville, Virginia 22902, United States",POINT (-78.47252400000001 38.027354),567.0,2528.080289585885 +2601235,,22901,-78.49047,38.00955,Natural vegetation fire ,9.21666666666672,2006-03-16 16:58:56,2006,0.0,Highway or divided highway,,,,Smoking,E6 ,4.650000000000048,2006-03-16 16:58:56,POINT (-78.49047 38.00955),200.0,5.0,1.0,"1602 Keith Valley Road, Charlottesville, Virginia 22903, United States",POINT (-78.486362 38.055518),568.0,5116.06013465642 +2601236,1320 EARLY ST,22902,-78.483546,38.019279,Structure Fire ,50.566666666666606,2006-03-16 17:17:58,2006,500.0,1 or 2 family dwelling,"Outside area, other",Cigarette lighter,"Heavy vegetation - not crop, including trees",Unintentional,E7 ,3.0833333333333277,2006-03-16 17:17:58,POINT (-78.483546 38.019279),200.0,5.0,1.0,"601 Preston Avenue, Charlottesville, Virginia 22903, United States",POINT (-78.48551500000001 38.035691),569.0,1830.2340860108893 +2601242,,22903,-78.49047,38.00955,Mobile property (vehicle) fire ,46.70000000000007,2006-03-17 04:07:28,2006,0.0,,"Engine area, running gear, wheel area",Undetermined,Undetermined,Cause under investigation,E7 ,7.449999999999984,2006-03-17 04:07:28,POINT (-78.49047 38.00955),200.0,5.0,1.0,"600 Preston Avenue, Charlottesville, Virginia 22903, United States",POINT (-78.486011 38.034938),570.0,2845.623638232906 +2601259,,22902,-78.49047,38.00955,Natural vegetation fire ,7.683333333333263,2006-03-18 01:31:47,2006,0.0,"Residential street, road or residential driveway",,Undetermined,,Undetermined,E6 ,5.883333333333264,2006-03-18 01:31:47,POINT (-78.49047 38.00955),200.0,5.0,1.0,"852 West Main Street, Charlottesville, Virginia 22903, United States",POINT (-78.493408 38.031882),571.0,2492.6614355401407 +2601274,107- B WELK PL,22902,-78.503398,38.015845,Structure Fire ,168.09999999999985,2006-03-19 00:11:13,2006,95000.0,1 or 2 family dwelling,"Exterior balcony, unenclosed porch","Hot or smoldering object, other",Exterior wall covering or finish,Unintentional,BC6 ,3.8166666666667197,2006-03-19 00:11:13,POINT (-78.503398 38.015845),200.0,5.0,1.0,"725 Stonehenge Avenue, Charlottesville, Virginia 22902, United States",POINT (-78.481585 38.018256),572.0,1934.4306181739153 +2601283,510 RIDGE ST,22902,-78.487203,38.026838,Structure Fire ,97.8166666666666,2006-03-19 12:20:37,2006,0.0,1 or 2 family dwelling,"Cooking area, kitchen","Heat from powered equipment, other",Wearing apparel not on a person,Unintentional,BC1 ,2.183333333333328,2006-03-19 12:20:37,POINT (-78.48720299999999 38.026838),200.0,5.0,1.0,"1409 Short 18th Street, Charlottesville, Virginia 22902, United States",POINT (-78.46156499999999 38.026622),573.0,2251.62082956884 +2601316,1005 LOCUST LN,22903,-78.457278,38.044821,Structure Fire ,37.233333333333356,2006-03-21 06:50:08,2006,1200.0,1 or 2 family dwelling,"Exterior balcony, unenclosed porch",Hot ember or ash,"Structural component or finish, other",Unintentional,BC2 ,5.73333333333336,2006-03-21 06:50:08,POINT (-78.457278 38.044821),200.0,5.0,1.0,"1995 Pheasant Lane, Charlottesville, Virginia 22901, United States",POINT (-78.526804 38.091017),575.0,7971.197093788354 +2601352,816 HARDY DR,22902,-78.490828,38.03329,Mobile property (vehicle) fire ,22.366666666666656,2006-03-23 19:43:43,2006,0.0,,Undetermined,Undetermined,Undetermined,"Cause, other",E5 ,4.183333333333344,2006-03-23 19:43:43,POINT (-78.49082799999999 38.03329),200.0,5.0,1.0,"1205 Carlton Avenue, Charlottesville, Virginia 22902, United States",POINT (-78.470696 38.023196),576.0,2093.170116510563 +2601377,909 W MAIN ST,22902,-78.494354,38.032541,Structure Fire ,108.01666666666671,2006-03-25 02:32:27,2006,0.0,Restaurant or cafeteria,"Cooking area, kitchen",Undetermined,Undetermined,Cause undetermined after investigation,E7 ,3.016666666666656,2006-03-25 02:32:27,POINT (-78.494354 38.032541),200.0,5.0,1.0,"608 Ridge Street, Charlottesville, Virginia 22902, United States",POINT (-78.488921 38.025458),577.0,919.7638184780204 +2601405,1917 SWANSON DR,22903,-78.493379,38.062772,Natural vegetation fire ,11.416666666666606,2006-03-27 06:45:12,2006,0.0,1 or 2 family dwelling,,Undetermined,,Undetermined,E4 ,4.000000000000032,2006-03-27 06:45:12,POINT (-78.493379 38.062772),200.0,5.0,1.0,"1104 Rosser Avenue, Charlottesville, Virginia 22903, United States",POINT (-78.49366499999999 38.039905),578.0,2538.799618360593 +2601418,,22903,-78.49047,38.00955,Natural vegetation fire ,25.166666666666735,2006-03-27 14:53:56,2006,,Open land or field,,,,,E6 ,9.200000000000015,2006-03-27 14:53:56,POINT (-78.49047 38.00955),200.0,5.0,1.0,"1317 Carlton Avenue, Charlottesville, Virginia 22902, United States",POINT (-78.467291 38.022095),579.0,2466.654156083356 +2601431,100 ZAN RD,22901,-78.489179,38.063708,Natural vegetation fire ,12.633333333333264,2006-03-28 02:36:59,2006,0.0,,,Cigarette,,Smoking,E2 ,6.08333333333328,2006-03-28 02:36:59,POINT (-78.48917899999999 38.063708),200.0,5.0,1.0,"1124 East High Street, Charlottesville, Virginia 22902, United States",POINT (-78.468287 38.031722),580.0,3996.7981565668815 +2601470,183 SPOTNAP RD,22902,-78.453012,38.031405,Natural vegetation fire ,15.383333333333377,2006-03-30 15:27:59,2006,,"Doctor, dentist or oral surgeon's office",,,,,E1 ,5.233333333333392,2006-03-30 15:27:59,POINT (-78.453012 38.031405),200.0,5.0,1.0,"808 Concord Avenue, Charlottesville, Virginia 22903, United States",POINT (-78.485643 38.039299),582.0,2996.312801882105 +2601487,1901 EMMET ST N,22901,-78.492257,38.061585,Natural vegetation fire ,19.233333333333363,2006-04-01 00:19:30,2006,0.0,Vehicle parking area,,Cigarette,,Smoking,E2 ,5.216666666666688,2006-04-01 00:19:30,POINT (-78.492257 38.061585),200.0,5.0,1.0,"808 Concord Avenue, Charlottesville, Virginia 22903, United States",POINT (-78.485643 38.039299),583.0,2541.397678124071 +2601498,1023 MILLMONT ST,22903,-78.505052,38.050254,Natural vegetation fire ,11.150000000000064,2006-04-01 14:48:43,2006,0.0,,,Heat from undetermined smoking material,,Smoking,E2 ,5.249999999999952,2006-04-01 14:48:43,POINT (-78.50505200000001 38.050254),200.0,5.0,1.0,"612 Ridge Street, Charlottesville, Virginia 22902, United States",POINT (-78.489154 38.025126),584.0,3119.4379646570687 +2601517,1801 HYDRAULIC RD,22901,-78.49103,38.061042,Natural vegetation fire ,5.3999999999999995,2006-04-02 16:56:49,2006,0.0,Street or road in commercial area,,,,Smoking,,,2006-04-02 16:56:49,POINT (-78.49102999999999 38.061042),200.0,5.0,1.0,"910 1st Street, Charlottesville, Virginia 22902, United States",POINT (-78.48645999999999 38.021458),585.0,4412.866214467673 +2601556,321 6TH ST SW,22903,-78.490098,38.028582,Structure Fire ,67.99999999999997,2006-04-04 11:15:44,2006,6500.0,1 or 2 family dwelling,"Cooking area, kitchen","Heat from powered equipment, other","Cooking materials, including edible materials",Unintentional,E5 ,3.1500000000000004,2006-04-04 11:15:44,POINT (-78.490098 38.028582),200.0,5.0,0.753333,"243 Hardware Street, Scottsville, Virginia 24590, United States",POINT (-78.496323 37.803998),586.0,24938.625355744225 +2601570,1334 HIGH VIEW DR,22903,-78.610403,38.077443,Natural vegetation fire ,54.54999999999993,2006-04-05 06:06:17,2006,,"Forest, timberland, woodland",,,,,E6 ,12.116666666666736,2006-04-05 06:06:17,POINT (-78.61040300000001 38.077443),200.0,5.0,1.0,"401 5th Street Southwest, Charlottesville, Virginia 22903, United States",POINT (-78.489717 38.028157),587.0,11923.831907188774 +2601592,115 WILD FLOWER DR,22902,-78.49047,38.00955,Natural vegetation fire ,20.81666666666664,2006-04-06 12:46:01,2006,,1 or 2 family dwelling,,,,,E1 ,9.616666666666609,2006-04-06 12:46:01,POINT (-78.49047 38.00955),200.0,5.0,1.0,"1301 Carlton Avenue, Charlottesville, Virginia 22902, United States",POINT (-78.46929 38.022742),588.0,2367.5990776983663 +2601600,900 5TH ST SW,22902,-78.491864,38.023841,Natural vegetation fire ,23.28333333333336,2006-04-06 21:42:05,2006,0.0,Vacant lot,,Undetermined,,Undetermined,E7 ,2.883333333333312,2006-04-06 21:42:05,POINT (-78.49186400000001 38.023841),200.0,5.0,1.0,"386 Hillsdale Dr, Charlottesville, Virginia 22901, United States",POINT (-78.48828 38.06408),589.0,4478.371235148786 +2601609,1500 VINE ST,22903,-78.49886,38.03522,"Cultivated vegetation, crop fire ",10.883333333333375,2006-04-07 13:20:18,2006,0.0,Street or road in commercial area,,,,Undetermined,E5 ,5.666666666666688,2006-04-07 13:20:18,POINT (-78.49885999999999 38.03522),200.0,5.0,1.0,"412 Garrett Street, Charlottesville, Virginia 22902, United States",POINT (-78.480751 38.027495),591.0,1806.7196245268347 +2601611,,22902,-78.49047,38.00955,Special outside fire ,13.733333333333281,2006-04-07 15:59:40,2006,0.0,Graded and cared-for plots of land,,,,Undetermined,E7 ,3.899999999999952,2006-04-07 15:59:40,POINT (-78.49047 38.00955),200.0,5.0,1.0,"704 Franklin Street, Charlottesville, Virginia 22902, United States",POINT (-78.466048 38.019189),592.0,2397.1733601704777 +2601612,1608 GREEN ST,22903,-78.48161,38.016029,Structure Fire ,42.450000000000045,2006-04-07 16:20:33,2006,5000.0,1 or 2 family dwelling,"Exterior stairway, ramp, or fire escape",Cigarette,"Exterior trim, including doors",Unintentional,E5 ,4.5,2006-04-07 16:20:33,POINT (-78.48161 38.016029),200.0,5.0,1.0,"2111 Michie Drive, Charlottesville, Virginia 22901, United States",POINT (-78.485135 38.062271),593.0,5143.085241196708 +2601662,2101 ARLINGTON BLVD,22901,-78.506693,38.049777,Structure Fire ,96.99999999999997,2006-04-10 23:03:34,2006,100.0,"Reformatory, juvenile detention center","Bathroom, checkroom, lavatory, locker room",Cigarette lighter,Linen; other than bedding,Intentional,E6 ,5.666666666666688,2006-04-10 23:03:34,POINT (-78.506693 38.049777),200.0,5.0,1.0,"806 Altavista Avenue, Charlottesville, Virginia 22902, United States",POINT (-78.479896 38.019353),594.0,4116.438593255362 +2601708,,22902,-78.49047,38.00955,Mobile property (vehicle) fire ,27.033333333333267,2006-04-13 18:08:37,2006,4000.0,,"Engine area, running gear, wheel area","Spark, ember, or flame from operating equipment","Electrical wire, cable insulation",Unintentional,E7 ,4.749999999999984,2006-04-13 18:08:37,POINT (-78.49047 38.00955),200.0,5.0,1.0,"1110 King Street, Charlottesville, Virginia 22903, United States",POINT (-78.499961 38.028537),595.0,2266.740104538193 +2601812,2055 ABBEY RD,22901,-78.443011,38.028852,Natural vegetation fire ,15.599999999999953,2006-04-19 15:24:21,2006,,,,,,,E1 ,6.666666666666623,2006-04-19 15:24:21,POINT (-78.443011 38.028852),200.0,5.0,1.0,"474 Seymour Road, Charlottesville, Virginia 22903, United States",POINT (-78.508865 38.04929),596.0,6211.493950587633 +2601898,,22902,-78.49047,38.00955,"Cultivated vegetation, crop fire ",22.966666666666708,2006-04-25 12:09:10,2006,0.0,Multifamily dwelling,,,,Undetermined,E7 ,3.199999999999968,2006-04-25 12:09:10,POINT (-78.49047 38.00955),200.0,5.0,1.0,"2200 Jefferson Park Ave, Charlottesville, Virginia 22903, United States",POINT (-78.51464 38.02489),597.0,2721.5145331170056 +2601922,,22902,-78.49047,38.00955,Natural vegetation fire ,20.266666666666705,2006-04-26 15:34:57,2006,0.0,"Street, other",,Cigarette,,Smoking,E7 ,4.6666666666666075,2006-04-26 15:34:57,POINT (-78.49047 38.00955),200.0,5.0,1.0,"180 Mccormick Road, Charlottesville, Virginia 22904, United States",POINT (-78.506721 38.035796),598.0,3244.5453760479286 +2601923,712 MADISON AVE,22903,-78.495352,38.041097,Natural vegetation fire ,9.166666666666607,2006-04-26 17:33:21,2006,0.0,"Parking garage, general vehicle",,,,Undetermined,E2 ,4.5,2006-04-26 17:33:21,POINT (-78.495352 38.041097),200.0,5.0,1.0,"1815 Stadium Road, Charlottesville, Virginia 22903, United States",POINT (-78.513347 38.030794),599.0,1950.6319947423133 +2601940,2005 ABBEY RD,22903,-78.445876,38.030575,Natural vegetation fire ,34.33333333333334,2006-04-27 15:02:04,2006,,Vehicle parking area,,,,,E2 ,5.249999999999952,2006-04-27 15:02:04,POINT (-78.445876 38.030575),200.0,5.0,0.754286,"202 15th Street Southwest, Roanoke, Virginia 24016, United States",POINT (-79.965748 37.274485),600.0,158196.09650719905 +2601961,2112 JEFFERSON PARK,22901,-78.514618,38.025918,Natural vegetation fire ,63.36666666666663,2006-04-28 20:14:04,2006,0.0,,,Undetermined,,Undetermined,E6 ,4.6666666666666075,2006-04-28 20:14:04,POINT (-78.514618 38.025918),200.0,5.0,1.0,"794 Alderman Road, Charlottesville, Virginia 22903, United States",POINT (-78.51414200000001 38.034624),602.0,967.4236543055642 +2601980,1341 LONG ST,22903,-78.459391,38.03501,Natural vegetation fire ,11.416666666666606,2006-04-30 06:37:14,2006,2.0,"Food and beverage sales, grocery store","Outside area, other",Undetermined,"Organic materials, other",Cause undetermined after investigation,E1 ,3.249999999999936,2006-04-30 06:37:14,POINT (-78.459391 38.03501),200.0,5.0,0.802857,"40 South Lawn, Charlottesville, Virginia 22903, United States",POINT (-78.50411 38.033063),603.0,3932.7001919630575 +2601986,1300 KENWOOD LN,22901,-78.470144,38.056081,Natural vegetation fire ,48.766666666666616,2006-04-30 18:40:04,2006,0.0,,,Hot ember or ash,,Other cause,E2 ,5.033333333333376,2006-04-30 18:40:04,POINT (-78.470144 38.056081),200.0,5.0,1.0,"415 Lane Rd, Charlottesville, Virginia 22903, United States",POINT (-78.50311000000001 38.0312),604.0,4000.9232265649925 +2602021,100 2ND ST SW,22902,-78.482166,38.030922,Natural vegetation fire ,16.38333333333331,2006-05-02 19:16:32,2006,0.0,Graded and cared-for plots of land,,,,Undetermined,E5 ,4.700000000000016,2006-05-02 19:16:32,POINT (-78.48216600000001 38.030922),200.0,5.0,1.0,"110 Bayly Drive, Charlottesville, Virginia 22903, United States",POINT (-78.50390299999999 38.038829),605.0,2100.8700024327036 +2602062,990 5TH ST SW,22902,-78.494275,38.020869,Structure Fire ,1056.1833333333332,2006-05-04 23:35:35,2006,850000.0,"Church, mosque, synagogue, temple, chapel",Undetermined,Undetermined,Undetermined,Cause under investigation,BC5 ,3.399999999999984,2006-05-04 23:35:35,POINT (-78.494275 38.020869),200.0,5.0,1.0,"1215 Lee Street, Charlottesville, Virginia 22908, United States",POINT (-78.49934500000001 38.031439),606.0,1255.0939748294377 +2602077,1100 PARK ST,22903,-78.470569,38.04212,Mobile property (vehicle) fire ,19.666666666666657,2006-05-05 17:20:10,2006,100.0,Street or road in commercial area,"Engine area, running gear, wheel area","Heat from powered equipment, other",Undetermined,Failure of equipment or heat source,E2 ,3.666666666666672,2006-05-05 17:20:10,POINT (-78.470569 38.04212),200.0,5.0,1.0,"1340 Jefferson Park Ave, Charlottesville, Virginia 22903, United States",POINT (-78.50346 38.031),608.0,3140.8335535736937 +2602098,167 CHANCELLOR ST,22903,-78.500772,38.038512,Natural vegetation fire ,33.71666666666674,2006-05-07 03:06:56,2006,0.0,Graded and cared-for plots of land,,,,Incendiary,E6 ,6.75,2006-05-07 03:06:56,POINT (-78.500772 38.038512),200.0,5.0,1.0,"148 Amphitheater Way, Charlottesville, Virginia 22903, United States",POINT (-78.507019 38.032999),610.0,821.876343540912 +2602183,,22902,-78.49047,38.00955,Natural vegetation fire ,26.93333333333333,2006-05-13 01:41:30,2006,0.0,Graded and cared-for plots of land,,Undetermined,,Undetermined,E6 ,6.8666666666666405,2006-05-13 01:41:30,POINT (-78.49047 38.00955),200.0,5.0,1.0,"1335 Lee Street, Charlottesville, Virginia 22903, United States",POINT (-78.50017800000001 38.032956),611.0,2734.7994756637027 +2602301,,22902,-78.49047,38.00955,Natural vegetation fire ,28.35,2006-05-21 10:14:21,2006,,Highway or divided highway,,,,,E1 ,2.966666666666688,2006-05-21 10:14:21,POINT (-78.49047 38.00955),200.0,5.0,1.0,"400 Emmet Street South, Charlottesville, Virginia 22903, United States",POINT (-78.50734799999999 38.036336),612.0,3322.682945584382 +2602333,617 BLENHEIM AVE,22901,-78.49477,38.06987,Natural vegetation fire ,20.48333333333328,2006-05-23 16:30:50,2006,0.0,Graded and cared-for plots of land,,,,Undetermined,E5 ,2.6999999999999997,2006-05-23 16:30:50,POINT (-78.49477 38.06987),200.0,5.0,1.0,"205 Sprigg Lane, Charlottesville, Virginia 22903, United States",POINT (-78.508466 38.039103),613.0,3621.135398294009 +2602437,,22902,-78.49047,38.00955,Natural vegetation fire ,10.350000000000001,2006-05-29 20:08:06,2006,0.0,,,Cigarette,,Smoking,E7 ,4.116666666666672,2006-05-29 20:08:06,POINT (-78.49047 38.00955),200.0,5.0,1.0,"203 Sprigg Lane, Charlottesville, Virginia 22903, United States",POINT (-78.507701 38.038666),614.0,3569.08653809908 +2602479,560 RAY C HUNT DR,22902,-78.49047,38.00955,Natural vegetation fire ,8.683333333333344,2006-06-01 08:46:05,2006,0.0,Graded and cared-for plots of land,,Undetermined,,Undetermined,E6 ,7.166666666666735,2006-06-01 08:46:05,POINT (-78.49047 38.00955),200.0,5.0,1.0,"201 Sprigg Lane, Charlottesville, Virginia 22903, United States",POINT (-78.507137 38.03853),615.0,3534.6221691635947 +2602486,,22902,-78.49047,38.00955,Natural vegetation fire ,7.86666666666672,2006-06-01 15:58:52,2006,0.0,Street or road in commercial area,,Undetermined,,Undetermined,E5 ,3.93333333333336,2006-06-01 15:58:52,POINT (-78.49047 38.00955),200.0,5.0,1.0,"2511 Hillwood Place, Charlottesville, Virginia 22901, United States",POINT (-78.47376300000001 38.065319),617.0,6362.863065128067 +2602489,199 SPOTNAP RD,22902,-78.453398,38.031003,Natural vegetation fire ,12.48333333333336,2006-06-01 17:46:29,2006,,"Clinics, Doctors offices, hemodialysis centers",,,,,E1 ,5.366666666666736,2006-06-01 17:46:29,POINT (-78.45339800000001 38.031003),200.0,5.0,1.0,"512 Pantops Center, Charlottesville, Virginia 22911, United States",POINT (-78.457728 38.030801),619.0,380.89713707671973 +2602495,1300 LONG ST,22903,-78.508105,38.034684,Mobile property (vehicle) fire ,35.36666666666669,2006-06-02 09:49:47,2006,0.0,,"Engine area, running gear, wheel area",Undetermined,Undetermined,Failure of equipment or heat source,E1 ,5.800000000000033,2006-06-02 09:49:47,POINT (-78.508105 38.034684),200.0,5.0,1.0,"2132 Ivy Road, Charlottesville, Virginia 22903, United States",POINT (-78.51544800000001 38.042682),621.0,1097.3100406796218 +2602513,,22902,-78.49047,38.00955,Mobile property (vehicle) fire ,12.566666666666736,2006-06-02 19:19:43,2006,0.0,,"Engine area, running gear, wheel area","Hot or smoldering object, other","Electrical wire, cable insulation",Failure of equipment or heat source,E5 ,5.18333333333328,2006-06-02 19:19:43,POINT (-78.49047 38.00955),200.0,5.0,1.0,"156 Madison Lane, Charlottesville, Virginia 22903, United States",POINT (-78.50108400000001 38.038632),622.0,3360.5059704051737 +2602532,735 PARK ST,22902,-78.474144,38.038734,Special outside fire ,72.80000000000005,2006-06-03 13:49:30,2006,0.0,"Church, mosque, synagogue, temple, chapel","Switchgear area, transformer vault","Radiated, conducted heat from operating equipment","Transformer, including transformer fluids",Unintentional,E7 ,0.200000000000016,2006-06-03 13:49:30,POINT (-78.474144 38.038734),200.0,5.0,1.0,"409 13th Street Northwest, Charlottesville, Virginia 22903, United States",POINT (-78.49681699999999 38.037587),623.0,1994.8590772423247 +2602605,1016 GRADY AVE,22902,-78.49248,38.038766,Structure Fire ,59.94999999999994,2006-06-07 15:59:57,2006,5500.0,1 or 2 family dwelling,"Cooking area, kitchen","Heat from powered equipment, other","Cooking materials, including edible materials",Unintentional,P1 ,1.266666666666624,2006-06-07 15:59:57,POINT (-78.49248 38.038766),200.0,5.0,1.0,"762 Prospect Ave, Charlottesville, Virginia 22903, United States",POINT (-78.49569 38.02275),624.0,1800.2816029560875 +2602618,2301 SHELBY DR,22903,-78.495846,38.063409,Mobile property (vehicle) fire ,24.06666666666672,2006-06-08 20:47:52,2006,2000.0,Vehicle parking area,"Engine area, running gear, wheel area","Spark, ember, or flame from operating equipment",Undetermined,Failure of equipment or heat source,E2 ,3.6,2006-06-08 20:47:52,POINT (-78.495846 38.063409),200.0,5.0,0.948,"1800 Jefferson Park Avenue, Charlottesville, Virginia 22903, United States",POINT (-78.50887899999999 38.028802),625.0,4008.787025173335 +2602633,2035 INDIA RD,22901,-78.488652,38.062371,Natural vegetation fire ,14.350000000000032,2006-06-09 17:18:29,2006,0.0,Vehicle parking area,,Cigarette,,Smoking,E2 ,3.5333333333333283,2006-06-09 17:18:29,POINT (-78.488652 38.062371),200.0,5.0,1.0,"600 14th Street Northwest, Charlottesville, Virginia 22903, United States",POINT (-78.495943 38.040219),626.0,2541.226415666911 +2602647,508 HARRIS ROAD,22902,-78.503721,38.015087,Natural vegetation fire ,67.0666666666667,2006-06-10 13:49:01,2006,0.0,Open land or field,,"Flying brand, ember, spark",,Undetermined,E5 ,2.383333333333344,2006-06-10 13:49:01,POINT (-78.503721 38.015087),200.0,5.0,1.0,"1005 Blenheim Avenue, Charlottesville, Virginia 22902, United States",POINT (-78.47491599999999 38.020602),627.0,2602.9366681624824 +2602650,1701 ESSEX RD,22902,-78.49047,38.00955,Natural vegetation fire ,17.1,2006-06-10 17:28:37,2006,0.0,,,,,Smoking,E2 ,3.416666666666688,2006-06-10 17:28:37,POINT (-78.49047 38.00955),200.0,5.0,1.0,"68 University Way, Charlottesville, Virginia 22903, United States",POINT (-78.50156800000001 38.041389),628.0,3666.6242062698 +2602705,200 W WATER ST,22902,-78.48274,38.030327,Mobile property (vehicle) fire ,35.45000000000007,2006-06-13 17:54:16,2006,0.0,,"Engine area, running gear, wheel area",Arcing,"Electrical wire, cable insulation",Unintentional,E7 ,2.25,2006-06-13 17:54:16,POINT (-78.48274000000001 38.030327),200.0,5.0,1.0,"725 Denali Way, Charlottesville, Virginia 22903, United States",POINT (-78.520482 38.016442),629.0,3655.4722144123266 +2602717,237 HARTMANS MILL RD,22902,-78.490822,38.022087,Structure Fire ,35.05000000000003,2006-06-14 15:30:08,2006,0.0,1 or 2 family dwelling,"Laundry area, wash house (laundry)","Heat, spark from friction",Flammable liquid/gas in container or pipe,Unintentional,E7 ,3.416666666666688,2006-06-14 15:30:08,POINT (-78.49082199999999 38.022087),200.0,5.0,1.0,"1226 Harris St, Charlottesville, Virginia 22903, United States",POINT (-78.48004 38.03982),630.0,2184.543104603712 +2602790,313 2ND ST SE,22902,-78.481626,38.028847,Structure Fire ,92.09999999999995,2006-06-19 07:59:44,2006,0.0,"Mercantile, business, other","Function area, other",Chemical reaction,Oily rags,Unintentional,E7 ,2.949999999999984,2006-06-19 07:59:44,POINT (-78.48162600000001 38.028847),200.0,5.0,1.0,"1514 Maymont Court, Charlottesville, Virginia 22902, United States",POINT (-78.513723 38.000286),631.0,4242.821671242434 +2602792,1916 CEDAR HILL RD,22902,-78.507552,37.975633,Structure Fire ,35.43333333333336,2006-06-19 09:51:41,2006,1000.0,1 or 2 family dwelling,"Cooking area, kitchen",Heat from other open flame or smoking materials,Adhesive,Unintentional,E1 ,4.549999999999968,2006-06-19 09:51:41,POINT (-78.507552 37.975633),200.0,5.0,1.0,"1926 Lewis Mountain Road, Charlottesville, Virginia 22903, United States",POINT (-78.509979 38.037829),632.0,6908.141537566331 +2602796,,22902,-78.49047,38.00955,Natural vegetation fire ,8.016666666666625,2006-06-19 13:22:24,2006,0.0,Graded and cared-for plots of land,,,,Smoking,E2 ,3.7166666666666397,2006-06-19 13:22:24,POINT (-78.49047 38.00955),200.0,5.0,1.0,"512 Lexington Avenue, Charlottesville, Virginia 22902, United States",POINT (-78.472189 38.033439),633.0,3100.2491681482948 +2602858,773 PROSPECT AVE,22902,-78.496585,38.021741,Mobile property (vehicle) fire ,38.13333333333337,2006-06-22 21:45:28,2006,1200.0,,"Engine area, running gear, wheel area","Spark, ember, or flame from operating equipment",Undetermined,Unintentional,E7 ,4.966666666666704,2006-06-22 21:45:28,POINT (-78.496585 38.021741),200.0,5.0,1.0,"1305 Wertland Street, Charlottesville, Virginia 22903, United States",POINT (-78.497585 38.035216),634.0,1498.5507931960337 +2602873,1035 MILLMONT ST,22902,-78.49047,38.00955,Natural vegetation fire ,7.3666666666666085,2006-06-23 16:01:38,2006,0.0,,,Undetermined,,Undetermined,E1 ,4.749999999999984,2006-06-23 16:01:38,POINT (-78.49047 38.00955),200.0,5.0,1.0,"4700 Dick Woods Road, Charlottesville, Virginia 22903, United States",POINT (-78.658614 38.016443),635.0,14788.04698643637 +2602910,1519 DAIRY RD,22903,-78.486811,38.052868,Natural vegetation fire ,52.716666666666676,2006-06-25 20:01:14,2006,0.0,"Forest, timberland, woodland",,Lightning,,Natural source,E2 ,3.3333333333333117,2006-06-25 20:01:14,POINT (-78.486811 38.052868),200.0,5.0,1.0,"1013 Wolf Trap Road, Charlottesville, Virginia 22911, United States",POINT (-78.410636 38.065794),636.0,6838.955105609621 +2602936,1027 HOLMES AVE,22901,-78.463212,38.044463,Natural vegetation fire ,20.466666666666722,2006-06-27 14:29:07,2006,2.0,Electrical distribution,,,,Equipment,E1 ,5.766666666666624,2006-06-27 14:29:07,POINT (-78.463212 38.044463),200.0,5.0,1.0,"1155 Seminole Trail, Charlottesville, Virginia 22906, United States",POINT (-78.485417 38.067265),637.0,3194.987179971457 +2602954,1414 HAZEL ST,22901,-78.463864,38.033322,Structure Fire ,79.58333333333333,2006-06-28 01:43:44,2006,6000.0,1 or 2 family dwelling,"Bathroom, checkroom, lavatory, locker room",Arcing,"Electrical wire, cable insulation",Failure of equipment or heat source,E1 ,7.633333333333296,2006-06-28 01:43:44,POINT (-78.463864 38.033322),200.0,5.0,1.0,"2027 Via Florence Road, Charlottesville, Virginia 22911, United States",POINT (-78.434572 38.034732),638.0,2576.917040817046 +2602977,338 CLEVELAND AVE,22903,-78.508181,38.018869,Structure Fire ,84.36666666666672,2006-06-29 09:52:24,2006,3200.0,1 or 2 family dwelling,"Laundry area, wash house (laundry)",Arcing,"Electrical wire, cable insulation",Unintentional,E5 ,5.016666666666672,2006-06-29 09:52:24,POINT (-78.50818099999999 38.018869),200.0,5.0,0.876667,"1246 Ashton Road, Keswick, Virginia 22947, United States",POINT (-78.3781 38.001755),639.0,11583.150340265478 +2603070,1000 WARE ST,22902,,,Natural vegetation fire ,21.86666666666669,2006-07-05 01:42:52,2006,0.0,Graded and cared-for plots of land,,,,Smoking,E7 ,4.966666666666704,2006-07-05 01:42:52,POINT (nan nan),200.0,5.0,1.0,"1000 Monacan Trail Lane, Charlottesville, Virginia 22903, United States",POINT (-78.560571 38.01142),640.0,inf +2603208,800 PRESTON AVE,22902,-78.488171,38.036616,Mobile property (vehicle) fire ,38.633333333333326,2006-07-14 21:48:17,2006,0.0,,"Engine area, running gear, wheel area",Undetermined,Undetermined,Unintentional,BC4 ,2.383333333333344,2006-07-14 21:48:17,POINT (-78.48817099999999 38.036616),200.0,5.0,1.0,"1459 Avon Street, Charlottesville, Virginia 22902, United States",POINT (-78.484819 38.017003),641.0,2197.2257451655237 +2603212,104 KEYSTONE PL,22902,-78.471208,38.014344,Mobile property (vehicle) fire ,17.25000000000005,2006-07-15 12:05:58,2006,0.0,,"Vehicle area, other","Heat from powered equipment, other","Electrical wire, cable insulation",Failure of equipment or heat source,BC5 ,4.299999999999984,2006-07-15 12:05:58,POINT (-78.471208 38.014344),200.0,5.0,1.0,"215 Wahoo Way, Charlottesville, Virginia 22903, United States",POINT (-78.517145 38.008534),642.0,4086.1545163289043 +2603252,1304 PRESTON AVE,22901,-78.49268,38.042996,Structure Fire ,220.46666666666542,2006-07-18 04:47:05,2006,60000.0,"Laundry, dry cleaning","Heating room or area, water heater area",Undetermined,Structural member or framing,Cause under investigation,E2 ,5.133333333333312,2006-07-18 04:47:05,POINT (-78.49267999999999 38.042996),200.0,5.0,1.0,"1317 Carlton Avenue, Charlottesville, Virginia 22902, United States",POINT (-78.467291 38.022095),643.0,3217.8826718191176 +2603262,160 RIVERBEND DR,22911,-78.455275,38.03212,Natural vegetation fire ,11.416666666666606,2006-07-18 12:49:25,2006,,,,,,,E1 ,5.899999999999968,2006-07-18 12:49:25,POINT (-78.455275 38.03212),200.0,5.0,1.0,"995 Seminole Trail, Charlottesville, Virginia 22901, United States",POINT (-78.48891 38.064133),644.0,4620.747810454822 +2603272,1418 EMMET ST,22901,-78.49047,38.00955,Mobile property (vehicle) fire ,37.05000000000005,2006-07-18 20:44:18,2006,0.0,,"Engine area, running gear, wheel area","Heat, spark from friction",Flammable liquid/gas - in/from engine or burner,Unintentional,E2 ,4.299999999999984,2006-07-18 20:44:18,POINT (-78.49047 38.00955),200.0,5.0,1.0,"1978 Scott Court, Charlottesville, Virginia 22902, United States",POINT (-78.524111 37.995498),645.0,3341.714612683111 +2603465,412 E MAIN ST,22902,-78.479152,38.029966,Structure Fire ,169.9166666666664,2006-07-30 22:27:00,2006,6000.0,Restaurant or cafeteria,"Entranceway, lobby",Chemical reaction,Oily rags,Unintentional,BC1 ,4.433333333333327,2006-07-30 22:27:00,POINT (-78.479152 38.029966),200.0,5.0,1.0,"1799 Old Lynchburg Road, Charlottesville, Virginia 22903, United States",POINT (-78.558702 37.960286),646.0,10425.163414499953 +2603486,,22902,-78.49047,38.00955,Mobile property (vehicle) fire ,47.066666666666684,2006-07-31 22:03:15,2006,2000.0,Vehicle parking area,Operator/passenger area of transportation equip.,Undetermined,Undetermined,Cause undetermined after investigation,E5 ,4.516666666666704,2006-07-31 22:03:15,POINT (-78.49047 38.00955),200.0,5.0,1.0,"235 W Main St, Charlottesville, Virginia 22902, United States",POINT (-78.48273 38.03151),649.0,2530.972290128542 +2603491,729 PROSPECT AVE,22902,-78.495287,38.02345,Mobile property (vehicle) fire ,34.48333333333339,2006-08-01 09:05:28,2006,2500.0,,"Engine area, running gear, wheel area","Heat from powered equipment, other","Electrical wire, cable insulation",Failure of equipment or heat source,BC1 ,3.466666666666656,2006-08-01 09:05:28,POINT (-78.495287 38.02345),200.0,5.0,1.0,"595 Martha Jefferson Dr, Charlottesville, Virginia 22911, United States",POINT (-78.4414 38.02641),650.0,4743.806247718743 +2603511,500 PARK ST,22902,-78.475949,38.03401,Mobile property (vehicle) fire ,45.68333333333328,2006-08-02 11:24:10,2006,6000.0,,"Engine area, running gear, wheel area","Radiated, conducted heat from operating equipment","Pipe, duct, conduit or hose",Failure of equipment or heat source,TRNG1 ,7.800000000000048,2006-08-02 11:24:10,POINT (-78.475949 38.03401),200.0,5.0,1.0,"383 Hickory Street, Charlottesville, Virginia 22902, United States",POINT (-78.52096 37.999335),651.0,5517.941732424983 +2603561,718 FRANKLIN ST,22902,-78.464735,38.019798,Structure Fire ,28.266666666666627,2006-08-05 08:49:39,2006,1500.0,1 or 2 family dwelling,Wall assembly,Arcing,Structural member or framing,Unintentional,E7 ,5.06666666666664,2006-08-05 08:49:39,POINT (-78.464735 38.019798),200.0,5.0,1.0,"515 Explorers Road, Charlottesville, Virginia 22911, United States",POINT (-78.44047999999999 38.064999),653.0,5451.445298445768 +2603576,4700 DICK WOODS RD,22901,-78.656603,38.017506,Natural vegetation fire ,278.1833333333328,2006-08-06 12:21:07,2006,,,,,,,E6 ,13.850000000000064,2006-08-06 12:21:07,POINT (-78.656603 38.017506),200.0,5.0,1.0,"2015 Lewis Mountain Rd, Charlottesville, Virginia 22903, United States",POINT (-78.51394999999999 38.03862),654.0,12744.11690603145 +2603608,,22903,-78.49047,38.00955,Natural vegetation fire ,5.483333333333376,2006-08-08 11:56:22,2006,0.0,Street or road in commercial area,,Cigarette,,Smoking,E2 ,3.7166666666666397,2006-08-08 11:56:22,POINT (-78.49047 38.00955),200.0,5.0,1.0,"220 Market Street, Charlottesville, Virginia 22902, United States",POINT (-78.483146 38.032092),655.0,2583.932176304901 +2603661,1705 EMMET ST,22901,-78.494165,38.059115,Natural vegetation fire ,16.699999999999967,2006-08-12 10:28:41,2006,200.0,"Outside or special property, other",,Undetermined,,Undetermined,E2 ,3.449999999999952,2006-08-12 10:28:41,POINT (-78.494165 38.059115),200.0,5.0,1.0,"1326 Broomley Road, Charlottesville, Virginia 22901, United States",POINT (-78.55317100000001 38.070327),656.0,5326.503005239949 +2603791,915 MONTROSE AVE,22902,-78.476479,38.020082,Natural vegetation fire ,12.649999999999968,2006-08-20 12:35:16,2006,0.0,1 or 2 family dwelling,,Undetermined,,Undetermined,E5 ,4.700000000000016,2006-08-20 12:35:16,POINT (-78.476479 38.020082),200.0,5.0,0.948,"1705 Emmet Street North, Charlottesville, Virginia 22901, United States",POINT (-78.49449199999999 38.059243),657.0,4626.372016024612 +2603793,I64 MM117 EB,22902,-78.49047,38.00955,Natural vegetation fire ,21.649999999999967,2006-08-20 15:00:39,2006,,Highway or divided highway,,,,,E5 ,11.03333333333328,2006-08-20 15:00:39,POINT (-78.49047 38.00955),200.0,5.0,1.0,"750 Prospect Ave, Charlottesville, Virginia 22903, United States",POINT (-78.49533 38.02322),658.0,1576.5115573078422 +2603809,207 RIDGE ST,22902,-78.485912,38.02899,Natural vegetation fire ,9.9,2006-08-22 09:11:37,2006,0.0,"Boarding/rooming house, residential hotels",,,,Undetermined,E5 ,3.800000000000016,2006-08-22 09:11:37,POINT (-78.485912 38.02899),200.0,5.0,1.0,"2000 Hydraulic Road, Charlottesville, Virginia 22901, United States",POINT (-78.49210100000001 38.062973),659.0,3811.6969802860385 +2603818,1202 LITTLE HIGH ST,22902,-78.467838,38.029601,Mobile property (vehicle) fire ,17.716666666666608,2006-08-22 21:16:14,2006,6000.0,Vehicle parking area,"Engine area, running gear, wheel area","Heat from powered equipment, other","Electrical wire, cable insulation",Failure of equipment or heat source,E5 ,4.650000000000048,2006-08-22 21:16:14,POINT (-78.467838 38.029601),200.0,5.0,1.0,"1901 Emmet Street North, Charlottesville, Virginia 22901, United States",POINT (-78.49319 38.061619),660.0,4193.993128896851 +2603849,220 WAYLES LN,22911,-78.49477,38.06987,Natural vegetation fire ,50.16666666666672,2006-08-25 14:30:25,2006,,Street or road in commercial area,,,,,E1 ,49.98333333333326,2006-08-25 14:30:25,POINT (-78.49477 38.06987),200.0,5.0,0.948,"2709 Jefferson Park Ave, Charlottesville, Virginia 22903, United States",POINT (-78.512134 38.016107),661.0,6160.309144829291 +2603867,1130 OTTER ST,22902,-78.463311,38.037393,Structure Fire ,127.44999999999993,2006-08-26 14:25:39,2006,5000.0,1 or 2 family dwelling,"Exterior stairway, ramp, or fire escape",Undetermined,Structural member or framing,Cause under investigation,BC1 ,3.649999999999968,2006-08-26 14:25:39,POINT (-78.463311 38.037393),200.0,5.0,1.0,"1000 Belmont Avenue, Charlottesville, Virginia 22902, United States",POINT (-78.474441 38.022782),662.0,1893.81265773861 +2603924,1638 CENTER AVE,22903,-78.509871,38.023317,Structure Fire ,47.09999999999995,2006-08-29 16:10:25,2006,1000.0,1 or 2 family dwelling,"Cooking area, kitchen","Heat from powered equipment, other","Cooking materials, including edible materials",Unintentional,E5 ,5.816666666666736,2006-08-29 16:10:25,POINT (-78.509871 38.023317),200.0,5.0,1.0,"2121 Ivy Road, Charlottesville, Virginia 22903, United States",POINT (-78.511898 38.043263),663.0,2221.5058927825066 +2603926,1300 LONG ST,22901,-78.508105,38.034684,Special outside fire ,16.266666666666673,2006-08-29 20:53:47,2006,0.0,,,,,Open/outdoor fire,E1 ,4.416666666666623,2006-08-29 20:53:47,POINT (-78.508105 38.034684),200.0,5.0,1.0,"1014 Market Street East, Charlottesville, Virginia 22902, United States",POINT (-78.47254700000001 38.028254),664.0,3202.9898737019967 +2603927,611 RUGBY RD,22903,-78.499816,38.042559,"Fire, other ",20.36666666666664,2006-08-29 22:15:50,2006,0.0,"Residential, other",,,,,E2 ,0.066666666666672,2006-08-29 22:15:50,POINT (-78.499816 38.042559),200.0,5.0,0.17381,"0 Roosevelt, Orchard Park, New York 14127, United States",POINT (-78.77226400000001 42.7839),665.0,527049.636479744 +2603989,2111 MICHIE DR,22901,-78.485913,38.060603,Structure Fire ,134.7333333333333,2006-09-01 14:18:42,2006,1500.0,Multifamily dwelling,Closet,"Spark, ember, or flame from operating equipment",Structural member or framing,Failure of equipment or heat source,E2 ,4.5,2006-09-01 14:18:42,POINT (-78.485913 38.060603),200.0,5.0,0.753333,"300 Lane Road, Reedville, Virginia 22539, United States",POINT (-76.250817 37.843189),666.0,198091.0726099064 +2604052,818 ROSE HILL DR,22901,-78.486609,38.038854,Structure Fire ,63.1666666666666,2006-09-05 11:13:54,2006,2000.0,Multifamily dwelling,"Cooking area, kitchen","Radiated, conducted heat from operating equipment",Household utensils,Unintentional,E1 ,3.1833333333332643,2006-09-05 11:13:54,POINT (-78.486609 38.038854),200.0,5.0,1.0,"1801 Hydraulic Road, Charlottesville, Virginia 22901, United States",POINT (-78.489603 38.061496),667.0,2527.4068156289777 +2604086,2505 JEFFERSON PARK,22903,-78.514712,38.019939,Natural vegetation fire ,15.466666666666606,2006-09-07 15:58:08,2006,0.0,Graded and cared-for plots of land,,Flame/torch used for lighting,,"Debris, vegetation burn",E7 ,5.18333333333328,2006-09-07 15:58:08,POINT (-78.514712 38.019939),200.0,5.0,1.0,"212 Cream Street, Charlottesville, Virginia 22903, United States",POINT (-78.48954500000001 38.032635),668.0,2621.309570120176 +2604180,1608 TRAILRIDGE RD,22902,-78.504384,38.020674,Mobile property (vehicle) fire ,19.966666666666608,2006-09-14 17:29:27,2006,250.0,,"Engine area, running gear, wheel area",Backfire from internal combustion engine,Flammable liquid/gas - in/from engine or burner,"Cause, other",E7 ,5.266666666666656,2006-09-14 17:29:27,POINT (-78.504384 38.020674),200.0,5.0,1.0,"111 Kent Terrace, Charlottesville, Virginia 22903, United States",POINT (-78.50942999999999 38.027798),669.0,906.5783785792192 +2604305,422 GARRETT ST,22902,-78.480151,38.027842,Structure Fire ,107.99999999999999,2006-09-22 07:52:08,2006,60000.0,Multifamily dwelling,Bedroom - < 5 persons; included are jail or prison,Cigarette lighter,"Bedding; blanket, sheet, comforter",Unintentional,BC1 ,1.966666666666608,2006-09-22 07:52:08,POINT (-78.48015100000001 38.027842),200.0,5.0,0.948,"2616 Jefferson Park Circle, Charlottesville, Virginia 22903, United States",POINT (-78.517338 38.018255),671.0,3434.8928509414927 +2604310,1700 CHERRY AVE,22902,-78.509992,38.02116,Mobile property (vehicle) fire ,55.44999999999993,2006-09-22 12:57:14,2006,45000.0,,Operator/passenger area of transportation equip.,Undetermined,Multiple items first ignited,Unintentional,BC1 ,4.216666666666608,2006-09-22 12:57:14,POINT (-78.509992 38.02116),200.0,5.0,1.0,"1801 Hydraulic Road, Charlottesville, Virginia 22901, United States",POINT (-78.489603 38.061496),672.0,4822.611537381801 +2604430,,22902,-78.49047,38.00955,Mobile property (vehicle) fire ,79.13333333333333,2006-09-30 19:40:12,2006,5500.0,Vehicle parking area,"Engine area, running gear, wheel area",Undetermined,Multiple items first ignited,Cause undetermined after investigation,E5 ,4.416666666666623,2006-09-30 19:40:12,POINT (-78.49047 38.00955),200.0,5.0,1.0,"1601 University Avenue, Charlottesville, Virginia 22903, United States",POINT (-78.500843 38.03561),673.0,3033.1789366271905 +2604484,225 7TH ST SW,22902,-78.48999,38.030759,Structure Fire ,134.7666666666667,2006-10-04 12:23:51,2006,3500.0,1 or 2 family dwelling,Bedroom - < 5 persons; included are jail or prison,Undetermined,Undetermined,Cause under investigation,LAD01 ,0.283333333333392,2006-10-04 12:23:51,POINT (-78.48999000000001 38.030759),200.0,5.0,0.74,"Charlottesville, Virginia, United States",POINT (-78.47669999999999 38.0293),674.0,1178.2386489541498 +2604616,411 GARRETT ST,22902,-78.480166,38.028001,Structure Fire ,47.73333333333327,2006-10-12 20:26:39,2006,100.0,Multifamily dwelling,,,,,E5 ,2.566666666666656,2006-10-12 20:26:39,POINT (-78.480166 38.028001),200.0,5.0,1.0,"1306 Rugby Road, Charlottesville, Virginia 22903, United States",POINT (-78.491427 38.049028),675.0,2535.170886468665 +2604622,1400 MELBOURNE ROAD,22901,-78.47289,38.052744,Mobile property (vehicle) fire ,24.533333333333278,2006-10-13 10:12:18,2006,0.0,,"Engine area, running gear, wheel area",Arcing,"Electrical wire, cable insulation",Failure of equipment or heat source,E2 ,5.96666666666664,2006-10-13 10:12:18,POINT (-78.47289000000001 38.052744),200.0,5.0,1.0,"908 Saint Clair Avenue, Charlottesville, Virginia 22901, United States",POINT (-78.463059 38.037555),678.0,1894.3511036801576 +2604625,828 MCINTIRE RD,22901,-78.476442,38.041435,Structure Fire ,126.31666666666663,2006-10-13 13:36:36,2006,5000.0,"Property Use, other","Ceiling & floor assembly, crawl space b/t stories","Hot or smoldering object, other",Insulation within structural area,Unintentional,E1 ,2.1500000000000643,2006-10-13 13:36:36,POINT (-78.47644200000001 38.041435),200.0,5.0,1.0,"1532 Virginia Avenue, Charlottesville, Virginia 22903, United States",POINT (-78.50002000000001 38.038474),679.0,2096.13737855386 +2604631,1656 BRANDYWINE DR,22901,-78.479812,38.064012,Mobile property (vehicle) fire ,43.29999999999993,2006-10-13 17:17:49,2006,0.0,Street or road in commercial area,"Engine area, running gear, wheel area",Backfire from internal combustion engine,Flammable liquid/gas - in/from engine or burner,Failure of equipment or heat source,E2 ,4.700000000000016,2006-10-13 17:17:49,POINT (-78.479812 38.064012),200.0,5.0,1.0,"722 Prospect Ave, Charlottesville, Virginia 22903, United States",POINT (-78.49471 38.02404),680.0,4626.420139891054 +2604649,102 APPLE TREE RD,22902,-78.352467,37.925046,Mobile property (vehicle) fire ,15.616666666666656,2006-10-14 14:59:19,2006,1000.0,,"Engine area, running gear, wheel area","Radiated, conducted heat from operating equipment",Undetermined,Cause undetermined after investigation,E5 ,4.633333333333344,2006-10-14 14:59:19,POINT (-78.352467 37.925046),200.0,5.0,1.0,"750 Walker Square, Charlottesville, Virginia 22903, United States",POINT (-78.492058 38.030331),681.0,16944.450734516082 +2604736,2311 WAYNE AVE,22902,-78.49047,38.00955,Structure Fire ,178.88333333333327,2006-10-19 09:07:36,2006,1500.0,1 or 2 family dwelling,"Heating room or area, water heater area",Cigarette lighter,"Rubbish, trash, or waste",Intentional,E2 ,4.599999999999936,2006-10-19 09:07:36,POINT (-78.49047 38.00955),200.0,5.0,1.0,"730 Mcintire Road, Charlottesville, Virginia 22902, United States",POINT (-78.476862 38.040398),682.0,3627.2418793940765 +2604739,799 E WATER ST,22902,-78.473986,38.028292,Mobile property (vehicle) fire ,89.1166666666667,2006-10-19 12:19:14,2006,4000.0,Railroad right of way ,"Engine area, running gear, wheel area",Multiple heat sources including multiple ignition,Undetermined,Cause under investigation,E1 ,2.999999999999952,2006-10-19 12:19:14,POINT (-78.473986 38.028292),200.0,5.0,1.0,"611 Rugby Road, Charlottesville, Virginia 22903, United States",POINT (-78.500084 38.042759),683.0,2798.400266578159 +2604759,1602 KEITH VALLEY RD,22901,-78.486555,38.055499,Structure Fire ,323.29999999999876,2006-10-20 13:03:48,2006,150000.0,1 or 2 family dwelling,"Common room, den, family room, living room, lounge",Heat source: other,Structural member or framing,Unintentional,E2 ,3.3833333333332796,2006-10-20 13:03:48,POINT (-78.486555 38.055499),200.0,5.0,1.0,"1801 Hydraulic Road, Charlottesville, Virginia 22901, United States",POINT (-78.489603 38.061496),684.0,717.533164942669 +2604807,601 PRESTON AVE,22902,-78.485873,38.035385,Mobile property (vehicle) fire ,17.19999999999994,2006-10-23 14:03:35,2006,2000.0,,"Engine area, running gear, wheel area","Heat, spark from friction",Multiple items first ignited,Failure of equipment or heat source,E7 ,2.866666666666608,2006-10-23 14:03:35,POINT (-78.485873 38.035385),200.0,5.0,1.0,"1801 Hydraulic Road, Charlottesville, Virginia 22901, United States",POINT (-78.489603 38.061496),685.0,2917.265636253839 +2604857,600 PRESTON AVE,22902,-78.485877,38.035089,Mobile property (vehicle) fire ,53.70000000000005,2006-10-27 08:43:03,2006,0.0,,"Engine area, running gear, wheel area",Undetermined,Undetermined,Unintentional,C1 ,0.099999999999936,2006-10-27 08:43:03,POINT (-78.485877 38.035089),200.0,5.0,1.0,"1319 Market Street East, Charlottesville, Virginia 22902, United States",POINT (-78.465726 38.025916),687.0,2041.6610402180638 +2604867,852 W MAIN ST,22902,-78.493266,38.032242,Mobile property (vehicle) fire ,91.71666666666661,2006-10-27 16:22:09,2006,0.0,,Cargo/trunk area - all vehicles,Cigarette,Undetermined,Unintentional,E7 ,3.399999999999984,2006-10-27 16:22:09,POINT (-78.49326600000001 38.032242),200.0,5.0,1.0,"1806 Yorktown Drive, Charlottesville, Virginia 22901, United States",POINT (-78.47502900000001 38.061622),688.0,3633.53419524842 +2604945,725 STONEHENGE AVE,22901,-78.465506,38.05243,Special outside fire ,23.783333333333328,2006-11-01 13:46:29,2006,12000.0,Playground,"Engine area, running gear, wheel area","Spark, ember, or flame from operating equipment","Item, Other",Unintentional,C1 ,1.316666666666736,2006-11-01 13:46:29,POINT (-78.465506 38.05243),200.0,5.0,1.0,"510 Cleveland Avenue, Charlottesville, Virginia 22903, United States",POINT (-78.498875 38.016837),689.0,4919.341965824115 +2604999,1409 SHORT 18TH ST,22902,-78.461657,38.026516,Structure Fire ,60.26666666666674,2006-11-05 19:17:55,2006,2500.0,1 or 2 family dwelling,"Cooking area, kitchen","Radiated, conducted heat from operating equipment",Undetermined,Unintentional,LAD01 ,4.066666666666704,2006-11-05 19:17:55,POINT (-78.461657 38.026516),200.0,5.0,1.0,"1011 Jefferson Street, Charlottesville, Virginia 22902, United States",POINT (-78.47201800000001 38.029874),690.0,983.2874280105295 +2605023,,22902,-78.49047,38.00955,Natural vegetation fire ,40.783333333333395,2006-11-06 18:52:37,2006,0.0,"Residential street, road or residential driveway",,,,Undetermined,E7 ,1.7166666666666242,2006-11-06 18:52:37,POINT (-78.49047 38.00955),200.0,5.0,0.802857,"366 Riverside Avenue, Charlottesville, Virginia 22902, United States",POINT (-78.454573 38.026687),692.0,3682.3636032006943 +2605104,1995 PHEASANT LN,22901,-78.527477,38.091136,Natural vegetation fire ,32.18333333333328,2006-11-11 14:38:39,2006,,"Outside or special property, other",,,,,E2 ,11.25,2006-11-11 14:38:39,POINT (-78.527477 38.091136),200.0,5.0,1.0,"150 Goodman Street, Charlottesville, Virginia 22902, United States",POINT (-78.475663 38.02531),693.0,8607.679187141286 +2605116,1205 CARLTON AVE,22902,-78.470697,38.023072,Structure Fire ,136.50000000000006,2006-11-12 10:44:39,2006,30000.0,"Parking garage, general vehicle",Storage: supplies or tools; dead storage,Undetermined,"Bedding; blanket, sheet, comforter",Cause under investigation,E7 ,4.183333333333344,2006-11-12 10:44:39,POINT (-78.470697 38.023072),200.0,5.0,1.0,"1800 Hydraulic Road, Charlottesville, Virginia 22901, United States",POINT (-78.488918 38.058826),695.0,4279.6707514637465 +2605202,608 RIDGE ST,22901,-78.576761,38.120467,Mobile property (vehicle) fire ,88.55000000000007,2006-11-18 06:03:16,2006,6000.0,,Operator/passenger area of transportation equip.,Undetermined,"Upholstered sofa, chair, vehicle seats",Cause under investigation,BC4 ,3.649999999999968,2006-11-18 06:03:16,POINT (-78.576761 38.120467),200.0,5.0,1.0,"1924 Swanson Drive, Charlottesville, Virginia 22901, United States",POINT (-78.492994 38.063549),696.0,9692.494839836801 +2605236,1104 ROSSER AVE E,22903,-78.493601,38.039955,Structure Fire ,30.433333333333394,2006-11-20 21:35:20,2006,1000.0,1 or 2 family dwelling,"Cooking area, kitchen","Radiated, conducted heat from operating equipment","Cooking materials, including edible materials",Unintentional,LAD01 ,5.73333333333336,2006-11-20 21:35:20,POINT (-78.493601 38.039955),200.0,5.0,0.948,"2408 Jefferson Park Ave, Charlottesville, Virginia 22903, United States",POINT (-78.514315 38.022705),697.0,2641.2117120963107 +2605245,1317 CARLTON AVE,22901,-78.467579,38.021584,Structure Fire ,50.18333333333328,2006-11-21 06:15:06,2006,1000.0,"Manufacturing, processing",Machinery room or area; elevator machinery room,"Radiated, conducted heat from operating equipment","Electrical wire, cable insulation",Cause under investigation,E7 ,4.900000000000032,2006-11-21 06:15:06,POINT (-78.467579 38.021584),200.0,5.0,1.0,"406 10th St NE, Charlottesville, Virginia 22902, United States",POINT (-78.47136999999999 38.03129),698.0,1127.8180923028324 +2605280,1124 E HIGH ST,22902,-78.468296,38.031923,Mobile property (vehicle) fire ,39.98333333333333,2006-11-22 21:21:51,2006,5200.0,,"Engine area, running gear, wheel area","Heat from powered equipment, other",Multiple items first ignited,Unintentional,E5 ,5.649999999999984,2006-11-22 21:21:51,POINT (-78.468296 38.031923),200.0,5.0,1.0,"2218 Barracks Rd, Charlottesville, Virginia 22903, United States",POINT (-78.50248999999999 38.05656),699.0,4061.290078750906 +2605316,,22903,-78.49047,38.00955,Natural vegetation fire ,15.63333333333336,2006-11-25 12:20:17,2006,,Highway or divided highway,,,,,E2 ,6.766666666666705,2006-11-25 12:20:17,POINT (-78.49047 38.00955),200.0,5.0,1.0,"701 East High Street, Charlottesville, Virginia 22902, United States",POINT (-78.47525899999999 38.032079),701.0,2835.563155897372 +2605332,808 CONCORD AVE,22902,-78.485445,38.039463,Structure Fire ,129.03333333333336,2006-11-26 20:49:17,2006,100000.0,1 or 2 family dwelling,"Courtyard, patio, porch, terrace","Heat from powered equipment, other",Wearing apparel not on a person,Unintentional,BC4 ,2.883333333333312,2006-11-26 20:49:17,POINT (-78.485445 38.039463),200.0,5.0,1.0,"602 Bailey Road, Charlottesville, Virginia 22903, United States",POINT (-78.49573599999999 38.020465),702.0,2294.5866208753937 +2605334,808 CONCORD AVE,22902,-78.485445,38.039463,Structure Fire ,373.69999999999874,2006-11-27 05:12:00,2006,100000.0,1 or 2 family dwelling,"Courtyard, patio, porch, terrace",Hot ember or ash,Exterior wall covering or finish,Unintentional,BC4 ,3.3333333333333117,2006-11-27 05:12:00,POINT (-78.485445 38.039463),200.0,5.0,1.0,"400 Rugby Rd, Charlottesville, Virginia 22903, United States",POINT (-78.50106 38.03951),703.0,1371.0468404712196 +2605418,612 RIDGE ST,22902,-78.489315,38.02515,Structure Fire ,156.33333333333218,2006-12-01 20:20:37,2006,1000.0,Multifamily dwelling,"Egress/exit, other","Hot or smoldering object, other",Structural member or framing,Cause under investigation,E7 ,3.199999999999968,2006-12-01 20:20:37,POINT (-78.489315 38.02515),200.0,5.0,1.0,"118 Riverbluff Circle, Charlottesville, Virginia 22902, United States",POINT (-78.45690500000001 38.028191),704.0,2866.15815593615 +2605513,910 1ST ST S,22902,-78.486687,38.021397,Mobile property (vehicle) fire ,15.549999999999986,2006-12-08 07:52:23,2006,0.0,,"Engine area, running gear, wheel area","Heat from powered equipment, other",Undetermined,Unintentional,E7 ,3.849999999999984,2006-12-08 07:52:23,POINT (-78.486687 38.021397),200.0,5.0,1.0,"926 Charlton Avenue, Charlottesville, Virginia 22903, United States",POINT (-78.48927999999999 38.039245),705.0,1994.509281564619 +2605548,243 HARDWARE ST,24590,-78.496353,37.804533,Fire in mobile property used as a fixed structure ,94.2333333333333,2006-12-09 22:33:23,2006,0.0,"Outbuilding, protective shelter","Outside area, other",Hot ember or ash,Undetermined,Unintentional,E5 ,24.45000000000005,2006-12-09 22:33:23,POINT (-78.496353 37.804533),200.0,5.0,1.0,"1209 Preston Ave, Charlottesville, Virginia 22903, United States",POINT (-78.49093000000001 38.04238),706.0,26409.3620255374 +2605554,401 5TH ST SW,22901,-78.478731,38.029473,Structure Fire ,49.900000000000034,2006-12-10 13:22:17,2006,500.0,1 or 2 family dwelling,Bedroom - < 5 persons; included are jail or prison,"Hot or smoldering object, other",Wearing apparel not on a person,Unintentional,E5 ,2.6666666666667362,2006-12-10 13:22:17,POINT (-78.478731 38.029473),200.0,5.0,1.0,"1110 Rose Hill Drive, Charlottesville, Virginia 22903, United States",POINT (-78.483509 38.041938),707.0,1446.0577573245344 +2605560,1301 CARLTON AVE,22901,-78.469798,38.022586,Structure Fire ,86.93333333333338,2006-12-11 03:29:43,2006,700.0,Bar or nightclub,Assembly area - less than 100 persons,Candle,Linen; other than bedding,Unintentional,E5 ,5.933333333333376,2006-12-11 03:29:43,POINT (-78.469798 38.022586),200.0,5.0,1.0,"1801 Hydraulic Road, Charlottesville, Virginia 22901, United States",POINT (-78.489603 38.061496),708.0,4656.6285973874465 +2605566,241 ZAN RD,22901,-78.487351,38.063865,Natural vegetation fire ,16.033333333333392,2006-12-11 13:39:54,2006,100.0,Graded and cared-for plots of land,,"Hot or smoldering object, other",,Smoking,E1 ,3.6,2006-12-11 13:39:54,POINT (-78.487351 38.063865),200.0,5.0,1.0,"2205 Fontaine Avenue, Charlottesville, Virginia 22903, United States",POINT (-78.516074 38.026204),709.0,4882.684037865038 +2605670,,22901,-78.49047,38.00955,Mobile property (vehicle) fire ,45.08333333333338,2006-12-17 06:53:34,2006,6000.0,,"Engine area, running gear, wheel area","Heat from powered equipment, other",Flammable liquid/gas - in/from engine or burner,Failure of equipment or heat source,E1 ,4.650000000000048,2006-12-17 06:53:34,POINT (-78.49047 38.00955),200.0,5.0,1.0,"527 7 1/2 Street Southwest, Charlottesville, Virginia 22903, United States",POINT (-78.493905 38.026917),710.0,1951.5217341996422 +2605679,412 GARRETT ST,22902,-78.480213,38.027871,Structure Fire ,124.86666666666673,2006-12-17 16:02:12,2006,1300.0,Multifamily dwelling,"Structural area, other","Hot or smoldering object, other","Electrical wire, cable insulation",Failure of equipment or heat source,E5 ,2.316666666666672,2006-12-17 16:02:12,POINT (-78.48021300000001 38.027871),200.0,5.0,1.0,"1158 5th Street Southwest, Charlottesville, Virginia 22902, United States",POINT (-78.50267700000001 38.011498),711.0,2682.6333600343723 +2605708,704 FRANKLIN ST,22902,-78.465857,38.019097,Natural vegetation fire ,112.78333333333339,2006-12-19 13:29:34,2006,0.0,,,,,Undetermined,E5 ,3.8833333333333924,2006-12-19 13:29:34,POINT (-78.465857 38.019097),200.0,5.0,1.0,"246 Shamrock Road, Charlottesville, Virginia 22903, United States",POINT (-78.506907 38.025102),713.0,3666.282204565403 +2605754,2111 MICHIE DR,22901,-78.485913,38.060603,Mobile property (vehicle) fire ,17.500000000000032,2006-12-22 16:09:57,2006,0.0,"Parking garage, general vehicle",Operator/passenger area of transportation equip.,Undetermined,Undetermined,Cause undetermined after investigation,E1 ,4.083333333333265,2006-12-22 16:09:57,POINT (-78.485913 38.060603),200.0,5.0,1.0,"608 Hinton Avenue, Charlottesville, Virginia 22902, United States",POINT (-78.479208 38.026185),714.0,3866.154932320388 +2605790,806 ALTAVISTA AVE,22902,-78.479783,38.019488,Mobile property (vehicle) fire ,18.800000000000065,2006-12-24 20:54:59,2006,2000.0,,"Engine area, running gear, wheel area","Hot or smoldering object, other","Pipe, duct, conduit or hose",Unintentional,BC2 ,4.05,2006-12-24 20:54:59,POINT (-78.479783 38.019488),200.0,5.0,1.0,"910 River Road, Charlottesville, Virginia 22901, United States",POINT (-78.458742 38.035349),715.0,2552.4526947761215 +2605823,1110 KING ST,22902,-78.499994,38.028611,Mobile property (vehicle) fire ,74.5166666666667,2006-12-27 05:34:44,2006,0.0,,Operator/passenger area of transportation equip.,Undetermined,Undetermined,Cause undetermined after investigation,BC2 ,6.18333333333336,2006-12-27 05:34:44,POINT (-78.499994 38.028611),200.0,5.0,1.0,"755 Walker Square, Charlottesville, Virginia 22903, United States",POINT (-78.491434 38.030904),716.0,793.6242436690371 +2605858,474 SEYMOUR RD,22901,-78.508232,38.049329,Mobile property (vehicle) fire ,96.01666666666662,2006-12-29 10:49:42,2006,20000.0,,Cargo/trunk area - all vehicles,"Heat from powered equipment, other",Flammable liquid/gas - in/from engine or burner,Cause under investigation,E6 ,5.049999999999936,2006-12-29 10:49:42,POINT (-78.50823200000001 38.049329),200.0,5.0,1.0,"1021 Wertland Street, Charlottesville, Virginia 22903, United States",POINT (-78.494759 38.034729),717.0,2006.6190385669581 +2605867,2200 JEFFERSON PARK AVE,22901,,,Structure Fire ,41.466666666666676,2006-12-29 21:24:55,2006,500.0,"Food and beverage sales, grocery store","Entranceway, lobby",Heat source: other,Undetermined,"Cause, other",E6 ,8.566666666666704,2006-12-29 21:24:55,POINT (nan nan),200.0,5.0,1.0,"216 Water Street West, Charlottesville, Virginia 22902, United States",POINT (-78.48358899999999 38.030261),718.0,inf +3600142,180 MCCORMICK RD,22908,-78.505732,38.034778,Natural vegetation fire ,7.616666666666736,2006-03-02 21:27:42,2006,0.0,Graded and cared-for plots of land,,,,Undetermined,BC2 ,3.516666666666624,2006-03-02 21:27:42,POINT (-78.50573199999999 38.034778),200.0,5.0,1.0,"1910 Arlington Boulevard, Charlottesville, Virginia 22903, United States",POINT (-78.50496200000001 38.047655),719.0,1431.1813340160588 +3600144,1815 STADIUM RD,22902,-78.49477,38.06987,Special outside fire ,30.150000000000002,2006-03-03 08:05:18,2006,1600.0,,"Fuel tank, fuel line","Heat from powered equipment, other",Undetermined,Unintentional,E7 ,5.300000000000064,2006-03-03 08:05:18,POINT (-78.49477 38.06987),200.0,5.0,1.0,"126 13th Street Northwest, Charlottesville, Virginia 22903, United States",POINT (-78.49765499999999 38.033986),720.0,3991.8498293097005 +3600147,202 15TH ST SW,22903,-78.502135,38.030969,Natural vegetation fire ,10.066666666666608,2006-03-04 21:05:39,2006,0.0,,,Cigarette,,Undetermined,E7 ,4.26666666666672,2006-03-04 21:05:39,POINT (-78.502135 38.030969),200.0,5.0,1.0,"1159 Millmont Street, Charlottesville, Virginia 22903, United States",POINT (-78.501024 38.054343),721.0,2596.781477712785 +3600153,,22908,-78.49047,38.00955,Natural vegetation fire ,11.85000000000005,2006-03-09 19:18:23,2006,0.0,Graded and cared-for plots of land,,,,Smoking,E7 ,4.533333333333264,2006-03-09 19:18:23,POINT (-78.49047 38.00955),200.0,5.0,1.0,"314 Carlton Road, Charlottesville, Virginia 22902, United States",POINT (-78.470398 38.021202),722.0,2186.6473474605395 +3600165,794 ALDERMAN RD,22901,-78.514297,38.03988,Natural vegetation fire ,143.95000000000005,2006-03-23 17:06:08,2006,0.0,"Forest, timberland, woodland",,Arcing,,Equipment,E7 ,7.183333333333295,2006-03-23 17:06:08,POINT (-78.514297 38.03988),200.0,5.0,1.0,"802 Hardy Drive, Charlottesville, Virginia 22903, United States",POINT (-78.490719 38.033145),723.0,2201.1684223277143 +3600167,40 SOUTH LAWN - BLDG,22908,-78.504761,38.032961,Structure Fire ,151.1333333333323,2006-03-24 17:28:48,2006,15000.0,Construction site,Wall assembly,"Spark, ember, or flame from operating equipment",Insulation within structural area,Unintentional,P1 ,2.866666666666608,2006-03-24 17:28:48,POINT (-78.504761 38.032961),200.0,5.0,1.0,"1017 Preston Avenue, Charlottesville, Virginia 22903, United States",POINT (-78.49255700000001 38.041525),724.0,1432.5568707870334 +3600169,415 LANE RD,22908,-78.499033,38.03045,Natural vegetation fire ,7.76666666666664,2006-03-27 08:42:18,2006,0.0,,,Cigarette,,Smoking,E7 ,4.466666666666736,2006-03-27 08:42:18,POINT (-78.499033 38.03045),200.0,5.0,1.0,"514 Brandon Avenue, Charlottesville, Virginia 22903, United States",POINT (-78.50396600000001 38.029514),725.0,445.4735008366124 +3600189,110 BAYLY DR,22903,-78.502407,38.03894,Natural vegetation fire ,44.55,2006-04-05 10:18:45,2006,0.0,"Outside or special property, other",,,,Undetermined,E1 ,5.249999999999952,2006-04-05 10:18:45,POINT (-78.50240700000001 38.03894),200.0,5.0,1.0,"1427 University Ave, Charlottesville, Virginia 22903, United States",POINT (-78.49986 38.03445),726.0,546.3430174846517 +3600196,1215 LEE ST,22902,-78.498649,38.032,Natural vegetation fire ,11.616666666666625,2006-04-07 16:02:07,2006,10.0,Graded and cared-for plots of land,,,,Undetermined,LAD01 ,5.016666666666672,2006-04-07 16:02:07,POINT (-78.498649 38.032),200.0,5.0,1.0,"2021 Ivy Road, Charlottesville, Virginia 22903, United States",POINT (-78.50960499999999 38.042603),727.0,1520.2143681237364 +3600197,,22908,-78.49047,38.00955,Special outside fire ,9.883333333333296,2006-04-07 17:07:29,2006,0.0,Graded and cared-for plots of land,,,,Undetermined,BC2 ,1.6666666666666559,2006-04-07 17:07:29,POINT (-78.49047 38.00955),200.0,5.0,1.0,"118 Cameron Lane, Charlottesville, Virginia 22903, United States",POINT (-78.51034300000001 38.040213),728.0,3825.460004644991 +3600198,1340 JEFFERSON PARK,22908,-78.500554,38.032393,Special outside fire ,10.216666666666654,2006-04-07 17:43:03,2006,0.0,Graded and cared-for plots of land,,,,Undetermined,E7 ,4.61666666666664,2006-04-07 17:43:03,POINT (-78.50055399999999 38.032393),200.0,5.0,1.0,"771 Prospect Avenue, Charlottesville, Virginia 22903, United States",POINT (-78.49673900000001 38.021912),729.0,1210.854824904744 +3600200,,22903,-78.49047,38.00955,Natural vegetation fire ,31.999999999999964,2006-04-07 20:00:00,2006,,,,,,,E6 ,0.999999999999936,2006-04-07 20:00:00,POINT (-78.49047 38.00955),200.0,5.0,1.0,"1207 Grady Avenue, Charlottesville, Virginia 22903, United States",POINT (-78.494613 38.039742),730.0,3371.567883160193 +3600205,148 AMPHITHEATER WAY,22908,-78.506239,38.0331,Natural vegetation fire ,13.56666666666667,2006-04-11 12:34:13,2006,0.0,Open land or field,,,,Smoking,E6 ,5.816666666666736,2006-04-11 12:34:13,POINT (-78.50623899999999 38.0331),200.0,5.0,1.0,"1406 Grady Avenue, Charlottesville, Virginia 22903, United States",POINT (-78.496734 38.040127),731.0,1142.4285949363737 +3600338,1335 LEE ST,22902,-78.49477,38.06987,Natural vegetation fire ,7.850000000000015,2006-06-19 12:51:35,2006,0.0,Vehicle parking area,,Cigarette,,Smoking,E6 ,5.8500000000000005,2006-06-19 12:51:35,POINT (-78.49477 38.06987),200.0,5.0,1.0,"1007 Altavista Avenue, Charlottesville, Virginia 22902, United States",POINT (-78.476457 38.018196),732.0,5957.87168829107 +3600539,400 EMMET ST S,22902,-78.496135,38.056396,Structure Fire ,77.80000000000004,2006-09-15 15:56:12,2006,1000.0,Vehicle parking area,"Conduit, pipe, utility, or ventilation shaft",Arcing,Insulation within structural area,Failure of equipment or heat source,E6 ,8.500000000000032,2006-09-15 15:56:12,POINT (-78.496135 38.056396),200.0,5.0,1.0,"207 Ridge Street, Charlottesville, Virginia 22902, United States",POINT (-78.486358 38.029033),733.0,3156.7700426418696 +3600606,205 SPRIGG LN,22908,-78.599317,38.044145,Structure Fire ,20.700000000000003,2006-10-15 16:45:03,2006,0.0,"Barracks, dormitory",,,,,E6 ,3.8666666666666885,2006-10-15 16:45:03,POINT (-78.599317 38.044145),200.0,5.0,1.0,"2502 Plateau Road, Charlottesville, Virginia 22903, United States",POINT (-78.520937 38.024977),734.0,7203.676617944355 +3600627,203 SPRIGG LN,22908,-78.509187,38.039081,Structure Fire ,84.1333333333333,2006-10-27 02:43:26,2006,0.0,"Barracks, dormitory",,,,,E6 ,5.466666666666672,2006-10-27 02:43:26,POINT (-78.509187 38.039081),200.0,5.0,0.9446,"Byp, Charlottesville, Virginia 22901, United States",POINT (-78.4581256782992 38.035020573332),735.0,4506.088656588695 +3600648,201 SPRIGG LN,22901,-78.599321,38.044054,Structure Fire ,36.8833333333333,2006-11-02 22:42:52,2006,0.0,"Barracks, dormitory",,,,,E6 ,4.783333333333392,2006-11-02 22:42:52,POINT (-78.599321 38.044054),200.0,5.0,1.0,"212 5th Street Southwest, Charlottesville, Virginia 22903, United States",POINT (-78.488162 38.029439),736.0,9894.117775515435 +2700050,,22901,-78.49047,38.00955,Mobile property (vehicle) fire ,47.96666666666669,2007-01-04 18:26:17,2007,0.0,"Street, other","Engine area, running gear, wheel area",Undetermined,Undetermined,Failure of equipment or heat source,E6 ,5.550000000000049,2007-01-04 18:26:17,POINT (-78.49047 38.00955),200.0,5.0,1.0,"459 Locust Avenue, Charlottesville, Virginia 22902, United States",POINT (-78.471586 38.032341),737.0,3025.3454327393483 +2700220,2511 HILLWOOD PL,22901,-78.473496,38.065264,Structure Fire ,35.45000000000007,2007-01-13 20:12:32,2007,0.0,1 or 2 family dwelling,Undetermined,Heat from other open flame or smoking materials,Undetermined,Cause undetermined after investigation,E2 ,7.966666666666656,2007-01-13 20:12:32,POINT (-78.473496 38.065264),200.0,5.0,1.0,"308 Ridge St, Charlottesville, Virginia 22902, United States",POINT (-78.48572 38.02837),739.0,4234.228364078862 +2700226,,22901,-78.49047,38.00955,Outside rubbish fire ,15.399999999999936,2007-01-14 11:19:20,2007,0.0,"Street, other",Undetermined,Undetermined,Undetermined,Cause undetermined after investigation,E7 ,4.549999999999968,2007-01-14 11:19:20,POINT (-78.49047 38.00955),200.0,5.0,0.948,"1617 Emmet Street North, Charlottesville, Virginia 22901, United States",POINT (-78.49494 38.058636),740.0,5463.591966141389 +2700293,512 PANTOPS CTR,22901,-78.456996,38.031417,Natural vegetation fire ,22.233333333333313,2007-01-18 14:26:57,2007,,,,,,,E2 ,5.600000000000016,2007-01-18 14:26:57,POINT (-78.456996 38.031417),200.0,5.0,1.0,"211 Huntley Avenue, Charlottesville, Virginia 22903, United States",POINT (-78.519142 38.021047),741.0,5577.683124365235 +2700303,,22902,-78.49047,38.00955,Natural vegetation fire ,19.366666666666703,2007-01-19 12:06:21,2007,,"Street, other",,,,,E6 ,7.266666666666671,2007-01-19 12:06:21,POINT (-78.49047 38.00955),200.0,5.0,1.0,"1801 Hydraulic Road, Charlottesville, Virginia 22901, United States",POINT (-78.489603 38.061496),742.0,5767.500005781915 +2700312,2132 IVY RD,22902,-78.49047,38.00955,Structure Fire ,148.83333333333263,2007-01-19 21:51:11,2007,4000.0,High school/junior high school/middle school,"Bathroom, checkroom, lavatory, locker room",Candle,Linen; other than bedding,Unintentional,E6 ,3.516666666666624,2007-01-19 21:51:11,POINT (-78.49047 38.00955),200.0,5.0,1.0,"1002 River Road, Charlottesville, Virginia 22901, United States",POINT (-78.45786 38.036573),743.0,4147.587429249449 +2700364,156 MADISON LN,22908,-78.501421,38.037924,Mobile property (vehicle) fire ,70.9333333333334,2007-01-23 04:39:24,2007,200.0,"Street, other",Undetermined,Undetermined,Undetermined,Cause under investigation,BC2 ,6.016666666666608,2007-01-23 04:39:24,POINT (-78.50142099999999 38.037924),200.0,5.0,0.948,"801 Emmet Street North, Charlottesville, Virginia 22903, United States",POINT (-78.504564 38.04738),744.0,1085.453863948092 +2700437,409 13TH ST NW,22901,-78.4965,38.037579,Structure Fire ,31.76666666666669,2007-01-27 02:22:16,2007,0.0,Multifamily dwelling,Undetermined,Undetermined,Undetermined,Unintentional,E7 ,7.1000000000000645,2007-01-27 02:22:16,POINT (-78.4965 38.037579),200.0,5.0,1.0,"201 15th Street Northwest, Charlottesville, Virginia 22903, United States",POINT (-78.499725 38.036171),745.0,323.4515672400712 +2700448,762 PROSPECT AVE,22902,-78.494891,38.023826,Structure Fire ,43.150000000000034,2007-01-27 18:50:58,2007,25.0,"Laundry, dry cleaning","Chute/container - trash, rubbish, waste",Undetermined,"Rubbish, trash, or waste",Intentional,E7 ,4.333333333333392,2007-01-27 18:50:58,POINT (-78.494891 38.023826),200.0,5.0,1.0,"1021 Wertland Street, Charlottesville, Virginia 22903, United States",POINT (-78.494759 38.034729),746.0,1210.4926938352344 +2700467,1800 JEFFERSON PARK,22902,-78.50968,38.028668,Natural vegetation fire ,98.5333333333333,2007-01-29 00:24:30,2007,0.0,"Boarding/rooming house, residential hotels",,Cigarette,,Smoking,E6 ,6.8666666666666405,2007-01-29 00:24:30,POINT (-78.50968 38.028668),200.0,5.0,1.0,"100 Ridge Street, Charlottesville, Virginia 22902, United States",POINT (-78.484714 38.029947),748.0,2196.971640953356 +2700546,600 14TH ST NW,22903,-78.496171,38.040135,Structure Fire ,216.24999999999983,2007-02-01 21:53:03,2007,160000.0,"Boarding/rooming house, residential hotels",Bedroom - < 5 persons; included are jail or prison,Candle,"Furniture, utensils, other",Cause under investigation,BC3 ,4.61666666666664,2007-02-01 21:53:03,POINT (-78.496171 38.040135),200.0,5.0,1.0,"401 Mcintire Road, Charlottesville, Virginia 22902, United States",POINT (-78.483577 38.034772),749.0,1255.9175368647266 +2700568,1005 BLENHEIM AVE,22901,-78.49477,38.06987,Structure Fire ,30.416666666666686,2007-02-03 05:48:16,2007,0.0,1 or 2 family dwelling,,,,,E5 ,6.216666666666623,2007-02-03 05:48:16,POINT (-78.49477 38.06987),200.0,5.0,1.0,"230 West Main Street, Charlottesville, Virginia 22902, United States",POINT (-78.483225 38.030816),751.0,4452.6385100286525 +2700573,68 UNIVERSITY WAY,22903,-78.504275,38.044767,Structure Fire ,36.94999999999997,2007-02-03 18:20:39,2007,1100.0,Multifamily dwelling,"Cooking area, kitchen","Radiated, conducted heat from operating equipment",Cabinetry (including built-in),Unintentional,E7 ,5.350000000000032,2007-02-03 18:20:39,POINT (-78.50427500000001 38.044767),200.0,5.0,1.0,"818 East High Street, Charlottesville, Virginia 22902, United States",POINT (-78.473867 38.030967),752.0,3078.3001042333076 +2700586,725 DENALI WAY,22902,-78.520832,38.016125,Natural vegetation fire ,23.483333333333373,2007-02-04 13:37:17,2007,,Multifamily dwelling,,,,,E5 ,9.933333333333264,2007-02-04 13:37:17,POINT (-78.520832 38.016125),200.0,4.0,1.0,"2115 Hydraulic Road, Charlottesville, Virginia 22901, United States",POINT (-78.492527 38.0633),753.0,5797.028290734288 +2700655,1226 HARRIS ST,22901,-78.47861,38.040132,Structure Fire ,113.15000000000002,2007-02-07 23:59:42,2007,300.0,"Manufacturing, processing","Chute/container - trash, rubbish, waste",Undetermined,Undetermined,Cause undetermined after investigation,E1 ,5.216666666666688,2007-02-07 23:59:42,POINT (-78.47861 38.040132),200.0,5.0,1.0,"801 Concord Avenue, Charlottesville, Virginia 22903, United States",POINT (-78.484741 38.039249),754.0,547.172028591405 +2700693,1514 MAYMONT CT,22901,-78.49477,38.06987,Natural vegetation fire ,19.300000000000033,2007-02-09 17:03:19,2007,,1 or 2 family dwelling,,,,,E5 ,7.400000000000016,2007-02-09 17:03:19,POINT (-78.49477 38.06987),200.0,5.0,1.0,"742 Prospect Avenue, Charlottesville, Virginia 22903, United States",POINT (-78.49360299999999 38.024382),756.0,5051.074531365035 +2700718,1926 LEWIS MOUNTAIN RD,22903,-78.509886,38.038011,Structure Fire ,124.04999999999994,2007-02-11 02:53:33,2007,11000.0,1 or 2 family dwelling,"Attic: vacant, crawl space above top story, cupola","Heat from powered equipment, other",Insulation within structural area,Failure of equipment or heat source,E7 ,6.000000000000047,2007-02-11 02:53:33,POINT (-78.50988599999999 38.038011),200.0,5.0,1.0,"1014 Market Street East, Charlottesville, Virginia 22902, United States",POINT (-78.47254700000001 38.028254),758.0,3453.0460193913814 +2700727,512 LEXINGTON AVE,22902,-78.472423,38.033516,Special outside fire ,17.549999999999997,2007-02-11 19:35:02,2007,0.0,1 or 2 family dwelling,,Undetermined,,Open/outdoor fire,E7 ,6.06666666666672,2007-02-11 19:35:02,POINT (-78.47242300000001 38.033516),200.0,5.0,1.0,"2110 Minor Road, Charlottesville, Virginia 22903, United States",POINT (-78.51505299999999 38.040319),759.0,3818.5880644375634 +2700868,1305 WERTLAND ST,22902,-78.498013,38.034451,Structure Fire ,71.00000000000007,2007-02-19 19:20:54,2007,1500.0,Multifamily dwelling,"Laundry area, wash house (laundry)","Radiated, conducted heat from operating equipment","Dust, fiber, lint, including sawdust and excelsior",Unintentional,BC3 ,4.73333333333328,2007-02-19 19:20:54,POINT (-78.498013 38.034451),200.0,5.0,1.0,"624 Bolling Avenue, Charlottesville, Virginia 22902, United States",POINT (-78.480102 38.023559),762.0,1983.9599290231456 +2700918,4700 DICK WOODS RD,22902,-78.656603,38.017506,Natural vegetation fire ,66.51666666666662,2007-02-22 13:26:22,2007,,Vacant lot,,,,,E6 ,18.0,2007-02-22 13:26:22,POINT (-78.656603 38.017506),200.0,5.0,1.0,"1021 Wertland Street, Charlottesville, Virginia 22903, United States",POINT (-78.494759 38.034729),764.0,14340.39082233743 +2700920,1013 WOLF TRAP RD,22901,-78.49477,38.06987,Natural vegetation fire ,49.4833333333333,2007-02-22 14:33:42,2007,,Open land or field,,,,,E7 ,22.366666666666656,2007-02-22 14:33:42,POINT (-78.49477 38.06987),200.0,5.0,1.0,"716 Highland Avenue, Charlottesville, Virginia 22903, United States",POINT (-78.50409000000001 38.018038),765.0,5812.21100814376 +2700922,1155 SEMINOLE TR,22903,-78.486007,38.067527,Natural vegetation fire ,11.866666666666607,2007-02-22 14:53:49,2007,,Highway or divided highway,,,,,E1 ,2.200000000000032,2007-02-22 14:53:49,POINT (-78.486007 38.067527),200.0,5.0,0.948,"2405 Jefferson Park Avenue, Charlottesville, Virginia 22903, United States",POINT (-78.515303 38.023034),766.0,5569.079887894712 +2700932,2027 VIA FLORENCE RD,22903,-78.49886,38.03522,Natural vegetation fire ,16.76666666666664,2007-02-23 00:09:40,2007,,"Forest, timberland, woodland",,,,,E1 ,8.649999999999936,2007-02-23 00:09:40,POINT (-78.49885999999999 38.03522),200.0,5.0,1.0,"1154 5th Street Southwest, Charlottesville, Virginia 22902, United States",POINT (-78.502128 38.011619),767.0,2635.8151836577094 +2700934,1246 ASHTON RD,22947,-78.378645,38.002141,Natural vegetation fire ,55.166666666666686,2007-02-23 07:13:34,2007,,,,,,,E1 ,19.95000000000005,2007-02-23 07:13:34,POINT (-78.37864500000001 38.002141),200.0,5.0,1.0,"2101 Arlington Boulevard, Charlottesville, Virginia 22903, United States",POINT (-78.506075 38.050152),768.0,12395.553203236832 +2700938,1000 MONACAN TRAIL RD,22903,-78.560463,38.011027,Natural vegetation fire ,58.816666666666656,2007-02-23 08:58:43,2007,,,,,,,E6 ,11.716666666666704,2007-02-23 08:58:43,POINT (-78.560463 38.011027),200.0,5.0,0.74,"Charlottesville, Virginia, United States",POINT (-78.47669999999999 38.0293),769.0,7631.034016933501 +2700984,1459 AVON ST,22902,-78.484604,38.016983,Structure Fire ,24.7666666666667,2007-02-25 15:14:10,2007,0.0,1 or 2 family dwelling,"Cooking area, kitchen",Heat from other open flame or smoking materials,"Cooking materials, including edible materials",Unintentional,E5 ,4.3833333333333595,2007-02-25 15:14:10,POINT (-78.484604 38.016983),200.0,5.0,1.0,"816 Montrose Avenue, Charlottesville, Virginia 22902, United States",POINT (-78.47805700000001 38.020565),770.0,699.1260220529596 +2701015,215 WAHOO WAY,22903,-78.518667,38.007903,Natural vegetation fire ,21.26666666666664,2007-02-27 21:45:34,2007,,Graded and cared-for plots of land,,,,,E5 ,9.033333333333264,2007-02-27 21:45:34,POINT (-78.51866699999999 38.007903),200.0,5.0,1.0,"123 E Main St, Charlottesville, Virginia 22902, United States",POINT (-78.48086000000001 38.03087),771.0,4186.48355811252 +2701053,1317 CARLTON AVE,22902,-78.467579,38.021584,"Fire, other ",17.25000000000005,2007-03-01 18:28:58,2007,0.0,"Manufacturing, processing",,,,,BC2 ,4.549999999999968,2007-03-01 18:28:58,POINT (-78.467579 38.021584),200.0,5.0,1.0,"21 West Range, Charlottesville, Virginia 22903, United States",POINT (-78.50501199999999 38.035323),772.0,3623.8537923005683 +2701095,995 SEMINOLE TRAIL,22902,,,Structure Fire ,52.35000000000005,2007-03-04 11:11:56,2007,2000.0,"Service station, gas station","Laundry area, wash house (laundry)","Radiated, conducted heat from operating equipment",Linen; other than bedding,Unintentional,E1 ,3.983333333333328,2007-03-04 11:11:56,POINT (nan nan),200.0,5.0,0.948,"1500 Pen Park Road, Charlottesville, Virginia 22901, United States",POINT (-78.45343200000001 38.053415),775.0,inf +2701097,1978 SCOTT CT,22902,-78.524264,37.995707,Natural vegetation fire ,57.30000000000005,2007-03-04 17:07:25,2007,,,,,,,E5 ,21.399999999999984,2007-03-04 17:07:25,POINT (-78.524264 37.995707),200.0,5.0,1.0,"1207 Holmes Avenue, Charlottesville, Virginia 22901, United States",POINT (-78.461063 38.046575),776.0,7918.40322361006 +2701115,1799 OLD LYNCHBURG RD,22903,-78.558674,37.960586,Natural vegetation fire ,41.683333333333394,2007-03-05 14:30:41,2007,,"Outside or special property, other",,,,,E6 ,11.883333333333312,2007-03-05 14:30:41,POINT (-78.558674 37.960586),200.0,5.0,1.0,"815 Locust Avenue, Charlottesville, Virginia 22902, United States",POINT (-78.4684 38.036495),777.0,11572.06326054149 +2701116,,22902,-78.49047,38.00955,Natural vegetation fire ,7.466666666666688,2007-03-05 14:33:13,2007,0.0,,,,,Undetermined,E2 ,5.933333333333376,2007-03-05 14:33:13,POINT (-78.49047 38.00955),200.0,5.0,1.0,"512 Brandon Avenue, Charlottesville, Virginia 22903, United States",POINT (-78.503925 38.029862),778.0,2545.8726593068886 +2701117,,22902,-78.49047,38.00955,Natural vegetation fire ,1.8166666666667042,2007-03-05 14:40:17,2007,,Street or road in commercial area,,,,,E2 ,0.66666666666672,2007-03-05 14:40:17,POINT (-78.49047 38.00955),200.0,5.0,1.0,"2319 Tarleton Drive, Charlottesville, Virginia 22901, United States",POINT (-78.46760999999999 38.066091),779.0,6590.277638651259 +2701120,235 W MAIN ST,22903,-78.483157,38.031128,Natural vegetation fire ,14.383333333333297,2007-03-05 15:36:49,2007,0.0,Vehicle parking area,,,,Undetermined,E6 ,1.366666666666704,2007-03-05 15:36:49,POINT (-78.48315700000001 38.031128),200.0,5.0,1.0,"804 St James Circle, Charlottesville, Virginia 22902, United States",POINT (-78.464697 38.035825),780.0,1702.7936336400899 +2701128,595 PETER JEFFERSON PKY,22922,-78.477013,38.034597,Natural vegetation fire ,31.733333333333285,2007-03-05 23:10:15,2007,,Highway or divided highway,,,,,E1 ,7.949999999999952,2007-03-05 23:10:15,POINT (-78.477013 38.034597),200.0,5.0,1.0,"20 Bonnycastle Drive, Charlottesville, Virginia 22904, United States",POINT (-78.510867 38.035375),781.0,2973.903440239786 +2701200,383 HICKORY ST,22903,-78.520958,37.999122,Natural vegetation fire ,51.88333333333334,2007-03-11 14:31:45,2007,,"Forest, timberland, woodland",,,,,E5 ,6.53333333333328,2007-03-11 14:31:45,POINT (-78.52095799999999 37.999122),200.0,5.0,1.0,"115 Madison Lane, Charlottesville, Virginia 22903, United States",POINT (-78.502151 38.036846),782.0,4501.9934030072145 +2701263,,22901,-78.49047,38.00955,Natural vegetation fire ,220.50000000000003,2007-03-15 13:37:45,2007,0.0,Open land or field,,,,Undetermined,E1 ,5.750000000000065,2007-03-15 13:37:45,POINT (-78.49047 38.00955),200.0,5.0,1.0,"151 Engineer's Way, Charlottesville, Virginia 22904, United States",POINT (-78.51050499999999 38.032012),783.0,3051.9790244655396 +2701267,515 EXPLORERS RD,22901,-78.440575,38.065524,Natural vegetation fire ,40.34999999999995,2007-03-15 16:19:37,2007,,,,,,,E1 ,11.349999999999936,2007-03-15 16:19:37,POINT (-78.440575 38.065524),200.0,5.0,1.0,"207 Sprigg Lane, Charlottesville, Virginia 22903, United States",POINT (-78.508083 38.039011),784.0,6617.117699469449 +2701314,2015 LEWIS MOUNTAIN RD,22903,-78.51398,38.03851,Structure Fire ,288.1333333333324,2007-03-18 03:46:23,2007,85000.0,1 or 2 family dwelling,Bedroom - < 5 persons; included are jail or prison,Undetermined,Undetermined,Cause under investigation,E6 ,4.533333333333264,2007-03-18 03:46:23,POINT (-78.51398 38.03851),200.0,5.0,1.0,"203 Sprigg Lane, Charlottesville, Virginia 22903, United States",POINT (-78.507701 38.038666),785.0,551.5863539606131 +2701342,220 WEST MARKET ST,22902,-78.483023,38.03221,Natural vegetation fire ,4.816666666666656,2007-03-20 13:09:25,2007,0.0,"Property Use, other",,,,Smoking,E5 ,2.999999999999952,2007-03-20 13:09:25,POINT (-78.483023 38.03221),200.0,5.0,1.0,"450 Whitehead Road, Charlottesville, Virginia 22903, United States",POINT (-78.513458 38.03294),787.0,2673.7444351343274 +2701364,1326 BROOMLEY RD,22902,-78.49047,38.00955,Natural vegetation fire ,35.38333333333339,2007-03-21 16:41:41,2007,,Open land or field,,,,,E6 ,18.283333333333392,2007-03-21 16:41:41,POINT (-78.49047 38.00955),200.0,5.0,1.0,"151 Engineer's Way, Charlottesville, Virginia 22904, United States",POINT (-78.51050499999999 38.032012),789.0,3051.9790244655396 +2701374,1705 EMMET ST,22901,-78.494165,38.059115,Natural vegetation fire ,6.650000000000063,2007-03-22 15:33:43,2007,0.0,Vehicle parking area,,,,Undetermined,E1 ,2.883333333333312,2007-03-22 15:33:43,POINT (-78.494165 38.059115),200.0,5.0,1.0,"141 Cabell Drive, Charlottesville, Virginia 22903, United States",POINT (-78.508222 38.032343),790.0,3218.229971446411 +2701376,750 PROSPECT AVE,22902,-78.494778,38.023987,Structure Fire ,21.66666666666667,2007-03-22 17:31:04,2007,1500.0,Multifamily dwelling,"Cooking area, kitchen","Radiated, conducted heat from operating equipment",Flammable liquid/gas in container or pipe,Unintentional,E7 ,4.799999999999952,2007-03-22 17:31:04,POINT (-78.494778 38.023987),200.0,5.0,1.0,"180 Mccormick Road, Charlottesville, Virginia 22904, United States",POINT (-78.506721 38.035796),791.0,1678.8866231476081 +2701396,2000 HYDRAULIC RD,22901,-78.491679,38.062266,Natural vegetation fire ,7.433333333333279,2007-03-23 17:54:30,2007,,Graded and cared-for plots of land,,,,,E2 ,2.999999999999952,2007-03-23 17:54:30,POINT (-78.491679 38.062266),200.0,5.0,1.0,"1210 Lee St, Charlottesville, Virginia 22903, United States",POINT (-78.49915 38.03143),792.0,3485.6500593919764 +2701400,1901 EMMET ST N,22901,-78.492257,38.061585,Mobile property (vehicle) fire ,16.699999999999967,2007-03-24 05:17:37,2007,5000.0,,"Engine area, running gear, wheel area","Radiated, conducted heat from operating equipment","Conveyor belt, drive belt, V-belt",Unintentional,E2 ,5.449999999999968,2007-03-24 05:17:37,POINT (-78.492257 38.061585),200.0,5.0,1.0,"1815 Stadium Road, Charlottesville, Virginia 22903, United States",POINT (-78.513347 38.030794),793.0,3887.6240939973077 +2701455,2709 JEFFERSON PARK,22903,-78.511758,38.016391,Natural vegetation fire ,13.599999999999934,2007-03-27 10:23:39,2007,0.0,,,,,Open/outdoor fire,E7 ,5.100000000000048,2007-03-27 10:23:39,POINT (-78.511758 38.016391),200.0,5.0,1.0,"1321 Lee Street, Charlottesville, Virginia 22903, United States",POINT (-78.499923 38.033328),794.0,2148.444353634395 +2701497,1000 BELMONT AVENUE,22902,-78.473814,38.022886,Special outside fire ,25.550000000000065,2007-03-29 17:12:57,2007,0.0,Playground,"Outside area, other",Undetermined,"Item, Other","Cause, other",E5 ,3.983333333333328,2007-03-29 17:12:57,POINT (-78.473814 38.022886),200.0,5.0,1.0,"415 Lane Rd, Charlottesville, Virginia 22903, United States",POINT (-78.50311000000001 38.0312),795.0,2733.2698227252586 +2701518,2121 IVY RD,22902,-78.512335,38.043101,Mobile property (vehicle) fire ,18.800000000000065,2007-03-30 13:03:17,2007,0.0,Vehicle parking area,"Engine area, running gear, wheel area","Hot or smoldering object, other","Rolled, wound material (paper, fabric)",Failure of equipment or heat source,E6 ,3.0833333333333277,2007-03-30 13:03:17,POINT (-78.51233499999999 38.043101),200.0,5.0,1.0,"180 Mccormick Road, Charlottesville, Virginia 22904, United States",POINT (-78.506721 38.035796),796.0,949.0367426156364 +2701520,1014 E MARKET ST,22902,-78.472453,38.0284,Structure Fire ,31.61666666666664,2007-03-30 15:02:43,2007,500.0,Residential board and care,"Laundry area, wash house (laundry)","Heat from powered equipment, other",Wearing apparel not on a person,Failure of equipment or heat source,E5 ,4.583333333333377,2007-03-30 15:02:43,POINT (-78.472453 38.0284),200.0,5.0,1.0,"1210 Lee St, Charlottesville, Virginia 22903, United States",POINT (-78.49915 38.03143),797.0,2368.389334363088 +2701597,0 ROOSEVELT BROWN BLVD,22903,-78.495682,38.030752,Natural vegetation fire ,9.749999999999952,2007-04-03 15:52:26,2007,0.0,,,,,Smoking,E7 ,3.316666666666608,2007-04-03 15:52:26,POINT (-78.495682 38.030752),200.0,5.0,0.495595,"Commons Boulevard, Palmyra, Virginia 22963, United States",POINT (-78.27666670000001 37.8647222),798.0,26655.959630517642 +2701598,300 LANE RD,22903,-78.498814,38.030308,Natural vegetation fire ,15.883333333333345,2007-04-03 16:26:15,2007,0.0,,,,,Smoking,E7 ,4.483333333333296,2007-04-03 16:26:15,POINT (-78.498814 38.030308),200.0,5.0,1.0,"1429 Westwood Road, Charlottesville, Virginia 22903, United States",POINT (-78.481477 38.044428),799.0,2185.102192267066 +2701628,1801 HYDRAULIC RD,22903,-78.49103,38.061042,Natural vegetation fire ,3.733333333333344,2007-04-05 14:13:14,2007,0.0,,,,,Smoking,E2 ,3.1500000000000004,2007-04-05 14:13:14,POINT (-78.49102999999999 38.061042),200.0,5.0,1.0,"613 Rock Creek Road, Charlottesville, Virginia 22903, United States",POINT (-78.50147200000001 38.023688),801.0,4247.130623842985 +2701629,212 CREAM ST,22902,-78.489646,38.032705,Natural vegetation fire ,15.466666666666606,2007-04-05 15:18:03,2007,0.0,Construction site,,,,Equipment,E7 ,4.099999999999968,2007-04-05 15:18:03,POINT (-78.48964599999999 38.032705),200.0,5.0,1.0,"213 4th St NE, Charlottesville, Virginia 22902, United States",POINT (-78.47889000000001 38.0313),802.0,957.2979119315007 +2701637,111 KENT TER,22902,-78.509266,38.027954,Special outside fire ,18.549999999999937,2007-04-06 02:32:34,2007,0.0,1 or 2 family dwelling,,,,Other cause,E6 ,8.716666666666608,2007-04-06 02:32:34,POINT (-78.509266 38.027954),200.0,5.0,1.0,"1400 Melbourne Road, Charlottesville, Virginia 22901, United States",POINT (-78.47626700000001 38.052333),803.0,3964.855577765677 +2701644,,22903,-78.49047,38.00955,Outside rubbish fire ,44.333333333333286,2007-04-06 15:38:54,2007,0.0,"Street, other","Highway, parking lot, street: on or near",Undetermined,"Light vegetation - not crop, including grass","Cause, other",E6 ,6.616666666666656,2007-04-06 15:38:54,POINT (-78.49047 38.00955),200.0,5.0,1.0,"1400 Melbourne Road, Charlottesville, Virginia 22901, United States",POINT (-78.47626700000001 38.052333),804.0,4910.761397464057 +2701656,2616 JEFFERSON PARK,22903,-78.51251,38.017389,Special outside fire ,22.066666666666702,2007-04-07 23:55:18,2007,0.0,,,,,Open/outdoor fire,E7 ,5.933333333333376,2007-04-07 23:55:18,POINT (-78.51251000000001 38.017389),200.0,5.0,1.0,"701 Nelson Dr, Charlottesville, Virginia 22902, United States",POINT (-78.4778 38.03832),805.0,3832.8428499675824 +2701674,1801 HYDRAULIC RD,22902,-78.49103,38.061042,Natural vegetation fire ,8.516666666666735,2007-04-09 17:15:50,2007,0.0,Vehicle parking area,,Undetermined,,Undetermined,E1 ,4.16666666666664,2007-04-09 17:15:50,POINT (-78.49102999999999 38.061042),200.0,5.0,1.0,"617 9th St SW, Charlottesville, Virginia 22903, United States",POINT (-78.49778999999999 38.02666),806.0,3862.921747338375 +2701685,1601 UNIVERSITY AVE,22901,,,Outside rubbish fire ,8.55,2007-04-10 15:32:34,2007,0.0,"Street, other","Outside area, other",Undetermined,Undetermined,Intentional,E7 ,3.93333333333336,2007-04-10 15:32:34,POINT (nan nan),200.0,5.0,0.595,"Charlottesville, Virginia, United States",POINT (-78.47669999999999 38.0293),807.0,inf +2701694,1360 RUGBY AVE,22903,-78.479588,38.048797,Natural vegetation fire ,34.883333333333276,2007-04-10 21:35:27,2007,0.0,Open land or field,,,,Other cause,E3 ,0.083333333333376,2007-04-10 21:35:27,POINT (-78.47958800000001 38.048797),200.0,5.0,1.0,"1604 Ricky Road, Charlottesville, Virginia 22901, United States",POINT (-78.50155700000001 38.060775),808.0,2342.560374252935 +2701781,1306 RUGBY RD,22902,-78.49047,38.00955,Natural vegetation fire ,58.50000000000001,2007-04-17 00:43:34,2007,0.0,,,,,Natural source,E2 ,5.449999999999968,2007-04-17 00:43:34,POINT (-78.49047 38.00955),200.0,5.0,0.948,"1800 Jefferson Park Avenue, Charlottesville, Virginia 22903, United States",POINT (-78.50887899999999 38.028802),809.0,2679.9617019357756 +2701805,,22902,-78.49047,38.00955,Special outside fire ,23.73333333333336,2007-04-18 22:16:59,2007,250.0,Electrical distribution,,,,Other cause,E7 ,5.266666666666656,2007-04-18 22:16:59,POINT (-78.49047 38.00955),200.0,5.0,0.948,"2434 Jefferson Park Ave, Charlottesville, Virginia 22903, United States",POINT (-78.514061 38.020927),810.0,2426.6416264972418 +2701817,,22902,-78.49047,38.00955,Special outside fire ,21.566666666666734,2007-04-19 20:08:32,2007,0.0,,,,,Incendiary,E7 ,3.649999999999968,2007-04-19 20:08:32,POINT (-78.49047 38.00955),200.0,5.0,1.0,"2101 Arlington Boulevard, Charlottesville, Virginia 22903, United States",POINT (-78.506075 38.050152),811.0,4711.268937461623 +2701826,908 ST CLAIR AVE,22901,-78.463291,38.038008,Special outside fire ,32.36666666666674,2007-04-20 15:14:09,2007,800.0,Open land or field,"Engine area, running gear, wheel area","Heat, spark from friction",Undetermined,Unintentional,E1 ,5.233333333333392,2007-04-20 15:14:09,POINT (-78.463291 38.038008),200.0,5.0,1.0,"500 1st Street South, Charlottesville, Virginia 22902, United States",POINT (-78.483119 38.026924),812.0,2132.083920361778 +2701832,1532 VIRGINIA AVE,22908,-78.49988,38.03857,Natural vegetation fire ,49.98333333333326,2007-04-20 19:12:40,2007,0.0,"Barracks, dormitory",,,,Misuse of fire,BC5 ,4.549999999999968,2007-04-20 19:12:40,POINT (-78.49988 38.03857),200.0,5.0,1.0,"203 Ridge Street, Charlottesville, Virginia 22902, United States",POINT (-78.486465 38.029412),813.0,1556.0494325987554 +2701842,722 PROSPECT AVE,22902,-78.494602,38.024515,Structure Fire ,18.583333333333343,2007-04-21 20:49:48,2007,0.0,Multifamily dwelling,"Cooking area, kitchen","Hot or smoldering object, other",Appliance housing or casing,Unintentional,E5 ,4.533333333333264,2007-04-21 20:49:48,POINT (-78.494602 38.024515),200.0,5.0,1.0,"2101 Arlington Boulevard, Charlottesville, Virginia 22903, United States",POINT (-78.506075 38.050152),815.0,3019.2024033716107 +2701852,750 WALKER SQ,22902,-78.491443,38.030465,Natural vegetation fire ,14.96666666666664,2007-04-22 15:08:20,2007,0.0,Graded and cared-for plots of land,,Cigarette,,Smoking,E7 ,4.5,2007-04-22 15:08:20,POINT (-78.491443 38.030465),200.0,5.0,1.0,"1005 Montrose Avenue, Charlottesville, Virginia 22902, United States",POINT (-78.475503 38.019801),816.0,1833.3654966132726 +2701853,730 MCINTIRE RD,22901,-78.477087,38.040412,Mobile property (vehicle) fire ,35.16666666666667,2007-04-22 15:13:11,2007,3500.0,Open land or field,"Engine area, running gear, wheel area",Undetermined,Undetermined,Unintentional,E1 ,3.4833333333333596,2007-04-22 15:13:11,POINT (-78.477087 38.040412),200.0,5.0,1.0,"1001 Market Street East, Charlottesville, Virginia 22902, United States",POINT (-78.47299599999999 38.028851),817.0,1332.8233770208649 +2701867,611 RUGBY RD,22901,-78.499816,38.042559,Natural vegetation fire ,31.033333333333296,2007-04-23 14:36:59,2007,0.0,,,Cigarette,,Smoking,E2 ,4.799999999999952,2007-04-23 14:36:59,POINT (-78.499816 38.042559),200.0,5.0,1.0,"1500 Carlton Avenue, Charlottesville, Virginia 22902, United States",POINT (-78.4661 38.020253),819.0,3859.8240754129606 +2701885,1801 HYDRAULIC RD,22901,-78.49103,38.061042,Natural vegetation fire ,8.916666666666625,2007-04-24 16:04:50,2007,0.0,Vehicle parking area,,,,Smoking,E1 ,3.93333333333336,2007-04-24 16:04:50,POINT (-78.49102999999999 38.061042),200.0,5.0,1.0,"600 Dice Street, Charlottesville, Virginia 22903, United States",POINT (-78.489835 38.029206),820.0,3535.9650841366297 +2701886,1801 HYDRAULIC RD,22901,-78.49103,38.061042,Natural vegetation fire ,10.466666666666638,2007-04-24 17:01:35,2007,0.0,Vehicle parking area,,,,Smoking,E1 ,4.083333333333265,2007-04-24 17:01:35,POINT (-78.49102999999999 38.061042),200.0,5.0,1.0,"337 15th St SW, Charlottesville, Virginia 22903, United States",POINT (-78.50327 38.02975),821.0,3636.4120595937075 +2701894,,22902,-78.49047,38.00955,Mobile property (vehicle) fire ,28.13333333333328,2007-04-25 05:15:19,2007,5600.0,,"Exterior, exposed surface",Hot ember or ash,"Organic materials, other",Unintentional,E5 ,6.766666666666705,2007-04-25 05:15:19,POINT (-78.49047 38.00955),200.0,5.0,0.948,"2111 Jefferson Park Avenue, Charlottesville, Virginia 22903, United States",POINT (-78.51499 38.026637),822.0,2869.877898697226 +2701931,1319 E MARKET ST,22901,-78.465838,38.025789,Natural vegetation fire ,15.983333333333281,2007-04-29 12:16:58,2007,0.0,,,,,Undetermined,E5 ,5.1166666666666085,2007-04-29 12:16:58,POINT (-78.46583800000001 38.025789),200.0,5.0,1.0,"1002 Linden Avenue, Charlottesville, Virginia 22902, United States",POINT (-78.469903 38.014033),823.0,1353.100297370508 +2701935,1806 YORKTOWN DR,22901,-78.475188,38.061615,Natural vegetation fire ,40.34999999999995,2007-04-29 18:04:19,2007,0.0,"Outside or special property, other",,Undetermined,,Undetermined,E2 ,4.333333333333392,2007-04-29 18:04:19,POINT (-78.475188 38.061615),200.0,5.0,0.948,"1904 Stadium Road, Charlottesville, Virginia 22903, United States",POINT (-78.51330400000001 38.02912),824.0,4920.669831814568 +2701971,510 CLEVELAND AVE,22901,-78.498813,38.01706,Structure Fire ,25.36666666666661,2007-05-03 20:20:33,2007,500.0,1 or 2 family dwelling,"Cooking area, kitchen","Heat from powered equipment, other","Cooking materials, including edible materials",Unintentional,BC2 ,0.8333333333333279,2007-05-03 20:20:33,POINT (-78.498813 38.01706),200.0,5.0,1.0,"901 Rose Hill Drive, Charlottesville, Virginia 22903, United States",POINT (-78.486611 38.039897),825.0,2752.4724769720037 +2702011,1011 E JEFFERSON ST,22902,-78.472132,38.029677,Mobile property (vehicle) fire ,31.366666666666653,2007-05-07 14:51:49,2007,8000.0,Vehicle parking area,"Engine area, running gear, wheel area","Heat from powered equipment, other","Electrical wire, cable insulation",Unintentional,E5 ,4.599999999999936,2007-05-07 14:51:49,POINT (-78.472132 38.029677),200.0,5.0,1.0,"904 Avon Street, Charlottesville, Virginia 22902, United States",POINT (-78.480278 38.022417),826.0,1077.6843871141232 +2702135,,22902,-78.49047,38.00955,Mobile property (vehicle) fire ,41.816666666666734,2007-05-20 13:02:45,2007,0.0,,Operator/passenger area of transportation equip.,Undetermined,"Upholstered sofa, chair, vehicle seats",Unintentional,BC6 ,3.7166666666666397,2007-05-20 13:02:45,POINT (-78.49047 38.00955),200.0,5.0,1.0,"2509 Westerly Avenue, Charlottesville, Virginia 22903, United States",POINT (-78.521175 38.024446),827.0,3163.456745298453 +2702159,400 366 RIVERSIDE AVE,22902,-78.454636,38.026539,Mobile property (vehicle) fire ,14.85,2007-05-23 19:15:32,2007,300.0,,"Fuel tank, fuel line","Hot or smoldering object, other",Undetermined,Failure of equipment or heat source,E5 ,8.31666666666672,2007-05-23 19:15:32,POINT (-78.45463599999999 38.026539),200.0,5.0,1.0,"702 Franklin Street, Charlottesville, Virginia 22902, United States",POINT (-78.4657 38.019301),828.0,1260.9061342375342 +2702196,150 GOODMAN ST,22902,-78.475852,38.02537,Structure Fire ,436.8499999999992,2007-05-27 04:43:13,2007,120000.0,Multifamily dwelling,"Attic: vacant, crawl space above top story, cupola","Spark, ember, or flame from operating equipment","Electrical wire, cable insulation",Cause under investigation,BC2 ,4.416666666666623,2007-05-27 04:43:13,POINT (-78.475852 38.02537),200.0,5.0,1.0,"1 University Circle, Charlottesville, Virginia 22903, United States",POINT (-78.500393 38.042221),832.0,2853.6951353890204 +2702250,,22901,-78.49047,38.00955,Natural vegetation fire ,5.816666666666736,2007-06-01 14:47:31,2007,0.0,Vehicle parking area,,Cigarette,,Smoking,E2 ,3.516666666666624,2007-06-01 14:47:31,POINT (-78.49047 38.00955),200.0,5.0,1.0,"913 Market Street East, Charlottesville, Virginia 22902, United States",POINT (-78.474541 38.029556),833.0,2624.9281503899574 +2702261,1800 HYDRAULIC RD,22901,-78.491041,38.060596,Natural vegetation fire ,8.166666666666673,2007-06-02 12:43:50,2007,0.0,Vehicle parking area,,Cigarette,,Smoking,E4 ,3.449999999999952,2007-06-02 12:43:50,POINT (-78.491041 38.060596),200.0,5.0,1.0,"1600 Grady Avenue, Charlottesville, Virginia 22903, United States",POINT (-78.49893299999999 38.041455),834.0,2235.1075900041465 +2702270,1924 SWANSON DR,22901,-78.492734,38.063521,Structure Fire ,15.41666666666664,2007-06-03 15:39:17,2007,0.0,Multifamily dwelling,"Cooking area, kitchen","Heat from powered equipment, other","Cooking materials, including edible materials",Unintentional,E2 ,4.083333333333265,2007-06-03 15:39:17,POINT (-78.492734 38.063521),200.0,5.0,1.0,"1116 Monticello Road, Charlottesville, Virginia 22902, United States",POINT (-78.472662 38.021792),835.0,4956.608896642462 +2702275,2408 JEFFERSON PARK,22903,-78.514767,38.022713,Mobile property (vehicle) fire ,20.03333333333328,2007-06-04 11:59:15,2007,0.0,,"Engine area, running gear, wheel area","Heat from powered equipment, other",Undetermined,Unintentional,BC2 ,6.950000000000016,2007-06-04 11:59:15,POINT (-78.51476700000001 38.022713),200.0,5.0,1.0,"406 Garrett Street, Charlottesville, Virginia 22902, United States",POINT (-78.481273 38.027768),836.0,2994.479890226348 +2702282,406 10TH ST NE,22901,-78.471765,38.031117,Natural vegetation fire ,22.099999999999966,2007-06-04 21:07:12,2007,0.0,Business office,,"Hot or smoldering object, other",,Equipment,E5 ,4.61666666666664,2007-06-04 21:07:12,POINT (-78.471765 38.031117),200.0,5.0,1.0,"1536 Rugby Road, Charlottesville, Virginia 22903, United States",POINT (-78.489898 38.05554),837.0,3144.2803719183967 +2702294,2218 BARRACKS RD,22903,-78.49047,38.00955,Mobile property (vehicle) fire ,7.616666666666736,2007-06-06 08:09:34,2007,0.0,"Street, other",Undetermined,Undetermined,Undetermined,Cause undetermined after investigation,E6 ,5.333333333333328,2007-06-06 08:09:34,POINT (-78.49047 38.00955),200.0,5.0,1.0,"406 Garrett Street, Charlottesville, Virginia 22902, United States",POINT (-78.481273 38.027768),838.0,2177.877259900785 +2702398,,22901,-78.49047,38.00955,Mobile property (vehicle) fire ,39.483333333333356,2007-06-14 07:28:50,2007,0.0,,"Engine area, running gear, wheel area","Heat from powered equipment, other",Flammable liquid/gas - in/from engine or burner,Unintentional,BC5 ,0.099999999999936,2007-06-14 07:28:50,POINT (-78.49047 38.00955),200.0,5.0,1.0,"2101 Arlington Boulevard, Charlottesville, Virginia 22903, United States",POINT (-78.506075 38.050152),839.0,4711.268937461623 +2702422,701 E HIGH ST,22902,-78.475592,38.031576,Structure Fire ,23.19999999999998,2007-06-16 08:30:24,2007,0.0,Multifamily dwelling,"Cooking area, kitchen","Radiated, conducted heat from operating equipment",Flammable liquid/gas in container or pipe,Unintentional,E7 ,3.666666666666672,2007-06-16 08:30:24,POINT (-78.47559200000001 38.031576),200.0,5.0,1.0,"1010 Elliott Avenue, Charlottesville, Virginia 22902, United States",POINT (-78.47587300000001 38.018534),840.0,1448.1287846706746 +2702443,602 BAILEY RD,22902,-78.495639,38.020827,Structure Fire ,23.19999999999998,2007-06-18 16:12:55,2007,1000.0,1 or 2 family dwelling,"Cooking area, kitchen","Radiated, conducted heat from operating equipment",Flammable liquid/gas - uncontained,Unintentional,E7 ,3.216666666666672,2007-06-18 16:12:55,POINT (-78.495639 38.020827),200.0,5.0,1.0,"416 Garrett Street, Charlottesville, Virginia 22902, United States",POINT (-78.48023499999999 38.027159),841.0,1524.544484797238 +2702601,190 RUGBY RD,22903,-78.501513,38.039958,Structure Fire ,32.616666666666724,2007-07-01 19:04:08,2007,0.0,"Property Use, other","Chute/container - trash, rubbish, waste",Undetermined,Undetermined,"Cause, other",BC2 ,4.8666666666666245,2007-07-01 19:04:08,POINT (-78.501513 38.039958),200.0,5.0,1.0,"1010 Wertland Street, Charlottesville, Virginia 22903, United States",POINT (-78.494597 38.033828),842.0,912.0902798457023 +2702634,118 RIVERBLUFF CIR,22905,-78.50376,38.05092,Natural vegetation fire ,14.06666666666664,2007-07-04 16:40:38,2007,0.0,Construction site,,Hot ember or ash,,Smoking,E5 ,7.816666666666608,2007-07-04 16:40:38,POINT (-78.50376 38.05092),200.0,5.0,1.0,"620 West Main Street, Charlottesville, Virginia 22903, United States",POINT (-78.489233 38.031126),843.0,2540.843091163874 +2702639,926 CHARLTON AVE,22902,-78.489141,38.039315,Structure Fire ,11.900000000000016,2007-07-04 21:06:24,2007,0.0,"Outside or special property, other","Bathroom, checkroom, lavatory, locker room",Fireworks,"Pyrotechnics, explosives",Intentional,E7 ,5.100000000000048,2007-07-04 21:06:24,POINT (-78.489141 38.039315),200.0,5.0,1.0,"201 Emmet St N, Charlottesville, Virginia 22903, United States",POINT (-78.50646 38.04065),844.0,1527.8445325387452 +2702643,1209 PRESTON AVE,22902,-78.492732,38.043059,Structure Fire ,483.19999999999925,2007-07-04 22:40:41,2007,144200.0,1 or 2 family dwelling,"Cooking area, kitchen",Undetermined,Undetermined,Cause under investigation,E5 ,3.5333333333333283,2007-07-04 22:40:41,POINT (-78.492732 38.043059),200.0,5.0,1.0,"224 9th Street Southwest, Charlottesville, Virginia 22903, United States",POINT (-78.49452599999999 38.03043),846.0,1410.879205680847 +2702664,1110 ROSE HILL DR,22901,-78.483985,38.041938,Structure Fire ,77.33333333333333,2007-07-07 11:08:42,2007,2500.0,Business office,Office,Match,"Rubbish, trash, or waste",Unintentional,E2 ,4.016666666666736,2007-07-07 11:08:42,POINT (-78.483985 38.041938),200.0,5.0,1.0,"218 14th Street Northwest, Charlottesville, Virginia 22903, United States",POINT (-78.498215 38.035068),847.0,1463.8422790808509 +2702674,1801 HYDRAULIC RD,22902,-78.49103,38.061042,Natural vegetation fire ,8.583333333333265,2007-07-08 15:11:46,2007,0.0,"Street, other",,,,Undetermined,E1 ,0.699999999999984,2007-07-08 15:11:46,POINT (-78.49102999999999 38.061042),200.0,5.0,1.0,"501 Cherry Avenue, Charlottesville, Virginia 22903, United States",POINT (-78.49028300000001 38.027197),848.0,3758.017233035974 +2702685,2205 FONTAINE AVE,22902,-78.516062,38.025954,Natural vegetation fire ,18.350000000000065,2007-07-09 14:27:36,2007,0.0,"Residential street, road or residential driveway",,"Heat, spark from friction",,Smoking,E6 ,9.266666666666689,2007-07-09 14:27:36,POINT (-78.51606200000001 38.025954),200.0,5.0,1.0,"1215 Wertland Street, Charlottesville, Virginia 22903, United States",POINT (-78.497319 38.034819),849.0,1917.6839603272144 +2702691,527 7 1/2 ST SW,22902,-78.493715,38.026856,Structure Fire ,28.899999999999935,2007-07-09 17:56:27,2007,10000.0,1 or 2 family dwelling,"Egress/exit, other",Hot ember or ash,Exterior wall covering or finish,Unintentional,E7 ,3.1333333333332964,2007-07-09 17:56:27,POINT (-78.49371499999999 38.026856),200.0,5.0,0.753333,"300 Monticello Avenue, Lynchburg, Virginia 24501, United States",POINT (-79.17982499999999 37.403697),850.0,91892.29204633081 +2702732,1158 5TH ST SW,22902,-78.503021,38.011727,Natural vegetation fire ,9.116666666666639,2007-07-14 13:03:02,2007,0.0,,,,,Undetermined,E7 ,3.8166666666667197,2007-07-14 13:03:02,POINT (-78.503021 38.011727),200.0,5.0,1.0,"1522 East High Street, Charlottesville, Virginia 22902, United States",POINT (-78.46074 38.033538),852.0,4433.014670762344 +2702742,,22902,-78.49047,38.00955,Natural vegetation fire ,16.616666666666735,2007-07-16 10:15:34,2007,0.0,Railroad right of way ,,Fireworks,,Incendiary,E5 ,2.01666666666672,2007-07-16 10:15:34,POINT (-78.49047 38.00955),200.0,5.0,1.0,"978 Rockcreek Road, Charlottesville, Virginia 22903, United States",POINT (-78.496331 38.019973),856.0,1266.4873777514129 +2702766,246 SHAMROCK RD,22902,-78.507071,38.02506,Structure Fire ,193.8833333333323,2007-07-17 23:26:37,2007,45000.0,1 or 2 family dwelling,"Attic: vacant, crawl space above top story, cupola",Undetermined,Structural member or framing,Cause under investigation,E7 ,5.73333333333336,2007-07-17 23:26:37,POINT (-78.507071 38.02506),200.0,5.0,1.0,"2208 North Berkshire Road, Charlottesville, Virginia 22901, United States",POINT (-78.495464 38.061312),857.0,4151.66077551157 +2702828,608 HINTON AVE,22902,-78.47912,38.026363,Structure Fire ,272.58333333333263,2007-07-23 21:04:57,2007,125000.0,1 or 2 family dwelling,Wall surface: exterior,Radiated heat from another fire,Exterior wall covering or finish,"Cause, other",E5 ,2.516666666666688,2007-07-23 21:04:57,POINT (-78.47911999999999 38.026363),200.0,5.0,1.0,"411 Garrett Street, Charlottesville, Virginia 22902, United States",POINT (-78.48126499999999 38.026845),858.0,195.82385518379934 +2702834,910 RIVER RD,22902,-78.459009,38.035498,Mobile property (vehicle) fire ,51.2833333333333,2007-07-24 15:43:28,2007,0.0,,Operator/passenger area of transportation equip.,Undetermined,"Electrical wire, cable insulation",Unintentional,E1 ,1.849999999999968,2007-07-24 15:43:28,POINT (-78.45900899999999 38.035498),200.0,5.0,1.0,"200 Shamrock Road, Charlottesville, Virginia 22903, United States",POINT (-78.509299 38.026009),859.0,4540.047156965708 +2702873,755 WALKER SQ,22902,-78.491554,38.030784,Structure Fire ,17.483333333333327,2007-07-28 18:50:23,2007,0.0,Multifamily dwelling,"Cooking area, kitchen","Radiated, conducted heat from operating equipment","Agricultural crop, including fruits and vegetable",Unintentional,E7 ,5.166666666666719,2007-07-28 18:50:23,POINT (-78.49155399999999 38.030784),200.0,5.0,1.0,"619 Madison Ave, Charlottesville, Virginia 22903, United States",POINT (-78.49567 38.04108),860.0,1198.8260832855703 +2702876,1021 WERTLAND ST,22902,-78.494915,38.034145,Structure Fire ,20.049999999999983,2007-07-29 04:38:49,2007,0.0,Multifamily dwelling,"Cooking area, kitchen","Radiated, conducted heat from operating equipment",Undetermined,Unintentional,E7 ,5.833333333333296,2007-07-29 04:38:49,POINT (-78.49491500000001 38.034145),200.0,5.0,1.0,"1305 Market Street East, Charlottesville, Virginia 22902, United States",POINT (-78.467057 38.026212),861.0,2600.03525265265 +2702880,216 W WATER ST,22902,-78.482956,38.030347,Mobile property (vehicle) fire ,34.31666666666664,2007-07-29 16:37:37,2007,30000.0,,"Engine area, running gear, wheel area","Heat from powered equipment, other",Multiple items first ignited,Cause undetermined after investigation,E7 ,2.5499999999999523,2007-07-29 16:37:37,POINT (-78.482956 38.030347),200.0,5.0,1.0,"1317 Hilltop Road, Charlottesville, Virginia 22903, United States",POINT (-78.49179100000001 38.05094),862.0,2414.2401640723347 +2702929,1910 ARLINGTON BLVD,22902,-78.49047,38.00955,Mobile property (vehicle) fire ,27.499999999999968,2007-08-02 14:38:16,2007,0.0,,"Engine area, running gear, wheel area",Undetermined,Undetermined,Cause undetermined after investigation,BC3 ,6.0999999999999845,2007-08-02 14:38:16,POINT (-78.49047 38.00955),200.0,5.0,1.0,"900 Jefferson Street, Charlottesville, Virginia 22902, United States",POINT (-78.47436399999999 38.03041),863.0,2713.6892998844064 +2702933,126 13TH ST NW,22903,-78.49795,38.034248,Structure Fire ,112.41666666666663,2007-08-02 19:04:25,2007,6000.0,Multifamily dwelling,"Cooking area, kitchen","Radiated, conducted heat from operating equipment","Box, carton, bag, basket, barrel",Unintentional,E7 ,3.8666666666666885,2007-08-02 19:04:25,POINT (-78.49795 38.034248),200.0,5.0,1.0,"1936 Arlington Boulevard, Charlottesville, Virginia 22903, United States",POINT (-78.505782 38.048452),864.0,1720.3195838022461 +2702952,1159 MILLMONT ST,22903,-78.500786,38.054133,Natural vegetation fire ,11.766666666666671,2007-08-04 20:06:09,2007,0.0,,,,,Open/outdoor fire,E6 ,5.333333333333328,2007-08-04 20:06:09,POINT (-78.50078600000001 38.054133),200.0,5.0,1.0,"979 Rockcreek Road, Charlottesville, Virginia 22903, United States",POINT (-78.49672099999999 38.020175),866.0,3786.8301618050077 +2703040,314 CARLTON RD,22902,-78.470583,38.021306,Mobile property (vehicle) fire ,17.066666666666737,2007-08-12 15:38:51,2007,0.0,,Operator/passenger area of transportation equip.,Arcing,"Electrical wire, cable insulation",Failure of equipment or heat source,E5 ,4.400000000000064,2007-08-12 15:38:51,POINT (-78.470583 38.021306),200.0,5.0,1.0,"1 Morton Drive, Charlottesville, Virginia 22903, United States",POINT (-78.49575900000001 38.055403),867.0,4383.614723163783 +2703046,802 HARDY DR,22902,-78.490319,38.033316,Mobile property (vehicle) fire ,72.41666666666673,2007-08-13 03:24:35,2007,1700.0,,"Engine area, running gear, wheel area",Incendiary device,Multiple items first ignited,Cause under investigation,E5 ,5.466666666666672,2007-08-13 03:24:35,POINT (-78.490319 38.033316),200.0,5.0,1.0,"1045 5th Street Southwest, Charlottesville, Virginia 22902, United States",POINT (-78.49656 38.018819),868.0,1700.2000533465368 +2703070,1017 PRESTON AVE,22902,-78.492214,38.04152,Structure Fire ,33.25000000000003,2007-08-15 16:33:13,2007,0.0,Multifamily dwelling,"Cooking area, kitchen","Spark, ember, or flame from operating equipment","Pipe, duct, conduit or hose",Unintentional,E7 ,3.216666666666672,2007-08-15 16:33:13,POINT (-78.492214 38.04152),200.0,5.0,0.948,"1800 Jefferson Park Avenue, Charlottesville, Virginia 22903, United States",POINT (-78.50887899999999 38.028802),869.0,2033.4293052962678 +2703090,514 BRANDON AVE,22902,-78.504314,38.029689,Structure Fire ,194.76666666666577,2007-08-16 21:45:51,2007,58000.0,Multifamily dwelling,"Attic: vacant, crawl space above top story, cupola",Lightning,Exterior roof covering or finish,Act of nature,E6 ,,2007-08-16 21:45:51,POINT (-78.50431399999999 38.029689),200.0,5.0,1.0,"766 Prospect Ave, Charlottesville, Virginia 22903, United States",POINT (-78.49581000000001 38.02259),870.0,1085.749507317982 +2703132,1427 UNIVERSITY AVE,22903,-78.500333,38.034613,Structure Fire ,59.75000000000007,2007-08-19 19:08:01,2007,0.0,Restaurant or cafeteria,"Cooking area, kitchen","Spark, ember, or flame from operating equipment",Flammable liquid/gas - in/from engine or burner,Failure of equipment or heat source,BC2 ,0.483333333333264,2007-08-19 19:08:01,POINT (-78.500333 38.034613),200.0,5.0,1.0,"1004 King Street, Charlottesville, Virginia 22903, United States",POINT (-78.497677 38.02898),871.0,667.4425142799756 +2703206,2021 IVY RD,22903,-78.510665,38.042119,Structure Fire ,24.750000000000004,2007-08-26 20:06:39,2007,350.0,Multifamily dwelling,"Cooking area, kitchen","Heat from powered equipment, other","Cooking materials, including edible materials",Unintentional,E6 ,2.450000000000016,2007-08-26 20:06:39,POINT (-78.510665 38.042119),200.0,5.0,1.0,"1720 Cherry Avenue, Charlottesville, Virginia 22903, United States",POINT (-78.50998 38.019869),873.0,2470.8814824725787 +2703216,118 CAMERON LN,22902,-78.49047,38.00955,Structure Fire ,127.15,2007-08-27 22:31:03,2007,0.0,1 or 2 family dwelling,Roof surface: exterior,Arcing,"Structural component or finish, other",Failure of equipment or heat source,E6 ,5.06666666666664,2007-08-27 22:31:03,POINT (-78.49047 38.00955),200.0,5.0,1.0,"908 Cottage Lane, Charlottesville, Virginia 22903, United States",POINT (-78.49700199999999 38.045711),874.0,4055.3229746760526 +2703246,771 PROSPECT AVE,22901,-78.49477,38.06987,Structure Fire ,232.94999999999953,2007-08-30 13:06:26,2007,200000.0,1 or 2 family dwelling,"Common room, den, family room, living room, lounge",Undetermined,Undetermined,Cause under investigation,C1 ,0.150000000000048,2007-08-30 13:06:26,POINT (-78.49477 38.06987),200.0,5.0,1.0,"1719 Hydraulic Road, Charlottesville, Virginia 22901, United States",POINT (-78.49030999999999 38.058759),877.0,1294.1639258505318 +2703311,1207 GRADY AVE,22902,-78.494699,38.039625,Mobile property (vehicle) fire ,30.81666666666672,2007-09-06 11:36:26,2007,6000.0,,Undetermined,Undetermined,Undetermined,Unintentional,E5 ,4.633333333333344,2007-09-06 11:36:26,POINT (-78.494699 38.039625),200.0,5.0,1.0,"800 Rose Hill Drive, Charlottesville, Virginia 22903, United States",POINT (-78.486617 38.03829),878.0,724.938454845014 +2703338,1406 GRADY AVE,22902,-78.496638,38.040276,Structure Fire ,24.250000000000036,2007-09-08 16:42:59,2007,350.0,1 or 2 family dwelling,"Exterior balcony, unenclosed porch",Heat from other open flame or smoking materials,Flammable liquid/gas in container or pipe,Unintentional,E4 ,1.58333333333328,2007-09-08 16:42:59,POINT (-78.496638 38.040276),200.0,5.0,1.0,"1935 Arlington Blvd, Charlottesville, Virginia 22903, United States",POINT (-78.50449999999999 38.04838),879.0,1133.9774617243115 +2703351,1007 ALTAVISTA AVE,22902,-78.476569,38.018075,Structure Fire ,49.183333333333344,2007-09-09 12:28:16,2007,2500.0,Multifamily dwelling,"Cooking area, kitchen","Radiated, conducted heat from operating equipment",Flammable liquid/gas in container or pipe,Unintentional,E7 ,4.033333333333296,2007-09-09 12:28:16,POINT (-78.476569 38.018075),200.0,5.0,1.0,"738 Prospect Avenue, Charlottesville, Virginia 22903, United States",POINT (-78.49468 38.023089),880.0,1685.1972105551022 +2703358,207 RIDGE ST,22902,-78.485912,38.02899,Structure Fire ,23.983333333333345,2007-09-10 01:39:04,2007,1200.0,"Dormitory type residence, other ","Laundry area, wash house (laundry)","Radiated, conducted heat from operating equipment",Wearing apparel not on a person,Unintentional,E7 ,4.533333333333264,2007-09-10 01:39:04,POINT (-78.485912 38.02899),200.0,5.0,1.0,"400 East Main Street, Charlottesville, Virginia 22902, United States",POINT (-78.47927900000001 38.02977),881.0,588.8791746560801 +2703365,2502 PLATEAU RD,22903,-78.520904,38.025125,Structure Fire ,41.89999999999997,2007-09-10 15:56:31,2007,3000.0,1 or 2 family dwelling,"Cooking area, kitchen","Heat from powered equipment, other",Household utensils,Unintentional,E6 ,4.850000000000064,2007-09-10 15:56:31,POINT (-78.520904 38.025125),200.0,5.0,1.0,"900 Jefferson Street, Charlottesville, Virginia 22902, United States",POINT (-78.47436399999999 38.03041),882.0,4128.8757700223205 +2703410,200 BYPASS EB,22901,-78.49477,38.06987,Mobile property (vehicle) fire ,18.000000000000004,2007-09-13 23:29:08,2007,0.0,Highway or divided highway,"Vehicle area, other",Heat source: other,Undetermined,Failure of equipment or heat source,E2 ,3.416666666666688,2007-09-13 23:29:08,POINT (-78.49477 38.06987),200.0,5.0,1.0,"900 Jefferson Street, Charlottesville, Virginia 22902, United States",POINT (-78.47436399999999 38.03041),883.0,4732.968539643459 +2703446,212 5TH ST SW,22902,-78.488412,38.029586,Structure Fire ,30.03333333333336,2007-09-16 15:31:07,2007,0.0,Multifamily dwelling,"Cooking area, kitchen",Heat source: other,Appliance housing or casing,Unintentional,E7 ,2.733333333333264,2007-09-16 15:31:07,POINT (-78.488412 38.029586),200.0,5.0,1.0,"822 Anderson St, Charlottesville, Virginia 22903, United States",POINT (-78.49088 38.03534),884.0,674.564087245044 +2703461,459 LOCUST AVE,22902,-78.471085,38.032067,Structure Fire ,134.3333333333333,2007-09-17 20:23:40,2007,6500.0,Hospital - medical or psychiatric,Office,"Heat from powered equipment, other",Appliance housing or casing,Failure of equipment or heat source,E5 ,4.349999999999952,2007-09-17 20:23:40,POINT (-78.471085 38.032067),200.0,5.0,1.0,"604 Cabell Avenue, Charlottesville, Virginia 22903, United States",POINT (-78.496886 38.041226),885.0,2483.2213029022732 +2703488,,22901,-78.49047,38.00955,Mobile property (vehicle) fire ,42.86666666666664,2007-09-20 02:11:43,2007,1000.0,,"Engine area, running gear, wheel area",Undetermined,Undetermined,Unintentional,E2 ,5.049999999999936,2007-09-20 02:11:43,POINT (-78.49047 38.00955),200.0,5.0,1.0,"762 Prospect Ave, Charlottesville, Virginia 22903, United States",POINT (-78.49569 38.02275),886.0,1535.4900498703698 +2703500,308 RIDGE ST,22902,-78.486164,38.028401,Mobile property (vehicle) fire ,68.78333333333332,2007-09-20 17:12:29,2007,0.0,,Undetermined,Undetermined,Undetermined,Cause undetermined after investigation,BC2 ,0.066666666666672,2007-09-20 17:12:29,POINT (-78.486164 38.028401),200.0,5.0,1.0,"225 Dice Street, Charlottesville, Virginia 22902, United States",POINT (-78.48373599999999 38.027622),887.0,230.09066571442324 +2703510,1617 EMMET ST,22903,-78.494597,38.058571,Special outside fire ,12.93333333333336,2007-09-21 15:04:02,2007,0.0,Vehicle parking area,,,,Undetermined,E6 ,9.21666666666672,2007-09-21 15:04:02,POINT (-78.494597 38.058571),200.0,5.0,1.0,"739 Nalle Street, Charlottesville, Virginia 22903, United States",POINT (-78.492919 38.029971),888.0,3178.5605492116456 +2703519,211 HUNTLEY AVE,22902,-78.519028,38.020977,Natural vegetation fire ,21.050000000000065,2007-09-22 00:08:40,2007,0.0,,,Cigarette,,Smoking,E7 ,9.616666666666609,2007-09-22 00:08:40,POINT (-78.51902800000001 38.020977),200.0,5.0,1.0,"1000 Forest Hills Avenue, Charlottesville, Virginia 22903, United States",POINT (-78.496798 38.025341),889.0,2011.4883365782064 +2703532,1801 HYDRAULIC RD,22903,-78.49103,38.061042,Natural vegetation fire ,7.1166666666666245,2007-09-23 08:11:04,2007,0.0,Vehicle parking area,,,,Undetermined,E2 ,3.616666666666704,2007-09-23 08:11:04,POINT (-78.49102999999999 38.061042),200.0,5.0,1.0,"900 Jefferson Street, Charlottesville, Virginia 22902, United States",POINT (-78.47436399999999 38.03041),891.0,3702.1727288362144 +2703596,1002 RIVER RD,22903,-78.49886,38.03522,Mobile property (vehicle) fire ,52.35000000000005,2007-09-29 09:13:41,2007,0.0,Street or road in commercial area,Operator/passenger area of transportation equip.,Arcing,"Upholstered sofa, chair, vehicle seats",Unintentional,BC2 ,5.61666666666672,2007-09-29 09:13:41,POINT (-78.49885999999999 38.03522),200.0,5.0,1.0,"720 Prospect Avenue, Charlottesville, Virginia 22903, United States",POINT (-78.494558 38.023975),892.0,1304.3117837642842 +2703609,801 EMMET ST,22902,-78.504222,38.047242,Natural vegetation fire ,11.46666666666672,2007-09-30 08:10:34,2007,0.0,"Residential street, road or residential driveway",,,,Smoking,E6 ,4.26666666666672,2007-09-30 08:10:34,POINT (-78.504222 38.047242),200.0,5.0,1.0,"764 Prospect Avenue, Charlottesville, Virginia 22903, United States",POINT (-78.49344000000001 38.023457),893.0,2805.1674452258308 +2703616,201 15TH ST NW,22901,-78.49477,38.06987,Natural vegetation fire ,11.099999999999952,2007-09-30 12:30:25,2007,10.0,,,,,Smoking,E7 ,4.8666666666666245,2007-09-30 12:30:25,POINT (-78.49477 38.06987),200.0,5.0,1.0,"1114 Emmet St N, Charlottesville, Virginia 22903, United States",POINT (-78.49997 38.05169),894.0,2069.2957152425006 +2703619,1021 WERTLAND ST,22901,-78.494915,38.034145,Natural vegetation fire ,9.200000000000015,2007-09-30 14:11:56,2007,10.0,,,,,Smoking,E7 ,3.8166666666667197,2007-09-30 14:11:56,POINT (-78.49491500000001 38.034145),200.0,5.0,1.0,"300 2nd Street Southeast, Charlottesville, Virginia 22902, United States",POINT (-78.48159699999999 38.028772),895.0,1312.8268186967118 +2703635,,22901,-78.49047,38.00955,Natural vegetation fire ,21.41666666666669,2007-10-01 14:26:13,2007,0.0,Railroad right of way ,,Undetermined,,Undetermined,E2 ,2.716666666666704,2007-10-01 14:26:13,POINT (-78.49047 38.00955),200.0,5.0,1.0,"900 Jefferson Street, Charlottesville, Virginia 22902, United States",POINT (-78.47436399999999 38.03041),896.0,2713.6892998844064 +2703672,100 RIDGE ST,22902,-78.48529,38.030078,Structure Fire ,38.74999999999997,2007-10-04 18:16:33,2007,0.0,Multifamily dwelling,"Cooking area, kitchen","Radiated, conducted heat from operating equipment","Agricultural crop, including fruits and vegetable",Unintentional,E7 ,1.899999999999936,2007-10-04 18:16:33,POINT (-78.48529000000001 38.030078),200.0,5.0,1.0,"1139 5th St SW, Charlottesville, Virginia 22903, United States",POINT (-78.50275999999999 38.01314),897.0,2426.943829453518 +2703730,401 MCINTIRE RD,22902,-78.481863,38.035267,Special outside fire ,11.03333333333328,2007-10-10 15:15:53,2007,0.0,Water utility,,Undetermined,,Undetermined,E7 ,1.8,2007-10-10 15:15:53,POINT (-78.481863 38.035267),200.0,5.0,1.0,"101 Market Street, Charlottesville, Virginia 22902, United States",POINT (-78.480535 38.031782),898.0,404.09441904175026 +2703734,,22902,-78.49047,38.00955,Structure Fire ,82.1833333333334,2007-10-10 16:50:36,2007,10000.0,Construction site,Roof surface: exterior,Undetermined,"Packing, wrapping material",Unintentional,BC5 ,5.416666666666704,2007-10-10 16:50:36,POINT (-78.49047 38.00955),200.0,5.0,1.0,"1600 6th Street Southeast, Charlottesville, Virginia 22902, United States",POINT (-78.48662899999999 38.016582),900.0,850.4629678458307 +2703739,230 W MAIN ST,22902,-78.483326,38.031043,Mobile property (vehicle) fire ,60.95000000000002,2007-10-11 07:58:54,2007,0.0,,Other,"Hot or smoldering object, other","Light vegetation - not crop, including grass",Unintentional,BC3 ,1.7166666666666242,2007-10-11 07:58:54,POINT (-78.48332600000001 38.031043),200.0,5.0,1.0,"1404 East High Street, Charlottesville, Virginia 22902, United States",POINT (-78.46299500000001 38.032458),901.0,1792.2170172352326 +2703747,818 E HIGH ST,22902,-78.474104,38.03109,Structure Fire ,151.21666666666653,2007-10-11 17:49:22,2007,2500.0,Business office,Roof surface: exterior,Cigarette,Exterior roof covering or finish,Unintentional,E7 ,3.683333333333376,2007-10-11 17:49:22,POINT (-78.474104 38.03109),200.0,5.0,1.0,"1138 Rose Hill Drive, Charlottesville, Virginia 22903, United States",POINT (-78.48291 38.042907),902.0,1522.8279327737494 +2703748,2115 HYDRAULIC RD,22902,-78.49047,38.00955,Natural vegetation fire ,8.78333333333328,2007-10-11 18:12:06,2007,0.0,,,,,Smoking,E2 ,4.1333333333333755,2007-10-11 18:12:06,POINT (-78.49047 38.00955),200.0,5.0,1.0,"235 W Main St, Charlottesville, Virginia 22902, United States",POINT (-78.48273 38.03151),903.0,2530.972290128542 +2703752,801 CONCORD AVE,22902,-78.484872,38.039143,Natural vegetation fire ,188.51666666666543,2007-10-12 05:43:18,2007,0.0,Vehicle parking area,,Undetermined,,Undetermined,E2 ,5.416666666666704,2007-10-12 05:43:18,POINT (-78.484872 38.039143),200.0,5.0,1.0,"1500 Carlton Avenue, Charlottesville, Virginia 22902, United States",POINT (-78.4661 38.020253),904.0,2667.494075931718 +2703807,,22901,-78.49047,38.00955,Natural vegetation fire ,17.683333333333344,2007-10-18 00:02:17,2007,0.0,,,,,Undetermined,E1 ,5.300000000000064,2007-10-18 00:02:17,POINT (-78.49047 38.00955),200.0,5.0,1.0,"760 Prospect Avenue, Charlottesville, Virginia 22903, United States",POINT (-78.49296 38.024087),905.0,1628.6288317399076 +2703829,742 PROSPECT AVE,22902,-78.494701,38.024105,Structure Fire ,18.316666666666656,2007-10-19 20:10:06,2007,0.0,Multifamily dwelling,"Cooking area, kitchen","Radiated, conducted heat from operating equipment","Item, Other",Unintentional,E7 ,2.600000000000064,2007-10-19 20:10:06,POINT (-78.49470100000001 38.024105),200.0,5.0,1.0,"980 Rockcreek Road, Charlottesville, Virginia 22903, United States",POINT (-78.496216 38.020007),906.0,474.010706635807 +2703834,,22902,-78.49047,38.00955,Mobile property (vehicle) fire ,27.216666666666722,2007-10-20 13:37:39,2007,0.0,,"Engine area, running gear, wheel area",Undetermined,Multiple items first ignited,Failure of equipment or heat source,E7 ,2.5499999999999523,2007-10-20 13:37:39,POINT (-78.49047 38.00955),200.0,5.0,1.0,"2001 Hessian Road, Charlottesville, Virginia 22903, United States",POINT (-78.495499 38.050936),907.0,4615.800002691479 +2703850,1014 E MARKET ST,22902,-78.472453,38.0284,Natural vegetation fire ,9.249999999999984,2007-10-23 05:29:30,2007,0.0,Vehicle parking area,,,,Smoking,E5 ,5.716666666666656,2007-10-23 05:29:30,POINT (-78.472453 38.0284),200.0,5.0,1.0,"1903 Swanson Drive, Charlottesville, Virginia 22901, United States",POINT (-78.494399 38.061687),908.0,4167.644886189248 +2703878,2110 MINOR RD,22902,-78.52357,37.996959,Structure Fire ,73.05000000000004,2007-10-25 10:50:07,2007,0.0,1 or 2 family dwelling,"Function area, other",Match,"Magazine, newspaper, writing paper",Unintentional,E6 ,5.649999999999984,2007-10-25 10:50:07,POINT (-78.52357000000001 37.996959),200.0,5.0,1.0,"384 Hillsdale Dr, Charlottesville, Virginia 22901, United States",POINT (-78.48828 38.06408),909.0,8070.337239859656 +2703883,,22902,-78.49047,38.00955,Mobile property (vehicle) fire ,16.850000000000016,2007-10-25 14:42:28,2007,0.0,,Operator/passenger area of transportation equip.,"Heat from powered equipment, other","Electrical wire, cable insulation",Failure of equipment or heat source,E5 ,3.36666666666672,2007-10-25 14:42:28,POINT (-78.49047 38.00955),200.0,5.0,1.0,"102 Morris Paul Court, Charlottesville, Virginia 22903, United States",POINT (-78.52234 38.023849),910.0,3217.925206064678 +2703919,,22901,-78.49047,38.00955,Mobile property (vehicle) fire ,69.33333333333326,2007-10-28 00:27:31,2007,0.0,,"Engine area, running gear, wheel area",Undetermined,Flammable liquid/gas - in/from engine or burner,Failure of equipment or heat source,E2 ,4.299999999999984,2007-10-28 00:27:31,POINT (-78.49047 38.00955),200.0,5.0,1.0,"100 East Main Street, Charlottesville, Virginia 22902, United States",POINT (-78.48151900000001 38.030526),911.0,2457.846789136175 +2703927,624 BOLLING AVE,22901,-78.49477,38.06987,Natural vegetation fire ,6.849999999999935,2007-10-28 18:23:50,2007,0.0,,,,,Open/outdoor fire,E5 ,4.16666666666664,2007-10-28 18:23:50,POINT (-78.49477 38.06987),200.0,5.0,1.0,"720 Prospect Avenue, Charlottesville, Virginia 22903, United States",POINT (-78.494558 38.023975),913.0,5095.252776342866 +2703956,,22902,-78.49047,38.00955,Natural vegetation fire ,11.85000000000005,2007-10-30 20:48:30,2007,0.0,"Outside or special property, other",,,,Open/outdoor fire,E7 ,6.450000000000048,2007-10-30 20:48:30,POINT (-78.49047 38.00955),200.0,5.0,1.0,"412 Garrett Street, Charlottesville, Virginia 22902, United States",POINT (-78.480751 38.027495),914.0,2167.4036797945423 +2703997,1021 WERTLAND ST,22903,-78.494915,38.034145,Structure Fire ,34.71666666666667,2007-11-03 17:41:57,2007,500.0,Multifamily dwelling,"Cooking area, kitchen","Radiated, conducted heat from operating equipment","Cooking materials, including edible materials",Unintentional,E7 ,3.399999999999984,2007-11-03 17:41:57,POINT (-78.49491500000001 38.034145),200.0,5.0,0.948,"1800 Jefferson Park Avenue, Charlottesville, Virginia 22903, United States",POINT (-78.50887899999999 38.028802),915.0,1362.1407564064198 +2703998,716 HIGHLAND AVE,22901,-78.666265,38.066965,Natural vegetation fire ,38.73333333333326,2007-11-03 17:58:32,2007,0.0,Open land or field,,,,Undetermined,E5 ,5.699999999999951,2007-11-03 17:58:32,POINT (-78.666265 38.066965),200.0,5.0,1.0,"100 Seminole Court, Charlottesville, Virginia 22901, United States",POINT (-78.48681500000001 38.065071),916.0,15751.267418610385 +2704056,2405 JEFFERSON PARK,22903,-78.514953,38.023048,Natural vegetation fire ,32.88333333333326,2007-11-08 15:58:14,2007,0.0,Graded and cared-for plots of land,,Undetermined,,Undetermined,E7 ,7.949999999999952,2007-11-08 15:58:14,POINT (-78.51495300000001 38.023048),200.0,5.0,0.948,"1815 Jefferson Park Avenue, Charlottesville, Virginia 22903, United States",POINT (-78.51060099999999 38.028509),917.0,716.6767888424862 +2704074,1154 5TH ST SW,22902,-78.502681,38.012013,Mobile property (vehicle) fire ,21.33333333333331,2007-11-10 01:34:23,2007,0.0,,"Engine area, running gear, wheel area",Heat source: other,"Item, Other",Unintentional,E5 ,5.199999999999984,2007-11-10 01:34:23,POINT (-78.502681 38.012013),200.0,5.0,0.948,"2437 Jefferson Park Circle, Charlottesville, Virginia 22903, United States",POINT (-78.515198 38.020735),918.0,1464.9901396841376 +2704144,2101 ARLINGTON BLVD,22903,-78.506693,38.049777,Structure Fire ,43.76666666666664,2007-11-16 21:27:20,2007,0.0,Hospital - medical or psychiatric,"Laundry area, wash house (laundry)","Hot or smoldering object, other","Dust, fiber, lint, including sawdust and excelsior",Unintentional,E2 ,5.6333333333332805,2007-11-16 21:27:20,POINT (-78.506693 38.049777),200.0,5.0,1.0,"905 Anderson Street, Charlottesville, Virginia 22903, United States",POINT (-78.491034 38.035821),920.0,2071.41040470883 +2704166,1360 RUGBY AVE,22903,-78.479588,38.048797,Natural vegetation fire ,13.533333333333264,2007-11-19 16:08:51,2007,0.0,"Bridge, trestle",,,,Undetermined,E1 ,4.1333333333333755,2007-11-19 16:08:51,POINT (-78.47958800000001 38.048797),200.0,5.0,1.0,"200 2nd Street Southeast, Charlottesville, Virginia 22902, United States",POINT (-78.48154599999999 38.028896),921.0,2216.0806827282145 +2704203,816 MONTROSE AVE,22901,-78.49477,38.06987,Structure Fire ,158.58333333333218,2007-11-24 01:50:51,2007,15000.0,Multifamily dwelling,Bedroom - < 5 persons; included are jail or prison,Arcing,Wearing apparel not on a person,Unintentional,E5 ,4.883333333333328,2007-11-24 01:50:51,POINT (-78.49477 38.06987),200.0,5.0,1.0,"1112 Monticello Road, Charlottesville, Virginia 22902, United States",POINT (-78.472673 38.02211),922.0,5646.059107724955 +2704208,123 E MAIN ST,22901,-78.480862,38.030629,Outside rubbish fire ,49.31666666666669,2007-11-24 13:28:45,2007,0.0,Bank,"Conduit, pipe, utility, or ventilation shaft",Undetermined,"Organic materials, other",Unintentional,E7 ,3.7666666666666084,2007-11-24 13:28:45,POINT (-78.480862 38.030629),200.0,5.0,1.0,"27 University Circle, Charlottesville, Virginia 22903, United States",POINT (-78.503833 38.043346),923.0,2462.0065223417964 +2704213,21 WEST RANGE,22908,-78.505038,38.035247,Structure Fire ,19.28333333333333,2007-11-25 04:20:33,2007,0.0,"Barracks, dormitory",Vacant structural area,Undetermined,"Magazine, newspaper, writing paper",Intentional,E7 ,7.1333333333333275,2007-11-25 04:20:33,POINT (-78.505038 38.035247),200.0,5.0,1.0,"748 Prospect Avenue, Charlottesville, Virginia 22903, United States",POINT (-78.49439700000001 38.022954),924.0,1653.999294232706 +2704221,,22903,-78.49047,38.00955,Mobile property (vehicle) fire ,43.43333333333328,2007-11-26 06:07:13,2007,0.0,Street or road in commercial area,"Engine area, running gear, wheel area","Heat from powered equipment, other",Flammable liquid/gas - in/from engine or burner,Cause undetermined after investigation,E1 ,5.699999999999951,2007-11-26 06:07:13,POINT (-78.49047 38.00955),200.0,5.0,1.0,"601 Montrose Avenue, Charlottesville, Virginia 22902, United States",POINT (-78.482163 38.022812),925.0,1643.1968022376725 +2704275,,22902,-78.49047,38.00955,Mobile property (vehicle) fire ,54.183333333333316,2007-11-30 14:13:52,2007,0.0,,"Engine area, running gear, wheel area","Radiated, conducted heat from operating equipment",Tire,Unintentional,E7 ,2.36666666666664,2007-11-30 14:13:52,POINT (-78.49047 38.00955),200.0,5.0,1.0,"1827 Brandywine Drive, Charlottesville, Virginia 22901, United States",POINT (-78.47761300000001 38.063392),927.0,6083.179935513611 +2704295,1500 PEN PARK,22903,-78.49886,38.03522,Natural vegetation fire ,30.466666666666654,2007-12-02 11:14:08,2007,0.0,Outside material storage area,,,,Undetermined,E1 ,6.833333333333376,2007-12-02 11:14:08,POINT (-78.49885999999999 38.03522),200.0,5.0,1.0,"207 Ridge Street, Charlottesville, Virginia 22902, United States",POINT (-78.486358 38.029033),929.0,1294.9902861803084 +2704308,1207 HOLMES AVE,22902,-78.508105,38.034684,Mobile property (vehicle) fire ,17.300000000000015,2007-12-03 12:24:48,2007,0.0,,"Engine area, running gear, wheel area","Heat from powered equipment, other","Liquids, piping, filters, other",Failure of equipment or heat source,E1 ,5.199999999999984,2007-12-03 12:24:48,POINT (-78.508105 38.034684),200.0,5.0,0.948,"1800 Jefferson Park Avenue, Charlottesville, Virginia 22903, United States",POINT (-78.50887899999999 38.028802),930.0,656.5356310824388 +2704328,815 LOCUST AVE,22902,-78.468101,38.036342,Structure Fire ,17.283333333333314,2007-12-05 17:44:10,2007,0.0,1 or 2 family dwelling,"Cooking area, kitchen","Radiated, conducted heat from operating equipment","Cooking materials, including edible materials",Unintentional,E2 ,4.650000000000048,2007-12-05 17:44:10,POINT (-78.468101 38.036342),200.0,5.0,1.0,"810 Hardy Drive, Charlottesville, Virginia 22903, United States",POINT (-78.491314 38.032867),931.0,2074.4978775313552 +2704400,512 BRANDON AVE,22903,-78.504277,38.029858,Structure Fire ,44.18333333333337,2007-12-10 21:25:07,2007,30.0,Multifamily dwelling,"Cooking area, kitchen","Heat from powered equipment, other","Cooking materials, including edible materials",Unintentional,BC2 ,4.8666666666666245,2007-12-10 21:25:07,POINT (-78.504277 38.029858),200.0,5.0,1.0,"1600 6th Street Southeast, Charlottesville, Virginia 22902, United States",POINT (-78.48662899999999 38.016582),932.0,2138.799112709932 +2704467,2319 TARLETON DR,22902,-78.49047,38.00955,Structure Fire ,24.63333333333336,2007-12-16 18:30:22,2007,0.0,1 or 2 family dwelling,"Cooking area, kitchen",Arcing,"Cooking materials, including edible materials",Failure of equipment or heat source,E2 ,7.566666666666624,2007-12-16 18:30:22,POINT (-78.49047 38.00955),200.0,5.0,1.0,"1004 2nd St SE, Charlottesville, Virginia 22902, United States",POINT (-78.484049 38.023107),933.0,1607.2728886224236 +2704545,804 ST JAMES CIR,22902,-78.464526,38.035742,Structure Fire ,25.200000000000003,2007-12-24 23:46:08,2007,0.0,1 or 2 family dwelling,"Cooking area, kitchen","Hot or smoldering object, other","Pipe, duct, conduit or hose",Unintentional,E2 ,6.399999999999936,2007-12-24 23:46:08,POINT (-78.46452600000001 38.035742),200.0,5.0,1.0,"619 Madison Ave, Charlottesville, Virginia 22903, United States",POINT (-78.49567 38.04108),934.0,2798.05821380109 +3700039,20 BONNYCASTLE DR,22911,-78.510425,38.035418,Structure Fire ,35.95000000000004,2007-01-19 02:30:36,2007,300.0,"Dormitory type residence, other ",Bedroom - < 5 persons; included are jail or prison,Undetermined,"Mattress, pillow",Cause under investigation,E6 ,7.2,2007-01-19 02:30:36,POINT (-78.510425 38.035418),200.0,5.0,1.0,"1302 Preston Ave, Charlottesville, Virginia 22903, United States",POINT (-78.49308000000001 38.04251),935.0,1714.4258343751771 +3700058,115 MADISON LN,22903,-78.502126,38.03696,Natural vegetation fire ,12.71666666666664,2007-02-01 00:21:29,2007,0.0,Open land or field,,,,Incendiary,E6 ,6.333333333333264,2007-02-01 00:21:29,POINT (-78.502126 38.03696),200.0,5.0,1.0,"122 Maywood Lane, Charlottesville, Virginia 22903, United States",POINT (-78.507475 38.028606),936.0,1039.6016615883718 +3700191,151 ENGINEER'S WAY,22908,-78.51093,38.032,Natural vegetation fire ,22.000000000000032,2007-04-02 10:45:14,2007,0.0,"Adult education center, college classroom",,,,Undetermined,E6 ,6.08333333333328,2007-04-02 10:45:14,POINT (-78.51093 38.032),200.0,5.0,1.0,"1920 Swanson Drive, Charlottesville, Virginia 22901, United States",POINT (-78.49320899999999 38.063337),937.0,3811.0105831418855 +3700193,207 SPRIGG LN,22908,-78.509072,38.039055,Structure Fire ,23.800000000000033,2007-04-02 18:55:33,2007,0.0,"Barracks, dormitory","Cooking area, kitchen","Radiated, conducted heat from operating equipment",Undetermined,Unintentional,E6 ,4.749999999999984,2007-04-02 18:55:33,POINT (-78.509072 38.039055),200.0,5.0,1.0,"1006 Rugby Road, Charlottesville, Virginia 22903, United States",POINT (-78.492767 38.046109),938.0,1631.7584202676253 +3700194,203 SPRIGG LN,22908,-78.509187,38.039081,Structure Fire ,12.600000000000001,2007-04-02 20:42:16,2007,0.0,"Barracks, dormitory","Cooking area, kitchen","Radiated, conducted heat from operating equipment","Cooking materials, including edible materials",Unintentional,E6 ,4.799999999999952,2007-04-02 20:42:16,POINT (-78.509187 38.039081),200.0,5.0,1.0,"1920 Swanson Drive, Charlottesville, Virginia 22901, United States",POINT (-78.49320899999999 38.063337),939.0,3036.291592131319 +3700195,,22903,-78.49047,38.00955,Natural vegetation fire ,7.1166666666666245,2007-04-03 13:12:32,2007,0.0,,,,,Smoking,E7 ,2.499999999999984,2007-04-03 13:12:32,POINT (-78.49047 38.00955),200.0,5.0,1.0,"1326 Rugby Road, Charlottesville, Virginia 22903, United States",POINT (-78.49008000000001 38.049815),941.0,4470.310235997844 +3700201,450 WHITEHEAD RD,22902,-78.49047,38.00955,Structure Fire ,84.24999999999994,2007-04-05 13:27:46,2007,0.0,Swimming facility: indoor or outdoor,"Laundry area, wash house (laundry)","Heat from powered equipment, other",Undetermined,Failure of equipment or heat source,E6 ,4.983333333333264,2007-04-05 13:27:46,POINT (-78.49047 38.00955),200.0,5.0,1.0,"2716 Mcelroy Drive, Charlottesville, Virginia 22903, United States",POINT (-78.516515 38.015162),942.0,2370.9737682587415 +3700231,,22908,-78.49047,38.00955,Special outside fire ,11.799999999999937,2007-04-22 03:12:46,2007,0.0,,,,,Undetermined,E6 ,6.016666666666608,2007-04-22 03:12:46,POINT (-78.49047 38.00955),200.0,5.0,1.0,"1215 Grady Avenue, Charlottesville, Virginia 22903, United States",POINT (-78.495064 38.039865),943.0,3389.629137076266 +3700239,151 ENGINEER'S WAY,22902,-78.51093,38.032,Natural vegetation fire ,11.616666666666625,2007-04-25 17:37:45,2007,0.0,Graded and cared-for plots of land,,Undetermined,,Undetermined,C2 ,1.8,2007-04-25 17:37:45,POINT (-78.51093 38.032),200.0,5.0,1.0,"317 Monticello Road, Charlottesville, Virginia 22902, United States",POINT (-78.47637 38.026522),944.0,3095.213280325334 +3700249,141 CABELL DR,22908,-78.508104,38.032553,Natural vegetation fire ,11.949999999999985,2007-05-01 15:29:54,2007,0.0,Graded and cared-for plots of land,,,,Undetermined,E6 ,5.350000000000032,2007-05-01 15:29:54,POINT (-78.508104 38.032553),200.0,5.0,1.0,"906 Bing Lane, Charlottesville, Virginia 22903, United States",POINT (-78.50775400000001 38.019881),945.0,1407.1556397572097 +3700401,180 MCCORMICK RD,22904,-78.505732,38.034778,Structure Fire ,43.23333333333326,2007-07-12 10:45:37,2007,0.0,Restaurant or cafeteria,Assembly area without fixed seats - 100+ persons,"Radiated, conducted heat from operating equipment",Structural member or framing,Unintentional,BC5 ,2.333333333333376,2007-07-12 10:45:37,POINT (-78.50573199999999 38.034778),200.0,5.0,1.0,"911 Rives Street, Charlottesville, Virginia 22902, United States",POINT (-78.471124 38.01767),946.0,3583.8928990836125 +3700417,1210 LEE ST,22904,-78.498655,38.031851,Outside rubbish fire ,8.55,2007-07-23 16:15:17,2007,0.0,"Parking garage, general vehicle",Undetermined,Undetermined,Undetermined,Cause undetermined after investigation,E7 ,4.549999999999968,2007-07-23 16:15:17,POINT (-78.498655 38.031851),200.0,5.0,1.0,"218 Water Street West, Charlottesville, Virginia 22902, United States",POINT (-78.483722 38.030253),947.0,1323.2538750529402 +3700451,1815 STADIUM RD,22902,-78.49477,38.06987,Mobile property (vehicle) fire ,32.649999999999984,2007-08-09 09:42:12,2007,0.0,,Undetermined,Undetermined,"Organic materials, other",Cause undetermined after investigation,E6 ,0.616666666666608,2007-08-09 09:42:12,POINT (-78.49477 38.06987),200.0,5.0,1.0,"330 Riverside Avenue, Charlottesville, Virginia 22902, United States",POINT (-78.454323 38.025351),948.0,6085.874809839403 +3700453,1321 LEE ST,22908,-78.49783,38.031598,Structure Fire ,1321.6833333333332,2007-08-09 16:18:10,2007,0.0,Steam or heat generating plant ,"Storage room, area, tank, or bin","Spark, ember, or flame from operating equipment","Dust, fiber, lint, including sawdust and excelsior",Unintentional,BC3 ,3.9166666666666563,2007-08-09 16:18:10,POINT (-78.49782999999999 38.031598),200.0,5.0,1.0,"828 Cabell Avenue, Charlottesville, Virginia 22903, United States",POINT (-78.49497599999999 38.042549),949.0,1241.3247190616912 +3700460,415 LANE RD,22903,-78.499033,38.03045,Natural vegetation fire ,11.383333333333344,2007-08-14 15:14:54,2007,0.0,Laboratory or science lababoratory,,"Hot or smoldering object, other",,Smoking,E7 ,4.850000000000064,2007-08-14 15:14:54,POINT (-78.499033 38.03045),200.0,5.0,1.0,"1822 Broadway Street, Charlottesville, Virginia 22902, United States",POINT (-78.457751 38.020899),950.0,3777.2558367831166 +3700587,180 MCCORMICK RD,22903,-78.505732,38.034778,Structure Fire ,95.81666666666675,2007-10-13 11:14:31,2007,4000.0,Restaurant or cafeteria,"Structural area, other","Heat from powered equipment, other","Exterior trim, including doors",Unintentional,E2 ,3.8833333333333924,2007-10-13 11:14:31,POINT (-78.50573199999999 38.034778),200.0,5.0,1.0,"617 Madison Ave, Charlottesville, Virginia 22903, United States",POINT (-78.49567999999999 38.04107),951.0,1125.5831932026163 +3700640,1210 LEE ST,22908,-78.498655,38.031851,Mobile property (vehicle) fire ,30.616666666666703,2007-11-09 15:42:02,2007,0.0,"Parking garage, general vehicle","Engine area, running gear, wheel area",Undetermined,Undetermined,Failure of equipment or heat source,E7 ,3.3833333333332796,2007-11-09 15:42:02,POINT (-78.498655 38.031851),200.0,5.0,1.0,"123 Middlesex Drive, Charlottesville, Virginia 22901, United States",POINT (-78.500342 38.058301),952.0,2940.178910431015 +3700679,463 LAMBETH COMMONS - BL,22902,-78.49047,38.00955,Structure Fire ,9.583333333333343,2007-12-02 15:01:08,2007,0.0,"Dormitory type residence, other ","Cooking area, kitchen","Radiated, conducted heat from operating equipment","Cooking materials, including edible materials",Unintentional,BC4 ,4.999999999999968,2007-12-02 15:01:08,POINT (-78.49047 38.00955),200.0,5.0,1.0,"418 4th Street Northeast, Charlottesville, Virginia 22902, United States",POINT (-78.477369 38.03327),953.0,2873.76381474154 +2800021,1429 WESTWOOD RD,22903,-78.481467,38.044205,Natural vegetation fire ,22.033333333333296,2008-01-02 20:35:19,2008,0.0,Open land or field,,"Hot or smoldering object, other",,Misuse of fire,E2 ,2.716666666666704,2008-01-02 20:35:19,POINT (-78.48146699999999 38.044205),200.0,5.0,1.0,"864 St Charles Avenue, Charlottesville, Virginia 22902, United States",POINT (-78.467371 38.038605),954.0,1385.0226254147465 +2800070,,22902,-78.49047,38.00955,Mobile property (vehicle) fire ,15.883333333333345,2008-01-07 20:50:15,2008,0.0,,"Vehicle area, other","Heat, spark from friction",Undetermined,Unintentional,BC1 ,4.216666666666608,2008-01-07 20:50:15,POINT (-78.49047 38.00955),200.0,5.0,1.0,"732 Village Road, Charlottesville, Virginia 22903, United States",POINT (-78.501125 38.018205),955.0,1341.304030893373 +2800114,613 ROCK CREEK RD,22902,-78.501597,38.023521,Natural vegetation fire ,22.58333333333337,2008-01-13 00:55:04,2008,0.0,"Street, other",,Undetermined,,Incendiary,E7 ,6.616666666666656,2008-01-13 00:55:04,POINT (-78.501597 38.023521),200.0,5.0,1.0,"2108 Hill St, Charlottesville, Virginia 22903, United States",POINT (-78.51155 38.02556),956.0,902.907396472044 +2800125,213 4TH ST NE,22902,-78.478722,38.031253,Structure Fire ,28.566666666666723,2008-01-13 15:19:59,2008,0.0,1 or 2 family dwelling,"Outside area, other",Hot ember or ash,"Box, carton, bag, basket, barrel",Unintentional,E7 ,4.833333333333361,2008-01-13 15:19:59,POINT (-78.478722 38.031253),200.0,5.0,1.0,"810 Hardy Drive, Charlottesville, Virginia 22903, United States",POINT (-78.491314 38.032867),957.0,1120.1504750260326 +2800131,1400 MELBOURNE ROAD,22903,-78.47289,38.052744,Natural vegetation fire ,106.08333333333337,2008-01-14 15:06:32,2008,0.0,"Forest, timberland, woodland",,,,Undetermined,E2 ,5.049999999999936,2008-01-14 15:06:32,POINT (-78.47289000000001 38.052744),200.0,5.0,0.948,"2672 Jefferson Park Circle, Charlottesville, Virginia 22903, United States",POINT (-78.51689500000001 38.018635),958.0,5410.129885702762 +2800136,1400 MELBOURNE RD,22901,-78.47289,38.052744,Natural vegetation fire ,47.48333333333328,2008-01-15 10:00:17,2008,0.0,"Forest, timberland, woodland",,Heat source: other,,Other cause,E2 ,3.416666666666688,2008-01-15 10:00:17,POINT (-78.47289000000001 38.052744),200.0,5.0,1.0,"714 Graves Street, Charlottesville, Virginia 22902, United States",POINT (-78.475219 38.02709),959.0,2855.4391660071574 +2800141,701 NELSON DR,22901,-78.47724,38.037153,Structure Fire ,50.23333333333339,2008-01-15 13:31:59,2008,4000.0,1 or 2 family dwelling,"Cooking area, kitchen",Heat source: other,"Cooking materials, including edible materials",Unintentional,BC5 ,4.599999999999936,2008-01-15 13:31:59,POINT (-78.47723999999999 38.037153),200.0,5.0,1.0,"200 Old Lynchburg Road, Charlottesville, Virginia 22903, United States",POINT (-78.515433 38.014827),960.0,4170.50869637517 +2800165,617 9TH STREET SW,22902,,,Mobile property (vehicle) fire ,19.63333333333339,2008-01-17 10:45:14,2008,0.0,,"Engine area, running gear, wheel area",Undetermined,Undetermined,Unintentional,EMS1 ,1.46666666666664,2008-01-17 10:45:14,POINT (nan nan),200.0,5.0,1.0,"200 West Main Street, Charlottesville, Virginia 22902, United States",POINT (-78.482634 38.030748),961.0,inf +2800176,336 7 1,22902,-78.475986,38.031311,Structure Fire ,77.61666666666672,2008-01-18 23:06:46,2008,0.0,Multifamily dwelling,Other,Undetermined,"Exterior trim, including doors",Cause undetermined after investigation,E5 ,3.666666666666672,2008-01-18 23:06:46,POINT (-78.47598600000001 38.031311),200.0,5.0,1.0,"435 Tree House Drive, Charlottesville, Virginia 22904, United States",POINT (-78.51554400000001 38.032866),962.0,3477.9263547752794 +2800198,1604 RICKY RD,22903,-78.501365,38.060567,Natural vegetation fire ,9.016666666666705,2008-01-20 21:40:35,2008,0.0,"Residential street, road or residential driveway",,Undetermined,,Undetermined,E2 ,5.166666666666719,2008-01-20 21:40:35,POINT (-78.50136500000001 38.060567),200.0,5.0,1.0,"215 Hereford Drive, Charlottesville, Virginia 22904, United States",POINT (-78.519914 38.030025),963.0,3761.515339907489 +2800208,1800 JEFFERSON PARK,22902,-78.50968,38.028668,Structure Fire ,25.983333333333363,2008-01-21 10:34:59,2008,100.0,Multifamily dwelling,"Cooking area, kitchen","Hot or smoldering object, other",Appliance housing or casing,Unintentional,E6 ,6.53333333333328,2008-01-21 10:34:59,POINT (-78.50968 38.028668),200.0,5.0,1.0,"30 Bonnycastle Drive, Charlottesville, Virginia 22904, United States",POINT (-78.51082100000001 38.034986),964.0,708.5312708051961 +2800241,2434 JEFFERSON PARK,22903,-78.514675,38.020946,Mobile property (vehicle) fire ,75.64999999999996,2008-01-24 09:51:27,2008,0.0,"Residential street, road or residential driveway","Engine area, running gear, wheel area",Undetermined,Undetermined,Unintentional,E7 ,4.816666666666657,2008-01-24 09:51:27,POINT (-78.514675 38.020946),200.0,5.0,1.0,"472 Faulkner Drive, Charlottesville, Virginia 22903, United States",POINT (-78.513296 38.048922),965.0,3108.193939998796 +2800253,2101 ARLINGTON BLVD,22903,-78.506693,38.049777,Structure Fire ,108.03333333333327,2008-01-24 23:32:55,2008,2050.0,Alcohol or substance abuse recovery center,Bedroom - < 5 persons; included are jail or prison,Undetermined,"Rolled, wound material (paper, fabric)",Intentional,E1 ,6.799999999999968,2008-01-24 23:32:55,POINT (-78.506693 38.049777),200.0,5.0,1.0,"1340 Jefferson Park Ave, Charlottesville, Virginia 22903, United States",POINT (-78.50346 38.031),967.0,2103.830085662954 +2800257,500 1ST ST S,22902,-78.483813,38.026645,Structure Fire ,18.833333333333325,2008-01-25 13:13:27,2008,0.0,Multifamily dwelling,"Cooking area, kitchen","Radiated, conducted heat from operating equipment","Cooking materials, including edible materials",Unintentional,E7 ,2.983333333333392,2008-01-25 13:13:27,POINT (-78.483813 38.026645),200.0,5.0,1.0,"422 Farrish Circle, Charlottesville, Virginia 22903, United States",POINT (-78.510864 38.047559),968.0,3321.5410268404808 +2800260,203 RIDGE ST,22902,-78.485679,38.029345,Mobile property (vehicle) fire ,0.40000000000003205,2008-01-25 18:48:48,2008,500.0,,Operator/passenger area of transportation equip.,Arcing,"Electrical wire, cable insulation",Failure of equipment or heat source,E7 ,0.133333333333344,2008-01-25 18:48:48,POINT (-78.485679 38.029345),200.0,5.0,1.0,"115 Madison Lane, Charlottesville, Virginia 22903, United States",POINT (-78.502151 38.036846),969.0,1669.0043958431063 +2800263,,22903,-78.49047,38.00955,Mobile property (vehicle) fire ,17.19999999999994,2008-01-25 21:46:26,2008,1500.0,,"Engine area, running gear, wheel area","Heat from powered equipment, other","Electrical wire, cable insulation",Failure of equipment or heat source,E7 ,5.61666666666672,2008-01-25 21:46:26,POINT (-78.49047 38.00955),200.0,5.0,1.0,"324 Peyton Court, Charlottesville, Virginia 22903, United States",POINT (-78.510278 38.048929),972.0,4705.12558901734 +2800317,2101 ARLINGTON BLVD,22902,-78.506693,38.049777,Structure Fire ,117.54999999999994,2008-01-30 21:54:12,2008,1500.0,Alcohol or substance abuse recovery center,Bedroom - < 5 persons; included are jail or prison,Undetermined,Wearing apparel not on a person,Cause under investigation,E6 ,5.233333333333392,2008-01-30 21:54:12,POINT (-78.506693 38.049777),200.0,5.0,1.0,"165 Rugby Road, Charlottesville, Virginia 22903, United States",POINT (-78.502627 38.038842),973.0,1265.3848772358567 +2800341,1005 MONTROSE AVE,22901,-78.49477,38.06987,Structure Fire ,28.149999999999984,2008-02-01 08:33:22,2008,0.0,1 or 2 family dwelling,"Function area, other",Heat from other open flame or smoking materials,"Magazine, newspaper, writing paper",Unintentional,E5 ,6.599999999999953,2008-02-01 08:33:22,POINT (-78.49477 38.06987),200.0,5.0,1.0,"579 Mccormick Road, Charlottesville, Virginia 22904, United States",POINT (-78.517657 38.033321),974.0,4527.814241760811 +2800458,1001 E MARKET ST,22901,-78.473109,38.028735,Natural vegetation fire ,30.083333333333325,2008-02-10 12:15:54,2008,500.0,Graded and cared-for plots of land,,,,Undetermined,E5 ,3.8833333333333924,2008-02-10 12:15:54,POINT (-78.47310899999999 38.028735),200.0,5.0,1.0,"109 Culbreth Road, Charlottesville, Virginia 22903, United States",POINT (-78.504276 38.039574),975.0,2989.615668119142 +2800473,,22901,-78.49047,38.00955,Natural vegetation fire ,28.750000000000032,2008-02-10 14:51:01,2008,0.0,Open land or field,,,,Other cause,E5 ,6.466666666666607,2008-02-10 14:51:01,POINT (-78.49047 38.00955),200.0,5.0,1.0,"201 Sprigg Lane, Charlottesville, Virginia 22903, United States",POINT (-78.507137 38.03853),976.0,3534.6221691635947 +2800474,1500 CARLTON AVE,22911,-78.464702,38.021097,Natural vegetation fire ,22.283333333333278,2008-02-10 15:31:36,2008,0.0,Open land or field,,,,Undetermined,E5 ,5.833333333333296,2008-02-10 15:31:36,POINT (-78.464702 38.021097),200.0,5.0,1.0,"2270 Ivy Road, Charlottesville, Virginia 22903, United States",POINT (-78.52068199999999 38.045507),977.0,5613.117780541768 +2800481,600 DICE ST,22901,-78.49477,38.06987,Structure Fire ,14.716666666666656,2008-02-10 21:37:30,2008,100.0,1 or 2 family dwelling,Wall assembly,Hot ember or ash,"Structural component or finish, other",Unintentional,E5 ,3.616666666666704,2008-02-10 21:37:30,POINT (-78.49477 38.06987),200.0,5.0,1.0,"203 Sprigg Lane, Charlottesville, Virginia 22903, United States",POINT (-78.507701 38.038666),979.0,3645.4691292772413 +2800510,337 15TH ST SW,22901,-78.49477,38.06987,Mobile property (vehicle) fire ,15.799999999999965,2008-02-12 17:58:01,2008,0.0,"Parking garage, general vehicle","Vehicle area, other",Undetermined,"Conveyor belt, drive belt, V-belt",Unintentional,E5 ,7.666666666666704,2008-02-12 17:58:01,POINT (-78.49477 38.06987),200.0,5.0,0.948,"2406 Jefferson Park Avenue, Charlottesville, Virginia 22903, United States",POINT (-78.514465 38.022891),980.0,5494.690685743368 +2800543,2111 JEFFERSON PARK,22903,-78.51391,38.026305,Structure Fire ,75.55000000000004,2008-02-15 19:16:52,2008,0.0,"Property Use, other","Cooking area, kitchen","Radiated, conducted heat from operating equipment",Undetermined,Unintentional,E2 ,6.833333333333376,2008-02-15 19:16:52,POINT (-78.51391 38.026305),200.0,5.0,1.0,"236 Sunset Avenue, Charlottesville, Virginia 22903, United States",POINT (-78.518773 38.018585),981.0,957.5693069463277 +2800564,1002 LINDEN AVE,22902,-78.469429,38.014185,Structure Fire ,27.450000000000003,2008-02-16 20:44:51,2008,500.0,Multifamily dwelling,"Cooking area, kitchen","Radiated, conducted heat from operating equipment",Household utensils,Unintentional,E7 ,5.199999999999984,2008-02-16 20:44:51,POINT (-78.46942900000001 38.014185),200.0,5.0,1.0,"212 Cleveland Avenue, Charlottesville, Virginia 22903, United States",POINT (-78.51146 38.019758),982.0,3743.0538701396113 +2800584,1904 EMMET ST,22903,-78.492795,38.060294,Natural vegetation fire ,11.766666666666671,2008-02-19 12:08:32,2008,0.0,Industrial plant yard - area,,,,Equipment,E2 ,3.166666666666704,2008-02-19 12:08:32,POINT (-78.492795 38.060294),200.0,5.0,1.0,"500 1st Street South, Charlottesville, Virginia 22902, United States",POINT (-78.483119 38.026924),983.0,3800.8709121145353 +2800599,901 ROSE HILL DR,22902,-78.485771,38.039735,Structure Fire ,83.58333333333337,2008-02-21 13:23:43,2008,106.0,"Elementary school, including kindergarten","Maintenance shop or area, paint shop or area","Radiated, conducted heat from operating equipment","Cooking materials, including edible materials",Unintentional,BC4 ,3.36666666666672,2008-02-21 13:23:43,POINT (-78.485771 38.039735),200.0,5.0,1.0,"422 Garrett Street, Charlottesville, Virginia 22902, United States",POINT (-78.48064100000001 38.026338),984.0,1554.0475390945198 +2800612,904 AVON ST,22901,-78.480465,38.022499,Structure Fire ,39.43333333333339,2008-02-22 10:31:29,2008,0.0,1 or 2 family dwelling,"Heating room or area, water heater area",Match,Undetermined,Cause undetermined after investigation,E7 ,4.05,2008-02-22 10:31:29,POINT (-78.480465 38.022499),200.0,5.0,1.0,"709 W Main St, Charlottesville, Virginia 22903, United States",POINT (-78.49039 38.03185),985.0,1355.5088065885016 +2800616,2509 WESTERLY AVE,22903,-78.521226,38.024273,Natural vegetation fire ,17.283333333333314,2008-02-22 17:03:11,2008,0.0,Graded and cared-for plots of land,,,,Open/outdoor fire,E6 ,6.616666666666656,2008-02-22 17:03:11,POINT (-78.521226 38.024273),200.0,5.0,1.0,"320 Cleveland Avenue, Charlottesville, Virginia 22903, United States",POINT (-78.509192 38.019063),986.0,1204.7837019728963 +2800666,702 FRANKLIN ST,22903,-78.513468,38.057593,Structure Fire ,28.51666666666661,2008-02-27 10:01:06,2008,500.0,1 or 2 family dwelling,"Common room, den, family room, living room, lounge","Radiated, conducted heat from operating equipment",Wearing apparel not on a person,Unintentional,BC3 ,4.783333333333392,2008-02-27 10:01:06,POINT (-78.513468 38.057593),200.0,5.0,1.0,"1415 Vine Street, Charlottesville, Virginia 22902, United States",POINT (-78.467158 38.019556),987.0,5862.273635663255 +2800730,,22901,-78.49047,38.00955,Mobile property (vehicle) fire ,51.966666666666725,2008-03-03 15:37:09,2008,8500.0,Highway or divided highway,"Engine area, running gear, wheel area","Heat from powered equipment, other","Electrical wire, cable insulation",Unintentional,E2 ,3.616666666666704,2008-03-03 15:37:09,POINT (-78.49047 38.00955),200.0,5.0,1.0,"415 Garrett Street, Charlottesville, Virginia 22902, United States",POINT (-78.48087200000001 38.026851),988.0,2097.5822631797696 +2800747,,22903,-78.49047,38.00955,Mobile property (vehicle) fire ,60.78333333333327,2008-03-04 18:59:49,2008,0.0,"Street, other",Undetermined,Undetermined,Undetermined,Cause undetermined after investigation,BC2 ,6.333333333333264,2008-03-04 18:59:49,POINT (-78.49047 38.00955),200.0,5.0,1.0,"221 Carlton Road, Charlottesville, Virginia 22902, United States",POINT (-78.470373 38.023112),989.0,2320.0567041941963 +2800830,,22902,-78.49047,38.00955,Mobile property (vehicle) fire ,15.316666666666702,2008-03-12 17:37:51,2008,0.0,,"Engine area, running gear, wheel area",Undetermined,"Electrical wire, cable insulation",Unintentional,E7 ,3.116666666666736,2008-03-12 17:37:51,POINT (-78.49047 38.00955),200.0,5.0,1.0,"100 Harmon Street, Charlottesville, Virginia 22903, United States",POINT (-78.512484 38.027282),990.0,2759.2473906480213 +2800871,1 UNIVERSITY CIR,22903,-78.50052,38.041999,Natural vegetation fire ,18.350000000000065,2008-03-15 17:09:05,2008,0.0,"Outside or special property, other",,,,Undetermined,E2 ,4.183333333333344,2008-03-15 17:09:05,POINT (-78.50051999999999 38.041999),200.0,5.0,1.0,"150 Madison Lane, Charlottesville, Virginia 22903, United States",POINT (-78.501347 38.037734),991.0,479.0295838880419 +2800905,913 E MARKET ST,22902,-78.47467,38.029383,"Cultivated vegetation, crop fire ",18.099999999999937,2008-03-18 21:54:43,2008,100.0,Graded and cared-for plots of land,,,,Undetermined,E5 ,5.249999999999952,2008-03-18 21:54:43,POINT (-78.47467 38.029383),200.0,5.0,1.0,"1000 Holmes Avenue, Charlottesville, Virginia 22901, United States",POINT (-78.46516 38.042844),992.0,1711.9190089754225 +2800981,1600 GRADY AVE,22903,-78.499081,38.041228,Natural vegetation fire ,13.749999999999984,2008-03-26 04:02:51,2008,0.0,Graded and cared-for plots of land,,Undetermined,,Incendiary,E2 ,2.266666666666704,2008-03-26 04:02:51,POINT (-78.499081 38.041228),200.0,5.0,1.0,"1227 River Vista Avenue, Charlottesville, Virginia 22901, United States",POINT (-78.46054700000001 38.037587),993.0,3407.4701225009135 +2800992,1116 MONTICELLO RD,22902,-78.472887,38.021752,Structure Fire ,322.3166666666659,2008-03-27 16:23:12,2008,150000.0,"Mercantile, business, other","Equipment or service area, other",Undetermined,Undetermined,Cause under investigation,BC2 ,3.466666666666656,2008-03-27 16:23:12,POINT (-78.472887 38.021752),200.0,5.0,1.0,"711 Madison Avenue, Charlottesville, Virginia 22903, United States",POINT (-78.495098 38.041603),994.0,2942.9554664384823 +2800996,406 GARRETT ST,22902,-78.48025,38.027888,"Cultivated vegetation, crop fire ",9.666666666666721,2008-03-27 21:35:42,2008,100.0,,,Hot ember or ash,,Smoking,E5 ,3.683333333333376,2008-03-27 21:35:42,POINT (-78.48025 38.027888),200.0,5.0,1.0,"1615 Emmet Street North, Charlottesville, Virginia 22901, United States",POINT (-78.49660299999999 38.058639),995.0,3703.5802346319933 +2801006,1536 RUGBY RD,22903,-78.489569,38.055019,Structure Fire ,29.000000000000018,2008-03-29 02:20:00,2008,0.0,"Sorority house, fraternity house","Outside area, other",Match,"Mattress, pillow",Intentional,E2 ,7.066666666666657,2008-03-29 02:20:00,POINT (-78.489569 38.055019),200.0,5.0,1.0,"717 Shamrock Road, Charlottesville, Virginia 22903, United States",POINT (-78.50124700000001 38.020313),996.0,3987.1257475416833 +2801024,406 GARRETT ST,22902,-78.48025,38.027888,Structure Fire ,24.533333333333278,2008-03-30 20:05:33,2008,0.0,Multifamily dwelling,"Cooking area, kitchen",Heat source: other,"Item, Other",Unintentional,E5 ,2.9166666666667203,2008-03-30 20:05:33,POINT (-78.48025 38.027888),200.0,5.0,1.0,"163 Seminole Ct, Charlottesville, Virginia 22901, United States",POINT (-78.48688 38.0663),998.0,4304.027178892384 +2801026,2101 ARLINGTON BLVD,22903,-78.506693,38.049777,Structure Fire ,207.01666666666657,2008-03-31 08:42:59,2008,1500.0,"Reformatory, juvenile detention center","Bathroom, checkroom, lavatory, locker room",Undetermined,"Item, Other",Cause under investigation,BC5 ,4.766666666666688,2008-03-31 08:42:59,POINT (-78.506693 38.049777),200.0,5.0,0.948,"1904 Stadium Road, Charlottesville, Virginia 22903, United States",POINT (-78.51330400000001 38.02912),999.0,2365.6206997603867 +2801062,1010 ELLIOTT AVE,22902,-78.475792,38.018683,Structure Fire ,20.13333333333336,2008-04-03 01:09:18,2008,0.0,1 or 2 family dwelling,"Cooking area, kitchen","Heat from powered equipment, other","Cooking materials, including edible materials",Unintentional,E7 ,6.300000000000001,2008-04-03 01:09:18,POINT (-78.475792 38.018683),200.0,5.0,1.0,"1408 Burgess Lane, Charlottesville, Virginia 22902, United States",POINT (-78.46465499999999 38.024009),1000.0,1142.9453141575802 +2801108,416 GARRETT ST,22902,-78.480188,38.027859,Structure Fire ,23.433333333333263,2008-04-06 12:00:01,2008,200.0,Multifamily dwelling,"Ceiling & floor assembly, crawl space b/t stories","Heat from powered equipment, other","Electrical wire, cable insulation",Failure of equipment or heat source,E7 ,2.9000000000000163,2008-04-06 12:00:01,POINT (-78.480188 38.027859),200.0,5.0,1.0,"932 Henry Avenue, Charlottesville, Virginia 22903, United States",POINT (-78.489023 38.039934),1001.0,1548.8575355093856 +2801181,1010 WERTLAND ST,22901,-78.49477,38.06987,Natural vegetation fire ,7.150000000000032,2008-04-11 23:43:10,2008,0.0,Multifamily dwelling,,Undetermined,,Undetermined,E7 ,4.900000000000032,2008-04-11 23:43:10,POINT (-78.49477 38.06987),200.0,5.0,0.595,"Charlottesville, Virginia, United States",POINT (-78.47669999999999 38.0293),1002.0,4775.2683165964645 +2801184,620 W MAIN ST,22903,-78.489177,38.031269,Mobile property (vehicle) fire ,13.983333333333265,2008-04-12 12:08:30,2008,0.0,Street or road in commercial area,"Engine area, running gear, wheel area","Radiated, conducted heat from operating equipment",Tire,Unintentional,BC3 ,2.650000000000032,2008-04-12 12:08:30,POINT (-78.489177 38.031269),200.0,5.0,1.0,"411 Garrett Street, Charlottesville, Virginia 22902, United States",POINT (-78.48126499999999 38.026845),1005.0,850.8628985847362 +2801185,201 EMMET ST N,22903,-78.506254,38.041168,Mobile property (vehicle) fire ,36.66666666666672,2008-04-12 15:04:34,2008,0.0,,"Engine area, running gear, wheel area",Heat source: other,"Item, Other",Unintentional,E6 ,0.6000000000000479,2008-04-12 15:04:34,POINT (-78.506254 38.041168),200.0,5.0,1.0,"128 Stribling Avenue, Charlottesville, Virginia 22903, United States",POINT (-78.516734 38.022552),1006.0,2262.335546861935 +2801191,,22902,-78.49047,38.00955,Special outside fire ,10.966666666666608,2008-04-12 22:09:08,2008,0.0,,,,,Open/outdoor fire,E7 ,6.433333333333344,2008-04-12 22:09:08,POINT (-78.49047 38.00955),200.0,5.0,1.0,"2311 Tarleton Drive, Charlottesville, Virginia 22901, United States",POINT (-78.466824 38.06526),1007.0,6524.10305977881 +2801224,224 9TH ST SW,22902,-78.494714,38.030498,Structure Fire ,163.2166666666661,2008-04-16 11:47:00,2008,12000.0,1 or 2 family dwelling,Wall assembly,Arcing,Structural member or framing,Unintentional,BC5 ,0.016666666666703998,2008-04-16 11:47:00,POINT (-78.494714 38.030498),200.0,5.0,1.0,"1025 Seminole Trl, Charlottesville, Virginia 22901, United States",POINT (-78.48887999999999 38.06478),1009.0,3840.268972142326 +2801234,218 14TH ST NW,22903,-78.49885,38.035318,Structure Fire ,67.90000000000003,2008-04-17 11:43:59,2008,0.0,Multifamily dwelling,"Cooking area, kitchen",Heat source: other,"Cooking materials, including edible materials",Unintentional,TRK01 ,4.816666666666657,2008-04-17 11:43:59,POINT (-78.49885 38.035318),200.0,5.0,1.0,"200 Rugby Road, Charlottesville, Virginia 22903, United States",POINT (-78.490022 38.056092),1010.0,2433.0583204055047 +2801258,501 CHERRY AVE,22902,-78.490553,38.027038,Special outside fire ,40.95,2008-04-18 23:50:30,2008,0.0,Graded and cared-for plots of land,,Heat from other open flame or smoking materials,,Open/outdoor fire,E7 ,5.433333333333264,2008-04-18 23:50:30,POINT (-78.49055300000001 38.027038),200.0,5.0,1.0,"1909 Swanson Drive, Charlottesville, Virginia 22901, United States",POINT (-78.493782 38.061858),1011.0,3876.0673685142738 +2801259,1215 WERTLAND ST,22903,-78.497436,38.034318,Structure Fire ,36.58333333333334,2008-04-19 01:07:42,2008,350.0,Multifamily dwelling,"Exterior balcony, unenclosed porch",Hot ember or ash,Undetermined,Unintentional,E7 ,5.8666666666667036,2008-04-19 01:07:42,POINT (-78.49743599999999 38.034318),200.0,5.0,1.0,"815 Prospect Avenue, Charlottesville, Virginia 22903, United States",POINT (-78.497569 38.02081),1012.0,1499.6841568785503 +2801266,300 MONTICELLO AV,22902,-78.483278,38.027676,Natural vegetation fire ,1.899999999999936,2008-04-19 17:46:36,2008,0.0,,,Undetermined,,Undetermined,E7 ,0.11666666666664001,2008-04-19 17:46:36,POINT (-78.483278 38.027676),200.0,5.0,1.0,"12 Elliewood Avenue, Charlottesville, Virginia 22903, United States",POINT (-78.500173 38.036159),1013.0,1757.2539990589705 +2801319,,22901,-78.49047,38.00955,Natural vegetation fire ,6.366666666666672,2008-04-24 14:25:48,2008,0.0,,,,,"Debris, vegetation burn",E7 ,2.166666666666624,2008-04-24 14:25:48,POINT (-78.49047 38.00955),200.0,5.0,1.0,"1029 Hazel Street, Charlottesville, Virginia 22902, United States",POINT (-78.467737 38.03506),1014.0,3465.0857826367196 +2801344,1522 E HIGH ST,22901,-78.460885,38.033704,Mobile property (vehicle) fire ,85.00000000000003,2008-04-26 02:58:30,2008,5000.0,,Operator/passenger area of transportation equip.,Undetermined,Undetermined,Cause under investigation,E1 ,5.383333333333296,2008-04-26 02:58:30,POINT (-78.460885 38.033704),200.0,5.0,1.0,"2218 Barracks Rd, Charlottesville, Virginia 22903, United States",POINT (-78.50248999999999 38.05656),1015.0,4447.631284917047 +2801352,,22901,-78.49047,38.00955,Mobile property (vehicle) fire ,23.23333333333339,2008-04-26 12:55:16,2008,50.0,Highway or divided highway,"Engine area, running gear, wheel area","Heat from powered equipment, other",Flammable liquid/gas - in/from engine or burner,Unintentional,E2 ,2.966666666666688,2008-04-26 12:55:16,POINT (-78.49047 38.00955),200.0,5.0,1.0,"404 East Main Street, Charlottesville, Virginia 22902, United States",POINT (-78.479176 38.029795),1016.0,2456.7285417682447 +2801414,,22901,-78.49047,38.00955,Natural vegetation fire ,8.900000000000064,2008-05-02 13:05:14,2008,0.0,Street or road in commercial area,,Cigarette,,Smoking,E2 ,3.649999999999968,2008-05-02 13:05:14,POINT (-78.49047 38.00955),200.0,5.0,1.0,"1419 Short 18th Street, Charlottesville, Virginia 22902, United States",POINT (-78.46077699999999 38.026348),1018.0,3206.096960819315 +2801481,,22902,-78.49047,38.00955,Natural vegetation fire ,10.866666666666672,2008-05-07 16:04:15,2008,0.0,,,,,Smoking,E7 ,3.283333333333344,2008-05-07 16:04:15,POINT (-78.49047 38.00955),200.0,5.0,1.0,"104 Lewis Mountain Circle, Charlottesville, Virginia 22903, United States",POINT (-78.514038 38.038901),1020.0,3860.2684301321915 +2801491,978 ROCK CREEK RD,22903,-78.496485,38.020149,Structure Fire ,37.88333333333338,2008-05-08 16:33:11,2008,0.0,1 or 2 family dwelling,"Cooking area, kitchen",Heat source: other,"Box, carton, bag, basket, barrel",Unintentional,E7 ,4.5,2008-05-08 16:33:11,POINT (-78.49648500000001 38.020149),200.0,5.0,1.0,"1419 Short 18th Street, Charlottesville, Virginia 22902, United States",POINT (-78.46077699999999 38.026348),1023.0,3210.5967570579655 +2801539,2208 N BERKSHIRE RD,22902,-78.49047,38.00955,Structure Fire ,398.06666666666644,2008-05-12 06:05:05,2008,100000.0,Multifamily dwelling,Undetermined,Undetermined,Undetermined,Cause under investigation,E6 ,6.783333333333264,2008-05-12 06:05:05,POINT (-78.49047 38.00955),200.0,5.0,1.0,"1515 6th Street Southeast, Charlottesville, Virginia 22902, United States",POINT (-78.48732099999999 38.018471),1024.0,1028.294445278117 +2801545,411 GARRETT ST,22901,-78.480166,38.028001,Structure Fire ,46.50000000000005,2008-05-12 21:17:20,2008,6000.0,Multifamily dwelling,"Cooking area, kitchen","Heat from powered equipment, other","Cooking materials, including edible materials",Unintentional,E7 ,3.1333333333332964,2008-05-12 21:17:20,POINT (-78.480166 38.028001),200.0,5.0,0.948,"2709 Jefferson Park Ave, Charlottesville, Virginia 22903, United States",POINT (-78.512134 38.016107),1026.0,3102.5551985403094 +2801610,200 SHAMROCK RD,22903,-78.510394,38.02663,Natural vegetation fire ,106.88333333333328,2008-05-17 23:33:33,2008,0.0,Railroad right of way ,,,,Undetermined,E6 ,7.08333333333336,2008-05-17 23:33:33,POINT (-78.51039400000001 38.02663),200.0,5.0,0.948,"1800 Jefferson Park Avenue, Charlottesville, Virginia 22903, United States",POINT (-78.50887899999999 38.028802),1027.0,275.3980247582733 +2801688,619 MADISON AVE,22903,-78.49617,38.040331,Structure Fire ,44.81666666666669,2008-05-23 21:52:41,2008,500.0,Multifamily dwelling,"Cooking area, kitchen","Radiated, conducted heat from operating equipment","Atomized liquid, vaporized liquid, aerosol.",Unintentional,E7 ,5.1166666666666085,2008-05-23 21:52:41,POINT (-78.49617000000001 38.040331),200.0,5.0,0.997371,"Grove Street Ext, Charlottesville, Virginia 22903, United States",POINT (-78.50620429999999 38.0275323),1028.0,1671.9068457833787 +2801718,1305 E MARKET ST,22901,-78.466991,38.026287,Mobile property (vehicle) fire ,13.31666666666669,2008-05-26 20:53:03,2008,500.0,Vehicle parking area,"Engine area, running gear, wheel area","Radiated, conducted heat from operating equipment","Electrical wire, cable insulation",Unintentional,E1 ,5.06666666666664,2008-05-26 20:53:03,POINT (-78.46699099999999 38.026287),200.0,5.0,1.0,"906 Charlton Avenue, Charlottesville, Virginia 22903, United States",POINT (-78.48805299999999 38.038366),1029.0,2284.49526740996 +2801722,1317 HILLTOP RD,22903,-78.491528,38.050749,Structure Fire ,21.433333333333394,2008-05-27 05:49:44,2008,1500.0,Graded and cared-for plots of land,"Storage room, area, tank, or bin",Chemical reaction,Undetermined,Unintentional,E2 ,4.533333333333264,2008-05-27 05:49:44,POINT (-78.491528 38.050749),200.0,5.0,1.0,"600 Preston Avenue, Charlottesville, Virginia 22903, United States",POINT (-78.486011 38.034938),1030.0,1820.9333342031118 +2801795,900 E JEFFERSON ST,22902,-78.47431,38.030593,Natural vegetation fire ,15.783333333333262,2008-06-02 13:34:08,2008,0.0,Vehicle parking area,,,,Undetermined,E5 ,4.599999999999936,2008-06-02 13:34:08,POINT (-78.47431 38.030593),200.0,5.0,1.0,"1111 Little High Street, Charlottesville, Virginia 22902, United States",POINT (-78.46972100000001 38.030859),1031.0,404.0586887117787 +2801802,1936 ARLINGTON BLVD,22903,-78.505486,38.048863,Mobile property (vehicle) fire ,56.483333333333285,2008-06-02 20:38:25,2008,0.0,"Street, other",Undetermined,Undetermined,Undetermined,Cause undetermined after investigation,BC5 ,0.083333333333376,2008-06-02 20:38:25,POINT (-78.505486 38.048863),200.0,5.0,1.0,"1303 Wertland Street, Charlottesville, Virginia 22903, United States",POINT (-78.49763299999999 38.035078),1032.0,1678.5381616287164 +2801819,,22901,-78.49047,38.00955,Natural vegetation fire ,111.03333333333336,2008-06-04 07:51:21,2008,0.0,"Outside or special property, other",,Lightning,,Natural source,E1 ,2.949999999999984,2008-06-04 07:51:21,POINT (-78.49047 38.00955),200.0,5.0,1.0,"1801 Hydraulic Road, Charlottesville, Virginia 22901, United States",POINT (-78.489603 38.061496),1033.0,5767.500005781915 +2801829,979 ROCK CREEK RD,22902,-78.496594,38.02011,Structure Fire ,211.46666666666545,2008-06-05 01:00:45,2008,65000.0,1 or 2 family dwelling,"Ceiling & floor assembly, crawl space b/t stories",Lightning,Structural member or framing,Act of nature,E7 ,5.783333333333328,2008-06-05 01:00:45,POINT (-78.496594 38.02011),200.0,5.0,1.0,"404 Garrett Street, Charlottesville, Virginia 22902, United States",POINT (-78.48124300000001 38.028064),1034.0,1611.6003980922173 +2801852,1 MORTON DR,22901,-78.495953,38.055783,Structure Fire ,32.36666666666674,2008-06-07 10:26:37,2008,0.0,Business office,"Cooking area, kitchen","Radiated, conducted heat from operating equipment","Furniture, utensils, other",Unintentional,E2 ,3.399999999999984,2008-06-07 10:26:37,POINT (-78.495953 38.055783),200.0,5.0,1.0,"905 West Street, Charlottesville, Virginia 22903, United States",POINT (-78.490666 38.036611),1035.0,2178.4828574078842 +2801883,1045 5TH ST SW,22901,-78.49477,38.06987,Structure Fire ,168.99999999999983,2008-06-09 20:36:37,2008,45000.0,1 or 2 family dwelling,"Cooking area, kitchen",Undetermined,Appliance housing or casing,Cause under investigation,BC2 ,2.4333333333333123,2008-06-09 20:36:37,POINT (-78.49477 38.06987),200.0,5.0,1.0,"400 11th Street Northeast, Charlottesville, Virginia 22902, United States",POINT (-78.470872 38.030637),1036.0,4834.584785336794 +2801894,1800 JEFFERSON PARK,22903,-78.50968,38.028668,Structure Fire ,40.200000000000045,2008-06-10 21:30:35,2008,300.0,Multifamily dwelling,"Cooking area, kitchen","Radiated, conducted heat from operating equipment",Cabinetry (including built-in),Unintentional,E6 ,5.550000000000049,2008-06-10 21:30:35,POINT (-78.50968 38.028668),200.0,5.0,1.0,"400 Fairway Avenue, Charlottesville, Virginia 22902, United States",POINT (-78.46193 38.027702),1037.0,4194.603175805196 +2801908,766 PROSPECT AVE,22902,-78.494929,38.023772,Structure Fire ,31.450000000000028,2008-06-11 22:36:35,2008,0.0,Multifamily dwelling,"Cooking area, kitchen","Radiated, conducted heat from operating equipment","Cooking materials, including edible materials",Unintentional,E7 ,5.600000000000016,2008-06-11 22:36:35,POINT (-78.494929 38.023772),200.0,5.0,1.0,"1202 East High Street, Charlottesville, Virginia 22902, United States",POINT (-78.466138 38.031708),1038.0,2677.455499542032 +2801916,1004 KING ST,22902,-78.497753,38.029125,Structure Fire ,249.5166666666667,2008-06-12 14:11:16,2008,150000.0,1 or 2 family dwelling,Wall surface: exterior,Heat source: other,Exterior wall covering or finish,Cause under investigation,BC3 ,3.316666666666608,2008-06-12 14:11:16,POINT (-78.497753 38.029125),200.0,5.0,1.0,"1133 Emmet Street North, Charlottesville, Virginia 22903, United States",POINT (-78.50058199999999 38.051954),1039.0,2546.588362465305 +2801966,,22902,-78.49047,38.00955,Mobile property (vehicle) fire ,81.7333333333334,2008-06-17 02:43:54,2008,2500.0,Vacant lot,"Engine area, running gear, wheel area",Undetermined,Undetermined,Cause under investigation,PRE1 ,2.633333333333328,2008-06-17 02:43:54,POINT (-78.49047 38.00955),200.0,5.0,1.0,"768 Prospect Ave, Charlottesville, Virginia 22903, United States",POINT (-78.49587 38.02251),1042.0,1514.9569333161403 +2801986,1720 CHERRY AVE,22902,-78.510501,38.020012,Natural vegetation fire ,34.916666666666686,2008-06-18 16:04:41,2008,0.0,Graded and cared-for plots of land,,,,Undetermined,E7 ,6.333333333333264,2008-06-18 16:04:41,POINT (-78.510501 38.020012),200.0,5.0,1.0,"1113 Little High Street, Charlottesville, Virginia 22902, United States",POINT (-78.469663 38.030263),1043.0,3762.6237535548366 +2801991,908 COTTAGE LN,22903,-78.497334,38.04585,Structure Fire ,137.86666666666662,2008-06-19 03:24:28,2008,5000.0,"Boarding/rooming house, residential hotels","Exterior balcony, unenclosed porch",Undetermined,Undetermined,Cause under investigation,E1 ,6.716666666666737,2008-06-19 03:24:28,POINT (-78.497334 38.04585),200.0,5.0,1.0,"114 Carrollton Terrace, Charlottesville, Virginia 22903, United States",POINT (-78.509472 38.027356),1044.0,2313.3137643023883 +2802000,,22902,-78.49047,38.00955,Mobile property (vehicle) fire ,22.566666666666674,2008-06-20 00:15:21,2008,2000.0,,Multiple areas,Undetermined,Undetermined,Cause undetermined after investigation,E7 ,4.5,2008-06-20 00:15:21,POINT (-78.49047 38.00955),200.0,5.0,1.0,"734 Prospect Avenue, Charlottesville, Virginia 22903, United States",POINT (-78.494119 38.023822),1045.0,1616.5463437538654 +2802025,,22902,-78.49047,38.00955,Natural vegetation fire ,13.516666666666703,2008-06-22 12:08:29,2008,0.0,"Street, other",,,,Undetermined,E7 ,2.9000000000000163,2008-06-22 12:08:29,POINT (-78.49047 38.00955),200.0,5.0,1.0,"911 West Street, Charlottesville, Virginia 22903, United States",POINT (-78.491135 38.036757),1046.0,3021.0540184375327 +2802044,1719 HYDRAULIC RD,22903,-78.48922,38.058878,Mobile property (vehicle) fire ,62.999999999999986,2008-06-24 05:28:05,2008,150000.0,Vehicle parking area,"Vehicle area, other",Undetermined,Undetermined,Cause under investigation,E2 ,4.366666666666656,2008-06-24 05:28:05,POINT (-78.48922 38.058878),200.0,5.0,1.0,"1215 Wertland Street, Charlottesville, Virginia 22903, United States",POINT (-78.497319 38.034819),1047.0,2764.0311364798604 +2802058,800 ROSE HILL DR,22902,-78.487017,38.038456,Natural vegetation fire ,140.61666666666673,2008-06-25 09:20:46,2008,0.0,Multifamily dwelling,,,,Undetermined,E7 ,4.233333333333312,2008-06-25 09:20:46,POINT (-78.48701699999999 38.038456),200.0,5.0,1.0,"110 5th Street Northeast, Charlottesville, Virginia 22902, United States",POINT (-78.478093 38.030232),1049.0,1203.1856890310426 +2802132,1935 ARLINGTON BLVD,22901,-78.504606,38.048453,"Fire, other ",16.566666666666624,2008-06-30 21:26:39,2008,0.0,Restaurant or cafeteria,Wall surface: exterior,"Radiated, conducted heat from operating equipment","Light vegetation - not crop, including grass",Unintentional,E2 ,5.683333333333392,2008-06-30 21:26:39,POINT (-78.504606 38.048453),200.0,5.0,1.0,"104 Antoinette Court, Charlottesville, Virginia 22903, United States",POINT (-78.500731 38.020847),1050.0,3083.6041451853134 +2802141,738 PROSPECT AVE,22902,-78.494673,38.024162,Structure Fire ,34.01666666666669,2008-07-01 13:04:06,2008,150.0,Multifamily dwelling,"Cooking area, kitchen","Radiated, conducted heat from operating equipment","Cooking materials, including edible materials",Unintentional,E7 ,4.066666666666704,2008-07-01 13:04:06,POINT (-78.49467300000001 38.024162),200.0,5.0,1.0,"799 East Water Street, Charlottesville, Virginia 22902, United States",POINT (-78.47252400000001 38.027354),1051.0,1977.1287664117904 +2802165,400 E MAIN ST,22902,-78.479139,38.030013,Special outside fire ,13.783333333333394,2008-07-02 20:27:35,2008,0.0,"Street, other",Other,"Hot or smoldering object, other","Magazine, newspaper, writing paper",Intentional,E5 ,4.233333333333312,2008-07-02 20:27:35,POINT (-78.479139 38.030013),200.0,5.0,1.0,"125 Baylor Lane, Charlottesville, Virginia 22902, United States",POINT (-78.491946 38.019849),1052.0,1593.1935078492484 +2802171,900 EAST JEFFERSON ST,22903,-78.47431,38.030593,Natural vegetation fire ,8.750000000000016,2008-07-03 12:18:12,2008,0.0,,,,,Undetermined,E7 ,4.116666666666672,2008-07-03 12:18:12,POINT (-78.47431 38.030593),200.0,5.0,1.0,"2514 Plateau Road, Charlottesville, Virginia 22903, United States",POINT (-78.52197 38.025098),1053.0,4229.549375979194 +2802172,900 E JEFFERSON ST,22901,-78.47431,38.030593,Natural vegetation fire ,13.266666666666719,2008-07-03 15:16:27,2008,0.0,Graded and cared-for plots of land,,,,Smoking,E5 ,4.549999999999968,2008-07-03 15:16:27,POINT (-78.47431 38.030593),200.0,5.0,1.0,"1806 Barracks Road, Charlottesville, Virginia 22903, United States",POINT (-78.493729 38.047759),1054.0,2557.1715047294783 +2802186,822 ANDERSON ST,22902,-78.490704,38.035466,Special outside fire ,38.000000000000014,2008-07-04 19:03:27,2008,350.0,1 or 2 family dwelling,"Courtyard, patio, porch, terrace","Spark, ember, or flame from operating equipment",Undetermined,Unintentional,E7 ,2.499999999999984,2008-07-04 19:03:27,POINT (-78.49070399999999 38.035466),200.0,5.0,1.0,"500 1st Street South, Charlottesville, Virginia 22902, United States",POINT (-78.483119 38.026924),1056.0,1158.8603159929646 +2802249,604 CABELL AVE,22903,-78.497572,38.040907,Structure Fire ,97.80000000000004,2008-07-08 22:09:56,2008,1000.0,Multifamily dwelling,Bedroom - < 5 persons; included are jail or prison,Undetermined,Floor covering or rug/carpet/mat,Cause under investigation,E1 ,6.050000000000017,2008-07-08 22:09:56,POINT (-78.49757200000001 38.040907),200.0,5.0,1.0,"1208 Holmes Avenue, Charlottesville, Virginia 22901, United States",POINT (-78.460553 38.046629),1057.0,3311.6942969956635 +2802253,762 PROSPECT AVE,22902,-78.494891,38.023826,Structure Fire ,94.08333333333327,2008-07-09 11:57:50,2008,2500.0,Multifamily dwelling,"Exterior stairway, ramp, or fire escape",Match,Undetermined,Cause under investigation,E7 ,6.300000000000001,2008-07-09 11:57:50,POINT (-78.494891 38.023826),200.0,5.0,0.948,"2111 Jefferson Park Avenue, Charlottesville, Virginia 22903, United States",POINT (-78.51499 38.026637),1058.0,1792.451671237737 +2802256,225 DICE ST,22902,-78.48398,38.027396,Structure Fire ,10.966666666666608,2008-07-09 15:59:08,2008,1000.0,1 or 2 family dwelling,"Courtyard, patio, porch, terrace",Undetermined,Undetermined,Cause undetermined after investigation,E7 ,2.8500000000000476,2008-07-09 15:59:08,POINT (-78.48398 38.027396),200.0,5.0,0.948,"1800 Jefferson Park Avenue, Charlottesville, Virginia 22903, United States",POINT (-78.50887899999999 38.028802),1060.0,2192.0959213360225 +2802273,739 NALLE ST,22902,-78.492972,38.029854,Structure Fire ,41.533333333333346,2008-07-11 12:40:45,2008,600.0,1 or 2 family dwelling,"Heating room or area, water heater area","Heat from powered equipment, other",Wearing apparel not on a person,Failure of equipment or heat source,E7 ,4.73333333333328,2008-07-11 12:40:45,POINT (-78.49297199999999 38.029854),200.0,5.0,1.0,"1131 5th Street Southwest, Charlottesville, Virginia 22902, United States",POINT (-78.502968 38.013273),1061.0,2039.4157974205918 +2802292,1000 FOREST HILLS AVE,22902,-78.484621,38.039004,Structure Fire ,33.95000000000002,2008-07-12 18:44:10,2008,0.0,Playground,"Outside area, other","Hot or smoldering object, other","Magazine, newspaper, writing paper",Unintentional,E7 ,3.950000000000064,2008-07-12 18:44:10,POINT (-78.484621 38.039004),200.0,5.0,1.0,"1517 Rosa Terrace, Charlottesville, Virginia 22902, United States",POINT (-78.486834 38.019079),1062.0,2220.5777045709783 +2802294,,22901,-78.49047,38.00955,Mobile property (vehicle) fire ,23.083333333333343,2008-07-12 22:38:22,2008,0.0,,Operator/passenger area of transportation equip.,"Hot or smoldering object, other",Multiple items first ignited,Cause undetermined after investigation,E5 ,4.250000000000016,2008-07-12 22:38:22,POINT (-78.49047 38.00955),200.0,5.0,1.0,"216 Water Street West, Charlottesville, Virginia 22902, United States",POINT (-78.48358899999999 38.030261),1063.0,2377.406719356037 +2802336,900 EAST JEFFERSON ST,22901,-78.47431,38.030593,"Cultivated vegetation, crop fire ",11.516666666666689,2008-07-17 12:13:37,2008,20.0,Graded and cared-for plots of land,,,,Undetermined,E5 ,4.566666666666672,2008-07-17 12:13:37,POINT (-78.47431 38.030593),200.0,5.0,1.0,"818 Altavista Avenue, Charlottesville, Virginia 22902, United States",POINT (-78.479038 38.018963),1064.0,1356.2795774242502 +2802337,720 PROSPECT AVE,22902,-78.494604,38.024528,Structure Fire ,63.31666666666665,2008-07-17 17:57:03,2008,10000.0,Multifamily dwelling,"Cooking area, kitchen","Radiated, conducted heat from operating equipment","Cooking materials, including edible materials",Unintentional,E7 ,4.5,2008-07-17 17:57:03,POINT (-78.494604 38.024528),200.0,5.0,1.0,"1400 Melbourne Road, Charlottesville, Virginia 22901, United States",POINT (-78.47626700000001 38.052333),1065.0,3481.554516830926 +2802354,764 PROSPECT AVE,22902,-78.49491,38.023799,"Fire, other ",81.60000000000005,2008-07-19 05:35:29,2008,500.0,"Outside or special property, other","Exterior, exposed surface",Undetermined,Undetermined,Cause undetermined after investigation,E7 ,5.666666666666688,2008-07-19 05:35:29,POINT (-78.49491 38.023799),200.0,5.0,1.0,"407 Paton Street, Charlottesville, Virginia 22903, United States",POINT (-78.50246799999999 38.027328),1066.0,770.7399046850772 +2802436,1114 EMMET ST,22902,-78.49047,38.00955,Mobile property (vehicle) fire ,38.93333333333328,2008-07-25 21:42:29,2008,2000.0,,"Engine area, running gear, wheel area","Heat from powered equipment, other",Undetermined,Unintentional,E6 ,6.149999999999952,2008-07-25 21:42:29,POINT (-78.49047 38.00955),200.0,5.0,1.0,"830 Cherry Ave, Charlottesville, Virginia 22903, United States",POINT (-78.49338 38.02824),1067.0,2090.6204662615633 +2802439,300 2ND ST SE,22901,-78.481386,38.029108,Natural vegetation fire ,9.749999999999952,2008-07-26 06:34:04,2008,0.0,Railroad right of way ,,,,Undetermined,E7 ,3.733333333333344,2008-07-26 06:34:04,POINT (-78.481386 38.029108),200.0,5.0,1.0,"537 2nd Street Northeast, Charlottesville, Virginia 22902, United States",POINT (-78.478679 38.035639),1068.0,763.0392417112596 +2802444,900 EAST JEFFERSON ST,22901,-78.47431,38.030593,"Cultivated vegetation, crop fire ",11.650000000000032,2008-07-26 14:03:30,2008,10.0,,,,,Undetermined,E5 ,4.883333333333328,2008-07-26 14:03:30,POINT (-78.47431 38.030593),200.0,5.0,1.0,"742 Prospect Avenue, Charlottesville, Virginia 22903, United States",POINT (-78.49360299999999 38.024382),1069.0,1829.20191767109 +2802523,1139 5TH ST SW,22901,-78.49477,38.06987,Mobile property (vehicle) fire ,23.51666666666664,2008-08-01 19:10:30,2008,0.0,,Operator/passenger area of transportation equip.,"Heat from powered equipment, other","Upholstered sofa, chair, vehicle seats",Failure of equipment or heat source,E5 ,3.5333333333333283,2008-08-01 19:10:30,POINT (-78.49477 38.06987),200.0,5.0,1.0,"2045 Barracks Rd, Charlottesville, Virginia 22903, United States",POINT (-78.49815 38.05077),1070.0,2141.1213691266303 +2802527,101 E MARKET ST,22902,-78.481004,38.031589,Natural vegetation fire ,30.53333333333333,2008-08-02 13:35:52,2008,0.0,"Residential street, road or residential driveway",,,,Undetermined,E5 ,3.199999999999968,2008-08-02 13:35:52,POINT (-78.481004 38.031589),200.0,5.0,1.0,"810 Village Road, Charlottesville, Virginia 22903, United States",POINT (-78.49993600000001 38.017896),1073.0,2252.828571782468 +2802531,,22902,-78.49047,38.00955,Mobile property (vehicle) fire ,31.43333333333333,2008-08-03 02:57:42,2008,0.0,Highway or divided highway,Other,Undetermined,"Item, Other",Unintentional,E2 ,4.999999999999968,2008-08-03 02:57:42,POINT (-78.49047 38.00955),200.0,5.0,1.0,"1220 Smith Street, Charlottesville, Virginia 22901, United States",POINT (-78.458167 38.040168),1074.0,4427.464738453963 +2802539,1600 6TH ST SE,22902,-78.486532,38.016944,Natural vegetation fire ,30.88333333333339,2008-08-04 13:23:55,2008,0.0,,,,,Undetermined,E7 ,3.983333333333328,2008-08-04 13:23:55,POINT (-78.486532 38.016944),200.0,5.0,1.0,"501 West Main Street, Charlottesville, Virginia 22903, United States",POINT (-78.48761500000001 38.031123),1075.0,1577.009782800735 +2802556,1404 E HIGH ST,22902,-78.463057,38.032611,Mobile property (vehicle) fire ,14.18333333333328,2008-08-05 12:25:38,2008,0.0,,Undetermined,"Hot or smoldering object, other",Undetermined,Unintentional,E1 ,4.883333333333328,2008-08-05 12:25:38,POINT (-78.46305700000001 38.032611),200.0,5.0,1.0,"1503 Broad Avenue, Charlottesville, Virginia 22903, United States",POINT (-78.504237 38.024504),1076.0,3726.583412276989 +2802595,1138 ROSE HILL DR,22902,-78.483974,38.042937,"Cultivated vegetation, crop fire ",6.250000000000031,2008-08-08 14:06:34,2008,0.0,Vehicle parking area,,,,Smoking,E2 ,3.233333333333376,2008-08-08 14:06:34,POINT (-78.483974 38.042937),200.0,5.0,1.0,"158 Brandywine Court, Charlottesville, Virginia 22901, United States",POINT (-78.48705099999999 38.057917),1077.0,1684.8687600696828 +2802596,235 W MAIN ST,22901,-78.483157,38.031128,Natural vegetation fire ,18.299999999999955,2008-08-08 14:57:32,2008,0.0,Street or road in commercial area,,,,Undetermined,E5 ,2.166666666666624,2008-08-08 14:57:32,POINT (-78.48315700000001 38.031128),200.0,5.0,1.0,"932 Monticello Avenue, Charlottesville, Virginia 22902, United States",POINT (-78.47484 38.021998),1078.0,1249.346714822825 +2802603,1500 CARLTON AV,22901,-78.464702,38.021097,Structure Fire ,174.08333333333232,2008-08-08 22:20:11,2008,35000.0,1 or 2 family dwelling,Bedroom - < 5 persons; included are jail or prison,Undetermined,"Bedding; blanket, sheet, comforter",Cause under investigation,BC1 ,5.583333333333312,2008-08-08 22:20:11,POINT (-78.464702 38.021097),200.0,5.0,1.0,"910 1st Street, Charlottesville, Virginia 22902, United States",POINT (-78.48645999999999 38.021458),1079.0,1911.3178992555029 +2802607,760 PROSPECT AVE,22902,-78.494872,38.023853,Structure Fire ,31.133333333333375,2008-08-09 03:57:34,2008,0.0,Multifamily dwelling,"Cooking area, kitchen","Radiated, conducted heat from operating equipment","Cooking materials, including edible materials",Unintentional,E7 ,6.599999999999953,2008-08-09 03:57:34,POINT (-78.494872 38.023853),200.0,5.0,1.0,"107 1st St S, Charlottesville, Virginia 22902, United States",POINT (-78.48161 38.03076),1080.0,1394.4053022420032 +2802627,980 ROCK CREEK RD,22902,-78.496436,38.020228,Structure Fire ,17.450000000000063,2008-08-10 17:43:23,2008,0.0,1 or 2 family dwelling,"Cooking area, kitchen","Radiated, conducted heat from operating equipment","Cooking materials, including edible materials",Unintentional,E7 ,4.8666666666666245,2008-08-10 17:43:23,POINT (-78.496436 38.020228),200.0,5.0,1.0,"512 Cleveland Avenue, Charlottesville, Virginia 22903, United States",POINT (-78.499064 38.016856),1081.0,439.7890055965829 +2802633,2001 HESSIAN RD,22903,-78.495693,38.050816,Structure Fire ,41.63333333333328,2008-08-11 14:16:42,2008,0.0,1 or 2 family dwelling,"Cooking area, kitchen","Radiated, conducted heat from operating equipment","Cooking materials, including edible materials",Unintentional,BC5 ,6.149999999999952,2008-08-11 14:16:42,POINT (-78.495693 38.050816),200.0,5.0,1.0,"313 2nd St SE, Charlottesville, Virginia 22902, United States",POINT (-78.48151 38.02912),1082.0,2711.5448337516204 +2802655,1903 SWANSON DR,22901,-78.494161,38.061856,Outside rubbish fire ,10.649999999999952,2008-08-13 16:07:28,2008,0.0,"Outside or special property, other",,,,,E2 ,5.133333333333312,2008-08-13 16:07:28,POINT (-78.49416100000001 38.061856),200.0,5.0,1.0,"127 Ivy Drive, Charlottesville, Virginia 22903, United States",POINT (-78.516381 38.048228),1083.0,2468.5405250377553 +2802683,240 ZAN RD,22903,-78.487178,38.063844,Mobile property (vehicle) fire ,34.01666666666669,2008-08-15 14:49:28,2008,0.0,Vehicle parking area,"Engine area, running gear, wheel area","Radiated, conducted heat from operating equipment",Undetermined,Unintentional,E2 ,4.650000000000048,2008-08-15 14:49:28,POINT (-78.487178 38.063844),200.0,5.0,1.0,"722 Madison Ave, Charlottesville, Virginia 22903, United States",POINT (-78.49438000000001 38.04162),1084.0,2547.011464748301 +2802690,102 MORRIS PAUL CT,22903,-78.522204,38.024066,Special outside fire ,12.916666666666657,2008-08-15 22:59:03,2008,0.0,"Lake, river, stream",,,,Other cause,E6 ,6.683333333333328,2008-08-15 22:59:03,POINT (-78.522204 38.024066),200.0,5.0,1.0,"1423 Burgess Lane, Charlottesville, Virginia 22902, United States",POINT (-78.465706 38.023387),1085.0,4962.304010122504 +2802719,100 E MAIN ST,22901,-78.481446,38.030741,Outside rubbish fire ,9.466666666666704,2008-08-18 15:27:07,2008,0.0,,,,,,E5 ,3.36666666666672,2008-08-18 15:27:07,POINT (-78.48144600000001 38.030741),200.0,5.0,1.0,"809 Jefferson Street, Charlottesville, Virginia 22902, United States",POINT (-78.474952 38.030968),1086.0,570.8174888727408 +2802730,,22903,-78.49047,38.00955,Natural vegetation fire ,19.449999999999935,2008-08-19 15:54:22,2008,50.0,Vehicle parking area,,Undetermined,,Undetermined,E6 ,5.216666666666688,2008-08-19 15:54:22,POINT (-78.49047 38.00955),200.0,5.0,1.0,"1710 Monticello Rd, Charlottesville, Virginia 22902, United States",POINT (-78.47382 38.01348),1087.0,1526.171905407832 +2802794,720 PROSPECT AVE,22902,-78.494604,38.024528,Special outside fire ,17.416666666666654,2008-08-25 08:26:18,2008,0.0,,,,,Incendiary,E7 ,3.5500000000000322,2008-08-25 08:26:18,POINT (-78.494604 38.024528),200.0,5.0,1.0,"1615 Emmet Street North, Charlottesville, Virginia 22901, United States",POINT (-78.49660299999999 38.058639),1088.0,3791.030613908058 +2802961,412 GARRETT ST,22902,-78.480213,38.027871,Mobile property (vehicle) fire ,66.08333333333333,2008-09-11 04:40:13,2008,1000.0,,"Exterior, exposed surface",Undetermined,Undetermined,Intentional,E7 ,4.749999999999984,2008-09-11 04:40:13,POINT (-78.48021300000001 38.027871),200.0,5.0,1.0,"459 Locust Avenue, Charlottesville, Virginia 22902, United States",POINT (-78.471586 38.032341),1089.0,905.6451477859988 +2802974,1800 JEFFERSON PARK,22902,-78.50968,38.028668,Structure Fire ,22.016666666666733,2008-09-12 13:38:34,2008,0.0,,"Cooking area, kitchen","Radiated, conducted heat from operating equipment",Undetermined,Failure of equipment or heat source,CHF1 ,0.41666666666673596,2008-09-12 13:38:34,POINT (-78.50968 38.028668),200.0,5.0,1.0,"201 15th Street Northwest, Charlottesville, Virginia 22903, United States",POINT (-78.499725 38.036171),1090.0,1207.47003756535 +2803022,100 SEMINOLE CT,22901,-78.48807,38.065678,Natural vegetation fire ,6.233333333333329,2008-09-16 19:15:51,2008,0.0,"Street, other",,Cigarette,,Smoking,E2 ,4.233333333333312,2008-09-16 19:15:51,POINT (-78.48806999999999 38.065678),200.0,5.0,1.0,"402 14th Street Northwest, Charlottesville, Virginia 22903, United States",POINT (-78.497184 38.037914),1091.0,3184.4881250478234 +2803051,1815 JEFFERSON PARK,22903,-78.510328,38.028374,Structure Fire ,44.55,2008-09-19 23:16:52,2008,0.0,Multifamily dwelling,Bedroom - < 5 persons; included are jail or prison,Pipe or cigar,"Rubbish, trash, or waste",Unintentional,E6 ,5.049999999999936,2008-09-19 23:16:52,POINT (-78.510328 38.028374),200.0,5.0,1.0,"419 Brandon Ave, Charlottesville, Virginia 22903, United States",POINT (-78.504 38.03124),1092.0,640.3295860461244 +2803061,2437 JEFFERSON PARK,22902,-78.514854,38.020869,Structure Fire ,37.53333333333331,2008-09-20 23:04:17,2008,0.0,Vehicle parking area,,,,,E7 ,8.116666666666704,2008-09-20 23:04:17,POINT (-78.514854 38.020869),200.0,5.0,1.0,"2513 Hillwood Place, Charlottesville, Virginia 22901, United States",POINT (-78.47395400000001 38.065053),1093.0,6079.1893499122125 +2803077,,22911,-78.49047,38.00955,Mobile property (vehicle) fire ,427.54999999999967,2008-09-22 22:10:06,2008,71000.0,,Cargo/trunk area - all vehicles,Undetermined,Undetermined,Cause under investigation,BC1 ,1.6666666666666559,2008-09-22 22:10:06,POINT (-78.49047 38.00955),200.0,5.0,1.0,"1801 Hydraulic Road, Charlottesville, Virginia 22901, United States",POINT (-78.489603 38.061496),1094.0,5767.500005781915 +2803238,905 ANDERSON ST,22901,-78.491083,38.035786,Structure Fire ,22.4833333333333,2008-10-07 16:35:08,2008,,1 or 2 family dwelling,,,,,BC6 ,1.5500000000000158,2008-10-07 16:35:08,POINT (-78.491083 38.035786),200.0,5.0,1.0,"113 13th Street Northwest, Charlottesville, Virginia 22903, United States",POINT (-78.498107 38.034205),1095.0,641.2514992292764 +2803246,200 2ND ST SE,22911,-78.44791,38.03442,Special outside fire ,12.616666666666704,2008-10-08 13:58:03,2008,20.0,Railroad yard,,"Radiated, conducted heat from operating equipment",,Undetermined,E7 ,3.249999999999936,2008-10-08 13:58:03,POINT (-78.44790999999999 38.03442),200.0,5.0,1.0,"110 Washington Avenue, Charlottesville, Virginia 22903, United States",POINT (-78.51340500000001 38.027208),1097.0,5806.807290987781 +2803332,1112 MONTICELLO RD,22902,-78.472986,38.022061,Structure Fire ,31.733333333333285,2008-10-16 16:47:54,2008,0.0,Multifamily dwelling,"Cooking area, kitchen","Radiated, conducted heat from operating equipment","Cooking materials, including edible materials",Unintentional,BC3 ,3.6,2008-10-16 16:47:54,POINT (-78.47298600000001 38.022061),200.0,5.0,1.0,"133 Chancellor Street, Charlottesville, Virginia 22903, United States",POINT (-78.50106100000001 38.037814),1098.0,3022.7005272757156 +2803372,27 UNIVERSITY CIR,22903,-78.503635,38.043333,Structure Fire ,252.9333333333331,2008-10-20 07:24:26,2008,60000.0,Multifamily dwelling,"Heating room or area, water heater area",Undetermined,Wearing apparel not on a person,Cause under investigation,BC2 ,5.96666666666664,2008-10-20 07:24:26,POINT (-78.503635 38.043333),200.0,5.0,1.0,"1935 Arlington Blvd, Charlottesville, Virginia 22903, United States",POINT (-78.50449999999999 38.04838),1099.0,565.433529180462 +2803374,748 PROSPECT AVE,22902,-78.494759,38.024013,Structure Fire ,22.366666666666656,2008-10-20 10:09:41,2008,600.0,Multifamily dwelling,"Cooking area, kitchen","Radiated, conducted heat from operating equipment","Cooking materials, including edible materials",Unintentional,CHF1 ,4.333333333333392,2008-10-20 10:09:41,POINT (-78.494759 38.024013),200.0,5.0,1.0,"1706 Chesapeake Street, Charlottesville, Virginia 22902, United States",POINT (-78.458406 38.023848),1100.0,3192.6401880859667 +2803381,601 MONTROSE AVE,22902,-78.482158,38.022727,Structure Fire ,268.9666666666661,2008-10-21 05:45:20,2008,195000.0,1 or 2 family dwelling,"Heating room or area, water heater area",Undetermined,Undetermined,Unintentional,BC2 ,4.533333333333264,2008-10-21 05:45:20,POINT (-78.482158 38.022727),200.0,5.0,1.0,"407 Garrett Street, Charlottesville, Virginia 22902, United States",POINT (-78.481555 38.027037),1101.0,481.41478997687216 +2803439,,22911,-78.49047,38.00955,Outside rubbish fire ,30.366666666666717,2008-10-27 01:35:21,2008,200.0,Outside material storage area,,,,,E7 ,6.700000000000032,2008-10-27 01:35:21,POINT (-78.49047 38.00955),200.0,5.0,0.990714,"760 Walker Square, Charlottesville, Virginia 22903, United States",POINT (-78.49224700000001 38.030388),1102.0,2318.6670490256756 +2803454,1827 BRANDYWINE DR,22903,-78.477186,38.063815,Structure Fire ,69.81666666666668,2008-10-28 12:17:00,2008,800.0,1 or 2 family dwelling,Bedroom - < 5 persons; included are jail or prison,Arcing,Undetermined,Unintentional,E2 ,4.549999999999968,2008-10-28 12:17:00,POINT (-78.477186 38.063815),200.0,5.0,1.0,"1215 Wertland Street, Charlottesville, Virginia 22903, United States",POINT (-78.497319 38.034819),1103.0,3672.435686664576 +2803461,,22901,-78.49047,38.00955,Mobile property (vehicle) fire ,17.31666666666672,2008-10-28 18:33:23,2008,200.0,,"Engine area, running gear, wheel area","Radiated, conducted heat from operating equipment","Liquids, piping, filters, other",Unintentional,E7 ,6.383333333333376,2008-10-28 18:33:23,POINT (-78.49047 38.00955),200.0,5.0,1.0,"829 Hardy Drive, Charlottesville, Virginia 22903, United States",POINT (-78.492417 38.034059),1104.0,2726.3267977946225 +2803476,207 RIDGE ST,22901,-78.485912,38.02899,Structure Fire ,29.833333333333343,2008-10-30 18:50:04,2008,50.0,"Boarding/rooming house, residential hotels","Laundry area, wash house (laundry)",Chemical reaction,"Goods not made up, including fabrics & yard goods",Unintentional,TRK01 ,2.283333333333264,2008-10-30 18:50:04,POINT (-78.485912 38.02899),200.0,5.0,1.0,"1 Morton Drive, Charlottesville, Virginia 22903, United States",POINT (-78.49575900000001 38.055403),1105.0,3057.14516352637 +2803495,1800 JEFFERSON PARK,22902,-78.50968,38.028668,Structure Fire ,53.55,2008-10-31 16:18:27,2008,0.0,Multifamily dwelling,"Cooking area, kitchen","Radiated, conducted heat from operating equipment","Cooking materials, including edible materials",Unintentional,E2 ,9.299999999999953,2008-10-31 16:18:27,POINT (-78.50968 38.028668),200.0,5.0,1.0,"2401 Arlington Boulevard, Charlottesville, Virginia 22903, United States",POINT (-78.507293 38.050894),1106.0,2476.374969736562 +2803579,810 HARDY DR,22902,-78.490605,38.0333,Natural vegetation fire ,6.300000000000001,2008-11-09 01:33:45,2008,0.0,"Outside or special property, other",,,,Undetermined,E7 ,4.549999999999968,2008-11-09 01:33:45,POINT (-78.490605 38.0333),200.0,5.0,1.0,"736 Prospect Ave, Charlottesville, Virginia 22903, United States",POINT (-78.49497 38.02369),1107.0,1133.66088169246 +2803592,1600 6TH ST SE,22903,-78.486532,38.016944,Natural vegetation fire ,67.85000000000007,2008-11-10 11:22:14,2008,0.0,1 or 2 family dwelling,,,,Open/outdoor fire,E5 ,4.466666666666736,2008-11-10 11:22:14,POINT (-78.486532 38.016944),200.0,5.0,1.0,"1309 West Main Street, Charlottesville, Virginia 22903, United States",POINT (-78.498554 38.033871),1109.0,2155.478705191436 +2803617,1004 2ND ST SE,22901,-78.481591,38.02878,Special outside fire ,15.183333333333358,2008-11-12 22:33:16,2008,,1 or 2 family dwelling,,,,Open/outdoor fire,E5 ,11.516666666666687,2008-11-12 22:33:16,POINT (-78.48159099999999 38.02878),200.0,5.0,1.0,"212 5th Street Southwest, Charlottesville, Virginia 22903, United States",POINT (-78.488162 38.029439),1110.0,581.6539628421343 +2803658,619 MADISON AVE,22903,-78.49617,38.040331,Structure Fire ,29.816666666666638,2008-11-16 19:56:56,2008,600.0,Multifamily dwelling,"Common room, den, family room, living room, lounge",Hot ember or ash,Undetermined,Unintentional,E1 ,5.699999999999951,2008-11-16 19:56:56,POINT (-78.49617000000001 38.040331),200.0,5.0,1.0,"112 West Main Street, Charlottesville, Virginia 22902, United States",POINT (-78.482023 38.030411),1111.0,1660.1147421885005 +2803660,1302 PRESTON AV,22903,-78.492979,38.044698,Outside rubbish fire ,33.433333333333344,2008-11-16 21:06:01,2008,0.0,Vehicle parking area,,,,,BC5 ,2.283333333333264,2008-11-16 21:06:01,POINT (-78.49297900000001 38.044698),200.0,5.0,1.0,"500 1st Street South, Charlottesville, Virginia 22902, United States",POINT (-78.483119 38.026924),1112.0,2154.833840660019 +2803666,122 MAYWOOD LN,22902,-78.507735,38.028405,Structure Fire ,70.9166666666667,2008-11-17 08:14:06,2008,1000.0,1 or 2 family dwelling,"Substructure area or space, crawl space","Spark, ember, or flame from operating equipment",Structural member or framing,Failure of equipment or heat source,CHF2 ,5.199999999999984,2008-11-17 08:14:06,POINT (-78.507735 38.028405),200.0,5.0,1.0,"223 4th Street Northwest, Charlottesville, Virginia 22903, United States",POINT (-78.485077 38.034408),1113.0,2098.2947804177575 +2803686,1920 SWANSON DR,22901,-78.493014,38.063231,Outside rubbish fire ,10.399999999999968,2008-11-18 13:59:06,2008,0.0,Vehicle parking area,,,,,E2 ,3.399999999999984,2008-11-18 13:59:06,POINT (-78.493014 38.063231),200.0,5.0,1.0,"123 E Main St, Charlottesville, Virginia 22902, United States",POINT (-78.48086000000001 38.03087),1115.0,3747.8103393538195 +2803688,1006 RUGBY RD,22903,-78.493075,38.046105,Structure Fire ,22.083333333333265,2008-11-18 19:21:06,2008,0.0,1 or 2 family dwelling,,,,,E5 ,6.06666666666672,2008-11-18 19:21:06,POINT (-78.493075 38.046105),200.0,5.0,1.0,"300 4th Street Southeast, Charlottesville, Virginia 22902, United States",POINT (-78.479429 38.028646),1116.0,2278.7316914783028 +2803718,1920 SWANSON DR,22901,-78.493014,38.063231,Outside rubbish fire ,7.216666666666704,2008-11-21 06:07:59,2008,0.0,Vehicle parking area,,,,,E2 ,4.583333333333377,2008-11-21 06:07:59,POINT (-78.493014 38.063231),200.0,5.0,1.0,"124 Maury Avenue, Charlottesville, Virginia 22903, United States",POINT (-78.516144 38.027145),1118.0,4491.492425522207 +2803731,,22903,-78.49047,38.00955,Natural vegetation fire ,24.166666666666654,2008-11-22 13:59:46,2008,0.0,,,,,Undetermined,E7 ,6.116666666666688,2008-11-22 13:59:46,POINT (-78.49047 38.00955),200.0,5.0,0.948,"1800 Jefferson Park Avenue, Charlottesville, Virginia 22903, United States",POINT (-78.50887899999999 38.028802),1119.0,2679.9617019357756 +2803737,1326 RUGBY RD,22903,-78.490293,38.050155,Structure Fire ,39.6,2008-11-22 18:54:13,2008,0.0,1 or 2 family dwelling,"Common room, den, family room, living room, lounge",Hot ember or ash,Undetermined,Unintentional,E2 ,4.250000000000016,2008-11-22 18:54:13,POINT (-78.49029299999999 38.050155),200.0,5.0,1.0,"1022 Grove Street, Charlottesville, Virginia 22903, United States",POINT (-78.498796 38.029284),1120.0,2434.384094373639 +2803753,2716 MCELROY DR,22902,-78.516724,38.015252,Outside rubbish fire ,26.466666666666622,2008-11-23 20:27:45,2008,0.0,,,,,,E7 ,6.383333333333376,2008-11-23 20:27:45,POINT (-78.516724 38.015252),200.0,5.0,1.0,"609 Prospect Avenue, Charlottesville, Virginia 22903, United States",POINT (-78.49515599999999 38.024894),1121.0,2175.7483096146557 +2803780,1215 GRADY AVE,22902,-78.495059,38.039768,Structure Fire ,26.59999999999997,2008-11-26 15:06:19,2008,0.0,1 or 2 family dwelling,"Cooking area, kitchen","Heat from powered equipment, other","Cooking materials, including edible materials",Unintentional,CHF2 ,1.599999999999984,2008-11-26 15:06:19,POINT (-78.495059 38.039768),200.0,5.0,1.0,"101 Kent Terrace, Charlottesville, Virginia 22903, United States",POINT (-78.50999299999999 38.02818),1122.0,1837.0182654503183 +2803790,317 MONTICELLO RD,22902,-78.476572,38.026465,Structure Fire ,185.18333333333328,2008-11-27 22:56:28,2008,175000.0,1 or 2 family dwelling,Bedroom - < 5 persons; included are jail or prison,Undetermined,"Bedding; blanket, sheet, comforter",Cause under investigation,BC5 ,5.016666666666672,2008-11-27 22:56:28,POINT (-78.476572 38.026465),200.0,5.0,1.0,"612 Belmont Avenue, Charlottesville, Virginia 22902, United States",POINT (-78.47970599999999 38.025419),1123.0,298.72172107836883 +2803806,906 BING LN,22903,-78.507885,38.019986,Structure Fire ,32.73333333333336,2008-11-29 17:08:51,2008,0.0,Multifamily dwelling,"Cooking area, kitchen","Spark, ember, or flame from operating equipment","Packing, wrapping material",Unintentional,E7 ,5.750000000000065,2008-11-29 17:08:51,POINT (-78.507885 38.019986),200.0,5.0,1.0,"956 Rockcreek Road, Charlottesville, Virginia 22903, United States",POINT (-78.49687 38.018973),1124.0,973.919264350801 +2803821,911 RIVES ST,22902,-78.471047,38.017479,Special outside fire ,42.54999999999998,2008-12-01 01:51:27,2008,0.0,,,,,Undetermined,E5 ,8.649999999999936,2008-12-01 01:51:27,POINT (-78.471047 38.017479),200.0,5.0,1.0,"501 5th Street Southwest, Charlottesville, Virginia 22902, United States",POINT (-78.489802 38.025247),1125.0,1859.2592052719483 +2803830,218 W WATER ST,22902,-78.483469,38.03055,Mobile property (vehicle) fire ,30.216666666666676,2008-12-01 16:32:59,2008,10000.0,,"Engine area, running gear, wheel area","Radiated, conducted heat from operating equipment",Multiple items first ignited,Failure of equipment or heat source,E7 ,2.450000000000016,2008-12-01 16:32:59,POINT (-78.483469 38.03055),200.0,5.0,1.0,"207 Ridge Street, Charlottesville, Virginia 22902, United States",POINT (-78.486358 38.029033),1126.0,304.5089805192838 +2803847,330 RIVERSIDE AVE,22901,-78.454564,38.025381,Structure Fire ,31.583333333333382,2008-12-02 11:24:12,2008,0.0,,"Common room, den, family room, living room, lounge",Heat source: other,"Item, Other",Unintentional,E7 ,4.700000000000016,2008-12-02 11:24:12,POINT (-78.454564 38.025381),200.0,5.0,1.0,"2232 Banbury Street, Charlottesville, Virginia 22901, United States",POINT (-78.46639399999999 38.062614),1127.0,4262.131831333902 +2803897,828 CABELL AVE,22903,-78.49467,38.043094,Mobile property (vehicle) fire ,14.18333333333328,2008-12-06 11:05:25,2008,0.0,,"Engine area, running gear, wheel area",Heat source: other,Multiple items first ignited,Unintentional,E2 ,6.18333333333336,2008-12-06 11:05:25,POINT (-78.49467 38.043094),200.0,5.0,1.0,"1302 Preston Ave, Charlottesville, Virginia 22903, United States",POINT (-78.49308000000001 38.04251),1128.0,153.92099393306586 +2803900,1822 BROADWAY ST,22902,-78.459063,38.021029,Outside rubbish fire ,43.31666666666664,2008-12-06 12:37:18,2008,0.0,Graded and cared-for plots of land,,,,,E5 ,10.416666666666671,2008-12-06 12:37:18,POINT (-78.459063 38.021029),200.0,5.0,1.0,"2416 Sunset Road, Charlottesville, Virginia 22903, United States",POINT (-78.51773799999999 38.021573),1129.0,5153.456125912785 +2803958,617 MADISON AVE,22901,-78.496176,38.040319,Structure Fire ,53.51666666666673,2008-12-14 02:14:24,2008,1000.0,Multifamily dwelling,"Egress/exit, other","Hot or smoldering object, other","Cooking materials, including edible materials",Unintentional,E5 ,4.983333333333264,2008-12-14 02:14:24,POINT (-78.49617600000001 38.040319),200.0,5.0,1.0,"400 Robertson Avenue, Charlottesville, Virginia 22903, United States",POINT (-78.510969 38.02431),1130.0,2201.3919147092865 +2803962,123 MIDDLESEX DR,22903,-78.500579,38.05821,Outside rubbish fire ,13.066666666666704,2008-12-14 15:16:04,2008,0.0,Graded and cared-for plots of land,,,,,E2 ,5.883333333333264,2008-12-14 15:16:04,POINT (-78.500579 38.05821),200.0,5.0,1.0,"102 Amphitheater Way, Charlottesville, Virginia 22903, United States",POINT (-78.506506 38.03387),1131.0,2751.837729176515 +2804023,418 4TH ST NE,22903,-78.477621,38.033338,Structure Fire ,71.03333333333333,2008-12-20 03:11:57,2008,2000.0,Business office,Office,Candle,Undetermined,Unintentional,E5 ,7.733333333333377,2008-12-20 03:11:57,POINT (-78.477621 38.033338),200.0,5.0,1.0,"1215 Lee Street, Charlottesville, Virginia 22908, United States",POINT (-78.49934500000001 38.031439),1132.0,1919.2260067244372 +2804031,864 ST CHARLES AVE,22902,-78.467588,38.038759,Structure Fire ,29.08333333333339,2008-12-21 05:53:21,2008,0.0,1 or 2 family dwelling,"Common room, den, family room, living room, lounge",Hot ember or ash,"Item, Other",Unintentional,TRK01 ,7.183333333333295,2008-12-21 05:53:21,POINT (-78.46758800000001 38.038759),200.0,5.0,1.0,"295 Massie Road, Charlottesville, Virginia 22903, United States",POINT (-78.506683 38.045968),1133.0,3524.5866625078165 +2804059,732 VILLAGE RD,22903,-78.501005,38.018393,Structure Fire ,25.033333333333392,2008-12-23 17:26:10,2008,0.0,1 or 2 family dwelling,,,,,E7 ,6.683333333333328,2008-12-23 17:26:10,POINT (-78.50100500000001 38.018393),200.0,5.0,0.948,"1404 Jefferson Park Avenue, Charlottesville, Virginia 22903, United States",POINT (-78.502134 38.031716),1134.0,1482.4161857289628 +2804067,2108 HILL ST,22902,-78.511755,38.025549,Outside rubbish fire ,58.73333333333328,2008-12-24 08:05:52,2008,200.0,1 or 2 family dwelling,,,,,E7 ,7.600000000000032,2008-12-24 08:05:52,POINT (-78.51175499999999 38.025549),200.0,5.0,1.0,"252 Mccormick Road, Charlottesville, Virginia 22903, United States",POINT (-78.507148 38.034589),1135.0,1082.0733621189447 +2804073,810 HARDY DR,22902,-78.490605,38.0333,Structure Fire ,21.516666666666627,2008-12-25 05:58:06,2008,0.0,"Street, other",,,,,E7 ,5.750000000000065,2008-12-25 05:58:06,POINT (-78.490605 38.0333),200.0,5.0,1.0,"510 Seymour Road, Charlottesville, Virginia 22903, United States",POINT (-78.51014600000001 38.049362),1136.0,2474.543472865536 +2804078,2672 JEFFERSON PARK,22902,-78.516482,38.018808,Natural vegetation fire ,21.33333333333331,2008-12-26 07:19:44,2008,0.0,Open land or field,,,,Undetermined,E7 ,6.599999999999953,2008-12-26 07:19:44,POINT (-78.516482 38.018808),200.0,5.0,0.948,"1605 Jefferson Park Avenue, Charlottesville, Virginia 22903, United States",POINT (-78.503798 38.032071),1137.0,1846.2947267900627 +2804080,714 GRAVES ST,22902,-78.475197,38.027201,Structure Fire ,28.44999999999994,2008-12-26 17:18:08,2008,0.0,1 or 2 family dwelling,,,,,BC2 ,4.299999999999984,2008-12-26 17:18:08,POINT (-78.47519699999999 38.027201),200.0,5.0,1.0,"225 Hereford Drive, Charlottesville, Virginia 22904, United States",POINT (-78.51927999999999 38.030018),1138.0,3883.7779567279013 +2804111,200 OLD LYNCHBURG RD,22902,-78.514791,38.01574,Outside rubbish fire ,17.933333333333326,2008-12-29 10:12:47,2008,0.0,1 or 2 family dwelling,,,,,E7 ,6.51666666666672,2008-12-29 10:12:47,POINT (-78.514791 38.01574),200.0,5.0,1.0,"173 Culbreth Road, Charlottesville, Virginia 22903, United States",POINT (-78.504805 38.039137),1139.0,2741.522471867069 +2804135,200 W MAIN ST,22902,-78.48228,38.030957,Outside rubbish fire ,41.69999999999995,2008-12-31 20:36:43,2008,0.0,Street or road in commercial area,,,,,E7 ,7.749999999999936,2008-12-31 20:36:43,POINT (-78.48228 38.030957),200.0,5.0,1.0,"201 Sprigg Lane, Charlottesville, Virginia 22903, United States",POINT (-78.507137 38.03853),1140.0,2338.9748763849493 +3800030,435 TREE HOUSE DR,22901,-78.457468,38.072527,Structure Fire ,17.31666666666672,2008-01-16 23:14:09,2008,0.0,"Dormitory type residence, other ","Function area, other","Heat from powered equipment, other","Cooking materials, including edible materials",Unintentional,E5 ,8.616666666666672,2008-01-16 23:14:09,POINT (-78.45746800000001 38.072527),200.0,5.0,1.0,"420 Mccormick Road, Charlottesville, Virginia 22904, United States",POINT (-78.51137 38.034488),1141.0,6342.301519467189 +3800171,215 HEREFORD DR,22901,-78.49477,38.06987,"Cultivated vegetation, crop fire ",66.66666666666667,2008-03-23 15:36:25,2008,2000.0,"Barracks, dormitory",,Hot ember or ash,,Smoking,BC6 ,5.550000000000049,2008-03-23 15:36:25,POINT (-78.49477 38.06987),200.0,5.0,1.0,"583 Brandon Avenue, Charlottesville, Virginia 22903, United States",POINT (-78.50496800000001 38.02955),1142.0,4564.931633552399 +3800192,30 BONNYCASTLE DR,22908,-78.510471,38.035335,Structure Fire ,36.299999999999955,2008-04-02 17:14:49,2008,500.0,"Dormitory type residence, other ","Cooking area, kitchen","Hot or smoldering object, other",Appliance housing or casing,Unintentional,E6 ,5.716666666666656,2008-04-02 17:14:49,POINT (-78.510471 38.035335),200.0,5.0,1.0,"1215 Lee Street, Charlottesville, Virginia 22908, United States",POINT (-78.49934500000001 38.031439),1143.0,1068.4307086961016 +3800217,472 FAULKNER WAY,22902,-78.49047,38.00955,Natural vegetation fire ,42.450000000000045,2008-04-19 12:37:43,2008,0.0,"Barracks, dormitory",,,,Smoking,E6 ,6.733333333333296,2008-04-19 12:37:43,POINT (-78.49047 38.00955),200.0,5.0,1.0,"409 Mccormick Road, Charlottesville, Virginia 22904, United States",POINT (-78.511754 38.033296),1144.0,3231.690822462395 +3800280,,22902,-78.49047,38.00955,Natural vegetation fire ,11.283333333333266,2008-05-23 10:47:02,2008,0.0,Railroad right of way ,,,,Smoking,E7 ,5.416666666666704,2008-05-23 10:47:02,POINT (-78.49047 38.00955),200.0,5.0,1.0,"1914 Thomson Road, Charlottesville, Virginia 22903, United States",POINT (-78.508948 38.036532),1145.0,3406.816714644837 +3800290,1340 JEFFERSON PARK,22902,-78.500554,38.032393,Natural vegetation fire ,19.51666666666661,2008-05-29 19:36:12,2008,0.0,"Adult education center, college classroom",,,,Smoking,E3 ,2.450000000000016,2008-05-29 19:36:12,POINT (-78.50055399999999 38.032393),200.0,5.0,1.0,"1215 Lee Street, Charlottesville, Virginia 22908, United States",POINT (-78.49934500000001 38.031439),1146.0,149.96016190148063 +3800437,422 FARRISH CIR,22901,-78.510873,38.047364,Structure Fire ,11.516666666666689,2008-08-30 02:39:45,2008,10.0,Multifamily dwelling,"Cooking area, kitchen",Heat from other open flame or smoking materials,"Magazine, newspaper, writing paper",Unintentional,E6 ,5.683333333333392,2008-08-30 02:39:45,POINT (-78.510873 38.047364),200.0,5.0,1.0,"420 Mccormick Road, Charlottesville, Virginia 22904, United States",POINT (-78.51137 38.034488),1147.0,1430.1345570162598 +3800441,115 MADISON LN,22903,-78.502126,38.03696,Outside rubbish fire ,7.183333333333295,2008-08-31 01:36:01,2008,0.0,Graded and cared-for plots of land,,,,,E7 ,0.099999999999936,2008-08-31 01:36:01,POINT (-78.502126 38.03696),200.0,5.0,1.0,"1210 Lee St, Charlottesville, Virginia 22903, United States",POINT (-78.49915 38.03143),1148.0,667.2332246924018 +3800445,,22903,-78.49047,38.00955,Special outside fire ,17.033333333333328,2008-09-02 15:25:26,2008,0.0,Railroad right of way ,Railroad right of way: on or near,Cigarette,Railroad ties,Unintentional,E7 ,3.500000000000064,2008-09-02 15:25:26,POINT (-78.49047 38.00955),200.0,5.0,1.0,"145 Mccormick Road, Charlottesville, Virginia 22904, United States",POINT (-78.504367 38.03638),1149.0,3218.966436708223 +3800447,,22903,-78.49047,38.00955,Mobile property (vehicle) fire ,36.66666666666672,2008-09-03 15:23:41,2008,2500.0,,"Engine area, running gear, wheel area",Undetermined,Undetermined,Unintentional,E7 ,3.399999999999984,2008-09-03 15:23:41,POINT (-78.49047 38.00955),200.0,5.0,1.0,"156 Engineer's Way, Charlottesville, Virginia 22904, United States",POINT (-78.511329 38.032122),1151.0,3104.115041515536 +3800501,324 PEYTON CT,22902,-78.477231,38.031099,Structure Fire ,31.783333333333392,2008-09-28 16:32:31,2008,0.0,Multifamily dwelling,"Cooking area, kitchen","Radiated, conducted heat from operating equipment",Household utensils,Intentional,E6 ,4.149999999999936,2008-09-28 16:32:31,POINT (-78.477231 38.031099),200.0,5.0,1.0,"1215 Lee Street, Charlottesville, Virginia 22908, United States",POINT (-78.49934500000001 38.031439),1154.0,1942.2543533206779 +3800559,165 RUGBY RD,22902,-78.49047,38.00955,Outside rubbish fire ,76.14999999999993,2008-10-31 04:56:13,2008,0.0,"Sorority house, fraternity house",,,,,E6 ,5.016666666666672,2008-10-31 04:56:13,POINT (-78.49047 38.00955),200.0,5.0,1.0,"417 Mobile Lane, Charlottesville, Virginia 22903, United States",POINT (-78.51638800000001 38.011849),1155.0,2290.8098866210535 +3800582,579 MCCORMICK RD,22902,-78.49047,38.00955,Natural vegetation fire ,18.68333333333328,2008-11-09 02:54:51,2008,0.0,Open land or field,,Fireworks,,Incendiary,E6 ,7.216666666666703,2008-11-09 02:54:51,POINT (-78.49047 38.00955),200.0,5.0,1.0,"203 Palatine Avenue, Charlottesville, Virginia 22902, United States",POINT (-78.48067 38.015921),1156.0,1114.1007067143053 +3800584,109 CULBRETH RD,22901,-78.49477,38.06987,Outside rubbish fire ,56.716666666666704,2008-11-09 19:53:01,2008,0.0,Auditorium or concert hall,,,,,E6 ,4.95,2008-11-09 19:53:01,POINT (-78.49477 38.06987),200.0,5.0,1.0,"108 2nd Street Southwest, Charlottesville, Virginia 22902, United States",POINT (-78.482331 38.030525),1157.0,4502.493210134145 +3800598,201 SPRIGG LN,22906,-78.599321,38.044054,Structure Fire ,36.4333333333333,2008-11-14 01:22:12,2008,25.0,"Barracks, dormitory","Cooking area, kitchen","Radiated, conducted heat from operating equipment",Household utensils,Unintentional,E6 ,5.033333333333376,2008-11-14 01:22:12,POINT (-78.599321 38.044054),200.0,5.0,1.0,"1614 Greenleaf Lane, Charlottesville, Virginia 22903, United States",POINT (-78.48539 38.050718),1158.0,10029.449276936846 +3800615,2270 IVY RD,22902,-78.49047,38.00955,Outside rubbish fire ,5.16666666666672,2008-11-21 13:15:48,2008,0.0,Hospital - medical or psychiatric,"Outside area, other",Hot ember or ash,"Rubbish, trash, or waste",Unintentional,E6 ,2.966666666666688,2008-11-21 13:15:48,POINT (-78.49047 38.00955),200.0,5.0,1.0,"810 West Main Street, Charlottesville, Virginia 22903, United States",POINT (-78.49194900000001 38.031426),1159.0,2432.1177195136565 +3800636,,22906,-78.49047,38.00955,Structure Fire ,131.2,2008-12-03 12:07:38,2008,0.0,"Street, other","Highway, parking lot, street: on or near",Heat from undetermined smoking material,"Rubbish, trash, or waste",Cause undetermined after investigation,E6 ,4.400000000000064,2008-12-03 12:07:38,POINT (-78.49047 38.00955),200.0,5.0,1.0,"501 Rives Street, Charlottesville, Virginia 22902, United States",POINT (-78.467792 38.021353),1160.0,2384.222574825981 +3800666,203 SPRIGG LN,22908,-78.509187,38.039081,Structure Fire ,37.349999999999994,2008-12-30 20:49:55,2008,0.0,"Dormitory type residence, other ","Cooking area, kitchen","Hot or smoldering object, other",Household utensils,Unintentional,E6 ,4.233333333333312,2008-12-30 20:49:55,POINT (-78.509187 38.039081),200.0,5.0,1.0,"762 Madison Avenue, Charlottesville, Virginia 22903, United States",POINT (-78.49453699999999 38.040674),1161.0,1298.3961329363556 +2900010,2406 JEFFERSON PARK,22903,-78.514774,38.022894,Structure Fire ,52.316666666666634,2009-01-01 22:58:57,2009,0.0,1 or 2 family dwelling,Wall surface: exterior,"Hot or smoldering object, other",Exterior wall covering or finish,Unintentional,E6 ,7.699999999999968,2009-01-01 22:58:57,POINT (-78.514774 38.022894),200.0,5.0,1.0,"127 Birdwood Court, Charlottesville, Virginia 22903, United States",POINT (-78.479128 38.041946),1162.0,3777.740789946191 +2900042,236 SUNSET AVE,22901,-78.546266,38.061678,Structure Fire ,30.433333333333394,2009-01-05 15:30:00,2009,0.0,1 or 2 family dwelling,Undetermined,Heat source: other,"Cooking materials, including edible materials",Unintentional,E5 ,6.833333333333376,2009-01-05 15:30:00,POINT (-78.546266 38.061678),200.0,5.0,1.0,"301 15th Street Northwest, Charlottesville, Virginia 22903, United States",POINT (-78.49954200000001 38.037268),1163.0,4916.209993527095 +2900091,212 CLEVELAND AVE,22903,-78.511329,38.019885,Mobile property (vehicle) fire ,59.11666666666661,2009-01-10 14:52:24,2009,1500.0,"Residential street, road or residential driveway","Engine area, running gear, wheel area",Arcing,Undetermined,Cause undetermined after investigation,E6 ,5.133333333333312,2009-01-10 14:52:24,POINT (-78.511329 38.019885),200.0,5.0,1.0,"203 Robertson Avenue, Charlottesville, Virginia 22903, United States",POINT (-78.51286399999999 38.024612),1164.0,541.8189415603498 +2900129,500 1ST ST S,22902,-78.483813,38.026645,Structure Fire ,75.08333333333331,2009-01-13 19:04:48,2009,750.0,Multifamily dwelling,"Cooking area, kitchen","Radiated, conducted heat from operating equipment","Cooking materials, including edible materials",Unintentional,BC2 ,3.350000000000016,2009-01-13 19:04:48,POINT (-78.483813 38.026645),200.0,5.0,1.0,"619 Cabell Avenue, Charlottesville, Virginia 22903, United States",POINT (-78.497598 38.041489),1165.0,2044.744529053302 +2900150,422 GARRETT ST,22902,-78.480151,38.027842,Structure Fire ,97.33333333333336,2009-01-15 23:02:48,2009,500.0,Multifamily dwelling,Bedroom - < 5 persons; included are jail or prison,Undetermined,"Mattress, pillow",Cause under investigation,E7 ,3.750000000000048,2009-01-15 23:02:48,POINT (-78.48015100000001 38.027842),200.0,5.0,1.0,"1144 Market Street East, Charlottesville, Virginia 22902, United States",POINT (-78.469021 38.026654),1166.0,986.2724950081202 +2900158,709 W MAIN ST,22902,-78.490033,38.031546,Structure Fire ,83.18333333333334,2009-01-16 16:32:26,2009,0.0,Specialty shop,,,,,BC3 ,3.5500000000000322,2009-01-16 16:32:26,POINT (-78.490033 38.031546),200.0,5.0,1.0,"117 Altamont Circle, Charlottesville, Virginia 22902, United States",POINT (-78.481145 38.034635),1167.0,852.481402042151 +2900171,320 CLEVELAND AVE,22903,-78.509166,38.019234,Structure Fire ,141.70000000000005,2009-01-17 14:15:08,2009,75000.0,1 or 2 family dwelling,"Cooking area, kitchen","Spark, ember, or flame from operating equipment",Undetermined,Unintentional,E5 ,5.566666666666608,2009-01-17 14:15:08,POINT (-78.50916599999999 38.019234),200.0,5.0,1.0,"1600 6th Street Southeast, Charlottesville, Virginia 22902, United States",POINT (-78.48662899999999 38.016582),1168.0,2001.159863651349 +2900194,1415 VINE ST,22902,-78.467249,38.019436,Structure Fire ,105.01666666666661,2009-01-18 15:20:31,2009,5000.0,1 or 2 family dwelling,"Cooking area, kitchen","Hot or smoldering object, other","Cooking materials, including edible materials",Unintentional,E5 ,5.350000000000032,2009-01-18 15:20:31,POINT (-78.467249 38.019436),200.0,5.0,1.0,"1310 Florence Road, Charlottesville, Virginia 22902, United States",POINT (-78.47014799999999 38.018183),1169.0,290.136934393223 +2900211,415 GARRETT ST,22902,-78.480142,38.02799,Structure Fire ,21.550000000000033,2009-01-19 10:37:32,2009,0.0,Multifamily dwelling,"Cooking area, kitchen","Heat from powered equipment, other","Cooking materials, including edible materials",Unintentional,E7 ,2.183333333333328,2009-01-19 10:37:32,POINT (-78.480142 38.02799),200.0,5.0,1.0,"247 Ridge McIntire Rd, Charlottesville, Virginia 22903, United States",POINT (-78.48547000000001 38.03203),1170.0,648.132226288923 +2900226,221 CARLTON RD,22902,-78.469567,38.02346,Mobile property (vehicle) fire ,39.466666666666654,2009-01-20 07:42:27,2009,4500.0,,"Exterior, exposed surface",Arcing,"Electrical wire, cable insulation",Failure of equipment or heat source,E5 ,4.71666666666672,2009-01-20 07:42:27,POINT (-78.469567 38.02346),200.0,5.0,1.0,"1106 Myrtle Street, Charlottesville, Virginia 22902, United States",POINT (-78.471377 38.023868),1172.0,165.28633166243094 +2900229,100 HARMON ST,22903,-78.512584,38.027449,Natural vegetation fire ,19.550000000000015,2009-01-20 13:30:07,2009,0.0,Graded and cared-for plots of land,,Undetermined,,Undetermined,E6 ,6.300000000000001,2009-01-20 13:30:07,POINT (-78.512584 38.027449),200.0,5.0,1.0,"300 4th Street Southeast, Charlottesville, Virginia 22902, United States",POINT (-78.479429 38.028646),1173.0,2914.5743601147256 +2900235,150 MADISON LN,22903,-78.501532,38.037781,Mobile property (vehicle) fire ,104.48333333333338,2009-01-20 23:01:01,2009,0.0,"Street, other",Undetermined,Undetermined,Undetermined,Cause undetermined after investigation,BC2 ,4.000000000000032,2009-01-20 23:01:01,POINT (-78.501532 38.037781),200.0,5.0,1.0,"836 Ridge Street, Charlottesville, Virginia 22902, United States",POINT (-78.4928 38.020527),1174.0,2063.2928228579667 +2900246,1000 HOLMES AVE,22092,,,Mobile property (vehicle) fire ,157.8499999999992,2009-01-21 22:32:32,2009,0.0,"Street, other","Vehicle area, other",Undetermined,Undetermined,Cause under investigation,E1 ,6.483333333333312,2009-01-21 22:32:32,POINT (nan nan),200.0,5.0,1.0,"304 Carlton Road, Charlottesville, Virginia 22902, United States",POINT (-78.470102 38.022097),1175.0,inf +2900261,1227 RIVER VISTA AVE,22902,-78.460638,38.037454,Natural vegetation fire ,29.349999999999937,2009-01-23 12:36:55,2009,0.0,"Street, other",,,,Misuse of fire,E1 ,4.6666666666666075,2009-01-23 12:36:55,POINT (-78.460638 38.037454),200.0,5.0,1.0,"1819 University Circle, Charlottesville, Virginia 22903, United States",POINT (-78.501499 38.042984),1176.0,3639.8360602410203 +2900283,711 MADISON AVE,22901,-78.495104,38.041363,Outside rubbish fire ,23.85,2009-01-25 17:40:26,2009,0.0,,,,,,E2 ,7.033333333333392,2009-01-25 17:40:26,POINT (-78.495104 38.041363),200.0,5.0,1.0,"102 Azalea Drive, Charlottesville, Virginia 22903, United States",POINT (-78.511473 38.015982),1177.0,3163.2245036464055 +2900312,1615 EMMET ST N,22901,-78.494697,38.058443,Mobile property (vehicle) fire ,29.166666666666625,2009-01-28 19:58:33,2009,10000.0,,"Engine area, running gear, wheel area",Undetermined,Undetermined,Unintentional,E2 ,3.249999999999936,2009-01-28 19:58:33,POINT (-78.494697 38.058443),200.0,5.0,1.0,"1021 Wertland Street, Charlottesville, Virginia 22903, United States",POINT (-78.494759 38.034729),1178.0,2632.710894438529 +2900321,717 SHAMROCK RD,22903,-78.50148,38.020171,Structure Fire ,94.50000000000001,2009-01-29 16:07:36,2009,1500.0,1 or 2 family dwelling,"Structural area, other",Hot ember or ash,Undetermined,Unintentional,E7 ,4.26666666666672,2009-01-29 16:07:36,POINT (-78.50148 38.020171),200.0,5.0,1.0,"1620 Meridian Street, Charlottesville, Virginia 22902, United States",POINT (-78.48246 38.013266),1179.0,1838.0148310113525 +2900333,,22902,-78.49047,38.00955,Mobile property (vehicle) fire ,16.49999999999995,2009-01-31 06:31:21,2009,1500.0,Vehicle parking area,Operator/passenger area of transportation equip.,"Spark, ember, or flame from operating equipment","Electrical wire, cable insulation",Failure of equipment or heat source,E7 ,4.61666666666664,2009-01-31 06:31:21,POINT (-78.49047 38.00955),200.0,5.0,1.0,"1400 Melbourne Road, Charlottesville, Virginia 22901, United States",POINT (-78.47626700000001 38.052333),1180.0,4910.761397464057 +2900375,163 SEMINOLE CT,22903,-78.486229,38.064875,Natural vegetation fire ,11.233333333333297,2009-02-04 10:39:28,2009,0.0,Specialty shop,,,,Smoking,E1 ,7.683333333333263,2009-02-04 10:39:28,POINT (-78.48622899999999 38.064875),200.0,5.0,1.0,"1101 Seminole Trail, Charlottesville, Virginia 22901, United States",POINT (-78.487258 38.065865),1181.0,142.25794332213738 +2900424,1904 EMMET ST,22901,-78.492795,38.060294,Mobile property (vehicle) fire ,16.933333333333394,2009-02-09 12:22:12,2009,0.0,,"Engine area, running gear, wheel area",Arcing,"Electrical wire, cable insulation",Unintentional,E2 ,3.7666666666666084,2009-02-09 12:22:12,POINT (-78.492795 38.060294),200.0,5.0,1.0,"1000 Emmet Street North, Charlottesville, Virginia 22903, United States",POINT (-78.502477 38.050245),1182.0,1402.4958057076908 +2900458,1408 BURGESS LN,22902,-78.465004,38.023962,Structure Fire ,26.999999999999996,2009-02-13 15:45:17,2009,1100.0,Multifamily dwelling,"Cooking area, kitchen","Heat from powered equipment, other","Cooking materials, including edible materials",Unintentional,E7 ,4.783333333333392,2009-02-13 15:45:17,POINT (-78.46500399999999 38.023962),200.0,5.0,0.74,"Charlottesville, Virginia, United States",POINT (-78.47669999999999 38.0293),1183.0,1185.8324629337712 +2900470,932 HENRY AVE,22903,-78.488909,38.040091,Special outside fire ,38.15000000000006,2009-02-14 19:57:15,2009,200.0,Outside material storage area,,,,Undetermined,E7 ,6.799999999999968,2009-02-14 19:57:15,POINT (-78.48890900000001 38.040091),200.0,5.0,1.0,"799 East Water Street, Charlottesville, Virginia 22902, United States",POINT (-78.47252400000001 38.027354),1184.0,2017.3257272237802 +2900471,1015 ST.CLAIR AV,22901,-78.460911,38.040026,Special outside fire ,18.03333333333326,2009-02-14 22:46:17,2009,0.0,"Outside or special property, other",,,,Open/outdoor fire,E1 ,5.699999999999951,2009-02-14 22:46:17,POINT (-78.460911 38.040026),200.0,5.0,1.0,"1306 Preston Ave, Charlottesville, Virginia 22903, United States",POINT (-78.49547 38.04274),1185.0,3049.235252840357 +2900473,,22902,-78.49047,38.00955,Mobile property (vehicle) fire ,42.933333333333316,2009-02-15 08:38:01,2009,15500.0,,"Engine area, running gear, wheel area","Heat from powered equipment, other",Multiple items first ignited,Unintentional,BC1 ,2.833333333333344,2009-02-15 08:38:01,POINT (-78.49047 38.00955),200.0,5.0,1.0,"407 Garrett Street, Charlottesville, Virginia 22902, United States",POINT (-78.481555 38.027037),1186.0,2093.337838715838 +2900494,,22902,-78.49047,38.00955,Structure Fire ,39.68333333333337,2009-02-17 18:46:00,2009,2500.0,Graded and cared-for plots of land,"Open area - outside; included are farmland, field",Undetermined,Undetermined,Cause undetermined after investigation,E7 ,1.7166666666666242,2009-02-17 18:46:00,POINT (-78.49047 38.00955),200.0,5.0,1.0,"1101 Seminole Trail, Charlottesville, Virginia 22901, United States",POINT (-78.487258 38.065865),1187.0,6258.403459170265 +2900513,411 GARRETT ST,22902,-78.480166,38.028001,Structure Fire ,11.566666666666656,2009-02-19 20:39:35,2009,0.0,Multifamily dwelling,"Cooking area, kitchen","Radiated, conducted heat from operating equipment","Cooking materials, including edible materials",Unintentional,E7 ,2.616666666666624,2009-02-19 20:39:35,POINT (-78.480166 38.028001),200.0,5.0,1.0,"1008 Saint Clair Avenue, Charlottesville, Virginia 22901, United States",POINT (-78.461519 38.039267),1188.0,2060.453117563402 +2900516,128 STRIBLING AVE,22903,-78.51722,38.023262,Structure Fire ,33.3,2009-02-20 00:45:18,2009,0.0,1 or 2 family dwelling,"Common room, den, family room, living room, lounge",Undetermined,"Item, Other",Failure of equipment or heat source,E6 ,6.999999999999984,2009-02-20 00:45:18,POINT (-78.51721999999999 38.023262),200.0,5.0,1.0,"2748 Mcelroy Drive, Charlottesville, Virginia 22903, United States",POINT (-78.518522 38.01364),1189.0,1074.31185588317 +2900519,2311 TARLETON DR,22901,-78.466659,38.065409,Outside rubbish fire ,68.46666666666667,2009-02-20 11:13:47,2009,0.0,1 or 2 family dwelling,,,,,E1 ,6.300000000000001,2009-02-20 11:13:47,POINT (-78.46665900000001 38.065409),200.0,5.0,1.0,"750 Prospect Ave, Charlottesville, Virginia 22903, United States",POINT (-78.49533 38.02322),1190.0,5317.3830096053825 +2900536,,22902,-78.49047,38.00955,Natural vegetation fire ,8.733333333333311,2009-02-21 20:11:47,2009,0.0,Open land or field,,,,Undetermined,E7 ,4.71666666666672,2009-02-21 20:11:47,POINT (-78.49047 38.00955),200.0,5.0,1.0,"400 Park Street, Charlottesville, Virginia 22902, United States",POINT (-78.475628 38.035076),1191.0,3119.2802614234083 +2900542,1025 SEMINOLE TRAIL,22902,,,Natural vegetation fire ,14.666666666666687,2009-02-22 17:00:24,2009,0.0,,,,,Undetermined,BC1 ,3.4333333333333917,2009-02-22 17:00:24,POINT (nan nan),200.0,5.0,1.0,"2100 Barracks Road, Charlottesville, Virginia 22901, United States",POINT (-78.499877 38.053616),1192.0,inf +2900566,200 RUGBY RD,22903,-78.501421,38.040059,Natural vegetation fire ,13.200000000000049,2009-02-24 20:03:31,2009,0.0,Railroad right of way ,,Cigarette,,Smoking,E6 ,4.549999999999968,2009-02-24 20:03:31,POINT (-78.50142099999999 38.040059),200.0,5.0,1.0,"324 6 1/2 Street Southwest, Charlottesville, Virginia 22903, United States",POINT (-78.49068800000001 38.028613),1193.0,1582.0689690872807 +2900580,1909 SWANSON DR,22902,-78.49047,38.00955,Outside rubbish fire ,33.95000000000002,2009-02-26 10:43:05,2009,0.0,,"Open area - outside; included are farmland, field",Hot ember or ash,Undetermined,Unintentional,E2 ,4.3833333333333595,2009-02-26 10:43:05,POINT (-78.49047 38.00955),200.0,5.0,1.0,"1000 Cherry Avenue, Charlottesville, Virginia 22903, United States",POINT (-78.497945 38.026998),1194.0,2045.2824681784366 +2900589,815 PROSPECT AVE,22902,-78.497374,38.020722,Structure Fire ,252.3333333333326,2009-02-27 08:29:30,2009,75000.0,1 or 2 family dwelling,"Cooking area, kitchen","Hot or smoldering object, other","Structural component or finish, other",Cause under investigation,E7 ,4.700000000000016,2009-02-27 08:29:30,POINT (-78.49737399999999 38.020722),200.0,5.0,1.0,"159 Madison Lane, Charlottesville, Virginia 22903, United States",POINT (-78.501575 38.038336),1196.0,1989.9731923712682 +2900613,12 ELLIEWOOD AVE,22901,-78.49477,38.06987,Outside rubbish fire ,12.350000000000017,2009-03-01 14:40:21,2009,0.0,"Street, other",,,,,E7 ,5.750000000000065,2009-03-01 14:40:21,POINT (-78.49477 38.06987),200.0,5.0,1.0,"615 Madison Ave, Charlottesville, Virginia 22903, United States",POINT (-78.49569 38.04106),1197.0,3199.481294458297 +2900619,1029 HAZEL ST,22903,-78.467873,38.034921,"Fire, other ",17.866666666666656,2009-03-02 00:15:13,2009,0.0,"Residential street, road or residential driveway",Other,Undetermined,"Item, Other",Unintentional,E5 ,7.249999999999968,2009-03-02 00:15:13,POINT (-78.467873 38.034921),200.0,5.0,1.0,"403 Altamont Street, Charlottesville, Virginia 22902, United States",POINT (-78.482022 38.033838),1198.0,1248.2198735617906 +2900631,2218 BARRACKS RD,22903,-78.49047,38.00955,Mobile property (vehicle) fire ,47.000000000000014,2009-03-02 23:53:37,2009,2000.0,Vehicle parking area,"Engine area, running gear, wheel area","Heat from powered equipment, other",Undetermined,Unintentional,E6 ,5.73333333333336,2009-03-02 23:53:37,POINT (-78.49047 38.00955),200.0,5.0,1.0,"975 Emmet Street North, Charlottesville, Virginia 22903, United States",POINT (-78.504386 38.050278),1199.0,4683.789222174874 +2900672,404 E MAIN ST,22901,-78.479066,38.029997,Structure Fire ,22.38333333333336,2009-03-07 09:45:32,2009,0.0,"Recreational, hobby, home repair sales, pet store","Exterior, exposed surface","Spark, ember, or flame from operating equipment",Exterior wall covering or finish,Unintentional,BC3 ,4.066666666666704,2009-03-07 09:45:32,POINT (-78.479066 38.029997),200.0,5.0,1.0,"500 1st Street South, Charlottesville, Virginia 22902, United States",POINT (-78.483119 38.026924),1200.0,493.0218255434287 +2900677,,22902,-78.49047,38.00955,Mobile property (vehicle) fire ,254.683333333332,2009-03-07 20:50:28,2009,1000.0,Vehicle parking area,"Highway, parking lot, street: on or near",Undetermined,Undetermined,Intentional,E7 ,4.833333333333361,2009-03-07 20:50:28,POINT (-78.49047 38.00955),200.0,5.0,1.0,"803 Henry Avenue, Charlottesville, Virginia 22903, United States",POINT (-78.48518300000001 38.039099),1201.0,3313.1961314143823 +2900693,1419 SHORT 18TH ST,22902,-78.46091,38.026175,Structure Fire ,147.51666666666574,2009-03-09 01:30:51,2009,25000.0,1 or 2 family dwelling,"Common room, den, family room, living room, lounge",Arcing,"Electrical wire, cable insulation",Unintentional,BC2 ,6.166666666666655,2009-03-09 01:30:51,POINT (-78.46091 38.026175),200.0,5.0,1.0,"405 Garrett Street, Charlottesville, Virginia 22902, United States",POINT (-78.481522 38.027332),1202.0,1814.670870001207 +2900707,,22902,-78.49047,38.00955,Outside rubbish fire ,4.516666666666704,2009-03-10 12:54:10,2009,0.0,Vehicle parking area,,,,,TRK02 ,3.5333333333333283,2009-03-10 12:54:10,POINT (-78.49047 38.00955),200.0,5.0,1.0,"403 Garrett Street, Charlottesville, Virginia 22902, United States",POINT (-78.481905 38.027018),1203.0,2080.0682721774224 +2900712,104 LEWIS MOUNTAIN CIR,22902,,,Natural vegetation fire ,38.91666666666672,2009-03-11 08:10:13,2009,0.0,1 or 2 family dwelling,,Heat from undetermined smoking material,,Smoking,E6 ,5.416666666666704,2009-03-11 08:10:13,POINT (nan nan),200.0,5.0,1.0,"619 Cabell Avenue, Charlottesville, Virginia 22903, United States",POINT (-78.497598 38.041489),1204.0,inf +2900717,,22902,-78.49047,38.00955,Natural vegetation fire ,26.95000000000003,2009-03-11 13:17:51,2009,0.0,"Street, other",,Arcing,,Equipment,E6 ,4.966666666666704,2009-03-11 13:17:51,POINT (-78.49047 38.00955),200.0,5.0,1.0,"123 E Main St, Charlottesville, Virginia 22902, United States",POINT (-78.48086000000001 38.03087),1205.0,2512.9042856872734 +2900721,,22901,-78.49047,38.00955,Natural vegetation fire ,15.466666666666606,2009-03-11 20:58:52,2009,0.0,Graded and cared-for plots of land,,,,Natural source,E5 ,3.1333333333332964,2009-03-11 20:58:52,POINT (-78.49047 38.00955),200.0,5.0,1.0,"517 Park Street, Charlottesville, Virginia 22902, United States",POINT (-78.47628400000001 38.034187),1206.0,3005.56264723836 +2900819,1419 SHORT 18TH ST,22901,-78.46091,38.026175,Structure Fire ,99.24999999999999,2009-03-22 02:50:42,2009,0.0,1 or 2 family dwelling,Bedroom - < 5 persons; included are jail or prison,Heat from undetermined smoking material,"Soft goods, wearing apparel, other",Cause under investigation,E1 ,7.183333333333295,2009-03-22 02:50:42,POINT (-78.46091 38.026175),200.0,5.0,1.0,"405 Garrett Street, Charlottesville, Virginia 22902, United States",POINT (-78.481522 38.027332),1208.0,1814.670870001207 +2900834,1515 6TH ST SE,22903,-78.485955,38.017918,Mobile property (vehicle) fire ,77.81666666666673,2009-03-23 17:45:53,2009,400.0,"Vehicle storage, other",Operator/passenger area of transportation equip.,Match,Multiple items first ignited,Intentional,E7 ,3.983333333333328,2009-03-23 17:45:53,POINT (-78.485955 38.017918),200.0,5.0,1.0,"401 Mcintire Road, Charlottesville, Virginia 22902, United States",POINT (-78.483577 38.034772),1209.0,1882.735450117896 +2900844,,22902,-78.49047,38.00955,Mobile property (vehicle) fire ,44.23333333333334,2009-03-24 06:27:00,2009,8000.0,,"Engine area, running gear, wheel area",Undetermined,Undetermined,Unintentional,E2 ,4.783333333333392,2009-03-24 06:27:00,POINT (-78.49047 38.00955),200.0,5.0,1.0,"2114 Ivy Road, Charlottesville, Virginia 22903, United States",POINT (-78.51265600000001 38.042875),1210.0,4181.347837442875 +2900858,2709 JEFFERSON PARK,22903,-78.511758,38.016391,Structure Fire ,114.01666666666661,2009-03-25 13:09:08,2009,10000.0,1 or 2 family dwelling,"Heating room or area, water heater area",Undetermined,Undetermined,Unintentional,CHF2 ,6.51666666666672,2009-03-25 13:09:08,POINT (-78.511758 38.016391),200.0,5.0,1.0,"309 Avon Street, Charlottesville, Virginia 22902, United States",POINT (-78.47736500000001 38.026893),1211.0,3237.7360032831593 +2900908,1800 JEFFERSON PARK,22902,-78.50968,38.028668,Structure Fire ,33.583333333333385,2009-03-29 20:50:41,2009,0.0,Multifamily dwelling,Undetermined,Undetermined,"Item, Other",Intentional,E6 ,3.8833333333333924,2009-03-29 20:50:41,POINT (-78.50968 38.028668),200.0,5.0,1.0,"5 University Court, Charlottesville, Virginia 22903, United States",POINT (-78.498136 38.037499),1212.0,1410.2228272366606 +2900927,1600 GROVE STREET EXT,22902,-78.505547,38.027915,Outside rubbish fire ,23.89999999999997,2009-03-31 18:38:19,2009,0.0,Railroad right of way ,,,,,E7 ,4.783333333333392,2009-03-31 18:38:19,POINT (-78.50554700000001 38.027915),200.0,5.0,1.0,"810 West Main Street, Charlottesville, Virginia 22903, United States",POINT (-78.49194900000001 38.031426),1213.0,1256.1040662067198 +2900988,906 CHARLTON AVE,22902,-78.487765,38.038605,Outside rubbish fire ,14.533333333333344,2009-04-06 01:18:27,2009,0.0,Vacant lot,,,,,E7 ,5.51666666666664,2009-04-06 01:18:27,POINT (-78.487765 38.038605),200.0,5.0,1.0,"206 Market Street, Charlottesville, Virginia 22902, United States",POINT (-78.482259 38.031699),1214.0,906.4065287985179 +2901009,600 PRESTON AVE,22902,-78.485877,38.035089,Outside rubbish fire ,14.55000000000005,2009-04-08 18:15:40,2009,0.0,,,,,,E7 ,2.683333333333296,2009-04-08 18:15:40,POINT (-78.485877 38.035089),200.0,5.0,1.0,"200 Avon St, Charlottesville, Virginia 22902, United States",POINT (-78.47664 38.0283),1215.0,1107.2493173022697 +2901013,1111 LITTLE HIGH ST,22901,-78.469969,38.030423,Structure Fire ,29.483333333333277,2009-04-08 21:36:33,2009,0.0,Multifamily dwelling,"Cooking area, kitchen","Hot or smoldering object, other","Cooking materials, including edible materials",Unintentional,E1 ,5.100000000000048,2009-04-08 21:36:33,POINT (-78.46996900000001 38.030423),200.0,5.0,1.0,"611 Rugby Road, Charlottesville, Virginia 22903, United States",POINT (-78.500084 38.042759),1216.0,2977.8999413727447 +2901032,1303 WERTLAND ST,22902,-78.497982,38.034443,Outside rubbish fire ,37.349999999999994,2009-04-10 14:41:40,2009,0.0,,,,,,E7 ,4.599999999999936,2009-04-10 14:41:40,POINT (-78.49798199999999 38.034443),200.0,5.0,1.0,"1001 Forest Hills Avenue, Charlottesville, Virginia 22903, United States",POINT (-78.495784 38.025523),1217.0,1008.9209100451684 +2901044,1801 HYDRAULIC RD,22903,-78.49103,38.061042,Mobile property (vehicle) fire ,26.799999999999983,2009-04-11 16:47:07,2009,500.0,Vehicle parking area,Operator/passenger area of transportation equip.,Undetermined,Undetermined,Unintentional,E2 ,3.500000000000064,2009-04-11 16:47:07,POINT (-78.49102999999999 38.061042),200.0,5.0,1.0,"300 Preston Avenue, Charlottesville, Virginia 22902, United States",POINT (-78.483887 38.033029),1218.0,3172.583734827759 +2901061,404 GARRETT ST,22901,-78.49477,38.06987,Structure Fire ,20.733333333333263,2009-04-13 14:33:17,2009,0.0,Multifamily dwelling,"Cooking area, kitchen","Heat from powered equipment, other","Cooking materials, including edible materials",Unintentional,BC5 ,4.033333333333296,2009-04-13 14:33:17,POINT (-78.49477 38.06987),200.0,5.0,1.0,"500 1st Street South, Charlottesville, Virginia 22902, United States",POINT (-78.483119 38.026924),1219.0,4876.323430121579 +2901098,905 WEST ST,22901,-78.490531,38.03675,Mobile property (vehicle) fire ,5.983333333333344,2009-04-17 16:49:49,2009,100.0,"Residential street, road or residential driveway","Engine area, running gear, wheel area","Radiated, conducted heat from operating equipment",Undetermined,Unintentional,BC1 ,2.099999999999952,2009-04-17 16:49:49,POINT (-78.490531 38.03675),200.0,5.0,1.0,"1116 John Street, Charlottesville, Virginia 22903, United States",POINT (-78.496227 38.036296),1220.0,502.6767833903647 +2901108,400 11TH ST NE,22903,-78.47078,38.030749,"Fire, other ",23.366666666666735,2009-04-18 00:27:02,2009,0.0,Vehicle parking area,"Highway, parking lot, street: on or near",Undetermined,Undetermined,Cause under investigation,E5 ,4.966666666666704,2009-04-18 00:27:02,POINT (-78.47078 38.030749),200.0,5.0,1.0,"516 Rougemont Avenue, Charlottesville, Virginia 22902, United States",POINT (-78.486935 38.017409),1221.0,2050.910457954381 +2901148,400 FAIRWAY AVE,22902,-78.462107,38.027612,Special outside fire ,40.0666666666667,2009-04-20 16:45:30,2009,0.0,Open land or field,,,,Open/outdoor fire,E7 ,3.666666666666672,2009-04-20 16:45:30,POINT (-78.462107 38.027612),200.0,5.0,1.0,"100 Meade Avenue, Charlottesville, Virginia 22902, United States",POINT (-78.467254 38.023316),1222.0,657.1070717286749 +2901175,1202 E HIGH ST,22902,-78.466085,38.031865,Outside rubbish fire ,52.49999999999995,2009-04-23 16:55:09,2009,0.0,Vehicle parking area,,,,,E5 ,5.333333333333328,2009-04-23 16:55:09,POINT (-78.46608500000001 38.031865),200.0,5.0,1.0,"235 Monte Vista Avenue, Charlottesville, Virginia 22903, United States",POINT (-78.514785 38.014107),1223.0,4709.459803181961 +2901186,1133 EMMET ST N,22902,-78.501038,38.051145,Natural vegetation fire ,22.283333333333278,2009-04-24 16:05:51,2009,600.0,Vehicle parking area,,Undetermined,,Undetermined,E6 ,2.6666666666667362,2009-04-24 16:05:51,POINT (-78.50103799999999 38.051145),200.0,5.0,1.0,"2426 Arlington Boulevard, Charlottesville, Virginia 22903, United States",POINT (-78.50808000000001 38.049898),1224.0,633.5207289402136 +2901201,,22902,-78.49047,38.00955,Mobile property (vehicle) fire ,13.00000000000003,2009-04-25 11:54:02,2009,0.0,,Undetermined,Undetermined,Undetermined,Cause under investigation,E5 ,3.0500000000000638,2009-04-25 11:54:02,POINT (-78.49047 38.00955),200.0,5.0,1.0,"1200 Forest St, Charlottesville, Virginia 22903, United States",POINT (-78.48277 38.04102),1226.0,3558.6090361081733 +2901211,,22901,-78.49047,38.00955,Mobile property (vehicle) fire ,39.81666666666672,2009-04-26 10:59:47,2009,2550.0,,"Engine area, running gear, wheel area","Heat from powered equipment, other",Undetermined,Unintentional,E1 ,3.283333333333344,2009-04-26 10:59:47,POINT (-78.49047 38.00955),200.0,5.0,1.0,"1204 Carlton Avenue, Charlottesville, Virginia 22902, United States",POINT (-78.47147099999999 38.023219),1227.0,2255.5301625097004 +2901222,768 PROSPECT AVE,22903,-78.494947,38.023745,Mobile property (vehicle) fire ,30.86666666666669,2009-04-27 10:03:56,2009,1500.0,"Residential street, road or residential driveway","Engine area, running gear, wheel area",Undetermined,Undetermined,Unintentional,E5 ,4.033333333333296,2009-04-27 10:03:56,POINT (-78.494947 38.023745),200.0,5.0,1.0,"511 Rockland Avenue, Charlottesville, Virginia 22902, United States",POINT (-78.485423 38.019596),1229.0,954.8783359117903 +2901226,1113 LITTLE HIGH ST,22901,-78.470447,38.030651,Natural vegetation fire ,13.583333333333377,2009-04-27 14:50:38,2009,10.0,Multifamily dwelling,,Hot ember or ash,,Smoking,BC4 ,4.033333333333296,2009-04-27 14:50:38,POINT (-78.47044699999999 38.030651),200.0,5.0,1.0,"819 Meridian Street, Charlottesville, Virginia 22902, United States",POINT (-78.477099 38.021341),1231.0,1187.2564161276844 +2901227,114 CARROLLTON TER,22903,-78.51007,38.027602,Outside rubbish fire ,457.59999999999883,2009-04-27 15:28:06,2009,2000.0,Railroad right of way ,,,,Undetermined,E6 ,5.51666666666664,2009-04-27 15:28:06,POINT (-78.51007 38.027602),200.0,5.0,1.0,"800 Rockland Avenue, Charlottesville, Virginia 22902, United States",POINT (-78.482027 38.017308),1232.0,2715.0515226743296 +2901230,734 PROSPECT AVE,22903,-78.494646,38.024219,Structure Fire ,67.26666666666671,2009-04-27 16:48:49,2009,0.0,Multifamily dwelling,"Cooking area, kitchen",Heat source: other,"Cooking materials, including edible materials",Unintentional,BC4 ,2.566666666666656,2009-04-27 16:48:49,POINT (-78.494646 38.024219),200.0,5.0,1.0,"710 Park Street, Charlottesville, Virginia 22902, United States",POINT (-78.47439900000001 38.037769),1233.0,2328.961989144168 +2901236,911 WEST ST,22903,-78.491027,38.036917,Structure Fire ,95.16666666666673,2009-04-27 23:04:38,2009,1000.0,1 or 2 family dwelling,"Common room, den, family room, living room, lounge",Candle,"Curtains, blinds, drapery, tapestry",Unintentional,E5 ,4.349999999999952,2009-04-27 23:04:38,POINT (-78.491027 38.036917),200.0,5.0,1.0,"1801 Hydraulic Road, Charlottesville, Virginia 22901, United States",POINT (-78.489603 38.061496),1234.0,2731.60575851121 +2901286,1215 WERTLAND ST,22903,-78.497436,38.034318,Special outside fire ,15.3,2009-05-03 03:39:07,2009,0.0,Vehicle parking area,,Undetermined,,Incendiary,E7 ,5.983333333333344,2009-05-03 03:39:07,POINT (-78.49743599999999 38.034318),200.0,5.0,0.948,"1705 Emmet Street North, Charlottesville, Virginia 22901, United States",POINT (-78.49449199999999 38.059243),1235.0,2779.192470754336 +2901309,,22901,-78.49047,38.00955,Mobile property (vehicle) fire ,12.41666666666669,2009-05-04 22:07:55,2009,0.0,,"Engine area, running gear, wheel area",Undetermined,Undetermined,Failure of equipment or heat source,E2 ,3.3000000000000482,2009-05-04 22:07:55,POINT (-78.49047 38.00955),200.0,5.0,1.0,"101 Antoinette Court, Charlottesville, Virginia 22903, United States",POINT (-78.499748 38.020665),1236.0,1478.7655319793903 +2901362,110 5TH ST NE,22902,-78.4783,38.030206,"Fire, other ",116.61666666666667,2009-05-09 21:41:55,2009,200.0,Specialty shop,"Art gallery, exhibit hall, library","Radiated, conducted heat from operating equipment","Box, carton, bag, basket, barrel",Unintentional,E5 ,3.4833333333333596,2009-05-09 21:41:55,POINT (-78.4783 38.030206),200.0,5.0,1.0,"608 Watson Avenue, Charlottesville, Virginia 22901, United States",POINT (-78.47025600000001 38.040032),1237.0,1299.5876271340542 +2901367,104 ANTOINETTE CT,22904,-78.511505,38.034718,Structure Fire ,17.616666666666674,2009-05-10 15:18:58,2009,0.0,1 or 2 family dwelling,"Cooking area, kitchen","Radiated, conducted heat from operating equipment",Undetermined,Unintentional,BC2 ,5.51666666666664,2009-05-10 15:18:58,POINT (-78.511505 38.034718),200.0,5.0,0.99744,"Byp, Charlottesville, Virginia 22901, United States",POINT (-78.4809674044089 38.0537478079139),1238.0,3413.4550531171767 +2901387,799 E WATER ST,22901,-78.473986,38.028292,Outside rubbish fire ,10.166666666666687,2009-05-13 21:58:20,2009,0.0,Open land or field,,,,,E5 ,5.61666666666672,2009-05-13 21:58:20,POINT (-78.473986 38.028292),200.0,5.0,1.0,"1600 Ricky Road, Charlottesville, Virginia 22901, United States",POINT (-78.502077 38.060445),1239.0,4338.747985221745 +2901404,125 BAYLOR LN,22902,-78.491897,38.019024,Outside rubbish fire ,9.133333333333344,2009-05-15 20:23:29,2009,0.0,Graded and cared-for plots of land,,,,,E7 ,4.633333333333344,2009-05-15 20:23:29,POINT (-78.49189699999999 38.019024),200.0,5.0,1.0,"1505 Rugby Avenue, Charlottesville, Virginia 22903, United States",POINT (-78.484083 38.045665),1240.0,3036.2099026754186 +2901423,2514 PLATEAU RD,22903,-78.521945,38.025249,Mobile property (vehicle) fire ,39.31666666666661,2009-05-17 18:03:55,2009,0.0,"Street, other",Undetermined,Undetermined,Undetermined,Cause undetermined after investigation,E6 ,5.150000000000016,2009-05-17 18:03:55,POINT (-78.521945 38.025249),200.0,5.0,1.0,"2710 Eton Road, Charlottesville, Virginia 22903, United States",POINT (-78.51754200000001 38.016195),1241.0,1076.9658004083826 +2901433,1806 BARRACKS RD,22902,-78.49047,38.00955,Structure Fire ,285.86666666666594,2009-05-18 14:33:44,2009,70000.0,1 or 2 family dwelling,Bedroom - < 5 persons; included are jail or prison,Undetermined,Undetermined,Cause under investigation,E1 ,5.466666666666672,2009-05-18 14:33:44,POINT (-78.49047 38.00955),200.0,5.0,1.0,"108 2nd Street Southwest, Charlottesville, Virginia 22902, United States",POINT (-78.482331 38.030525),1242.0,2435.8677476596536 +2901443,,22903,-78.49047,38.00955,Outside rubbish fire ,16.833333333333314,2009-05-19 04:51:16,2009,0.0,,,,,,E6 ,6.98333333333328,2009-05-19 04:51:16,POINT (-78.49047 38.00955),200.0,5.0,1.0,"2114 Angus Road, Charlottesville, Virginia 22901, United States",POINT (-78.49518 38.059908),1243.0,5605.967639243691 +2901507,500 1ST ST S,22901,-78.483813,38.026645,Mobile property (vehicle) fire ,28.716666666666626,2009-05-25 16:27:35,2009,600.0,"Residential street, road or residential driveway","Engine area, running gear, wheel area",Undetermined,Flammable liquid/gas - in/from engine or burner,Unintentional,BC1 ,2.716666666666704,2009-05-25 16:27:35,POINT (-78.483813 38.026645),200.0,5.0,1.0,"407 Paton Street, Charlottesville, Virginia 22903, United States",POINT (-78.50246799999999 38.027328),1244.0,1639.9893504834251 +2901508,1208 HOLMES AVE,22901,-78.460746,38.046641,Outside rubbish fire ,9.949999999999969,2009-05-25 19:04:42,2009,0.0,"Residential, other",,,,,E1 ,5.683333333333392,2009-05-25 19:04:42,POINT (-78.460746 38.046641),200.0,5.0,1.0,"320 Fairway Avenue, Charlottesville, Virginia 22902, United States",POINT (-78.46177 38.027464),1245.0,2130.9406893963455 +2901567,2111 JEFFERSON PARK,22903,-78.51391,38.026305,Structure Fire ,105.93333333333332,2009-05-31 18:54:48,2009,10000.0,Multifamily dwelling,"Cooking area, kitchen","Radiated, conducted heat from operating equipment","Cooking materials, including edible materials",Unintentional,TRK01 ,5.6333333333332805,2009-05-31 18:54:48,POINT (-78.51391 38.026305),200.0,5.0,1.0,"513 Dice Street, Charlottesville, Virginia 22903, United States",POINT (-78.48935899999999 38.02939),1246.0,2183.007626039893 +2901582,,22902,-78.49047,38.00955,Mobile property (vehicle) fire ,12.583333333333295,2009-06-02 14:29:23,2009,1000.0,"Street, other","Engine area, running gear, wheel area",Heat source: other,"Item, Other",Failure of equipment or heat source,E1 ,0.133333333333344,2009-06-02 14:29:23,POINT (-78.49047 38.00955),200.0,5.0,1.0,"10 University Circle, Charlottesville, Virginia 22903, United States",POINT (-78.501214 38.042064),1247.0,3730.935488570449 +2901586,1800 JEFFERSON PARK,22902,-78.50968,38.028668,Structure Fire ,102.96666666666661,2009-06-02 22:55:34,2009,0.0,"Residential, other","Cooking area, kitchen","Radiated, conducted heat from operating equipment","Box, carton, bag, basket, barrel",Unintentional,BC2 ,6.250000000000031,2009-06-02 22:55:34,POINT (-78.50968 38.028668),200.0,5.0,1.0,"200 1st Street South, Charlottesville, Virginia 22902, United States",POINT (-78.48307800000001 38.029439),1249.0,2337.6194876475374 +2901588,1131 5TH ST SW,22902,-78.502151,38.012721,Structure Fire ,183.99999999999886,2009-06-03 00:42:19,2009,0.0,"Food and beverage sales, grocery store","Shipping/receiving area; loading area, dock or bay","Heat from powered equipment, other","Packing, wrapping material",Cause under investigation,E7 ,3.899999999999952,2009-06-03 00:42:19,POINT (-78.502151 38.012721),200.0,5.0,0.948,"1705 Emmet Street North, Charlottesville, Virginia 22901, United States",POINT (-78.49449199999999 38.059243),1251.0,5208.409796598187 +2901614,1517 ROSA TER,22902,-78.486496,38.018945,Structure Fire ,52.96666666666666,2009-06-05 23:56:48,2009,15000.0,1 or 2 family dwelling,"Cooking area, kitchen","Radiated, conducted heat from operating equipment","Cooking materials, including edible materials",Unintentional,BC3 ,6.75,2009-06-05 23:56:48,POINT (-78.486496 38.018945),200.0,5.0,1.0,"1600 Emmet Street North, Charlottesville, Virginia 22901, United States",POINT (-78.493932 38.057947),1252.0,4378.91708302889 +2901681,216 W WATER ST,22902,-78.482956,38.030347,Fire in mobile property used as a fixed structure ,69.90000000000005,2009-06-13 00:23:14,2009,0.0,Outside material storage area,"Outside area, other",Undetermined,"Mattress, pillow",Cause undetermined after investigation,E5 ,3.316666666666608,2009-06-13 00:23:14,POINT (-78.482956 38.030347),200.0,5.0,1.0,"218 Palatine Avenue, Charlottesville, Virginia 22902, United States",POINT (-78.479874 38.01518),1253.0,1705.4461188878622 +2901707,818 ALTAVISTA AVE,22902,-78.478901,38.019083,Mobile property (vehicle) fire ,99.15000000000005,2009-06-15 13:04:19,2009,5000.0,,"Engine area, running gear, wheel area",Undetermined,Undetermined,Unintentional,E7 ,0.21666666666672,2009-06-15 13:04:19,POINT (-78.47890099999999 38.019083),200.0,5.0,1.0,"917 Preston Avenue, Charlottesville, Virginia 22903, United States",POINT (-78.48973599999999 38.038484),1254.0,2354.6849043471557 +2901722,1400 MELBOURNE ROAD,22901,-78.47289,38.052744,Mobile property (vehicle) fire ,98.64999999999993,2009-06-16 21:57:00,2009,0.0,Construction site,"Engine area, running gear, wheel area",Undetermined,Undetermined,Cause under investigation,E2 ,5.049999999999936,2009-06-16 21:57:00,POINT (-78.47289000000001 38.052744),200.0,5.0,1.0,"310 Avon Street, Charlottesville, Virginia 22902, United States",POINT (-78.4783 38.027643),1255.0,2826.9057022026477 +2901731,407 PATON ST,22902,-78.502251,38.02736,"Fire, other ",41.94999999999994,2009-06-18 08:57:58,2009,1000.0,1 or 2 family dwelling,"Bathroom, checkroom, lavatory, locker room","Heat from powered equipment, other",Undetermined,Failure of equipment or heat source,E5 ,4.400000000000064,2009-06-18 08:57:58,POINT (-78.502251 38.02736),200.0,5.0,1.0,"820 W Main St, Charlottesville, Virginia 22903, United States",POINT (-78.49184 38.03153),1256.0,1024.7670213925974 +2901754,830 CHERRY AVE,22902,-78.493956,38.028657,Outside rubbish fire ,5.033333333333376,2009-06-20 21:03:00,2009,0.0,Vehicle parking area,,,,,E7 ,3.649999999999968,2009-06-20 21:03:00,POINT (-78.493956 38.028657),200.0,5.0,1.0,"221 Carlton Road, Charlottesville, Virginia 22902, United States",POINT (-78.470373 38.023112),1257.0,2160.5974216221307 +2901757,537 2ND ST NE,22902,-78.478361,38.035572,Special outside fire ,30.699999999999935,2009-06-21 13:27:00,2009,0.0,"Outside or special property, other",,,,"Debris, vegetation burn",E5 ,4.633333333333344,2009-06-21 13:27:00,POINT (-78.47836100000001 38.035572),200.0,5.0,1.0,"1218 Holmes Avenue, Charlottesville, Virginia 22901, United States",POINT (-78.46069199999999 38.047504),1258.0,2039.981510634079 +2901783,742 PROSPECT AVE,22902,-78.494701,38.024105,Structure Fire ,35.48333333333333,2009-06-23 21:42:09,2009,0.0,1 or 2 family dwelling,"Cooking area, kitchen","Radiated, conducted heat from operating equipment",Household utensils,Unintentional,E7 ,6.483333333333312,2009-06-23 21:42:09,POINT (-78.49470100000001 38.024105),200.0,5.0,1.0,"762 Ridge Street, Charlottesville, Virginia 22902, United States",POINT (-78.491013 38.022961),1259.0,347.8974791575568 +2901816,2045 BARRACKS RD,22901,-78.498624,38.052315,Mobile property (vehicle) fire ,22.283333333333278,2009-06-28 13:25:35,2009,5000.0,Vacant lot,"Engine area, running gear, wheel area",Undetermined,Undetermined,Unintentional,E2 ,4.26666666666672,2009-06-28 13:25:35,POINT (-78.49862400000001 38.052315),200.0,5.0,1.0,"1013 Druid Avenue, Charlottesville, Virginia 22902, United States",POINT (-78.476648 38.017214),1260.0,4348.490598819034 +2901877,,22902,-78.49047,38.00955,Outside rubbish fire ,23.433333333333263,2009-07-04 22:36:55,2009,0.0,Vehicle parking area,,,,,E7 ,4.6666666666666075,2009-07-04 22:36:55,POINT (-78.49047 38.00955),200.0,5.0,1.0,"1029 Preston Ave, Charlottesville, Virginia 22903, United States",POINT (-78.49224 38.04146),1261.0,3546.0199135162516 +2901880,,22902,-78.49047,38.00955,Outside rubbish fire ,20.900000000000016,2009-07-05 00:25:17,2009,0.0,Vehicle parking area,,,,,E7 ,4.71666666666672,2009-07-05 00:25:17,POINT (-78.49047 38.00955),200.0,5.0,1.0,"114 Blincoe Lane, Charlottesville, Virginia 22902, United States",POINT (-78.483732 38.016095),1262.0,937.1430690869652 +2901886,810 VILLAGE RD,22901,-78.49477,38.06987,Structure Fire ,22.43333333333333,2009-07-05 22:24:41,2009,0.0,1 or 2 family dwelling,"Cooking area, kitchen","Heat from direct flame, convection currents","Cooking materials, including edible materials",Unintentional,E7 ,6.733333333333296,2009-07-05 22:24:41,POINT (-78.49477 38.06987),200.0,5.0,1.0,"700 Water Street East, Charlottesville, Virginia 22902, United States",POINT (-78.477304 38.028888),1264.0,4801.238511752669 +2902001,1220 SMITH ST,22901,-78.458026,38.039836,Mobile property (vehicle) fire ,15.466666666666606,2009-07-16 06:39:42,2009,2500.0,"Residential street, road or residential driveway","Vehicle area, other",Undetermined,Undetermined,Cause under investigation,E2 ,6.0999999999999845,2009-07-16 06:39:42,POINT (-78.458026 38.039836),200.0,5.0,1.0,"804 Raymond Road, Charlottesville, Virginia 22902, United States",POINT (-78.492659 38.020028),1265.0,3753.049485297587 +2902031,501 W MAIN ST,22902,-78.487685,38.030963,"Fire, other ",22.566666666666674,2009-07-20 10:28:07,2009,0.0,Business office,"Highway, parking lot, street: on or near",Hot ember or ash,Multiple items first ignited,Unintentional,CHF1 ,1.849999999999968,2009-07-20 10:28:07,POINT (-78.487685 38.030963),200.0,5.0,1.0,"107 Leigh Place, Charlottesville, Virginia 22902, United States",POINT (-78.49744 38.014543),1266.0,2014.203572414301 +2902047,1503 BROAD AVE,22903,-78.504411,38.024458,Structure Fire ,36.366666666666625,2009-07-21 17:09:21,2009,0.0,1 or 2 family dwelling,,,,,TRK01 ,4.28333333333328,2009-07-21 17:09:21,POINT (-78.504411 38.024458),200.0,5.0,1.0,"2430 Arlington Boulevard, Charlottesville, Virginia 22903, United States",POINT (-78.508623 38.050436),1267.0,2907.6480958684097 +2902062,158 BRANDYWINE CT,22901,-78.487044,38.05779,Mobile property (vehicle) fire ,10.716666666666622,2009-07-23 09:03:36,2009,0.0,Vehicle parking area,"Engine area, running gear, wheel area",Undetermined,Undetermined,Unintentional,E2 ,3.36666666666672,2009-07-23 09:03:36,POINT (-78.487044 38.05779),200.0,5.0,0.948,"941 Emmet Street North, Charlottesville, Virginia 22903, United States",POINT (-78.50432600000001 38.048606),1268.0,1827.9037109450344 +2902120,932 MONTICELLO AVE,22902,-78.474611,38.02201,Structure Fire ,22.416666666666625,2009-07-30 03:22:20,2009,0.0,1 or 2 family dwelling,"Cooking area, kitchen","Radiated, conducted heat from operating equipment","Cooking materials, including edible materials",Unintentional,E7 ,4.566666666666672,2009-07-30 03:22:20,POINT (-78.474611 38.02201),200.0,5.0,1.0,"100 Oakhurst Cir, Charlottesville, Virginia 22903, United States",POINT (-78.5072 38.03161),1269.0,3053.9040436135037 +2902131,910 1ST ST S,22902,-78.486687,38.021397,Structure Fire ,148.3666666666661,2009-07-31 16:09:06,2009,24000.0,1 or 2 family dwelling,Bedroom - < 5 persons; included are jail or prison,"Heat from powered equipment, other",Structural member or framing,Failure of equipment or heat source,E7 ,3.4333333333333917,2009-07-31 16:09:06,POINT (-78.486687 38.021397),200.0,5.0,0.948,"1807 Emmet Street North, Charlottesville, Virginia 22901, United States",POINT (-78.493674 38.060504),1270.0,4384.753448893883 +2902139,107 1ST ST S,22901,-78.481539,38.030704,Structure Fire ,34.78333333333334,2009-08-01 20:11:15,2009,0.0,1 or 2 family dwelling,"Cooking area, kitchen","Radiated, conducted heat from operating equipment","Cooking materials, including edible materials",Unintentional,BC1 ,3.1000000000000316,2009-08-01 20:11:15,POINT (-78.481539 38.030704),200.0,5.0,1.0,"459 Locust Avenue, Charlottesville, Virginia 22902, United States",POINT (-78.471586 38.032341),1271.0,892.6959917930609 +2902164,512 CLEVELAND AVE,22901,,,Structure Fire ,25.616666666666735,2009-08-03 20:32:36,2009,500.0,1 or 2 family dwelling,"Cooking area, kitchen","Heat from powered equipment, other","Box, carton, bag, basket, barrel",Unintentional,E5 ,3.5500000000000322,2009-08-03 20:32:36,POINT (nan nan),200.0,5.0,1.0,"726 Prospect Avenue, Charlottesville, Virginia 22903, United States",POINT (-78.49518500000001 38.023142),1272.0,inf +2902231,313 2ND ST SE,22902,-78.481626,38.028847,Structure Fire ,52.35000000000005,2009-08-09 18:09:59,2009,0.0,"Mercantile, business, other","Corridor, mall",Undetermined,"Adornment, recreational material, signs, other",Intentional,E5 ,2.36666666666664,2009-08-09 18:09:59,POINT (-78.48162600000001 38.028847),200.0,5.0,1.0,"230 Hartmans Mill Road, Charlottesville, Virginia 22902, United States",POINT (-78.490286 38.021295),1273.0,1131.9610454187136 +2902248,127 IVY DR,22902,-78.49047,38.00955,Outside rubbish fire ,35.90000000000007,2009-08-11 20:35:55,2009,0.0,,,,,,E6 ,4.599999999999936,2009-08-11 20:35:55,POINT (-78.49047 38.00955),200.0,5.0,1.0,"408 Garrett Street, Charlottesville, Virginia 22902, United States",POINT (-78.480791 38.027921),1274.0,2209.5991222721964 +2902352,722 MADISON AVE,22903,-78.495253,38.041158,Structure Fire ,28.18333333333339,2009-08-21 19:33:38,2009,600.0,"Boarding/rooming house, residential hotels",,,,,TRK01 ,5.18333333333328,2009-08-21 19:33:38,POINT (-78.49525300000001 38.041158),200.0,5.0,1.0,"926 Rives Street, Charlottesville, Virginia 22902, United States",POINT (-78.471332 38.017384),1275.0,3373.2665887079793 +2902393,1423 BURGESS LN,22902,-78.465466,38.023305,Structure Fire ,47.299999999999976,2009-08-25 13:05:35,2009,5000.0,1 or 2 family dwelling,Wall surface: exterior,Radiated heat from another fire,Exterior wall covering or finish,Unintentional,E7 ,4.933333333333296,2009-08-25 13:05:35,POINT (-78.46546600000001 38.023305),200.0,5.0,1.0,"224 14th Street Northwest, Charlottesville, Virginia 22903, United States",POINT (-78.49797 38.035744),1276.0,3170.8547299126135 +2902436,809 E JEFFERSON ST,22902,-78.474971,38.030851,Structure Fire ,13.916666666666735,2009-08-29 12:51:41,2009,0.0,"Professional supplies, services",,,,,BC3 ,3.1833333333332643,2009-08-29 12:51:41,POINT (-78.474971 38.030851),200.0,5.0,1.0,"235 Monte Vista Avenue, Charlottesville, Virginia 22903, United States",POINT (-78.514785 38.014107),1277.0,3959.993359412248 +2902444,1710 MONTICELLO RD,22901,-78.473562,38.01425,Outside rubbish fire ,9.083333333333377,2009-08-30 09:00:23,2009,0.0,"Bridge, trestle",,,,,E5 ,4.233333333333312,2009-08-30 09:00:23,POINT (-78.473562 38.01425),200.0,5.0,1.0,"803 Prospect Avenue, Charlottesville, Virginia 22903, United States",POINT (-78.497248 38.021277),1278.0,2221.7809304506145 +2902450,1615 EMMET ST N,22901,-78.494697,38.058443,Natural vegetation fire ,10.266666666666625,2009-08-31 06:56:50,2009,0.0,Vehicle parking area,,Cigarette,,Smoking,E2 ,4.549999999999968,2009-08-31 06:56:50,POINT (-78.494697 38.058443),200.0,5.0,1.0,"1159 Emmet St N, Charlottesville, Virginia 22903, United States",POINT (-78.50217000000001 38.05152),1280.0,1010.4796028303265 +2902494,459 LOCUST AVE,22901,-78.471085,38.032067,Outside rubbish fire ,5.466666666666672,2009-09-04 14:11:39,2009,0.0,,,,,,E2 ,2.9166666666667203,2009-09-04 14:11:39,POINT (-78.471085 38.032067),200.0,5.0,1.0,"510 15th Street Northwest, Charlottesville, Virginia 22903, United States",POINT (-78.49727799999999 38.039948),1281.0,2460.7337346907593 +2902517,201 15TH ST NW,22903,-78.49477,38.06987,Structure Fire ,33.083333333333286,2009-09-06 02:22:56,2009,0.0,Multifamily dwelling,"Cooking area, kitchen",Undetermined,"Cooking materials, including edible materials",Unintentional,E5 ,5.383333333333296,2009-09-06 02:22:56,POINT (-78.49477 38.06987),200.0,5.0,1.0,"2150 Wise St, Charlottesville, Virginia 22903, United States",POINT (-78.48506 38.0401),1282.0,3413.1954992446113 +2902540,402 14TH ST NW,22903,-78.497206,38.038359,Structure Fire ,16.76666666666664,2009-09-08 20:00:31,2009,0.0,Multifamily dwelling,,,,,E7 ,5.73333333333336,2009-09-08 20:00:31,POINT (-78.49720600000001 38.038359),200.0,5.0,1.0,"1220 West Main Street, Charlottesville, Virginia 22903, United States",POINT (-78.497238 38.033161),1283.0,577.0821090816214 +2902559,419 BRANDON AVE,22903,-78.504022,38.030911,Structure Fire ,97.58333333333333,2009-09-10 16:59:12,2009,35000.0,Multifamily dwelling,Bedroom - < 5 persons; included are jail or prison,Undetermined,"Upholstered sofa, chair, vehicle seats",Unintentional,E5 ,4.349999999999952,2009-09-10 16:59:12,POINT (-78.50402200000001 38.030911),200.0,5.0,1.0,"1600 Emmet Street North, Charlottesville, Virginia 22901, United States",POINT (-78.493932 38.057947),1284.0,3129.5017089314824 +2902569,2513 HILLWOOD PL,22901,-78.473681,38.064963,Mobile property (vehicle) fire ,44.599999999999966,2009-09-11 09:12:50,2009,0.0,"Residential street, road or residential driveway","Engine area, running gear, wheel area",Undetermined,"Item, Other",Unintentional,E2 ,6.383333333333376,2009-09-11 09:12:50,POINT (-78.473681 38.064963),200.0,5.0,1.0,"328 8th Street Northwest, Charlottesville, Virginia 22903, United States",POINT (-78.489486 38.034823),1285.0,3622.4119391809404 +2902586,1801 HYDRAULIC RD,22901,-78.49103,38.061042,Mobile property (vehicle) fire ,75.4333333333334,2009-09-12 20:12:31,2009,0.0,Vehicle parking area,"Vehicle area, other","Hot or smoldering object, other","Electrical wire, cable insulation",Unintentional,E2 ,3.233333333333376,2009-09-12 20:12:31,POINT (-78.49102999999999 38.061042),200.0,5.0,1.0,"513 Harris Road, Charlottesville, Virginia 22903, United States",POINT (-78.501974 38.01517),1286.0,5182.519317264481 +2902597,113 13TH ST NW,22903,-78.498332,38.033519,Structure Fire ,16.683333333333263,2009-09-13 20:50:20,2009,0.0,Multifamily dwelling,"Equipment or service area, other","Heat from direct flame, convection currents",Flammable liquid/gas - in/from engine or burner,Cause undetermined after investigation,E7 ,4.149999999999936,2009-09-13 20:50:20,POINT (-78.498332 38.033519),200.0,5.0,1.0,"301 15th Street Northwest, Charlottesville, Virginia 22903, United States",POINT (-78.49954200000001 38.037268),1287.0,429.5557295924086 +2902599,,22902,-78.49047,38.00955,Natural vegetation fire ,13.016666666666737,2009-09-14 00:47:00,2009,0.0,"Street, other",,,,Undetermined,E7 ,5.333333333333328,2009-09-14 00:47:00,POINT (-78.49047 38.00955),200.0,5.0,1.0,"1150 5th Street Southwest, Charlottesville, Virginia 22902, United States",POINT (-78.501835 38.012177),1288.0,1039.9936374666802 +2902625,110 WASHINGTON AVE,22902,,,Structure Fire ,37.71666666666662,2009-09-16 22:49:08,2009,500.0,Multifamily dwelling,"Cooking area, kitchen","Radiated, conducted heat from operating equipment",Undetermined,Unintentional,E6 ,6.733333333333296,2009-09-16 22:49:08,POINT (nan nan),200.0,5.0,1.0,"1139 East High Street, Charlottesville, Virginia 22902, United States",POINT (-78.466925 38.032218),1290.0,inf +2902660,133 CHANCELLOR ST,22902,-78.49047,38.00955,Mobile property (vehicle) fire ,77.60000000000002,2009-09-20 05:33:13,2009,5000.0,"Sorority house, fraternity house","Exterior, exposed surface",Radiated heat from another fire,"Upholstered sofa, chair, vehicle seats",Cause under investigation,E6 ,5.916666666666671,2009-09-20 05:33:13,POINT (-78.49047 38.00955),200.0,5.0,1.0,"916 1st Street, Charlottesville, Virginia 22902, United States",POINT (-78.485857 38.021632),1291.0,1401.1869151591507 +2902678,1935 ARLINGTON BLVD,22903,-78.504606,38.048453,Natural vegetation fire ,8.966666666666736,2009-09-22 12:07:32,2009,0.0,Graded and cared-for plots of land,,,,Undetermined,E6 ,6.18333333333336,2009-09-22 12:07:32,POINT (-78.504606 38.048453),200.0,5.0,1.0,"1011 Saint Clair Avenue, Charlottesville, Virginia 22901, United States",POINT (-78.461358 38.040016),1293.0,3910.8829135394144 +2902747,1706 CHESAPEAKE ST,22901,-78.45835,38.023981,Structure Fire ,16.933333333333394,2009-09-28 18:24:46,2009,20.0,1 or 2 family dwelling,"Cooking area, kitchen","Heat from powered equipment, other","Organic materials, other",Unintentional,E5 ,4.983333333333264,2009-09-28 18:24:46,POINT (-78.45835 38.023981),200.0,5.0,1.0,"300 Ridge Street, Charlottesville, Virginia 22902, United States",POINT (-78.485687 38.028359),1295.0,2449.4257326787942 +2902753,407 GARRETT ST,22902,-78.480191,38.028013,Structure Fire ,24.149999999999952,2009-09-29 17:29:58,2009,0.0,Multifamily dwelling,"Cooking area, kitchen","Radiated, conducted heat from operating equipment",Household utensils,Unintentional,E5 ,2.983333333333392,2009-09-29 17:29:58,POINT (-78.480191 38.028013),200.0,5.0,1.0,"114 Hartmans Mill Road, Charlottesville, Virginia 22902, United States",POINT (-78.48841299999999 38.019374),1296.0,1200.5203711990175 +2902862,760 WALKER SQU,22902,-78.491451,38.030447,Natural vegetation fire ,9.466666666666704,2009-10-09 16:30:30,2009,0.0,Multifamily dwelling,,"Heat, spark from friction",,Natural source,E7 ,6.53333333333328,2009-10-09 16:30:30,POINT (-78.491451 38.030447),200.0,5.0,1.0,"500 Rugby Road, Charlottesville, Virginia 22903, United States",POINT (-78.490729 38.055305),1297.0,2760.4421775208803 +2902878,1215 WERTLAND ST,22901,-78.497436,38.034318,Structure Fire ,25.066666666666656,2009-10-11 12:29:04,2009,0.0,Multifamily dwelling,,,,,E5 ,4.61666666666664,2009-10-11 12:29:04,POINT (-78.49743599999999 38.034318),200.0,5.0,1.0,"1115 Page Street, Charlottesville, Virginia 22903, United States",POINT (-78.495518 38.036271),1299.0,274.54369059691425 +2902901,829 HARDY DR,22902,-78.491219,38.033502,Structure Fire ,96.09999999999997,2009-10-13 15:42:46,2009,10000.0,Multifamily dwelling,,,,,E7 ,3.416666666666688,2009-10-13 15:42:46,POINT (-78.491219 38.033502),200.0,5.0,1.0,"900 Rockland Avenue, Charlottesville, Virginia 22902, United States",POINT (-78.48044400000001 38.016471),1300.0,2114.334900090545 +2902923,1 MORTON DR,22901,-78.495953,38.055783,Mobile property (vehicle) fire ,48.55000000000003,2009-10-15 12:42:56,2009,28000.0,Vehicle parking area,,,,,E1 ,5.016666666666672,2009-10-15 12:42:56,POINT (-78.495953 38.055783),200.0,5.0,1.0,"900 1st Street, Charlottesville, Virginia 22902, United States",POINT (-78.485669 38.022901),1301.0,3760.5474501341905 +2902934,2401 ARLINGTON BLVD,22901,-78.507521,38.050409,Structure Fire ,115.60000000000004,2009-10-16 12:06:40,2009,80000.0,Multifamily dwelling,,,,,E81 ,6.08333333333328,2009-10-16 12:06:40,POINT (-78.507521 38.050409),200.0,5.0,0.753333,"1882 Green Street, Stephens City, Virginia 22655, United States",POINT (-78.220731 39.082874),1302.0,117333.87090219557 +2902961,736 PROSPECT AVE,22902,-78.49466,38.024191,Outside rubbish fire ,40.966666666666704,2009-10-19 21:36:17,2009,0.0,Multifamily dwelling,,,,,E7 ,5.783333333333328,2009-10-19 21:36:17,POINT (-78.49466 38.024191),200.0,5.0,1.0,"1414 Cherry Avenue, Charlottesville, Virginia 22903, United States",POINT (-78.50219 38.024451),1304.0,661.9177749052589 +2902970,,22902,-78.49047,38.00955,Outside rubbish fire ,8.78333333333328,2009-10-20 19:55:34,2009,0.0,Street or road in commercial area,,,,,E7 ,4.466666666666736,2009-10-20 19:55:34,POINT (-78.49047 38.00955),200.0,5.0,1.0,"1419 Short 18th Street, Charlottesville, Virginia 22902, United States",POINT (-78.46077699999999 38.026348),1305.0,3206.096960819315 +2902973,1309 WEST MAIN ST,22901,-78.483308,38.031078,Special outside fire ,10.383333333333265,2009-10-21 11:41:08,2009,0.0,Graded and cared-for plots of land,,,,,E7 ,5.383333333333296,2009-10-21 11:41:08,POINT (-78.48330799999999 38.031078),200.0,5.0,1.0,"922 1st Street, Charlottesville, Virginia 22902, United States",POINT (-78.485912 38.021105),1306.0,1130.5638825692674 +2902988,212 5TH ST SW,22902,-78.488412,38.029586,Structure Fire ,270.8333333333323,2009-10-22 21:26:24,2009,30000.0,Multifamily dwelling,,,,,E7 ,3.03333333333336,2009-10-22 21:26:24,POINT (-78.488412 38.029586),200.0,5.0,1.0,"715 Elliott Avenue, Charlottesville, Virginia 22902, United States",POINT (-78.480147 38.020893),1307.0,1207.5722979286568 +2902993,112 W MAIN ST,22901,-78.481889,38.030877,"Fire, other ",91.89999999999993,2009-10-23 09:19:24,2009,0.0,Specialty shop,"Corridor, mall",Heat from other open flame or smoking materials,"Light vegetation - not crop, including grass",Cause under investigation,BC1 ,4.900000000000032,2009-10-23 09:19:24,POINT (-78.481889 38.030877),200.0,5.0,1.0,"313 2nd St SE, Charlottesville, Virginia 22902, United States",POINT (-78.48151 38.02912),1310.0,197.88006334707646 +2903063,500 1ST ST S,22901,-78.483813,38.026645,Structure Fire ,30.633333333333265,2009-10-28 14:56:20,2009,20.0,Multifamily dwelling,,,,,BC2 ,2.733333333333264,2009-10-28 14:56:20,POINT (-78.483813 38.026645),200.0,5.0,1.0,"110 Stadium Road, Charlottesville, Virginia 22903, United States",POINT (-78.509057 38.03152),1311.0,2281.909137613915 +2903074,223 4TH STREET NW,22902,,,Outside rubbish fire ,11.883333333333312,2009-10-29 17:28:49,2009,0.0,Graded and cared-for plots of land,,,,,E7 ,3.466666666666656,2009-10-29 17:28:49,POINT (nan nan),200.0,5.0,1.0,"1400 Monticello Road, Charlottesville, Virginia 22902, United States",POINT (-78.472544 38.019349),1312.0,inf +2903136,,22903,-78.49047,38.00955,Mobile property (vehicle) fire ,15.083333333333279,2009-11-05 16:51:05,2009,0.0,,,,,,E2 ,4.5,2009-11-05 16:51:05,POINT (-78.49047 38.00955),200.0,5.0,1.0,"2102 Arlington Boulevard, Charlottesville, Virginia 22903, United States",POINT (-78.50655 38.049109),1313.0,4613.204451044439 +2903150,123 E MAIN ST,22902,-78.480862,38.030629,Outside rubbish fire ,34.116666666666625,2009-11-07 08:45:42,2009,0.0,"Outside or special property, other",,,,,E5 ,3.93333333333336,2009-11-07 08:45:42,POINT (-78.480862 38.030629),200.0,5.0,1.0,"1608 Grove Road, Charlottesville, Virginia 22901, United States",POINT (-78.48177699999999 38.055011),1314.0,2708.073568387893 +2903166,300 4TH ST SE,22902,-78.479891,38.028744,Structure Fire ,20.966666666666686,2009-11-09 19:08:06,2009,0.0,Multifamily dwelling,,,,,E5 ,3.4833333333333596,2009-11-09 19:08:06,POINT (-78.47989099999999 38.028744),200.0,5.0,1.0,"1635 Meridian Street, Charlottesville, Virginia 22902, United States",POINT (-78.481881 38.012724),1315.0,1787.0961635488961 +2903196,,22902,-78.49047,38.00955,Mobile property (vehicle) fire ,23.883333333333262,2009-11-12 18:21:45,2009,500.0,,,,,,E7 ,3.466666666666656,2009-11-12 18:21:45,POINT (-78.49047 38.00955),200.0,5.0,1.0,"1710 Monticello Rd, Charlottesville, Virginia 22902, United States",POINT (-78.47382 38.01348),1316.0,1526.171905407832 +2903210,124 MAURY AVE,22903,-78.516251,38.027267,Structure Fire ,81.91666666666671,2009-11-14 07:44:15,2009,0.0,Construction site,,,,,E6 ,4.05,2009-11-14 07:44:15,POINT (-78.516251 38.027267),200.0,5.0,1.0,"1422 Cherry Avenue, Charlottesville, Virginia 22903, United States",POINT (-78.502886 38.024048),1317.0,1226.8928676215223 +2903254,1800 JEFFERSON PARK,22901,-78.50968,38.028668,"Fire, other ",25.883333333333283,2009-11-17 09:40:57,2009,0.0,Multifamily dwelling,,,,,E6 ,4.6666666666666075,2009-11-17 09:40:57,POINT (-78.50968 38.028668),200.0,5.0,0.948,"1800 Jefferson Park Avenue, Charlottesville, Virginia 22903, United States",POINT (-78.50887899999999 38.028802),1318.0,71.8955331749827 +2903326,1022 GROVE ST,22902,-78.498823,38.029399,Structure Fire ,95.23333333333338,2009-11-25 03:59:21,2009,7750.0,1 or 2 family dwelling,,,,,E7 ,6.18333333333336,2009-11-25 03:59:21,POINT (-78.498823 38.029399),200.0,5.0,1.0,"1136 E High St, Charlottesville, Virginia 22902, United States",POINT (-78.4696 38.03146),1319.0,2576.3621564748273 +2903394,609 PROSPECT AVE,22901,-78.49477,38.06987,Mobile property (vehicle) fire ,24.36666666666667,2009-12-03 17:36:31,2009,0.0,Vehicle parking area,,,,,E1 ,3.1833333333332643,2009-12-03 17:36:31,POINT (-78.49477 38.06987),200.0,5.0,1.0,"764 Prospect Avenue, Charlottesville, Virginia 22903, United States",POINT (-78.49344000000001 38.023457),1320.0,5154.050654368309 +2903408,101 KENT TER,22903,-78.509846,38.028334,Natural vegetation fire ,45.04999999999997,2009-12-04 22:16:56,2009,0.0,1 or 2 family dwelling,,"Explosive, fireworks, other",,Incendiary,E5 ,5.8500000000000005,2009-12-04 22:16:56,POINT (-78.509846 38.028334),200.0,5.0,1.0,"123 E Main St, Charlottesville, Virginia 22902, United States",POINT (-78.48086000000001 38.03087),1321.0,2560.9081510023298 +2903544,612 BELMONT AVE,22901,-78.49477,38.06987,Structure Fire ,46.55000000000002,2009-12-18 20:43:35,2009,0.0,1 or 2 family dwelling,,,,,E5 ,10.58333333333328,2009-12-18 20:43:35,POINT (-78.49477 38.06987),200.0,5.0,1.0,"1417 Emmet Street North, Charlottesville, Virginia 22903, United States",POINT (-78.49685599999999 38.0564),1322.0,1506.5966602874987 +2903566,956 ROCK CREEK RD,22903,-78.497007,38.019184,Structure Fire ,99.66666666666673,2009-12-19 23:43:29,2009,950.0,1 or 2 family dwelling,,,,,E7 ,7.933333333333391,2009-12-19 23:43:29,POINT (-78.497007 38.019184),200.0,5.0,1.0,"1025 5th Street Southwest, Charlottesville, Virginia 22902, United States",POINT (-78.49588799999999 38.019607),1323.0,108.9212564552429 +2903577,501 5TH ST SW,22903,-78.489894,38.027484,Mobile property (vehicle) fire ,28.383333333333262,2009-12-20 18:53:39,2009,2100.0,Highway or divided highway,,,,,E7 ,4.066666666666704,2009-12-20 18:53:39,POINT (-78.48989400000001 38.027484),200.0,5.0,1.0,"1035 Emmet St N, Charlottesville, Virginia 22903, United States",POINT (-78.50116 38.05104),1325.0,2795.9884660396656 +2903580,207 RIDGE ST,22902,-78.485912,38.02899,Structure Fire ,63.76666666666666,2009-12-20 22:36:23,2009,2000.0,"Dormitory type residence, other ",,,,,TRK01 ,0.133333333333344,2009-12-20 22:36:23,POINT (-78.485912 38.02899),200.0,5.0,1.0,"2227 Banbury Street, Charlottesville, Virginia 22901, United States",POINT (-78.46719899999999 38.062477),1326.0,4064.564036286775 +2903615,2232 BANBURY ST,22902,-78.49047,38.00955,Structure Fire ,181.0166666666659,2009-12-23 23:42:31,2009,35000.0,1 or 2 family dwelling,,,,,E2 ,7.666666666666704,2009-12-23 23:42:31,POINT (-78.49047 38.00955),200.0,5.0,0.744,"Charlottesville, Virginia, United States",POINT (-78.47669999999999 38.0293),1327.0,2504.0390099678048 +2903642,1302 PRESTON AVE,22903,-78.492979,38.044698,Outside rubbish fire ,16.08333333333336,2009-12-26 16:12:55,2009,0.0,"Residential street, road or residential driveway",,,,,E2 ,4.916666666666736,2009-12-26 16:12:55,POINT (-78.49297900000001 38.044698),200.0,5.0,1.0,"1705 Yorktown Drive, Charlottesville, Virginia 22901, United States",POINT (-78.47766300000001 38.057885),1328.0,1987.767017607908 +2903645,2416 SUNSET RD,22903,-78.517964,38.021685,Structure Fire ,82.53333333333332,2009-12-26 16:50:14,2009,2000.0,Multifamily dwelling,,,,,E6 ,7.016666666666689,2009-12-26 16:50:14,POINT (-78.51796400000001 38.021685),200.0,5.0,1.0,"1112 Park Street, Charlottesville, Virginia 22901, United States",POINT (-78.469827 38.04317),1329.0,4853.50687693777 +2903655,400 ROBERTSON AVE,22901,-78.476414,38.03751,Natural vegetation fire ,9.600000000000048,2009-12-27 11:22:11,2009,0.0,1 or 2 family dwelling,,,,Equipment,E7 ,6.133333333333392,2009-12-27 11:22:11,POINT (-78.47641400000001 38.03751),200.0,5.0,1.0,"507 Rougemont Avenue, Charlottesville, Virginia 22902, United States",POINT (-78.487492 38.018141),1330.0,2360.158647898906 +3900004,102 AMPHITHEATER WAY,22902,-78.49047,38.00955,Structure Fire ,9.23333333333328,2009-01-03 17:11:12,2009,0.0,,,,,,E6 ,6.316666666666704,2009-01-03 17:11:12,POINT (-78.49047 38.00955),200.0,5.0,1.0,"1016 Cherry Avenue, Charlottesville, Virginia 22903, United States",POINT (-78.498249 38.027965),1331.0,2155.5448993798086 +3900005,1215 LEE ST,22903,-78.498649,38.032,Structure Fire ,15.166666666666655,2009-01-04 13:28:19,2009,0.0,Hospital - medical or psychiatric,"Cooking area, kitchen",Heat source: other,"Cooking materials, including edible materials",Intentional,E2 ,0.916666666666704,2009-01-04 13:28:19,POINT (-78.498649 38.032),200.0,5.0,1.0,"833 Hardy Drive, Charlottesville, Virginia 22903, United States",POINT (-78.49263500000001 38.034628),1332.0,603.3238042730319 +3900040,295 MASSIE RD,22908,-78.507928,38.045665,Structure Fire ,23.449999999999967,2009-01-25 07:13:08,2009,0.0,Steam or heat generating plant ,"Heating room or area, water heater area","Heat from powered equipment, other",Flammable liquid/gas - in/from engine or burner,Failure of equipment or heat source,E6 ,4.783333333333392,2009-01-25 07:13:08,POINT (-78.50792800000001 38.045665),200.0,5.0,1.0,"1339 Hilltop Road, Charlottesville, Virginia 22903, United States",POINT (-78.490578 38.05219),1333.0,1686.6569997253646 +3900054,1404 JEFFERSON PARK,22902,-78.466623,38.02769,Mobile property (vehicle) fire ,20.266666666666705,2009-02-02 16:59:14,2009,0.0,,"Engine area, running gear, wheel area",Arcing,"Electrical wire, cable insulation",Unintentional,BC1 ,3.3333333333333117,2009-02-02 16:59:14,POINT (-78.466623 38.02769),200.0,5.0,1.0,"2161 Barracks Road, Charlottesville, Virginia 22903, United States",POINT (-78.502458 38.056569),1334.0,4492.049990543766 +3900057,252 MCCORMICK RD,22903,-78.507248,38.033913,Outside rubbish fire ,20.866666666666607,2009-02-04 16:01:42,2009,0.0,Tunnel,,,,,E5 ,3.3000000000000482,2009-02-04 16:01:42,POINT (-78.507248 38.033913),200.0,5.0,0.948,"1408 Jefferson Park Avenue, Charlottesville, Virginia 22903, United States",POINT (-78.502411 38.031699),1335.0,490.7307184192617 +3900065,510 SEYMOUR RD,22902,-78.49047,38.00955,Outside rubbish fire ,27.13333333333334,2009-02-08 22:15:32,2009,0.0,Multifamily dwelling,"Exterior, exposed surface",Undetermined,"Soft goods, wearing apparel, other",Intentional,E6 ,5.983333333333344,2009-02-08 22:15:32,POINT (-78.49047 38.00955),200.0,5.0,1.0,"579 Mccormick Road, Charlottesville, Virginia 22904, United States",POINT (-78.517657 38.033321),1336.0,3558.8358761758577 +3900109,1605 JEFFERSON PARK,22901,-78.506882,38.032183,Natural vegetation fire ,19.500000000000046,2009-03-09 14:54:17,2009,0.0,"Educational, other",,Undetermined,,Natural source,E5 ,3.8833333333333924,2009-03-09 14:54:17,POINT (-78.506882 38.032183),200.0,5.0,1.0,"205 Sprigg Lane, Charlottesville, Virginia 22903, United States",POINT (-78.508466 38.039103),1337.0,780.7344046799282 +3900166,225 HEREFORD DR,22906,-78.48597,38.06752,Structure Fire ,81.04999999999997,2009-04-06 22:02:53,2009,4500.0,"Dormitory type residence, other ",Bedroom - < 5 persons; included are jail or prison,Undetermined,Appliance housing or casing,Failure of equipment or heat source,E6 ,6.450000000000048,2009-04-06 22:02:53,POINT (-78.48596999999999 38.06752),200.0,5.0,1.0,"201 Sprigg Lane, Charlottesville, Virginia 22903, United States",POINT (-78.507137 38.03853),1338.0,3716.3381552580217 +3900182,173 CULBRETH RD,22903,-78.505126,38.039337,Structure Fire ,53.16666666666667,2009-04-18 22:35:40,2009,0.0,"Barracks, dormitory",,,,,E6 ,7.733333333333377,2009-04-18 22:35:40,POINT (-78.505126 38.039337),200.0,5.0,1.0,"570 Edgemont Road, Charlottesville, Virginia 22904, United States",POINT (-78.522383 38.036697),1339.0,1543.3096955952835 +3900214,201 SPRIGG LN,22903,-78.599321,38.044054,Structure Fire ,23.666666666666686,2009-05-04 14:52:58,2009,0.0,"Dormitory type residence, other ","Cooking area, kitchen",Arcing,"Cooking materials, including edible materials",Unintentional,E7 ,6.333333333333264,2009-05-04 14:52:58,POINT (-78.599321 38.044054),200.0,5.0,1.0,"800 Alderman Road, Charlottesville, Virginia 22903, United States",POINT (-78.514144 38.034601),1340.0,7551.823738436466 +3900254,420 MCCORMICK RD,22908,-78.511373,38.034211,Outside rubbish fire ,8.149999999999968,2009-05-18 21:37:10,2009,0.0,,"Chute/container - trash, rubbish, waste",Cigarette,"Rubbish, trash, or waste",Unintentional,E6 ,4.549999999999968,2009-05-18 21:37:10,POINT (-78.51137300000001 38.034211),200.0,5.0,1.0,"480 Ray C Hunt Drive, Charlottesville, Virginia 22903, United States",POINT (-78.52703200000001 38.024317),1341.0,1759.9225705681008 +3900304,583 BRANDON AVE,22902,-78.504262,38.030163,Structure Fire ,25.71666666666667,2009-06-20 13:33:06,2009,0.0,"Barracks, dormitory","Cooking area, kitchen","Hot or smoldering object, other",Undetermined,Unintentional,E7 ,4.95,2009-06-20 13:33:06,POINT (-78.504262 38.030163),200.0,5.0,1.0,"205 Sprigg Lane, Charlottesville, Virginia 22903, United States",POINT (-78.508466 38.039103),1342.0,1058.9283094157838 +3900326,1215 LEE ST,22906,-78.498649,38.032,"Fire, other ",28.433333333333376,2009-07-01 09:43:15,2009,0.0,Hospital - medical or psychiatric,"Corridor, mall","Heat from powered equipment, other",Undetermined,Failure of equipment or heat source,E5 ,1.483333333333344,2009-07-01 09:43:15,POINT (-78.498649 38.032),200.0,5.0,1.0,"15 Hancock Drive, Charlottesville, Virginia 22904, United States",POINT (-78.51155 38.035998),1343.0,1216.6686871017562 +3900331,409 MCCORMICK RD,22901,-78.511255,38.034017,Outside rubbish fire ,6.450000000000047,2009-07-08 16:33:15,2009,0.0,,,,,,E6 ,3.199999999999968,2009-07-08 16:33:15,POINT (-78.51125500000001 38.034017),200.0,5.0,1.0,"109 Culbreth Road, Charlottesville, Virginia 22903, United States",POINT (-78.504276 38.039574),1344.0,869.5484608572025 +3900346,1914 THOMSON RD,22903,-78.508536,38.03671,Natural vegetation fire ,27.71666666666669,2009-07-15 13:50:50,2009,100.0,Graded and cared-for plots of land,,,,Smoking,E6 ,4.71666666666672,2009-07-15 13:50:50,POINT (-78.50853600000001 38.03671),200.0,5.0,0.801667,"Darden Boulevard, Charlottesville, Virginia 22903, United States",POINT (-78.5137613 38.0525024),1345.0,1812.269239961228 +3900358,1215 LEE ST,22903,-78.498649,38.032,Structure Fire ,12.750000000000048,2009-07-21 17:01:56,2009,0.0,Hospital - medical or psychiatric,"Cooking area, kitchen",Heat source: other,"Cooking materials, including edible materials",Unintentional,E2 ,1.899999999999936,2009-07-21 17:01:56,POINT (-78.498649 38.032),200.0,5.0,1.0,"124 11th Street Southwest, Charlottesville, Virginia 22903, United States",POINT (-78.496521 38.031741),1346.0,189.06215476800588 +3900364,420 MCCORMICK RD,22906,-78.511373,38.034211,Structure Fire ,28.033333333333342,2009-07-23 16:40:14,2009,10.0,"Dormitory type residence, other ","Cooking area, kitchen","Hot or smoldering object, other",Household utensils,Unintentional,E6 ,3.216666666666672,2009-07-23 16:40:14,POINT (-78.51137300000001 38.034211),200.0,5.0,1.0,"54 Rotunda Drive, Charlottesville, Virginia 22903, United States",POINT (-78.50182100000001 38.034811),1347.0,841.3824002481525 +3900368,1210 LEE ST,22902,-78.498655,38.031851,Structure Fire ,8.716666666666608,2009-07-24 17:23:22,2009,0.0,"Parking garage, general vehicle",,,,,E6 ,2.166666666666624,2009-07-24 17:23:22,POINT (-78.498655 38.031851),200.0,5.0,1.0,"807 Bolling Avenue, Charlottesville, Virginia 22902, United States",POINT (-78.477396 38.02274),1348.0,2123.3158910499915 +3900435,145 MCCORMICK RD,22906,-78.48597,38.06752,Mobile property (vehicle) fire ,15.3,2009-09-10 22:09:21,2009,1000.0,"Street, other","Engine area, running gear, wheel area","Radiated, conducted heat from operating equipment",Tire,Failure of equipment or heat source,E6 ,4.016666666666736,2009-09-10 22:09:21,POINT (-78.48596999999999 38.06752),200.0,5.0,1.0,"612 Gillespie Avenue, Charlottesville, Virginia 22902, United States",POINT (-78.465586 38.032728),1349.0,4257.012668430531 +3900444,,22902,-78.49047,38.00955,Mobile property (vehicle) fire ,34.71666666666667,2009-09-14 15:02:24,2009,5500.0,Vehicle parking area,"Engine area, running gear, wheel area",Undetermined,Multiple items first ignited,Failure of equipment or heat source,E7 ,4.366666666666656,2009-09-14 15:02:24,POINT (-78.49047 38.00955),200.0,5.0,0.948,"2007 Jefferson Park Avenue, Charlottesville, Virginia 22903, United States",POINT (-78.513414 38.026681),1350.0,2770.8750008033803 +3900458,156 ENGINEER'S WAY,22903,-78.51103,38.032068,Outside rubbish fire ,8.716666666666608,2009-09-22 13:45:00,2009,0.0,"Street, other",,,,,E6 ,4.95,2009-09-22 13:45:00,POINT (-78.51103000000001 38.032068),200.0,5.0,1.0,"1410 Vine Street, Charlottesville, Virginia 22902, United States",POINT (-78.467634 38.019295),1351.0,4066.275324916458 +3900494,,22903,-78.49047,38.00955,Outside rubbish fire ,13.599999999999934,2009-10-10 04:20:18,2009,0.0,Graded and cared-for plots of land,,,,,E6 ,7.550000000000064,2009-10-10 04:20:18,POINT (-78.49047 38.00955),200.0,5.0,1.0,"768 Prospect Ave, Charlottesville, Virginia 22903, United States",POINT (-78.49587 38.02251),1352.0,1514.9569333161403 +3900588,,22903,-78.49047,38.00955,Outside rubbish fire ,19.333333333333297,2009-11-29 14:31:49,2009,0.0,"Street, other",,,,,E1 ,7.53333333333336,2009-11-29 14:31:49,POINT (-78.49047 38.00955),200.0,5.0,1.0,"2211 Wayne Avenue, Charlottesville, Virginia 22901, United States",POINT (-78.497995 38.059046),1353.0,5534.573710047953 +3900589,1215 LEE ST,22903,-78.498649,38.032,Structure Fire ,34.6666666666667,2009-11-30 07:55:01,2009,5000.0,Hospital - medical or psychiatric,,,,,E7 ,4.183333333333344,2009-11-30 07:55:01,POINT (-78.498649 38.032),200.0,5.0,1.0,"1309 West Main Street, Charlottesville, Virginia 22903, United States",POINT (-78.498554 38.033871),1354.0,207.88322607360502 +2000026,417 MOBILE LN,22901,-78.49477,38.06987,Structure Fire ,50.61666666666672,2010-01-04 08:05:51,2010,2000.0,1 or 2 family dwelling,,,,,E7 ,7.733333333333377,2010-01-04 08:05:51,POINT (-78.49477 38.06987),200.0,5.0,1.0,"401 Mcintire Road, Charlottesville, Virginia 22902, United States",POINT (-78.483577 38.034772),1355.0,4018.5430131475277 +2000028,203 PALATINE AVE,22903,-78.48076,38.015815,Structure Fire ,156.88333333333296,2010-01-04 09:24:25,2010,40000.0,1 or 2 family dwelling,,,,,E6 ,4.783333333333392,2010-01-04 09:24:25,POINT (-78.48076 38.015815),200.0,5.0,1.0,"1801 Hydraulic Road, Charlottesville, Virginia 22901, United States",POINT (-78.489603 38.061496),1356.0,5130.570598221107 +2000038,108 2ND ST SW,22901,-78.482402,38.030532,Structure Fire ,61.683333333333266,2010-01-05 11:50:51,2010,0.0,Multifamily dwelling,,,,,E5 ,3.016666666666656,2010-01-05 11:50:51,POINT (-78.48240199999999 38.030532),200.0,5.0,1.0,"1857 Westview Road, Charlottesville, Virginia 22903, United States",POINT (-78.499089 38.049063),1357.0,2525.697664569664 +2000080,1614 GREENLEAF LN,22902,-78.485616,38.050788,Structure Fire ,82.53333333333332,2010-01-08 21:02:54,2010,0.0,1 or 2 family dwelling,,,,,E2 ,5.883333333333264,2010-01-08 21:02:54,POINT (-78.48561599999999 38.050788),200.0,5.0,1.0,"105 Westerly Avenue, Charlottesville, Virginia 22903, United States",POINT (-78.52262500000001 38.025678),1359.0,4281.415276543347 +2000092,810 W MAIN ST,22903,-78.491696,38.031896,Outside rubbish fire ,22.733333333333277,2010-01-10 00:18:09,2010,0.0,Vehicle parking area,,,,,E7 ,5.750000000000065,2010-01-10 00:18:09,POINT (-78.491696 38.031896),200.0,5.0,1.0,"924 1st Street, Charlottesville, Virginia 22902, United States",POINT (-78.486125 38.020867),1360.0,1318.5511769204008 +2000143,501 RIVES ST,22902,-78.467639,38.021301,Structure Fire ,638.2499999999991,2010-01-16 01:36:08,2010,400000.0,1 or 2 family dwelling,,,,,E7 ,7.299999999999936,2010-01-16 01:36:08,POINT (-78.46763900000001 38.021301),200.0,5.0,1.0,"750 Water Street East, Charlottesville, Virginia 22902, United States",POINT (-78.47717799999999 38.028865),1361.0,1186.1549942352997 +2000150,762 MADISON AVE,22903,-78.494657,38.041492,Structure Fire ,40.58333333333338,2010-01-16 17:43:12,2010,0.0,Multifamily dwelling,,,,,E1 ,5.383333333333296,2010-01-16 17:43:12,POINT (-78.494657 38.041492),200.0,5.0,1.0,"2201 Angus Road, Charlottesville, Virginia 22901, United States",POINT (-78.497242 38.060214),1362.0,2090.850272755569 +2000193,127 BIRDWOOD CT,22901,-78.479078,38.04207,Structure Fire ,25.816666666666606,2010-01-21 19:12:54,2010,0.0,1 or 2 family dwelling,,,,,E1 ,5.350000000000032,2010-01-21 19:12:54,POINT (-78.479078 38.04207),200.0,5.0,1.0,"400 Monroe Lane, Charlottesville, Virginia 22903, United States",POINT (-78.502668 38.031709),1363.0,2369.294898646073 +2000424,301 15TH ST NW,22903,-78.498981,38.037164,Structure Fire ,55.816666666666706,2010-02-07 17:54:03,2010,0.0,Multifamily dwelling,,,,,E7 ,5.499999999999936,2010-02-07 17:54:03,POINT (-78.498981 38.037164),200.0,5.0,1.0,"131 Cameron Lane, Charlottesville, Virginia 22903, United States",POINT (-78.511286 38.039507),1364.0,1111.2922586452773 +2000434,203 ROBERTSON AVE,22903,-78.51276,38.024459,Structure Fire ,408.28333333333245,2010-02-08 14:35:27,2010,278000.0,1 or 2 family dwelling,,,,,BC1 ,4.516666666666704,2010-02-08 14:35:27,POINT (-78.51276 38.024459),200.0,5.0,1.0,"1625 Meridian Street, Charlottesville, Virginia 22902, United States",POINT (-78.482697 38.012538),1365.0,2953.473221500061 +2000513,619 CABELL AVE,22902,-78.497398,38.041397,Structure Fire ,34.56666666666663,2010-02-14 00:01:46,2010,0.0,"Sorority house, fraternity house",,,,,E2 ,8.633333333333375,2010-02-14 00:01:46,POINT (-78.497398 38.041397),200.0,5.0,1.0,"114 Robertson Avenue, Charlottesville, Virginia 22903, United States",POINT (-78.513633 38.024226),1366.0,2380.3948842351638 +2000554,1144 E MARKET ST,22902,-78.469033,38.026982,Outside rubbish fire ,19.750000000000032,2010-02-18 05:52:38,2010,0.0,Business office,,,,,E5 ,7.566666666666624,2010-02-18 05:52:38,POINT (-78.469033 38.026982),200.0,5.0,1.0,"828 Cherry Ave, Charlottesville, Virginia 22903, United States",POINT (-78.49338 38.02824),1367.0,2142.643309418556 +2000612,117 ALTAMONT CIR,22901,-78.481244,38.0345,Structure Fire ,21.550000000000033,2010-02-23 18:27:38,2010,0.0,Multifamily dwelling,,,,,E5 ,3.8166666666667197,2010-02-23 18:27:38,POINT (-78.481244 38.0345),200.0,5.0,1.0,"509 Harris Road, Charlottesville, Virginia 22903, United States",POINT (-78.502588 38.015077),1369.0,2857.1333158344783 +2000633,1600 6TH ST SE,22901,-78.486532,38.016944,Structure Fire ,14.833333333333293,2010-02-25 21:18:27,2010,0.0,1 or 2 family dwelling,,,,,E5 ,6.900000000000048,2010-02-25 21:18:27,POINT (-78.486532 38.016944),200.0,5.0,1.0,"800 Preston Avenue, Charlottesville, Virginia 22903, United States",POINT (-78.488781 38.036459),1370.0,2175.5206286908788 +2000639,1310 FLORENCE RD,22902,-78.4696,38.017868,Structure Fire ,55.10000000000002,2010-02-26 16:51:27,2010,0.0,1 or 2 family dwelling,,,,,E5 ,4.999999999999968,2010-02-26 16:51:27,POINT (-78.4696 38.017868),200.0,5.0,1.0,"100 9th Street Southwest, Charlottesville, Virginia 22903, United States",POINT (-78.49461100000001 38.030776),1371.0,2622.629418474224 +2000689,247 RIDGE MCINTIRE RD,22902,-78.484977,38.031888,Structure Fire ,47.34999999999994,2010-03-04 17:03:59,2010,250.0,Restaurant or cafeteria,,,,,E7 ,4.316666666666688,2010-03-04 17:03:59,POINT (-78.484977 38.031888),200.0,5.0,1.0,"800 Cynthianna Avenue, Charlottesville, Virginia 22903, United States",POINT (-78.484403 38.039614),1372.0,859.2152345119971 +2000696,,22901,-78.49047,38.00955,Natural vegetation fire ,6.733333333333297,2010-03-05 20:10:15,2010,0.0,"Outside or special property, other",,,,Undetermined,E5 ,3.1833333333332643,2010-03-05 20:10:15,POINT (-78.49047 38.00955),200.0,5.0,1.0,"608 Wine Cellar Circle, Charlottesville, Virginia 22902, United States",POINT (-78.47734699999999 38.035625),1373.0,3115.8108989474813 +2000703,1106 MYRTLE ST,22902,-78.47133,38.023994,Structure Fire ,172.7333333333323,2010-03-06 13:53:29,2010,60000.0,1 or 2 family dwelling,,,,,E5 ,5.300000000000064,2010-03-06 13:53:29,POINT (-78.47132999999999 38.023994),200.0,5.0,1.0,"1150 5th Street Southwest, Charlottesville, Virginia 22902, United States",POINT (-78.501835 38.012177),1374.0,2983.1617824180125 +2000706,300 4TH ST SE,22902,-78.479891,38.028744,Structure Fire ,33.16666666666666,2010-03-06 19:24:48,2010,0.0,Multifamily dwelling,,,,,E5 ,3.566666666666736,2010-03-06 19:24:48,POINT (-78.47989099999999 38.028744),200.0,5.0,1.0,"1522 Broad Avenue, Charlottesville, Virginia 22903, United States",POINT (-78.50520899999999 38.02514),1375.0,2259.0802244608644 +2000709,836 RIDGE ST,22902,-78.492928,38.020478,Structure Fire ,16.416666666666718,2010-03-06 21:51:18,2010,,1 or 2 family dwelling,,,,,E7 ,3.616666666666704,2010-03-06 21:51:18,POINT (-78.49292800000001 38.020478),200.0,5.0,1.0,"520 Caroline Avenue, Charlottesville, Virginia 22902, United States",POINT (-78.462729 38.030807),1376.0,2889.36622126699 +2000722,304 CARLTON RD,22902,-78.470298,38.022195,Structure Fire ,18.650000000000013,2010-03-08 10:05:04,2010,0.0,1 or 2 family dwelling,,,,,E6 ,4.26666666666672,2010-03-08 10:05:04,POINT (-78.470298 38.022195),200.0,5.0,1.0,"1833 Fendall Avenue, Charlottesville, Virginia 22903, United States",POINT (-78.499797 38.04544),1377.0,3656.414356708656 +2000785,1819 UNIVERSITY CIR,22903,-78.50177,38.04281,Structure Fire ,47.883333333333304,2010-03-15 21:43:06,2010,,Multifamily dwelling,,,,,E6 ,4.766666666666688,2010-03-15 21:43:06,POINT (-78.50176999999999 38.04281),200.0,5.0,1.0,"1185 Seminole Trail, Charlottesville, Virginia 22901, United States",POINT (-78.485158 38.068338),1379.0,3187.2607531743347 +2000793,102 AZALEA DR,22903,-78.511676,38.015832,Outside rubbish fire ,22.999999999999968,2010-03-16 14:52:04,2010,0.0,1 or 2 family dwelling,,,,,E7 ,3.1833333333332643,2010-03-16 14:52:04,POINT (-78.51167599999999 38.015832),200.0,5.0,1.0,"1311 Rose Hill Drive, Charlottesville, Virginia 22903, United States",POINT (-78.4838 38.047911),1380.0,4321.482812231501 +2000818,1021 WERTLAND ST,22902,-78.494915,38.034145,Natural vegetation fire ,25.616666666666735,2010-03-18 15:00:45,2010,500.0,Multifamily dwelling,,,,Undetermined,BC1 ,1.5166666666666082,2010-03-18 15:00:45,POINT (-78.49491500000001 38.034145),200.0,5.0,1.0,"501 5th Street Southwest, Charlottesville, Virginia 22902, United States",POINT (-78.489802 38.025247),1381.0,1085.097004741157 +2000858,1620 MERIDIAN ST,22902,-78.482657,38.013223,Natural vegetation fire ,27.416666666666735,2010-03-21 10:43:21,2010,0.0,Open land or field,,,,Undetermined,E5 ,5.949999999999936,2010-03-21 10:43:21,POINT (-78.482657 38.013223),200.0,5.0,1.0,"811 Village Road, Charlottesville, Virginia 22903, United States",POINT (-78.50057200000001 38.017724),1382.0,1650.9365486915178 +2000898,1400 MELBOURNE RD,22901,-78.47289,38.052744,Mobile property (vehicle) fire ,27.949999999999967,2010-03-25 14:23:15,2010,0.0,Construction site,,,,,E2 ,4.683333333333312,2010-03-25 14:23:15,POINT (-78.47289000000001 38.052744),200.0,5.0,1.0,"313 2nd St SE, Charlottesville, Virginia 22902, United States",POINT (-78.48151 38.02912),1383.0,2729.7526797062033 +2000900,1101 SEMINOLE TRAIL,22901,-78.487705,38.066165,"Fire, other ",7.150000000000032,2010-03-25 16:27:59,2010,0.0,"Outside or special property, other","Courtyard, patio, porch, terrace",Cigarette,"Organic materials, other",Unintentional,E2 ,4.650000000000048,2010-03-25 16:27:59,POINT (-78.48770500000001 38.066165),200.0,5.0,1.0,"1600 6th Street Southeast, Charlottesville, Virginia 22902, United States",POINT (-78.48662899999999 38.016582),1384.0,5505.482566810295 +2000909,1000 EMMET ST N,22903,-78.502099,38.049818,Structure Fire ,61.94999999999996,2010-03-26 09:34:48,2010,0.0,Restaurant or cafeteria,,,,,E6 ,2.216666666666736,2010-03-26 09:34:48,POINT (-78.502099 38.049818),200.0,5.0,1.0,"1621 Meadowbrook Heights Road, Charlottesville, Virginia 22901, United States",POINT (-78.481945 38.057194),1386.0,1949.5531333831764 +2000911,1360 RUGBY AVE,22901,-78.479588,38.048797,Outside rubbish fire ,9.483333333333263,2010-03-26 10:24:57,2010,0.0,"Outbuilding, protective shelter",,,,,E2 ,3.0500000000000638,2010-03-26 10:24:57,POINT (-78.47958800000001 38.048797),200.0,5.0,1.0,"106 Eric Place, Charlottesville, Virginia 22903, United States",POINT (-78.502182 38.018344),1387.0,3919.9969020383564 +2000917,799 E WATER ST,22903,-78.473986,38.028292,Outside rubbish fire ,28.433333333333376,2010-03-26 19:24:45,2010,0.0,Railroad right of way ,,,,,E5 ,4.000000000000032,2010-03-26 19:24:45,POINT (-78.473986 38.028292),200.0,5.0,1.0,"1607 6th Street Southeast, Charlottesville, Virginia 22902, United States",POINT (-78.485794 38.018043),1388.0,1539.5012052318427 +2000949,1306 PRESTON AVE,22902,-78.492979,38.044706,Structure Fire ,21.500000000000064,2010-03-29 23:07:13,2010,0.0,"Boarding/rooming house, residential hotels",,,,,BC3 ,5.649999999999984,2010-03-29 23:07:13,POINT (-78.49297900000001 38.044706),200.0,5.0,1.0,"603 13th Street Northwest, Charlottesville, Virginia 22903, United States",POINT (-78.49522399999999 38.040379),1389.0,519.2455146958232 +2000969,407 GARRETT ST,22902,-78.480191,38.028013,"Cultivated vegetation, crop fire ",13.799999999999953,2010-03-31 13:49:58,2010,0.0,Graded and cared-for plots of land,,,,Undetermined,E5 ,3.283333333333344,2010-03-31 13:49:58,POINT (-78.480191 38.028013),200.0,5.0,1.0,"760 Prospect Avenue, Charlottesville, Virginia 22903, United States",POINT (-78.49296 38.024087),1390.0,1203.0884820552083 +2000971,1101 SEMINOLE TRAIL,22902,-78.487705,38.066165,Mobile property (vehicle) fire ,23.06666666666664,2010-03-31 17:15:11,2010,0.0,Street or road in commercial area,,,,,E2 ,5.649999999999984,2010-03-31 17:15:11,POINT (-78.48770500000001 38.066165),200.0,5.0,1.0,"300 Preston Avenue, Charlottesville, Virginia 22902, United States",POINT (-78.483887 38.033029),1391.0,3693.9823905479184 +2000972,1008 ST CLAIR AVE,22902,-78.461664,38.039356,Mobile property (vehicle) fire ,54.94999999999997,2010-03-31 21:21:38,2010,2900.0,"Residential street, road or residential driveway",,,,,E5 ,5.433333333333264,2010-03-31 21:21:38,POINT (-78.461664 38.039356),200.0,5.0,1.0,"1109 Holmes Avenue, Charlottesville, Virginia 22901, United States",POINT (-78.46205 38.04532),1392.0,662.9942577678078 +2001013,2748 MCELROY DR,22902,-78.518308,38.013706,Structure Fire ,59.56666666666661,2010-04-04 15:45:31,2010,2500.0,1 or 2 family dwelling,,,,,TRK01 ,6.333333333333264,2010-04-04 15:45:31,POINT (-78.518308 38.013706),200.0,5.0,1.0,"1000 Birdwood Road, Charlottesville, Virginia 22903, United States",POINT (-78.477473 38.043091),1393.0,4847.835938624446 +2001019,750 PROSPECT AVE,22901,-78.494778,38.023987,Natural vegetation fire ,84.6166666666667,2010-04-05 19:41:00,2010,0.0,"Outside or special property, other",,Undetermined,,Undetermined,E5 ,5.583333333333312,2010-04-05 19:41:00,POINT (-78.494778 38.023987),200.0,5.0,1.0,"100 Tripper Ct, Charlottesville, Virginia 22903, United States",POINT (-78.484891 38.041592),1394.0,2138.639041021643 +2001025,400 PARK ST,22902,-78.476878,38.031984,Mobile property (vehicle) fire ,21.75000000000005,2010-04-06 07:23:13,2010,1500.0,"Street, other",,,,,E5 ,3.066666666666624,2010-04-06 07:23:13,POINT (-78.476878 38.031984),200.0,5.0,1.0,"824 Hardy Dr, Charlottesville, Virginia 22903, United States",POINT (-78.4907 38.03329),1395.0,1222.3551989773 +2001039,2100 BARRACKS RD,22902,-78.49047,38.00955,Natural vegetation fire ,10.816666666666704,2010-04-07 18:17:57,2010,0.0,Street or road in commercial area,,,,Undetermined,E2 ,4.833333333333361,2010-04-07 18:17:57,POINT (-78.49047 38.00955),200.0,5.0,1.0,"1317 Market Street East, Charlottesville, Virginia 22902, United States",POINT (-78.465896 38.02597),1396.0,2825.1412950450504 +2001077,324 6 1/2 ST SW,22901,-78.482558,38.030297,Structure Fire ,16.699999999999967,2010-04-12 05:12:50,2010,0.0,1 or 2 family dwelling,,,,,E7 ,6.549999999999984,2010-04-12 05:12:50,POINT (-78.482558 38.030297),200.0,5.0,1.0,"200 1st Street South, Charlottesville, Virginia 22902, United States",POINT (-78.48307800000001 38.029439),1397.0,105.63428181238763 +2001079,1000 CHERRY AVE,22902,-78.498326,38.028167,Structure Fire ,17.616666666666674,2010-04-12 11:36:18,2010,0.0,Athletic/health club,,,,,BC1 ,3.93333333333336,2010-04-12 11:36:18,POINT (-78.49832600000001 38.028167),200.0,5.0,1.0,"515 Stewart Street, Charlottesville, Virginia 22902, United States",POINT (-78.464833 38.031586),1398.0,2965.5641814151168 +2001083,,22902,-78.49047,38.00955,Natural vegetation fire ,8.033333333333328,2010-04-12 12:22:04,2010,0.0,Restaurant or cafeteria,,,,Undetermined,E5 ,3.166666666666704,2010-04-12 12:22:04,POINT (-78.49047 38.00955),200.0,5.0,1.0,"1536 Rugby Road, Charlottesville, Virginia 22903, United States",POINT (-78.489898 38.05554),1399.0,5106.012206834396 +2001107,159 MADISON LN,22902,-78.487077,38.041646,Outside rubbish fire ,182.3333333333328,2010-04-15 02:51:30,2010,200.0,"Sorority house, fraternity house",,,,,BC1 ,5.766666666666624,2010-04-15 02:51:30,POINT (-78.487077 38.041646),200.0,5.0,1.0,"1920 Swanson Drive, Charlottesville, Virginia 22901, United States",POINT (-78.49320899999999 38.063337),1400.0,2467.554704024713 +2001123,615 MADISON AVE,22903,-78.496182,38.040308,Structure Fire ,142.31666666666663,2010-04-15 23:31:51,2010,6000.0,Multifamily dwelling,,,,,E1 ,6.900000000000048,2010-04-15 23:31:51,POINT (-78.496182 38.040308),200.0,5.0,1.0,"1001 Sheridan Avenue, Charlottesville, Virginia 22901, United States",POINT (-78.465175 38.041772),1401.0,2727.2999553536524 +2001129,403 ALTAMONT ST,22902,-78.48213,38.033875,Natural vegetation fire ,41.69999999999995,2010-04-16 14:01:47,2010,0.0,,,,,Other cause,TRK01 ,3.233333333333376,2010-04-16 14:01:47,POINT (-78.48213 38.033875),200.0,5.0,1.0,"1521 Oxford Road, Charlottesville, Virginia 22903, United States",POINT (-78.48531199999999 38.04745),1402.0,1532.7672801311285 +2001131,975 EMMET ST N,22903,-78.502825,38.049487,Natural vegetation fire ,16.616666666666735,2010-04-16 17:31:36,2010,0.0,Vehicle parking area,,Cigarette,,Smoking,E6 ,2.8166666666666402,2010-04-16 17:31:36,POINT (-78.502825 38.049487),200.0,5.0,1.0,"832 Cherry Avenue, Charlottesville, Virginia 22903, United States",POINT (-78.494855 38.028551),1403.0,2427.347391146619 +2001134,500 1ST ST S,22901,-78.483813,38.026645,Structure Fire ,62.55,2010-04-16 20:48:32,2010,4000.0,Multifamily dwelling,,,,,E5 ,2.1500000000000643,2010-04-16 20:48:32,POINT (-78.483813 38.026645),200.0,5.0,1.0,"526 Meade Avenue, Charlottesville, Virginia 22902, United States",POINT (-78.463942 38.031295),1404.0,1819.752164151739 +2001149,803 HENRY AVE,22902,-78.485733,38.038532,Structure Fire ,15.566666666666688,2010-04-17 22:39:28,2010,0.0,1 or 2 family dwelling,,,,,FM01 ,4.200000000000048,2010-04-17 22:39:28,POINT (-78.485733 38.038532),200.0,5.0,1.0,"1518 Rosa Terrace, Charlottesville, Virginia 22902, United States",POINT (-78.48630199999999 38.01866),1405.0,2206.738965116782 +2001163,405 GARRETT ST,22902,-78.480203,38.028019,Natural vegetation fire ,12.699999999999937,2010-04-19 14:31:03,2010,0.0,Multifamily dwelling,,,,Undetermined,E5 ,2.46666666666672,2010-04-19 14:31:03,POINT (-78.480203 38.028019),200.0,5.0,0.948,"2112 Jefferson Park Avenue, Charlottesville, Virginia 22903, United States",POINT (-78.51451299999999 38.025736),1406.0,3023.658463021308 +2001189,403 GARRETT ST,22902,-78.480215,38.028024,Structure Fire ,62.750000000000014,2010-04-21 23:10:12,2010,2500.0,1 or 2 family dwelling,,,,,E7 ,5.1166666666666085,2010-04-21 23:10:12,POINT (-78.480215 38.028024),200.0,5.0,1.0,"1150 5th Street Southwest, Charlottesville, Virginia 22902, United States",POINT (-78.501835 38.012177),1407.0,2588.553028736925 +2001193,619 CABELL AVE,22901,-78.497398,38.041397,Structure Fire ,81.08333333333337,2010-04-22 09:13:02,2010,800.0,"Barracks, dormitory",,,,,BC2 ,6.06666666666672,2010-04-22 09:13:02,POINT (-78.497398 38.041397),200.0,5.0,1.0,"200 1st Street South, Charlottesville, Virginia 22902, United States",POINT (-78.48307800000001 38.029439),1408.0,1828.5230918028399 +2001245,123 E MAIN ST,22902,-78.480862,38.030629,Outside rubbish fire ,62.28333333333332,2010-04-27 12:48:03,2010,0.0,Bank,,,,,TRK01 ,3.733333333333344,2010-04-27 12:48:03,POINT (-78.480862 38.030629),200.0,5.0,1.0,"1150 River Road, Charlottesville, Virginia 22901, United States",POINT (-78.456458 38.038053),1409.0,2295.9501519919068 +2001258,517 PARK ST,22902,-78.47596,38.03416,Structure Fire ,246.03333333333262,2010-04-28 13:55:45,2010,1725.0,Residential board and care,,,,,TRK01 ,0.933333333333264,2010-04-28 13:55:45,POINT (-78.47596 38.03416),200.0,5.0,1.0,"421 Moseley Drive, Charlottesville, Virginia 22903, United States",POINT (-78.507204 38.017846),1410.0,3287.6727540311645 +2001274,,22903,-78.49047,38.00955,Mobile property (vehicle) fire ,21.19999999999997,2010-04-30 14:58:10,2010,200.0,Street or road in commercial area,,,,,BC1 ,2.13333333333336,2010-04-30 14:58:10,POINT (-78.49047 38.00955),200.0,5.0,1.0,"300 4th Street Southeast, Charlottesville, Virginia 22902, United States",POINT (-78.479429 38.028646),1411.0,2331.2669948702787 +2001316,405 GARRETT ST,22901,-78.480203,38.028019,Natural vegetation fire ,6.533333333333281,2010-05-04 14:17:50,2010,0.0,Vehicle parking area,,,,Undetermined,E5 ,2.4333333333333123,2010-05-04 14:17:50,POINT (-78.480203 38.028019),200.0,5.0,1.0,"1423 Kenwood Lane, Charlottesville, Virginia 22901, United States",POINT (-78.47382 38.055854),1412.0,3140.6457239052306 +2001327,401 MCINTIRE RD,22902,-78.481863,38.035267,Natural vegetation fire ,7.033333333333392,2010-05-05 15:23:04,2010,0.0,"Assembly, other",,,,Undetermined,E6 ,2.166666666666624,2010-05-05 15:23:04,POINT (-78.481863 38.035267),200.0,5.0,1.0,"408 Garrett Street, Charlottesville, Virginia 22902, United States",POINT (-78.480791 38.027921),1413.0,820.9639188106704 +2001329,2114 IVY RD,22903,-78.512367,38.043054,Structure Fire ,15.950000000000015,2010-05-05 20:26:56,2010,0.0,Multifamily dwelling,,,,,E6 ,3.066666666666624,2010-05-05 20:26:56,POINT (-78.512367 38.043054),200.0,5.0,1.0,"515 Water Street East, Charlottesville, Virginia 22902, United States",POINT (-78.478179 38.029014),1414.0,3382.477580921329 +2001331,309 AVON ST,22903,-78.477429,38.02709,Natural vegetation fire ,20.63333333333333,2010-05-06 02:15:11,2010,0.0,Vacant lot,,,,Misuse of fire,E5 ,6.316666666666704,2010-05-06 02:15:11,POINT (-78.477429 38.02709),200.0,5.0,1.0,"308 6th Street Southwest, Charlottesville, Virginia 22903, United States",POINT (-78.490382 38.02908),1415.0,1158.744371118677 +2001341,5 UNIVERSITY CT,22902,-78.49818,38.037414,Outside rubbish fire ,12.916666666666657,2010-05-06 22:40:28,2010,0.0,,,,,,E7 ,8.966666666666736,2010-05-06 22:40:28,POINT (-78.49818 38.037414),200.0,5.0,0.948,"2108 Jefferson Park Avenue, Charlottesville, Virginia 22903, United States",POINT (-78.514126 38.025894),1416.0,1896.4000347722595 +2001358,810 W MAIN ST,22901,-78.491696,38.031896,Natural vegetation fire ,6.416666666666639,2010-05-08 13:04:58,2010,0.0,Vehicle parking area,,,,Smoking,E7 ,3.233333333333376,2010-05-08 13:04:58,POINT (-78.491696 38.031896),200.0,5.0,1.0,"415 Garrett Street, Charlottesville, Virginia 22902, United States",POINT (-78.48087200000001 38.026851),1417.0,1103.2542245849895 +2001368,206 E MARKET ST,22902,-78.480099,38.031197,Structure Fire ,73.88333333333337,2010-05-08 17:14:27,2010,1000.0,"Studio/theater, other",,,,,E7 ,2.233333333333296,2010-05-08 17:14:27,POINT (-78.480099 38.031197),200.0,5.0,1.0,"766 Prospect Ave, Charlottesville, Virginia 22903, United States",POINT (-78.49581000000001 38.02259),1418.0,1678.2869095764256 +2001377,200 AVON ST,22901,-78.476962,38.028282,Natural vegetation fire ,6.999999999999983,2010-05-09 08:25:18,2010,0.0,"Outside or special property, other",,,,Undetermined,E5 ,4.033333333333296,2010-05-09 08:25:18,POINT (-78.476962 38.028282),200.0,5.0,1.0,"1500 Meridian Street, Charlottesville, Virginia 22902, United States",POINT (-78.48118700000001 38.015422),1419.0,1475.1404075821715 +2001379,611 RUGBY RD,22902,-78.499816,38.042559,Natural vegetation fire ,19.933333333333344,2010-05-09 11:49:52,2010,0.0,Multifamily dwelling,,,,Undetermined,E2 ,4.483333333333296,2010-05-09 11:49:52,POINT (-78.499816 38.042559),200.0,5.0,1.0,"1400 Monticello Road, Charlottesville, Virginia 22902, United States",POINT (-78.472544 38.019349),1420.0,3517.800151965897 +2001380,1001 FOREST HILLS AVE,22902,-78.484712,38.039094,Structure Fire ,14.23333333333339,2010-05-09 15:32:42,2010,0.0,1 or 2 family dwelling,,,,,E7 ,4.216666666666608,2010-05-09 15:32:42,POINT (-78.484712 38.039094),200.0,5.0,1.0,"524 East Main Street, Charlottesville, Virginia 22902, United States",POINT (-78.478014 38.029328),1421.0,1233.4677988994872 +2001381,300 PRESTON AVE,22902,-78.48343,38.032943,Natural vegetation fire ,33.23333333333333,2010-05-09 16:23:23,2010,1500.0,Vehicle parking area,,Undetermined,,Undetermined,E5 ,2.799999999999936,2010-05-09 16:23:23,POINT (-78.48343 38.032943),200.0,5.0,1.0,"413 5th Street Southwest, Charlottesville, Virginia 22903, United States",POINT (-78.489919 38.027846),1422.0,803.0574518954627 +2001383,500 1ST ST S,22902,-78.483813,38.026645,Structure Fire ,31.783333333333392,2010-05-09 21:01:35,2010,0.0,Multifamily dwelling,,,,,E7 ,2.6999999999999997,2010-05-09 21:01:35,POINT (-78.483813 38.026645),200.0,5.0,1.0,"325 Berring Street, Charlottesville, Virginia 22902, United States",POINT (-78.49173399999999 38.023879),1423.0,760.384912244217 +2001389,1116 JOHN ST,22903,-78.496088,38.035989,Natural vegetation fire ,39.55000000000003,2010-05-10 14:20:29,2010,50.0,Open land or field,,Undetermined,,Undetermined,E7 ,7.1000000000000645,2010-05-10 14:20:29,POINT (-78.496088 38.035989),200.0,5.0,1.0,"106 Riverbluff Circle, Charlottesville, Virginia 22902, United States",POINT (-78.456047 38.028065),1424.0,3624.470085858508 +2001465,516 ROUGEMONT AVE,22903,-78.486823,38.017557,Structure Fire ,26.78333333333328,2010-05-18 14:09:08,2010,500.0,1 or 2 family dwelling,,,,,BC1 ,3.83333333333328,2010-05-18 14:09:08,POINT (-78.486823 38.017557),200.0,5.0,1.0,"212 Harris Road, Charlottesville, Virginia 22903, United States",POINT (-78.506584 38.015917),1425.0,1745.124479451068 +2001499,100 MEADE AVE,22902,-78.468127,38.024458,Outside rubbish fire ,30.283333333333346,2010-05-21 11:25:53,2010,0.0,"Dump, sanitary landfill",,,,,E7 ,3.26666666666664,2010-05-21 11:25:53,POINT (-78.468127 38.024458),200.0,5.0,1.0,"810 Harris Street, Charlottesville, Virginia 22903, United States",POINT (-78.482579 38.037218),1427.0,1901.9363837175038 +2001582,235 MONTE VISTA AVE,22903,-78.514575,38.014061,Outside rubbish fire ,19.966666666666608,2010-05-28 16:46:11,2010,0.0,1 or 2 family dwelling,,,,,E5 ,11.216666666666736,2010-05-28 16:46:11,POINT (-78.51457499999999 38.014061),200.0,5.0,0.74,"Charlottesville, Virginia, United States",POINT (-78.47669999999999 38.0293),1428.0,3731.843884599267 +2001583,2426 ARLINGTON BLVD,22901,-78.507868,38.05061,Natural vegetation fire ,35.66666666666664,2010-05-28 18:19:22,2010,0.0,Graded and cared-for plots of land,,Arcing,,Equipment,E6 ,6.466666666666607,2010-05-28 18:19:22,POINT (-78.507868 38.05061),200.0,5.0,1.0,"2209 Wayne Avenue, Charlottesville, Virginia 22901, United States",POINT (-78.497874 38.059304),1429.0,1304.3304020956787 +2001597,,22901,-78.49047,38.00955,Structure Fire ,15.683333333333326,2010-05-29 20:42:46,2010,0.0,1 or 2 family dwelling,,,,,E1 ,8.866666666666655,2010-05-29 20:42:46,POINT (-78.49047 38.00955),200.0,5.0,1.0,"934 Charlton Avenue, Charlottesville, Virginia 22903, United States",POINT (-78.489729 38.039443),1430.0,3319.3258142118884 +2001644,1200 FORREST ST,22902,-78.483191,38.040406,Structure Fire ,119.58333333333334,2010-06-02 17:35:40,2010,0.0,High school/junior high school/middle school,,,,,E2 ,3.416666666666688,2010-06-02 17:35:40,POINT (-78.48319100000001 38.040406),200.0,5.0,1.0,"420 E Main St, Charlottesville, Virginia 22902, United States",POINT (-78.47879 38.02969),1431.0,1250.8762077152596 +2001715,1204 CARLTON AVE,22902,-78.471317,38.023386,Structure Fire ,19.91666666666664,2010-06-05 19:40:18,2010,0.0,Multifamily dwelling,,,,,E7 ,5.6333333333332805,2010-06-05 19:40:18,POINT (-78.471317 38.023386),200.0,5.0,1.0,"301 15th Street Northwest, Charlottesville, Virginia 22903, United States",POINT (-78.49954200000001 38.037268),1432.0,2918.6280262556784 +2001749,,22902,-78.49047,38.00955,Mobile property (vehicle) fire ,124.61666666666672,2010-06-09 07:36:30,2010,0.0,"Residential street, road or residential driveway",,,,,E7 ,4.983333333333264,2010-06-09 07:36:30,POINT (-78.49047 38.00955),200.0,5.0,1.0,"701 East Water Street, Charlottesville, Virginia 22902, United States",POINT (-78.47514700000001 38.028957),1433.0,2540.3141297501684 +2001751,511 ROCKLAND AVE,22902,-78.48549,38.019483,Outside rubbish fire ,38.28333333333327,2010-06-09 10:39:47,2010,750.0,1 or 2 family dwelling,,,,,E5 ,4.633333333333344,2010-06-09 10:39:47,POINT (-78.48549 38.019483),200.0,5.0,1.0,"2513 Hillwood Place, Charlottesville, Virginia 22901, United States",POINT (-78.47395400000001 38.065053),1435.0,5159.562304991822 +2001774,,22901,-78.49047,38.00955,Mobile property (vehicle) fire ,18.68333333333328,2010-06-10 15:15:54,2010,4000.0,Highway or divided highway,,,,,E1 ,3.3000000000000482,2010-06-10 15:15:54,POINT (-78.49047 38.00955),200.0,5.0,1.0,"500 1st Street South, Charlottesville, Virginia 22902, United States",POINT (-78.483119 38.026924),1437.0,2034.0278097986998 +2001807,819 MERIDIAN ST,22902,-78.476704,38.022014,Outside rubbish fire ,10.883333333333375,2010-06-13 22:12:47,2010,0.0,"Residential street, road or residential driveway",,,,,E5 ,6.250000000000031,2010-06-13 22:12:47,POINT (-78.476704 38.022014),200.0,5.0,1.0,"315 Caroline Avenue, Charlottesville, Virginia 22902, United States",POINT (-78.465175 38.028253),1438.0,1226.7407824158481 +2001809,800 ROCKLAND AVE,22902,-78.48193,38.017365,Structure Fire ,17.933333333333326,2010-06-14 00:17:37,2010,0.0,Graded and cared-for plots of land,,,,,E5 ,7.1333333333333275,2010-06-14 00:17:37,POINT (-78.48193000000001 38.017365),200.0,5.0,0.754286,"50 9th Street Southeast, Roanoke, Virginia 24013, United States",POINT (-79.929574 37.273086),1439.0,152125.47042692426 +2001841,710 PARK ST,22902,-78.47463,38.037865,Outside rubbish fire ,16.116666666666625,2010-06-16 11:02:20,2010,0.0,1 or 2 family dwelling,,,,,E1 ,4.516666666666704,2010-06-16 11:02:20,POINT (-78.47463 38.037865),200.0,5.0,1.0,"111 3rd St SE, Charlottesville, Virginia 22902, United States",POINT (-78.48036 38.02978),1440.0,1028.998045574719 +2001852,1801 HYDRAULIC RD,22901,-78.49103,38.061042,Structure Fire ,94.34999999999997,2010-06-17 17:42:29,2010,6000.0,Department or discount store,,,,,E2 ,3.93333333333336,2010-06-17 17:42:29,POINT (-78.49102999999999 38.061042),200.0,5.0,1.0,"223 4th Street Northwest, Charlottesville, Virginia 22903, United States",POINT (-78.485077 38.034408),1441.0,3002.7231506474177 +2001889,1705 EMMET ST,22901,-78.494165,38.059115,Natural vegetation fire ,27.366666666666625,2010-06-21 15:32:34,2010,0.0,Restaurant or cafeteria,,,,Smoking,E1 ,4.1333333333333755,2010-06-21 15:32:34,POINT (-78.494165 38.059115),200.0,5.0,1.0,"204 Douglas Avenue, Charlottesville, Virginia 22902, United States",POINT (-78.473488 38.026752),1442.0,4025.5248271131213 +2001897,101 ANTOINETTE CT,22902,-78.499903,38.020524,Natural vegetation fire ,24.566666666666688,2010-06-21 20:11:04,2010,0.0,Vacant lot,,,,Incendiary,E7 ,5.266666666666656,2010-06-21 20:11:04,POINT (-78.499903 38.020524),200.0,5.0,1.0,"800 King Street, Charlottesville, Virginia 22903, United States",POINT (-78.49437399999999 38.029307),1443.0,1089.28283842155 +2002014,608 WATSON AVE,22901,-78.470052,38.040257,Special outside fire ,11.150000000000064,2010-06-25 00:14:42,2010,0.0,Electrical distribution,"Outside area, other",Arcing,"Electrical wire, cable insulation",Act of nature,E2 ,11.083333333333393,2010-06-25 00:14:42,POINT (-78.470052 38.040257),200.0,5.0,1.0,"128 Chancellor Street, Charlottesville, Virginia 22903, United States",POINT (-78.500643 38.036896),1445.0,2711.805258829309 +2002051,200 BYPASS,22902,-78.49047,38.00955,Special outside fire ,4.233333333333312,2010-06-26 05:23:36,2010,0.0,"Outside or special property, other",,Arcing,,"Debris, vegetation burn",E2 ,4.066666666666704,2010-06-26 05:23:36,POINT (-78.49047 38.00955),200.0,5.0,1.0,"1797 Hydraulic Road, Charlottesville, Virginia 22901, United States",POINT (-78.489242 38.059679),1446.0,5566.32007117094 +2002054,1600 RICKY RD,22902,-78.49047,38.00955,Natural vegetation fire ,51.86666666666663,2010-06-26 06:30:55,2010,0.0,"Outside or special property, other",,Arcing,,Natural source,E2 ,5.3999999999999995,2010-06-26 06:30:55,POINT (-78.49047 38.00955),200.0,5.0,1.0,"416 W Main St, Charlottesville, Virginia 22903, United States",POINT (-78.48726000000001 38.03046),1447.0,2338.461104291883 +2002079,1505 RUGBY AV,22903,-78.484078,38.045395,Structure Fire ,61.80000000000004,2010-06-27 20:27:51,2010,0.0,1 or 2 family dwelling,,,,,BC3 ,6.233333333333328,2010-06-27 20:27:51,POINT (-78.484078 38.045395),200.0,5.0,1.0,"2207 North Berkshire Road, Charlottesville, Virginia 22901, United States",POINT (-78.496067 38.061426),1449.0,2067.6564500393306 +2002089,2710 ETON RD,22903,-78.517699,38.01635,Structure Fire ,39.216666666666676,2010-06-28 19:24:32,2010,0.0,1 or 2 family dwelling,,,,,E7 ,7.3833333333333115,2010-06-28 19:24:32,POINT (-78.51769899999999 38.01635),200.0,5.0,1.0,"413 Garrett Street, Charlottesville, Virginia 22902, United States",POINT (-78.48085500000001 38.027151),1450.0,3450.8064321604747 +2002097,108 2ND ST SW,22902,-78.482402,38.030532,Structure Fire ,76.05000000000001,2010-06-29 09:26:42,2010,100.0,Restaurant or cafeteria,Closet,"Spark, ember, or flame from operating equipment",Household utensils,Unintentional,E5 ,2.516666666666688,2010-06-29 09:26:42,POINT (-78.48240199999999 38.030532),200.0,5.0,1.0,"316 East Main Street, Charlottesville, Virginia 22902, United States",POINT (-78.479677 38.029768),1451.0,253.8813697144195 +2002122,2114 ANGUS RD,22901,-78.495527,38.059504,Natural vegetation fire ,18.283333333333395,2010-07-01 06:56:45,2010,0.0,Vehicle parking area,,,,Undetermined,E2 ,3.849999999999984,2010-07-01 06:56:45,POINT (-78.495527 38.059504),200.0,5.0,1.0,"110 Howard Drive, Charlottesville, Virginia 22903, United States",POINT (-78.494096 38.047627),1452.0,1324.5448667238118 +2002129,407 PATON ST,22902,-78.502251,38.02736,Structure Fire ,52.850000000000016,2010-07-01 15:16:13,2010,0.0,1 or 2 family dwelling,,,,,E7 ,3.5333333333333283,2010-07-01 15:16:13,POINT (-78.502251 38.02736),200.0,5.0,1.0,"810 West Main Street, Charlottesville, Virginia 22903, United States",POINT (-78.49194900000001 38.031426),1454.0,1011.0298924522691 +2002130,320 FAIRWAY AVE,22901,-78.462086,38.027353,Mobile property (vehicle) fire ,46.61666666666669,2010-07-01 15:21:45,2010,3800.0,,,,,,E2 ,6.016666666666608,2010-07-01 15:21:45,POINT (-78.462086 38.027353),200.0,5.0,1.0,"409 Dice Street, Charlottesville, Virginia 22903, United States",POINT (-78.487939 38.028815),1455.0,2276.126189124337 +2002147,513 DICE ST,22902,-78.489423,38.029268,Mobile property (vehicle) fire ,237.2666666666659,2010-07-04 07:41:24,2010,3500.0,,,,,,CHF3 ,2.166666666666624,2010-07-04 07:41:24,POINT (-78.489423 38.029268),200.0,5.0,1.0,"2035 India Road, Charlottesville, Virginia 22901, United States",POINT (-78.488561 38.062677),1456.0,3709.816528905244 +2002150,10 UNIVERSITY CIR,22902,-78.497981,38.037389,Natural vegetation fire ,12.766666666666607,2010-07-04 14:27:20,2010,0.0,Graded and cared-for plots of land,,,,Undetermined,E6 ,5.433333333333264,2010-07-04 14:27:20,POINT (-78.497981 38.037389),200.0,5.0,1.0,"930 1st Street, Charlottesville, Virginia 22902, United States",POINT (-78.486812 38.020921),1457.0,2074.7307532700615 +2002155,,22902,-78.49047,38.00955,Natural vegetation fire ,38.7,2010-07-04 22:59:49,2010,0.0,"Dormitory type residence, other ",,Fireworks,,Misuse of fire,E6 ,5.366666666666736,2010-07-04 22:59:49,POINT (-78.49047 38.00955),200.0,5.0,1.0,"810 West Main Street, Charlottesville, Virginia 22903, United States",POINT (-78.49194900000001 38.031426),1458.0,2432.1177195136565 +2002170,200 W SOUTH ST,22903,-78.482969,38.029586,Mobile property (vehicle) fire ,21.26666666666664,2010-07-05 21:29:25,2010,700.0,Vehicle parking area,,,,,BC2 ,1.050000000000048,2010-07-05 21:29:25,POINT (-78.482969 38.029586),200.0,5.0,0.948,"2112 Jefferson Park Avenue, Charlottesville, Virginia 22903, United States",POINT (-78.51451299999999 38.025736),1459.0,2802.8638489737623 +2002176,,22902,-78.49047,38.00955,Structure Fire ,65.76666666666668,2010-07-06 15:28:46,2010,0.0,,,,,,E5 ,3.699999999999936,2010-07-06 15:28:46,POINT (-78.49047 38.00955),200.0,5.0,1.0,"740 Prospect Ave, Charlottesville, Virginia 22903, United States",POINT (-78.49503 38.02361),1461.0,1611.484035377341 +2002194,1705 EMMET ST,22902,-78.494165,38.059115,Natural vegetation fire ,24.316666666666706,2010-07-08 10:02:46,2010,0.0,Vehicle parking area,,,,Undetermined,E2 ,3.9166666666666563,2010-07-08 10:02:46,POINT (-78.494165 38.059115),200.0,5.0,1.0,"928 1st Street, Charlottesville, Virginia 22902, United States",POINT (-78.486574 38.020822),1462.0,4303.185909467259 +2002215,1600 EMMET ST N,22901,-78.494456,38.058203,Structure Fire ,203.04999999999936,2010-07-09 20:43:45,2010,0.0,"Hotel/motel, commercial",,,,,E2 ,4.099999999999968,2010-07-09 20:43:45,POINT (-78.494456 38.058203),200.0,5.0,1.0,"810 West Main Street, Charlottesville, Virginia 22903, United States",POINT (-78.49194900000001 38.031426),1463.0,2980.89512662299 +2002272,218 PALATINE AVE,22903,-78.479751,38.015298,Structure Fire ,11.533333333333392,2010-07-15 19:35:27,2010,0.0,1 or 2 family dwelling,,,,,E5 ,4.850000000000064,2010-07-15 19:35:27,POINT (-78.47975099999999 38.015298),200.0,5.0,1.0,"900 West Street, Charlottesville, Virginia 22903, United States",POINT (-78.48994999999999 38.036325),1464.0,2500.329680147716 +2002284,917 PRESTON AVE,22903,-78.490019,38.038276,Mobile property (vehicle) fire ,14.333333333333329,2010-07-16 18:44:46,2010,2000.0,Vehicle parking area,,,,,E7 ,3.449999999999952,2010-07-16 18:44:46,POINT (-78.490019 38.038276),200.0,5.0,1.0,"1634 Cherry Avenue, Charlottesville, Virginia 22903, United States",POINT (-78.508079 38.021681),1465.0,2430.9233770305977 +2002312,310 AVON ST,22902,-78.477623,38.027376,Special outside fire ,15.900000000000048,2010-07-20 00:27:00,2010,0.0,Business office,,,,,BC3 ,2.299999999999968,2010-07-20 00:27:00,POINT (-78.47762299999999 38.027376),200.0,5.0,1.0,"110 Avon Street, Charlottesville, Virginia 22902, United States",POINT (-78.47627799999999 38.028043),1467.0,139.40732959534617 +2002384,820 W MAIN ST,22902,-78.49206,38.031939,Structure Fire ,234.46666666666658,2010-07-27 06:34:38,2010,45000.0,"Food and beverage sales, grocery store",,,,,E7 ,3.7666666666666084,2010-07-27 06:34:38,POINT (-78.49206 38.031939),200.0,5.0,1.0,"630 Park Street, Charlottesville, Virginia 22902, United States",POINT (-78.474913 38.036003),1468.0,1571.8172896722715 +2002397,221 CARLTON RD,22901,-78.469567,38.02346,Outside rubbish fire ,150.76666666666657,2010-07-28 07:57:00,2010,0.0,"Street, other",,,,,E5 ,5.18333333333328,2010-07-28 07:57:00,POINT (-78.469567 38.02346),200.0,5.0,1.0,"500 1st Street South, Charlottesville, Virginia 22902, United States",POINT (-78.483119 38.026924),1469.0,1250.7326476547844 +2002419,1218 HOLMES AVE,22902,-78.460863,38.047443,Structure Fire ,297.03333333333313,2010-07-30 06:41:28,2010,30000.0,1 or 2 family dwelling,,,,,E1 ,5.199999999999984,2010-07-30 06:41:28,POINT (-78.460863 38.047443),200.0,5.0,1.0,"710 Shamrock Road, Charlottesville, Virginia 22903, United States",POINT (-78.50255799999999 38.020402),1470.0,4734.663940567702 +2002432,762 RIDGE ST,22903,-78.49094,38.022898,Outside rubbish fire ,11.216666666666734,2010-07-31 03:48:43,2010,500.0,1 or 2 family dwelling,,,,,E7 ,4.566666666666672,2010-07-31 03:48:43,POINT (-78.49093999999999 38.022898),200.0,5.0,1.0,"801 Ridge Street, Charlottesville, Virginia 22902, United States",POINT (-78.491547 38.022553),1471.0,65.64133952416523 +2002444,1013 DRUID AVE,22902,-78.476728,38.017102,Structure Fire ,105.03333333333332,2010-08-01 02:16:59,2010,7500.0,1 or 2 family dwelling,,,,,E7 ,5.816666666666736,2010-08-01 02:16:59,POINT (-78.47672799999999 38.017102),200.0,5.0,1.0,"1500 Carlton Avenue, Charlottesville, Virginia 22902, United States",POINT (-78.4661 38.020253),1472.0,996.8379543689954 +2002447,1029 PRESTON AVE,22903,-78.492229,38.041654,Natural vegetation fire ,10.599999999999985,2010-08-01 10:39:25,2010,0.0,Multifamily dwelling,,,,Smoking,E7 ,4.400000000000064,2010-08-01 10:39:25,POINT (-78.49222899999999 38.041654),200.0,5.0,1.0,"2022 Hessian Road, Charlottesville, Virginia 22903, United States",POINT (-78.497412 38.051842),1473.0,1219.1628472843659 +2002533,114 BLINCOE LANE,22902,-78.483566,38.016847,Special outside fire ,71.88333333333337,2010-08-09 08:42:34,2010,0.0,"Residential street, road or residential driveway",,,,,E5 ,6.349999999999969,2010-08-09 08:42:34,POINT (-78.483566 38.016847),200.0,5.0,1.0,"100 Morris Paul Court, Charlottesville, Virginia 22903, United States",POINT (-78.522173 38.023874),1474.0,3479.2487202518405 +2002553,,22901,-78.49047,38.00955,Mobile property (vehicle) fire ,32.51666666666664,2010-08-10 15:36:51,2010,2200.0,,,,,,E2 ,2.6999999999999997,2010-08-10 15:36:51,POINT (-78.49047 38.00955),200.0,5.0,1.0,"814 Rougemont Avenue, Charlottesville, Virginia 22902, United States",POINT (-78.48230599999999 38.015269),1475.0,957.7749110880525 +2002571,700 E WATER ST,22903,-78.476424,38.028639,"Fire, other ",19.01666666666664,2010-08-12 22:28:44,2010,0.0,Business office,Other,Undetermined,Undetermined,Unintentional,E5 ,4.900000000000032,2010-08-12 22:28:44,POINT (-78.47642399999999 38.028639),200.0,5.0,1.0,"408 Garrett Street, Charlottesville, Virginia 22902, United States",POINT (-78.480791 38.027921),1476.0,391.69168665211 +2002588,804 RAYMOND RD,22901,-78.49477,38.06987,Outside rubbish fire ,11.866666666666607,2010-08-15 20:42:31,2010,0.0,1 or 2 family dwelling,,,,,E7 ,5.61666666666672,2010-08-15 20:42:31,POINT (-78.49477 38.06987),200.0,5.0,0.948,"2601 Jefferson Park Circle, Charlottesville, Virginia 22903, United States",POINT (-78.516817 38.019021),1477.0,5967.805870348155 +2002616,107 LEIGH PL,22902,-78.497764,38.014627,Special outside fire ,20.933333333333277,2010-08-19 16:04:54,2010,400.0,1 or 2 family dwelling,,,,,E7 ,4.450000000000032,2010-08-19 16:04:54,POINT (-78.497764 38.014627),200.0,5.0,1.0,"311 5th Street Southwest, Charlottesville, Virginia 22903, United States",POINT (-78.48944299999999 38.028556),1478.0,1710.360036984464 +2002619,2430 ARLINGTON BLVD,22903,-78.507846,38.050593,Structure Fire ,35.649999999999935,2010-08-19 17:41:19,2010,0.0,"Outside or special property, other",,,,,E6 ,5.833333333333296,2010-08-19 17:41:19,POINT (-78.507846 38.050593),200.0,5.0,1.0,"500 1st Street South, Charlottesville, Virginia 22902, United States",POINT (-78.483119 38.026924),1480.0,3408.6018811101585 +2002646,941 EMMET ST,22903,-78.503388,38.048853,Structure Fire ,21.81666666666672,2010-08-22 12:15:50,2010,0.0,Restaurant or cafeteria,,,,,E6 ,4.3833333333333595,2010-08-22 12:15:50,POINT (-78.503388 38.048853),200.0,5.0,1.0,"415 1st Street North, Charlottesville, Virginia 22902, United States",POINT (-78.480436 38.033659),1481.0,2628.00193080905 +2002665,100 OAKHURST CIR,22903,-78.506801,38.031788,Structure Fire ,45.9166666666667,2010-08-24 00:37:28,2010,0.0,Multifamily dwelling,,,,,E1 ,8.750000000000016,2010-08-24 00:37:28,POINT (-78.506801 38.031788),200.0,5.0,1.0,"1918 Lewis Mountain Road, Charlottesville, Virginia 22903, United States",POINT (-78.509452 38.037705),1482.0,696.9186466062748 +2002688,1807 EMMET ST,22901,-78.493283,38.060237,Structure Fire ,45.96666666666667,2010-08-26 11:09:57,2010,5500.0,"Hotel/motel, commercial",,,,,E2 ,4.26666666666672,2010-08-26 11:09:57,POINT (-78.49328300000001 38.060237),200.0,5.0,1.0,"612 Harris Road, Charlottesville, Virginia 22902, United States",POINT (-78.497384 38.013991),1484.0,5146.789153628785 +2002705,459 LOCUST AVE,22901,-78.471085,38.032067,Structure Fire ,44.0833333333333,2010-08-28 11:51:12,2010,2000.0,Hospital - medical or psychiatric,,,,,E5 ,5.649999999999984,2010-08-28 11:51:12,POINT (-78.471085 38.032067),200.0,5.0,1.0,"402 Monticello Road, Charlottesville, Virginia 22902, United States",POINT (-78.47609 38.025223),1485.0,877.7839431546397 +2002764,726 PROSPECT AVE,22902,-78.49461,38.024354,Structure Fire ,38.88333333333331,2010-09-02 14:17:31,2010,0.0,Multifamily dwelling,,,,,E7 ,4.599999999999936,2010-09-02 14:17:31,POINT (-78.49460999999999 38.024354),200.0,5.0,1.0,"2111 Michie Drive, Charlottesville, Virginia 22901, United States",POINT (-78.485135 38.062271),1486.0,4290.9279213022955 +2002766,230 HARTMANS MILL RD,22902,-78.490179,38.021453,Outside rubbish fire ,15.916666666666611,2010-09-02 19:26:52,2010,0.0,1 or 2 family dwelling,,,,,E7 ,0.066666666666672,2010-09-02 19:26:52,POINT (-78.490179 38.021453),200.0,5.0,1.0,"1600 Emmet Street North, Charlottesville, Virginia 22901, United States",POINT (-78.493932 38.057947),1488.0,4064.9077071447196 +2002783,408 GARRETT ST,22902,-78.480237,38.027882,Structure Fire ,15.950000000000015,2010-09-03 19:15:22,2010,625.0,Multifamily dwelling,,,,,E7 ,3.0500000000000638,2010-09-03 19:15:22,POINT (-78.480237 38.027882),200.0,5.0,1.0,"1522 East High Street, Charlottesville, Virginia 22902, United States",POINT (-78.46074 38.033538),1489.0,1823.6267554147437 +2002789,926 RIVES ST,22901,-78.458837,38.035647,Natural vegetation fire ,13.28333333333328,2010-09-04 07:43:43,2010,0.0,Playground,,,,Undetermined,E5 ,5.416666666666704,2010-09-04 07:43:43,POINT (-78.458837 38.035647),200.0,5.0,1.0,"415 Brandon Ave, Charlottesville, Virginia 22903, United States",POINT (-78.50399 38.03126),1490.0,3994.6986555932795 +2002800,224 14TH ST NW,22903,-78.498956,38.035068,Structure Fire ,31.299999999999983,2010-09-05 12:59:10,2010,0.0,Multifamily dwelling,,,,,BC1 ,4.683333333333312,2010-09-05 12:59:10,POINT (-78.49895600000001 38.035068),200.0,5.0,1.0,"530 Cleveland Avenue, Charlottesville, Virginia 22903, United States",POINT (-78.50052700000001 38.016518),1491.0,2064.0075413697177 +2002801,235 MONTE VISTA AVE,22902,-78.514575,38.014061,Outside rubbish fire ,14.23333333333339,2010-09-05 14:51:36,2010,0.0,,,,,,E7 ,6.033333333333312,2010-09-05 14:51:36,POINT (-78.51457499999999 38.014061),200.0,5.0,1.0,"100 Ridge Street, Charlottesville, Virginia 22902, United States",POINT (-78.484714 38.029947),1492.0,3160.357731111283 +2002810,803 PROSPECT AVE,22901,-78.49477,38.06987,"Fire, other ",74.94999999999999,2010-09-06 05:32:45,2010,0.0,,,,,,E7 ,5.233333333333392,2010-09-06 05:32:45,POINT (-78.49477 38.06987),200.0,5.0,1.0,"106 1st Street South, Charlottesville, Virginia 22902, United States",POINT (-78.48159 38.030328),1493.0,4539.857757431045 +2002822,,22902,-78.49047,38.00955,Natural vegetation fire ,4.28333333333328,2010-09-07 16:50:50,2010,0.0,Vacant lot,,Hot ember or ash,,Smoking,E7 ,2.999999999999952,2010-09-07 16:50:50,POINT (-78.49047 38.00955),200.0,5.0,1.0,"1600 6th Street Southeast, Charlottesville, Virginia 22902, United States",POINT (-78.48662899999999 38.016582),1494.0,850.4629678458307 +2002826,1159 EMMET ST N,22903,-78.500619,38.051518,Mobile property (vehicle) fire ,14.016666666666671,2010-09-07 23:37:23,2010,0.0,Vehicle parking area,,,,,E6 ,6.016666666666608,2010-09-07 23:37:23,POINT (-78.500619 38.051518),200.0,5.0,1.0,"1118 Preston Ave, Charlottesville, Virginia 22903, United States",POINT (-78.49243 38.04313),1495.0,1176.4584191381634 +2002839,510 15TH ST NW,22901,-78.497444,38.040013,"Cultivated vegetation, crop fire ",11.85000000000005,2010-09-08 17:23:09,2010,10.0,Graded and cared-for plots of land,,,,Undetermined,E2 ,5.8666666666667036,2010-09-08 17:23:09,POINT (-78.497444 38.040013),200.0,5.0,1.0,"625 West Main Street, Charlottesville, Virginia 22903, United States",POINT (-78.48941499999999 38.031581),1496.0,1171.892751149991 +2002846,2150 WISE ST,22903,-78.503775,38.050926,Natural vegetation fire ,6.916666666666608,2010-09-09 13:33:59,2010,0.0,Vehicle parking area,,,,Smoking,E6 ,5.6333333333332805,2010-09-09 13:33:59,POINT (-78.503775 38.050926),200.0,5.0,1.0,"110 Carrollton Ter, Charlottesville, Virginia 22903, United States",POINT (-78.51008 38.02711),1497.0,2701.344245591487 +2002853,1220 W MAIN ST,22902,-78.497627,38.033165,Mobile property (vehicle) fire ,71.88333333333337,2010-09-09 23:44:57,2010,3500.0,Vehicle parking area,,,,,E7 ,3.7666666666666084,2010-09-09 23:44:57,POINT (-78.49762699999999 38.033165),200.0,5.0,1.0,"600 Rugby Road, Charlottesville, Virginia 22903, United States",POINT (-78.49998100000001 38.04191),1498.0,992.6163669084488 +2002861,1600 EMMET ST N,22902,-78.494456,38.058203,Natural vegetation fire ,6.149999999999952,2010-09-10 13:48:13,2010,0.0,"Outside or special property, other",,,,Smoking,E1 ,4.066666666666704,2010-09-10 13:48:13,POINT (-78.494456 38.058203),200.0,5.0,1.0,"2006 Stadium Road, Charlottesville, Virginia 22903, United States",POINT (-78.51518900000001 38.028165),1499.0,3799.240368546149 +2002868,328 8TH ST NW,22902,-78.489633,38.034939,Outside rubbish fire ,25.60000000000003,2010-09-10 18:14:51,2010,0.0,,,,,,E7 ,4.083333333333265,2010-09-10 18:14:51,POINT (-78.489633 38.034939),200.0,5.0,1.0,"2 University Circle, Charlottesville, Virginia 22903, United States",POINT (-78.500592 38.042353),1500.0,1266.24890626592 +2002876,513 HARRIS RD,22902,-78.501838,38.014791,Structure Fire ,183.23333333333284,2010-09-11 16:25:02,2010,30000.0,1 or 2 family dwelling,,,,,E7 ,3.699999999999936,2010-09-11 16:25:02,POINT (-78.50183800000001 38.014791),200.0,5.0,1.0,"415 Quarry Road, Charlottesville, Virginia 22902, United States",POINT (-78.477716 38.015538),1501.0,2120.3003765775816 +2002886,301 15TH ST NW,22903,-78.498981,38.037164,Natural vegetation fire ,13.583333333333377,2010-09-12 18:52:01,2010,0.0,Graded and cared-for plots of land,,,,Undetermined,E7 ,5.249999999999952,2010-09-12 18:52:01,POINT (-78.498981 38.037164),200.0,5.0,1.0,"1505 Virginia Avenue, Charlottesville, Virginia 22903, United States",POINT (-78.49877600000001 38.0385),1502.0,149.4091505683008 +2002896,1150 5TH ST SW,22902,-78.502132,38.012485,Natural vegetation fire ,26.900000000000063,2010-09-13 20:14:11,2010,0.0,Vacant lot,,,,Open/outdoor fire,E5 ,5.049999999999936,2010-09-13 20:14:11,POINT (-78.502132 38.012485),200.0,5.0,1.0,"2319 Highland Avenue, Charlottesville, Virginia 22903, United States",POINT (-78.511402 38.02317),1503.0,1438.7482537922156 +2002931,,22903,-78.49047,38.00955,Natural vegetation fire ,19.86666666666667,2010-09-17 04:38:17,2010,0.0,"Street, other",,,,Smoking,E6 ,6.200000000000063,2010-09-17 04:38:17,POINT (-78.49047 38.00955),200.0,5.0,1.0,"1538 East High Street, Charlottesville, Virginia 22902, United States",POINT (-78.459745 38.034179),1504.0,3841.5877266422303 +2002957,1139 E HIGH ST,22901,-78.467188,38.032029,Natural vegetation fire ,15.733333333333295,2010-09-19 09:53:01,2010,0.0,Graded and cared-for plots of land,,,,Undetermined,E7 ,4.850000000000064,2010-09-19 09:53:01,POINT (-78.46718799999999 38.032029),200.0,5.0,1.0,"102 East Main Street, Charlottesville, Virginia 22902, United States",POINT (-78.481437 38.030543),1505.0,1262.0786395242678 +2002970,916 1ST ST S,22903,-78.486762,38.021267,Structure Fire ,90.78333333333337,2010-09-20 19:23:37,2010,300.0,1 or 2 family dwelling,,,,,E7 ,3.0500000000000638,2010-09-20 19:23:37,POINT (-78.486762 38.021267),200.0,5.0,1.0,"600 Brandon Avenue, Charlottesville, Virginia 22903, United States",POINT (-78.504678 38.029233),1506.0,1804.8884534678205 +2002995,,22901,-78.49047,38.00955,Natural vegetation fire ,7.449999999999984,2010-09-23 14:51:09,2010,0.0,Street or road in commercial area,,,,Undetermined,E7 ,3.116666666666736,2010-09-23 14:51:09,POINT (-78.49047 38.00955),200.0,5.0,1.0,"908 Henry Avenue, Charlottesville, Virginia 22903, United States",POINT (-78.48744000000001 38.039242),1507.0,3307.0975851693647 +2002999,1011 ST CLAIR AVE,22911,-78.46113,38.039855,Natural vegetation fire ,16.633333333333297,2010-09-23 18:34:23,2010,40.0,1 or 2 family dwelling,,,,Undetermined,E1 ,4.5,2010-09-23 18:34:23,POINT (-78.46113 38.039855),200.0,5.0,1.0,"2121 Angus Road, Charlottesville, Virginia 22901, United States",POINT (-78.496613 38.059813),1508.0,3822.7229637747364 +2003003,,22901,-78.49047,38.00955,Fire in mobile property used as a fixed structure ,134.7333333333333,2010-09-23 23:36:51,2010,12000.0,"Outbuilding, protective shelter",,,,,E1 ,3.800000000000016,2010-09-23 23:36:51,POINT (-78.49047 38.00955),200.0,5.0,1.0,"522 Meade Avenue, Charlottesville, Virginia 22902, United States",POINT (-78.464023 38.031193),1509.0,3341.9347360509773 +2003010,300 RIDGE ST,22903,-78.486082,38.028517,Natural vegetation fire ,2.6666666666667362,2010-09-24 16:59:46,2010,10.0,"Street, other",,,,Smoking,E7 ,0.099999999999936,2010-09-24 16:59:46,POINT (-78.486082 38.028517),200.0,5.0,1.0,"1300 East High Street, Charlottesville, Virginia 22902, United States",POINT (-78.46423299999999 38.032155),1510.0,1960.7036356783028 +2003102,114 HARTMANS MILL RD,22901,-78.488132,38.019297,"Fire, other ",37.283333333333324,2010-10-02 16:41:17,2010,0.0,1 or 2 family dwelling,,,,,E7 ,3.750000000000048,2010-10-02 16:41:17,POINT (-78.48813199999999 38.019297),200.0,5.0,1.0,"110 Warren Lane, Charlottesville, Virginia 22901, United States",POINT (-78.480238 38.056069),1511.0,4140.830583498709 +2003106,500 RUGBY RD,22901,-78.491734,38.049147,Special outside fire ,17.416666666666654,2010-10-02 21:58:47,2010,0.0,Graded and cared-for plots of land,,,,Open/outdoor fire,FM01 ,1.3333333333332962,2010-10-02 21:58:47,POINT (-78.49173399999999 38.049147),200.0,5.0,1.0,"33 University Circle, Charlottesville, Virginia 22903, United States",POINT (-78.503289 38.042643),1512.0,1245.2010272790214 +2003137,,22903,-78.49047,38.00955,Outside rubbish fire ,18.41666666666674,2010-10-05 18:33:51,2010,0.0,Railroad right of way ,,,,,E6 ,6.650000000000064,2010-10-05 18:33:51,POINT (-78.49047 38.00955),200.0,5.0,1.0,"722 Orangedale Avenue, Charlottesville, Virginia 22903, United States",POINT (-78.49588199999999 38.023618),1513.0,1632.5419609065543 +2003139,1115 PAGE ST,22903,-78.495571,38.036104,Structure Fire ,104.98333333333336,2010-10-05 19:15:49,2010,25000.0,1 or 2 family dwelling,,,,,E7 ,4.566666666666672,2010-10-05 19:15:49,POINT (-78.495571 38.036104),200.0,5.0,1.0,"1213 Avon Street, Charlottesville, Virginia 22902, United States",POINT (-78.48244699999999 38.020116),1515.0,2116.314117170788 +2003176,900 ROCKLAND AVE,22901,-78.49477,38.06987,Outside rubbish fire ,18.350000000000065,2010-10-09 19:12:38,2010,0.0,1 or 2 family dwelling,,,,,E5 ,5.8666666666667036,2010-10-09 19:12:38,POINT (-78.49477 38.06987),200.0,5.0,1.0,"201 Elliott Avenue, Charlottesville, Virginia 22902, United States",POINT (-78.483924 38.024241),1516.0,5154.418207376202 +2003182,900 1ST ST S,22903,-78.485672,38.023261,Structure Fire ,93.86666666666669,2010-10-10 12:39:15,2010,10000.0,Multifamily dwelling,,,,,E7 ,3.466666666666656,2010-10-10 12:39:15,POINT (-78.48567199999999 38.023261),200.0,5.0,1.0,"1449 Westwood Road, Charlottesville, Virginia 22903, United States",POINT (-78.48357 38.044552),1517.0,2370.908467150147 +2003252,1882 GREEN ST,22902,-78.481535,38.016235,Mobile property (vehicle) fire ,14.350000000000032,2010-10-17 18:48:09,2010,0.0,,,,,,E7 ,4.233333333333312,2010-10-17 18:48:09,POINT (-78.48153499999999 38.016235),200.0,5.0,1.0,"108 Laurel Circle, Charlottesville, Virginia 22903, United States",POINT (-78.501029 38.024758),1518.0,1956.1422680273772 +2003280,,22903,-78.49047,38.00955,Mobile property (vehicle) fire ,38.13333333333337,2010-10-21 09:42:23,2010,3000.0,"Residential street, road or residential driveway",,,,,CHF3 ,0.033333333333264,2010-10-21 09:42:23,POINT (-78.49047 38.00955),200.0,5.0,1.0,"123 E Main St, Charlottesville, Virginia 22902, United States",POINT (-78.48086000000001 38.03087),1519.0,2512.9042856872734 +2003372,1414 CHERRY AVE,22902,-78.502352,38.024618,Natural vegetation fire ,8.59999999999997,2010-10-31 18:03:27,2010,0.0,1 or 2 family dwelling,,,,"Debris, vegetation burn",E7 ,4.850000000000064,2010-10-31 18:03:27,POINT (-78.502352 38.024618),200.0,5.0,1.0,"450 Ray C Hunt Drive, Charlottesville, Virginia 22903, United States",POINT (-78.52849000000001 38.023889),1520.0,2296.8612872102162 +2003378,1419 SHORT 18TH ST,22901,-78.46091,38.026175,Structure Fire ,224.10000000000002,2010-10-31 21:00:51,2010,90000.0,1 or 2 family dwelling,,,,,E7 ,4.149999999999936,2010-10-31 21:00:51,POINT (-78.46091 38.026175),200.0,5.0,1.0,"480 Ray C Hunt Drive, Charlottesville, Virginia 22903, United States",POINT (-78.52703200000001 38.024317),1521.0,5810.466652140827 +2003387,922 1ST ST S,22903,-78.486784,38.021233,Structure Fire ,93.28333333333335,2010-11-01 19:00:25,2010,20.0,Multifamily dwelling,,,,,E5 ,3.233333333333376,2010-11-01 19:00:25,POINT (-78.486784 38.021233),200.0,5.0,1.0,"195 Vaughan Dr, Charlottesville, Virginia 22904, United States",POINT (-78.519267 38.030358),1522.0,3027.1487469748126 +2003430,715 ELLIOTT AVE,22903,-78.480209,38.020785,Structure Fire ,30.500000000000064,2010-11-06 12:26:06,2010,0.0,1 or 2 family dwelling,,,,,E7 ,3.316666666666608,2010-11-06 12:26:06,POINT (-78.480209 38.020785),200.0,5.0,1.0,"134 Mimosa Court, Charlottesville, Virginia 22903, United States",POINT (-78.520464 38.028249),1523.0,3631.017305866613 +2003436,,22902,-78.49047,38.00955,Natural vegetation fire ,17.466666666666622,2010-11-07 14:28:20,2010,0.0,1 or 2 family dwelling,,,,Undetermined,E6 ,5.483333333333376,2010-11-07 14:28:20,POINT (-78.49047 38.00955),200.0,5.0,1.0,"505 Edgemont Road, Charlottesville, Virginia 22903, United States",POINT (-78.517893 38.034849),1524.0,3699.8262831501975 +2003447,,22903,-78.49047,38.00955,Structure Fire ,9.483333333333263,2010-11-08 21:43:15,2010,0.0,"Residential street, road or residential driveway",,,,,E7 ,4.73333333333328,2010-11-08 21:43:15,POINT (-78.49047 38.00955),200.0,5.0,1.0,"1215 Lee Street, Charlottesville, Virginia 22908, United States",POINT (-78.49934500000001 38.031439),1525.0,2552.029738944595 +2003468,313 2ND ST SE,22903,-78.481626,38.028847,Outside rubbish fire ,43.783333333333346,2010-11-10 09:10:58,2010,1600.0,Business office,,,,,E5 ,3.016666666666656,2010-11-10 09:10:58,POINT (-78.48162600000001 38.028847),200.0,5.0,1.0,"248 Mccormick Road, Charlottesville, Virginia 22903, United States",POINT (-78.506336 38.03516),1526.0,2280.2044431888926 +2003504,110 STADIUM RD,22903,-78.509293,38.032116,Structure Fire ,28.383333333333262,2010-11-13 12:57:02,2010,0.0,Multifamily dwelling,,,,,TRK01 ,6.0999999999999845,2010-11-13 12:57:02,POINT (-78.509293 38.032116),200.0,5.0,1.0,"1215 Lee Street, Charlottesville, Virginia 22908, United States",POINT (-78.49934500000001 38.031439),1527.0,876.7742740844944 +2003523,1400 MONTICELLO RD,22902,-78.472756,38.019316,Structure Fire ,20.98333333333339,2010-11-14 19:39:30,2010,0.0,Multifamily dwelling,,,,,E7 ,4.633333333333344,2010-11-14 19:39:30,POINT (-78.472756 38.019316),200.0,5.0,1.0,"735 Alderman Road, Charlottesville, Virginia 22904, United States",POINT (-78.51531 38.032103),1528.0,3997.5981596944634 +2003555,2102 ARLINGTON BLVD,22903,-78.506677,38.049688,Structure Fire ,36.4333333333333,2010-11-18 15:04:13,2010,0.0,Multifamily dwelling,,,,,E7 ,6.133333333333392,2010-11-18 15:04:13,POINT (-78.506677 38.049688),200.0,5.0,1.0,"1215 Lee Street, Charlottesville, Virginia 22908, United States",POINT (-78.49934500000001 38.031439),1529.0,2125.7944769979144 +2003594,1608 GROVE RD,22901,-78.48164,38.055168,Structure Fire ,25.516666666666655,2010-11-21 10:09:54,2010,0.0,1 or 2 family dwelling,,,,,E2 ,3.1333333333332964,2010-11-21 10:09:54,POINT (-78.48164 38.055168),200.0,5.0,0.753333,"300 Lane Road, Reedville, Virginia 22539, United States",POINT (-76.250817 37.843189),1530.0,197652.63344018153 +2003618,1635 MERIDIAN ST,22903,-78.482006,38.012799,Structure Fire ,17.76666666666672,2010-11-24 20:59:59,2010,0.0,1 or 2 family dwelling,,,,,E7 ,5.899999999999968,2010-11-24 20:59:59,POINT (-78.482006 38.012799),200.0,5.0,0.770952,"136 University Gardens, Charlottesville, Virginia 22903, United States",POINT (-78.503967 38.045843),1531.0,4144.519902731783 +2003640,1710 MONTICELLO RD,22902,-78.473562,38.01425,Structure Fire ,12.133333333333296,2010-11-26 17:13:34,2010,0.0,"Forest, timberland, woodland",,,,,E5 ,6.51666666666672,2010-11-26 17:13:34,POINT (-78.473562 38.01425),200.0,5.0,1.0,"1101 Millmont Street, Charlottesville, Virginia 22903, United States",POINT (-78.504165 38.051704),1532.0,4950.885814315709 +2003648,1422 CHERRY AVE,22903,-78.503054,38.024281,"Fire, other ",37.46666666666664,2010-11-27 23:07:29,2010,50.0,1 or 2 family dwelling,,,,,E7 ,5.049999999999936,2010-11-27 23:07:29,POINT (-78.50305400000001 38.024281),200.0,5.0,0.669524,"Lambeth Commons, Charlottesville, Virginia 22904, United States",POINT (-78.5038823 38.0417898),1533.0,1945.1581420562875 +2003654,1800 JEFFERSON PARK,22903,-78.50968,38.028668,Structure Fire ,82.80000000000001,2010-11-28 16:56:40,2010,1000.0,Multifamily dwelling,,,,,E7 ,4.916666666666736,2010-11-28 16:56:40,POINT (-78.50968 38.028668),200.0,5.0,1.0,"525 McCormick Rd, Charlottesville, Virginia 22904, United States",POINT (-78.5214 38.03307),1534.0,1139.293269982973 +2003679,1136 E HIGH ST,22901,,,Structure Fire ,43.899999999999984,2010-11-30 18:37:34,2010,1100.0,1 or 2 family dwelling,,,,,E5 ,5.1166666666666085,2010-11-30 18:37:34,POINT (nan nan),200.0,5.0,1.0,"450 Ray C Hunt Drive, Charlottesville, Virginia 22903, United States",POINT (-78.52849000000001 38.023889),1535.0,inf +2003680,764 PROSPECT AVE,22903,-78.49491,38.023799,Structure Fire ,38.79999999999994,2010-11-30 18:51:43,2010,0.0,Multifamily dwelling,,,,,E7 ,5.28333333333336,2010-11-30 18:51:43,POINT (-78.49491 38.023799),200.0,5.0,1.0,"197 McCormick Rd, Charlottesville, Virginia 22903, United States",POINT (-78.50491 38.03594),1536.0,1608.6931198967663 +2003697,123 E MAIN ST,22901,-78.480862,38.030629,Outside rubbish fire ,128.04999999999998,2010-12-03 07:43:10,2010,0.0,Bank,,,,,E5 ,2.966666666666688,2010-12-03 07:43:10,POINT (-78.480862 38.030629),200.0,5.0,1.0,"235 Mccormick Road, Charlottesville, Virginia 22903, United States",POINT (-78.505461 38.034098),1537.0,2194.1285243041784 +2003713,1417 EMMET ST N,22901,-78.496343,38.056322,Outside rubbish fire ,19.449999999999935,2010-12-04 15:30:16,2010,0.0,Restaurant or cafeteria,,,,,E2 ,4.71666666666672,2010-12-04 15:30:16,POINT (-78.496343 38.056322),200.0,5.0,1.0,"128 Amphitheater Way, Charlottesville, Virginia 22903, United States",POINT (-78.506806 38.033402),1538.0,2705.2836852165724 +2003714,1025 5TH ST SW,22902,-78.495605,38.01949,Structure Fire ,119.91666666666671,2010-12-04 15:45:22,2010,,1 or 2 family dwelling,,,,,E7 ,3.3833333333332796,2010-12-04 15:45:22,POINT (-78.495605 38.01949),200.0,5.0,1.0,"506 Moseley Drive, Charlottesville, Virginia 22903, United States",POINT (-78.50645400000001 38.015045),1539.0,1073.0564457073565 +2003732,,22902,-78.49047,38.00955,Mobile property (vehicle) fire ,27.200000000000017,2010-12-06 14:51:14,2010,0.0,Street or road in commercial area,,,,,E7 ,3.1333333333332964,2010-12-06 14:51:14,POINT (-78.49047 38.00955),200.0,5.0,1.0,"740 Prospect Ave, Charlottesville, Virginia 22903, United States",POINT (-78.49503 38.02361),1540.0,1611.484035377341 +2003800,1035 EMMET ST N,22903,-78.501964,38.05029,Outside rubbish fire ,12.616666666666704,2010-12-14 12:34:44,2010,0.0,"Outside or special property, other",,,,,E6 ,5.649999999999984,2010-12-14 12:34:44,POINT (-78.501964 38.05029),200.0,5.0,1.0,"1538 East High Street, Charlottesville, Virginia 22902, United States",POINT (-78.459745 38.034179),1541.0,4115.791074730346 +2003802,2227 BANBURY ST,22901,-78.466932,38.06234,Natural vegetation fire ,18.533333333333378,2010-12-14 14:16:01,2010,0.0,1 or 2 family dwelling,,,,Misuse of fire,E2 ,8.833333333333393,2010-12-14 14:16:01,POINT (-78.466932 38.06234),200.0,5.0,1.0,"1000 Albemarle Street, Charlottesville, Virginia 22903, United States",POINT (-78.48314499999999 38.039076),1542.0,2949.000585518476 +2003814,100 BYPASS,22902,-78.49047,38.00955,Mobile property (vehicle) fire ,61.966666666666654,2010-12-15 07:52:34,2010,0.0,,,,,,CHF2 ,0.8500000000000321,2010-12-15 07:52:34,POINT (-78.49047 38.00955),200.0,5.0,1.0,"1215 Augusta Street, Charlottesville, Virginia 22903, United States",POINT (-78.486107 38.043412),1543.0,3778.801230659717 +2003849,1705 YORKTOWN DR,22901,-78.477262,38.057842,Natural vegetation fire ,37.3666666666667,2010-12-19 05:31:30,2010,0.0,Open land or field,,Hot ember or ash,,Other cause,E2 ,8.066666666666736,2010-12-19 05:31:30,POINT (-78.477262 38.057842),200.0,5.0,1.0,"710 Highland Avenue, Charlottesville, Virginia 22903, United States",POINT (-78.504907 38.018229),1544.0,5023.213179774295 +2003852,1112 PARK ST,22901,-78.470386,38.043134,Structure Fire ,300.7166666666659,2010-12-20 00:30:55,2010,330000.0,1 or 2 family dwelling,,,,,E1 ,6.016666666666608,2010-12-20 00:30:55,POINT (-78.470386 38.043134),200.0,5.0,1.0,"1613 Dublin Road, Charlottesville, Virginia 22903, United States",POINT (-78.50372400000001 38.018522),1545.0,4004.5443523662134 +2003853,507 ROUGEMONT AVE,22932,-78.487551,38.017964,Structure Fire ,144.63333333333216,2010-12-20 11:26:59,2010,206200.0,1 or 2 family dwelling,,,,,CHF1 ,3.633333333333264,2010-12-20 11:26:59,POINT (-78.487551 38.017964),200.0,5.0,1.0,"423 2nd Street Northeast, Charlottesville, Virginia 22902, United States",POINT (-78.479342 38.034115),1546.0,1932.5668040633952 +2003872,1016 CHERRY AVE,22901,-78.49477,38.06987,Structure Fire ,32.48333333333338,2010-12-22 09:50:37,2010,0.0,1 or 2 family dwelling,,,,,E7 ,3.750000000000048,2010-12-22 09:50:37,POINT (-78.49477 38.06987),200.0,5.0,1.0,"1103 Druid Avenue, Charlottesville, Virginia 22902, United States",POINT (-78.47518599999999 38.016627),1548.0,6156.016044377777 +2003890,833 HARDY DR,22903,-78.491351,38.033547,Outside rubbish fire ,21.83333333333328,2010-12-24 14:59:27,2010,0.0,"Residential street, road or residential driveway",,,,,E7 ,4.05,2010-12-24 14:59:27,POINT (-78.49135099999999 38.033547),200.0,5.0,1.0,"611 Rugby Road, Charlottesville, Virginia 22903, United States",POINT (-78.500084 38.042759),1549.0,1278.2400509456738 +2003924,1339 HILLTOP RD,22901,-78.490306,38.052053,Outside rubbish fire ,14.466666666666672,2010-12-27 13:40:28,2010,0.0,1 or 2 family dwelling,,,,,E1 ,4.549999999999968,2010-12-27 13:40:28,POINT (-78.490306 38.052053),200.0,5.0,0.948,"2100 Jefferson Park Avenue, Charlottesville, Virginia 22903, United States",POINT (-78.513447 38.026118),1550.0,3523.9963189996847 +2003957,2161 BARRACKS RD,22903,-78.502733,38.056367,Mobile property (vehicle) fire ,28.266666666666627,2010-12-31 10:38:48,2010,0.0,"Service station, gas station",,,,,E1 ,4.233333333333312,2010-12-31 10:38:48,POINT (-78.50273300000001 38.056367),200.0,5.0,1.0,"604 13th Street Northwest, Charlottesville, Virginia 22903, United States",POINT (-78.494782 38.040132),1551.0,1932.8381287912043 +3000168,1408 JEFFERSON PARK,22903,-78.502388,38.032053,Structure Fire ,16.933333333333394,2010-03-26 18:02:31,2010,0.0,"Boarding/rooming house, residential hotels",,,,,E7 ,5.150000000000016,2010-03-26 18:02:31,POINT (-78.502388 38.032053),200.0,5.0,1.0,"406 Hedge Street, Charlottesville, Virginia 22902, United States",POINT (-78.477074 38.033542),1552.0,2228.9783151416946 +3000169,579 MCCORMICK RD,22908,-78.49047,38.00955,Outside rubbish fire ,8.066666666666737,2010-03-26 22:05:37,2010,0.0,"Barracks, dormitory",,,,,E6 ,5.316666666666624,2010-03-26 22:05:37,POINT (-78.49047 38.00955),200.0,5.0,1.0,"301 15th Street Northwest, Charlottesville, Virginia 22903, United States",POINT (-78.49954200000001 38.037268),1553.0,3178.6800141049403 +3000174,205 SPRIGG LN,22908,-78.599317,38.044145,Structure Fire ,28.783333333333296,2010-03-30 19:20:48,2010,0.0,"Barracks, dormitory",,,,,E6 ,4.083333333333265,2010-03-30 19:20:48,POINT (-78.599317 38.044145),200.0,5.0,1.0,"833 Page Street, Charlottesville, Virginia 22903, United States",POINT (-78.49156000000001 38.034574),1554.0,9520.601754428235 +3000182,201 SPRIGG LN,22901,-78.599321,38.044054,Outside rubbish fire ,11.283333333333266,2010-04-03 05:21:00,2010,0.0,"Dormitory type residence, other ",,,,,E6 ,5.8666666666667036,2010-04-03 05:21:00,POINT (-78.599321 38.044054),200.0,5.0,1.0,"201 Avon Street, Charlottesville, Virginia 22902, United States",POINT (-78.47744299999999 38.028131),1556.0,10846.484364241664 +3000191,570 EDGEMONT RD,22902,-78.49047,38.00955,Structure Fire ,68.46666666666667,2010-04-07 12:47:15,2010,1000.0,Laboratory or science lababoratory,,,,,TRK01 ,9.21666666666672,2010-04-07 12:47:15,POINT (-78.49047 38.00955),200.0,5.0,1.0,"1136 Locust Avenue, Charlottesville, Virginia 22901, United States",POINT (-78.45768099999999 38.044421),1557.0,4824.819744419504 +3000233,800 ALDERMAN RD,22903,-78.515845,38.030139,Natural vegetation fire ,8.766666666666719,2010-05-08 16:30:34,2010,0.0,Vehicle parking area,,,,Smoking,E6 ,6.216666666666623,2010-05-08 16:30:34,POINT (-78.515845 38.030139),200.0,5.0,1.0,"801 Market Street East, Charlottesville, Virginia 22902, United States",POINT (-78.475776 38.030089),1558.0,3518.609618687046 +3000517,480 RAY C HUNT DR,22908,-78.500288,38.034219,Natural vegetation fire ,14.583333333333313,2010-09-13 16:46:27,2010,0.0,Laboratory or science lababoratory,,,,Undetermined,E6 ,6.849999999999936,2010-09-13 16:46:27,POINT (-78.500288 38.034219),200.0,5.0,1.0,"152 Carlton Road, Charlottesville, Virginia 22902, United States",POINT (-78.468436 38.024972),1560.0,2979.5182538902022 +3000522,205 SPRIGG LN,22902,-78.599317,38.044145,Structure Fire ,22.733333333333277,2010-09-14 07:52:03,2010,150.0,"Dormitory type residence, other ",,,,,CHF1 ,4.116666666666672,2010-09-14 07:52:03,POINT (-78.599317 38.044145),200.0,5.0,1.0,"800 Market Street East, Charlottesville, Virginia 22902, United States",POINT (-78.476028 38.029572),1561.0,10945.477145049323 +3000589,15 HANCOCK DR,22908,-78.512059,38.036102,Outside rubbish fire ,10.533333333333312,2010-10-17 18:05:48,2010,0.0,"Outside or special property, other",,,,,E6 ,4.783333333333392,2010-10-17 18:05:48,POINT (-78.51205899999999 38.036102),200.0,5.0,1.0,"1607 6th Street Southeast, Charlottesville, Virginia 22902, United States",POINT (-78.485794 38.018043),1562.0,3056.0722943546857 +3000613,109 CULBRETH RD,22903,-78.49477,38.06987,Structure Fire ,92.0833333333334,2010-10-27 08:16:40,2010,500.0,Live performance theater,,,,,E7 ,6.250000000000031,2010-10-27 08:16:40,POINT (-78.49477 38.06987),200.0,5.0,1.0,"302 11th Street Northwest, Charlottesville, Virginia 22903, United States",POINT (-78.494736 38.03602),1564.0,3757.998977350079 +3000625,110 DARDEN BLVD,22903,-78.513771,38.052551,Structure Fire ,171.59999999999906,2010-11-03 00:54:01,2010,0.0,"Adult education center, college classroom","Exterior balcony, unenclosed porch","Hot or smoldering object, other","Light vegetation - not crop, including grass",Unintentional,E6 ,6.316666666666704,2010-11-03 00:54:01,POINT (-78.51377100000001 38.052551),200.0,5.0,1.0,"814 Village Road, Charlottesville, Virginia 22903, United States",POINT (-78.50007600000001 38.017561),1565.0,4066.399142927276 +3000663,124 11TH ST SW,22903,-78.496154,38.032268,Structure Fire ,14.899999999999968,2010-11-19 07:35:58,2010,5.0,Construction site,,,,,E7 ,4.450000000000032,2010-11-19 07:35:58,POINT (-78.496154 38.032268),200.0,5.0,1.0,"1154 5th Street Southwest, Charlottesville, Virginia 22902, United States",POINT (-78.502128 38.011619),1566.0,2351.6901185402476 +3000695,54 ROTUNDA DR,22908,-78.502752,38.034139,Structure Fire ,48.96666666666662,2010-12-04 00:25:16,2010,0.0,1 or 2 family dwelling,,,,,BC2 ,6.849999999999936,2010-12-04 00:25:16,POINT (-78.502752 38.034139),200.0,5.0,1.0,"400 Preston Avenue, Charlottesville, Virginia 22903, United States",POINT (-78.48441699999999 38.033453),1567.0,1611.7846373610118 +2100008,807 BOLLING AVE,22901,-78.49477,38.06987,Special outside fire ,6.416666666666639,2011-01-01 03:20:25,2011,0.0,1 or 2 family dwelling,,,,Open/outdoor fire,E5 ,4.1333333333333755,2011-01-01 03:20:25,POINT (-78.49477 38.06987),200.0,5.0,1.0,"105 Emmet Street North, Charlottesville, Virginia 22903, United States",POINT (-78.506897 38.040355),1568.0,3445.3117131334643 +2100060,612 GILLESPIE AVE,22902,-78.465727,38.0328,Structure Fire ,254.8999999999987,2011-01-06 13:10:31,2011,60000.0,1 or 2 family dwelling,,,,,E1 ,4.216666666666608,2011-01-06 13:10:31,POINT (-78.465727 38.0328),200.0,5.0,1.0,"619 W Main St, Charlottesville, Virginia 22903, United States",POINT (-78.48959000000001 38.03161),1569.0,2099.616270731295 +2100075,2007 JEFFERSON PARK,22901,,,Structure Fire ,12.183333333333266,2011-01-07 19:06:48,2011,0.0,Multifamily dwelling,,,,,E6 ,6.433333333333344,2011-01-07 19:06:48,POINT (nan nan),200.0,5.0,1.0,"1613 Meridian Street, Charlottesville, Virginia 22902, United States",POINT (-78.48260999999999 38.014251),1570.0,inf +2100087,1410 VINE ST,22902,-78.49477,38.06987,Structure Fire ,47.21666666666674,2011-01-08 23:49:36,2011,0.0,1 or 2 family dwelling,,,,,E7 ,6.433333333333344,2011-01-08 23:49:36,POINT (-78.49477 38.06987),200.0,5.0,1.0,"224 Shamrock Road, Charlottesville, Virginia 22903, United States",POINT (-78.508335 38.026675),1572.0,4941.112840435082 +2100092,768 PROSPECT AVE,22901,-78.494947,38.023745,Structure Fire ,34.03333333333339,2011-01-09 17:34:51,2011,2500.0,Multifamily dwelling,,,,,E7 ,4.033333333333296,2011-01-09 17:34:51,POINT (-78.494947 38.023745),200.0,5.0,1.0,"304 10th Street Northwest, Charlottesville, Virginia 22903, United States",POINT (-78.493499 38.035522),1573.0,1313.6365587073115 +2100107,2211 WAYNE AVE,22901,-78.497752,38.058994,Structure Fire ,55.10000000000002,2011-01-10 19:12:05,2011,3000.0,1 or 2 family dwelling,,,,,E2 ,4.366666666666656,2011-01-10 19:12:05,POINT (-78.49775200000001 38.058994),200.0,5.0,1.0,"2000 Morton Drive, Charlottesville, Virginia 22903, United States",POINT (-78.49475200000001 38.055883),1574.0,434.3238333231018 +2100109,1309 W MAIN ST,22903,-78.498708,38.033598,Mobile property (vehicle) fire ,76.20000000000006,2011-01-11 06:18:21,2011,10200.0,"Parking garage, general vehicle",,,,,E7 ,4.466666666666736,2011-01-11 06:18:21,POINT (-78.49870799999999 38.033598),200.0,5.0,1.0,"1320 Early Street, Charlottesville, Virginia 22902, United States",POINT (-78.483395 38.019247),1575.0,2084.8909463537025 +2100123,401 MCINTIRE RD,22902,-78.481863,38.035267,Mobile property (vehicle) fire ,204.6499999999992,2011-01-13 08:26:14,2011,50000.0,"Outside or special property, other",,,,,FM01 ,0.766666666666656,2011-01-13 08:26:14,POINT (-78.481863 38.035267),200.0,5.0,1.0,"224 Hartmans Mill Road, Charlottesville, Virginia 22902, United States",POINT (-78.489819 38.020915),1577.0,1739.7967072685221 +2100139,1801 HYDRAULIC RD,22901,-78.49103,38.061042,Mobile property (vehicle) fire ,34.49999999999995,2011-01-14 11:48:49,2011,0.0,,,,,,E2 ,3.616666666666704,2011-01-14 11:48:49,POINT (-78.49102999999999 38.061042),200.0,5.0,1.0,"200 Monticello Avenue, Charlottesville, Virginia 22902, United States",POINT (-78.48514 38.028433),1578.0,3656.9768067915443 +2100159,1857 WESTVIEW RD,22902,-78.49047,38.00955,Structure Fire ,39.83333333333328,2011-01-16 12:39:38,2011,0.0,1 or 2 family dwelling,,,,,E2 ,6.666666666666623,2011-01-16 12:39:38,POINT (-78.49047 38.00955),200.0,5.0,1.0,"415 East Main Street, Charlottesville, Virginia 22902, United States",POINT (-78.478746 38.030137),1579.0,2506.785673784118 +2100188,,22901,-78.49047,38.00955,"Fire, other ",13.450000000000031,2011-01-19 21:29:12,2011,0.0,1 or 2 family dwelling,"Outside area, other",Undetermined,"Item, Other",Intentional,E7 ,3.500000000000064,2011-01-19 21:29:12,POINT (-78.49047 38.00955),200.0,5.0,1.0,"626 Elizabeth Avenue, Charlottesville, Virginia 22901, United States",POINT (-78.463711 38.046935),1580.0,4769.524441197368 +2100208,105 WESTERLY AVE,22903,-78.522395,38.025713,Natural vegetation fire ,15.933333333333312,2011-01-21 17:43:01,2011,0.0,Multifamily dwelling,,,,Smoking,E6 ,5.466666666666672,2011-01-21 17:43:01,POINT (-78.522395 38.025713),200.0,5.0,1.0,"1600 Kenwood Lane, Charlottesville, Virginia 22901, United States",POINT (-78.47855199999999 38.057137),1581.0,5195.0605211295915 +2100220,924 1ST ST S,22902,-78.486791,38.021222,Outside rubbish fire ,24.599999999999955,2011-01-22 17:18:03,2011,0.0,,,,,,E7 ,3.5500000000000322,2011-01-22 17:18:03,POINT (-78.486791 38.021222),200.0,5.0,1.0,"2204 North Berkshire Road, Charlottesville, Virginia 22901, United States",POINT (-78.49531 38.06073),1583.0,4449.463339595162 +2100230,750 E WATER ST,22902,-78.475109,38.028479,Structure Fire ,9.68333333333328,2011-01-23 12:46:58,2011,0.0,Railroad right of way ,,,,,E5 ,4.349999999999952,2011-01-23 12:46:58,POINT (-78.475109 38.028479),200.0,5.0,1.0,"111 Cleveland Avenue, Charlottesville, Virginia 22903, United States",POINT (-78.51364700000001 38.020712),1584.0,3492.5380795895617 +2100234,2201 ANGUS RD,22901,-78.497018,38.06035,Structure Fire ,12.783333333333312,2011-01-23 17:58:03,2011,0.0,Multifamily dwelling,,,,,E1 ,4.366666666666656,2011-01-23 17:58:03,POINT (-78.497018 38.06035),200.0,5.0,1.0,"1111 Little High Street, Charlottesville, Virginia 22902, United States",POINT (-78.46972100000001 38.030859),1585.0,4057.472875896843 +2100238,400 MONROE LN,22902,-78.502776,38.031734,Mobile property (vehicle) fire ,19.449999999999935,2011-01-24 08:01:14,2011,0.0,,,,,,E7 ,4.816666666666657,2011-01-24 08:01:14,POINT (-78.502776 38.031734),200.0,5.0,1.0,"820 Hardy Drive, Charlottesville, Virginia 22903, United States",POINT (-78.49225300000001 38.033426),1586.0,942.9310872594601 +2100263,131 CAMERON LN,22903,-78.511067,38.039437,"Fire, other ",79.69999999999996,2011-01-26 16:31:36,2011,0.0,Multifamily dwelling,,,,,E6 ,3.066666666666624,2011-01-26 16:31:36,POINT (-78.511067 38.039437),200.0,5.0,1.0,"1000 Forest Hills Avenue, Charlottesville, Virginia 22903, United States",POINT (-78.496798 38.025341),1587.0,2004.7164405417784 +2100347,1625 MERIDIAN ST,22902,-78.482487,38.012781,Structure Fire ,236.8666666666656,2011-02-04 00:05:23,2011,70000.0,Multifamily dwelling,,,,,E5 ,6.366666666666672,2011-02-04 00:05:23,POINT (-78.48248700000001 38.012781),200.0,5.0,1.0,"330 15th Street Northwest, Charlottesville, Virginia 22903, United States",POINT (-78.498733 38.037066),1588.0,3050.321880715724 +2100348,114 ROBERTSON AVE,22903,-78.513651,38.024383,Structure Fire ,44.03333333333333,2011-02-04 09:36:09,2011,0.0,Multifamily dwelling,,,,,E6 ,4.783333333333392,2011-02-04 09:36:09,POINT (-78.513651 38.024383),200.0,5.0,1.0,"601 Preston Avenue, Charlottesville, Virginia 22903, United States",POINT (-78.48551500000001 38.035691),1589.0,2771.370482362372 +2100361,828 CHERRY AVE,22902,-78.494413,38.028724,Mobile property (vehicle) fire ,31.61666666666664,2011-02-05 17:58:29,2011,0.0,Street or road in commercial area,,,,,E7 ,3.0833333333333277,2011-02-05 17:58:29,POINT (-78.49441299999999 38.028724),200.0,5.0,1.0,"387 Hillsdale Dr, Charlottesville, Virginia 22901, United States",POINT (-78.48697 38.06254),1590.0,3810.6724720399375 +2100399,,22903,-78.49047,38.00955,Natural vegetation fire ,7.41666666666672,2011-02-08 14:02:42,2011,0.0,Vehicle parking area,,Hot ember or ash,,Smoking,E7 ,2.6999999999999997,2011-02-08 14:02:42,POINT (-78.49047 38.00955),200.0,5.0,1.0,"224 14th Street Northwest, Charlottesville, Virginia 22903, United States",POINT (-78.49797 38.035744),1591.0,2981.684149090846 +2100407,509 HARRIS RD,22902,-78.502645,38.014877,Structure Fire ,30.683333333333373,2011-02-09 12:41:41,2011,7000.0,Multifamily dwelling,,,,,TRK01 ,3.683333333333376,2011-02-09 12:41:41,POINT (-78.502645 38.014877),200.0,5.0,1.0,"500 E Water St, Charlottesville, Virginia 22902, United States",POINT (-78.47842 38.02899),1592.0,2642.208263702316 +2100419,800 PRESTON AVE,22901,-78.488171,38.036616,Mobile property (vehicle) fire ,61.40000000000002,2011-02-10 14:11:58,2011,16000.0,,,,,,BC1 ,2.6999999999999997,2011-02-10 14:11:58,POINT (-78.48817099999999 38.036616),200.0,5.0,1.0,"380 Emmet Street North, Charlottesville, Virginia 22903, United States",POINT (-78.50478200000001 38.043456),1593.0,1644.320700489913 +2100435,100 9TH ST SW,22902,-78.493817,38.032322,Outside rubbish fire ,34.883333333333276,2011-02-12 00:25:22,2011,0.0,Railroad right of way ,,,,,E7 ,3.6,2011-02-12 00:25:22,POINT (-78.49381700000001 38.032322),200.0,5.0,1.0,"1155 5th Street Southwest, Charlottesville, Virginia 22902, United States",POINT (-78.50382500000001 38.012204),1594.0,2400.187636925634 +2100445,800 CYNTHIANNA AVE,22901,-78.484139,38.039787,Outside rubbish fire ,30.26666666666664,2011-02-13 14:00:20,2011,0.0,"Day care, in residence, licensed",,,,,E2 ,4.583333333333377,2011-02-13 14:00:20,POINT (-78.484139 38.039787),200.0,5.0,1.0,"910 1st Street, Charlottesville, Virginia 22902, United States",POINT (-78.48645999999999 38.021458),1595.0,2045.0536259517903 +2100455,608 WINE CELLAR CIR,22902,-78.47747,38.035767,Natural vegetation fire ,27.83333333333333,2011-02-14 13:46:53,2011,0.0,1 or 2 family dwelling,,Undetermined,,Undetermined,E5 ,3.7666666666666084,2011-02-14 13:46:53,POINT (-78.47747 38.035767),200.0,5.0,1.0,"313 2nd St SE, Charlottesville, Virginia 22902, United States",POINT (-78.48151 38.02912),1596.0,818.7916971341954 +2100457,1150 5TH ST SW,22902,-78.502132,38.012485,Natural vegetation fire ,20.03333333333328,2011-02-14 13:55:47,2011,0.0,Graded and cared-for plots of land,,,,Undetermined,E7 ,3.9166666666666563,2011-02-14 13:55:47,POINT (-78.502132 38.012485),200.0,5.0,1.0,"220 Palatine Avenue, Charlottesville, Virginia 22902, United States",POINT (-78.47976300000001 38.015051),1597.0,1985.2899730226138 +2100459,1522 BROAD AVE,22902,-78.504992,38.025257,Mobile property (vehicle) fire ,13.216666666666608,2011-02-14 17:55:23,2011,0.0,"Residential street, road or residential driveway",,,,,E7 ,5.016666666666672,2011-02-14 17:55:23,POINT (-78.504992 38.025257),200.0,5.0,1.0,"744 Prospect Ave, Charlottesville, Virginia 22903, United States",POINT (-78.49515 38.02346),1598.0,887.0529806681112 +2100462,520 CAROLINE AVE,22902,-78.463055,38.030934,Outside rubbish fire ,26.133333333333265,2011-02-14 21:37:14,2011,0.0,Vacant lot,,,,,A01 ,5.433333333333264,2011-02-14 21:37:14,POINT (-78.463055 38.030934),200.0,5.0,1.0,"1442 Rugby Avenue, Charlottesville, Virginia 22903, United States",POINT (-78.482891 38.044996),1599.0,2338.9669840263095 +2100469,1833 FENDALL AVE,22903,-78.499965,38.045192,Structure Fire ,22.216666666666608,2011-02-15 16:44:56,2011,0.0,1 or 2 family dwelling,,,,,E1 ,4.26666666666672,2011-02-15 16:44:56,POINT (-78.499965 38.045192),200.0,5.0,1.0,"255 Stribling Avenue, Charlottesville, Virginia 22903, United States",POINT (-78.523465 38.021721),1600.0,3323.8169206242965 +2100487,,22903,-78.49047,38.00955,Mobile property (vehicle) fire ,11.949999999999985,2011-02-17 09:20:13,2011,800.0,"Residential street, road or residential driveway",,,,,E7 ,2.0666666666666877,2011-02-17 09:20:13,POINT (-78.49047 38.00955),200.0,5.0,1.0,"253 Stribling Avenue, Charlottesville, Virginia 22903, United States",POINT (-78.52328 38.021815),1601.0,3187.2147684049573 +2100492,1185 SEMINOLE TRL,22901,-78.485932,38.068086,Natural vegetation fire ,14.866666666666704,2011-02-17 16:59:57,2011,0.0,Graded and cared-for plots of land,,,,Undetermined,E1 ,8.750000000000016,2011-02-17 16:59:57,POINT (-78.48593200000001 38.068086),200.0,5.0,1.0,"1607 6th Street Southeast, Charlottesville, Virginia 22902, United States",POINT (-78.485794 38.018043),1602.0,5555.758941157091 +2100515,1311 ROSE HILL DR,22903,-78.483441,38.047947,Natural vegetation fire ,23.499999999999936,2011-02-19 02:12:28,2011,0.0,"Street, other",,,,Undetermined,E1 ,4.549999999999968,2011-02-19 02:12:28,POINT (-78.483441 38.047947),200.0,5.0,1.0,"1000 1st Street, Charlottesville, Virginia 22902, United States",POINT (-78.48688300000001 38.020469),1603.0,3065.524693118793 +2100520,501 5TH ST SW,22902,-78.489894,38.027484,Natural vegetation fire ,8.566666666666704,2011-02-19 13:29:32,2011,0.0,Playground,,,,Undetermined,E7 ,2.7833333333333763,2011-02-19 13:29:32,POINT (-78.48989400000001 38.027484),200.0,5.0,1.0,"810 West Main Street, Charlottesville, Virginia 22903, United States",POINT (-78.49194900000001 38.031426),1604.0,473.3828500023414 +2100521,811 VILLAGE RD,22902,-78.500517,38.017602,Natural vegetation fire ,22.883333333333326,2011-02-19 14:24:40,2011,0.0,Graded and cared-for plots of land,,,,Undetermined,E7 ,6.500000000000016,2011-02-19 14:24:40,POINT (-78.500517 38.017602),200.0,5.0,1.0,"600 Ridge Street, Charlottesville, Virginia 22902, United States",POINT (-78.490483 38.023587),1605.0,1103.6603506970253 +2100530,313 2ND ST SE,22901,-78.481626,38.028847,Natural vegetation fire ,8.383333333333391,2011-02-20 00:01:08,2011,0.0,Railroad right of way ,,,,Smoking,E5 ,4.850000000000064,2011-02-20 00:01:08,POINT (-78.48162600000001 38.028847),200.0,5.0,1.0,"704 Franklin Street, Charlottesville, Virginia 22902, United States",POINT (-78.466048 38.019189),1606.0,1738.2007259491504 +2100538,1600 6TH ST SE,22902,-78.486532,38.016944,Natural vegetation fire ,10.533333333333312,2011-02-20 19:49:43,2011,0.0,Playground,,Undetermined,,Incendiary,E5 ,2.5499999999999523,2011-02-20 19:49:43,POINT (-78.486532 38.016944),200.0,5.0,1.0,"1311 Wertland Street, Charlottesville, Virginia 22903, United States",POINT (-78.49867500000001 38.03475),1607.0,2246.0891915515494 +2100591,,22902,-78.49047,38.00955,Outside rubbish fire ,9.083333333333377,2011-02-25 11:10:37,2011,0.0,"Outside or special property, other",,,,,E2 ,5.783333333333328,2011-02-25 11:10:37,POINT (-78.49047 38.00955),200.0,5.0,1.0,"512 West Main Street, Charlottesville, Virginia 22903, United States",POINT (-78.488354 38.030907),1608.0,2378.3015866168416 +2100611,1621 MEADOWBROOK HEIGHTS RD,22901,-78.481614,38.05713,Special outside fire ,380.49999999999983,2011-02-25 16:09:34,2011,600.0,"Residential street, road or residential driveway",,,,Equipment,E1 ,6.733333333333296,2011-02-25 16:09:34,POINT (-78.48161399999999 38.05713),200.0,5.0,1.0,"410 Garrett Street, Charlottesville, Virginia 22902, United States",POINT (-78.480507 38.027706),1610.0,3268.088717395915 +2100626,106 ERIC PL,22902,-78.502065,38.018554,Structure Fire ,31.0666666666667,2011-02-26 20:56:07,2011,500.0,1 or 2 family dwelling,,,,,E5 ,6.283333333333296,2011-02-26 20:56:07,POINT (-78.502065 38.018554),200.0,5.0,1.0,"707 Page Street, Charlottesville, Virginia 22903, United States",POINT (-78.48939 38.033986),1611.0,2043.0792719681315 +2100640,1607 6TH ST SE,22902,-78.486433,38.017284,Outside rubbish fire ,60.54999999999998,2011-02-27 20:44:21,2011,0.0,Playground,,,,,E7 ,5.266666666666656,2011-02-27 20:44:21,POINT (-78.48643300000001 38.017284),200.0,5.0,1.0,"920 1st Street, Charlottesville, Virginia 22902, United States",POINT (-78.485601 38.021496),1612.0,473.28703525303223 +2100677,603 13TH ST NW,22902,-78.494977,38.040288,Structure Fire ,186.49999999999872,2011-03-03 03:20:52,2011,51194.0,1 or 2 family dwelling,,,,,E7 ,5.449999999999968,2011-03-03 03:20:52,POINT (-78.49497700000001 38.040288),200.0,5.0,1.0,"402 Dice Street, Charlottesville, Virginia 22903, United States",POINT (-78.487933 38.028324),1613.0,1465.1866062694507 +2100729,760 PROSPECT AVE,22903,-78.494872,38.023853,Structure Fire ,34.2,2011-03-07 17:58:53,2011,1000.0,Multifamily dwelling,,,,,E7 ,4.1333333333333755,2011-03-07 17:58:53,POINT (-78.494872 38.023853),200.0,5.0,1.0,"829 Hardy Drive, Charlottesville, Virginia 22903, United States",POINT (-78.492417 38.034059),1614.0,1153.3850947249139 +2100744,300 PRESTON AVE,22901,-78.48343,38.032943,Mobile property (vehicle) fire ,6.549999999999983,2011-03-09 13:39:27,2011,0.0,,,,,,E5 ,3.116666666666736,2011-03-09 13:39:27,POINT (-78.48343 38.032943),200.0,5.0,1.0,"1411 Monticello Road, Charlottesville, Virginia 22902, United States",POINT (-78.47326700000001 38.018728),1615.0,1813.0383168115802 +2100750,1109 HOLMES AVE,22901,-78.461919,38.045254,Mobile property (vehicle) fire ,43.01666666666669,2011-03-09 23:33:20,2011,1500.0,,,,,,E1 ,6.399999999999936,2011-03-09 23:33:20,POINT (-78.46191899999999 38.045254),200.0,5.0,1.0,"203 Monte Vista Avenue, Charlottesville, Virginia 22903, United States",POINT (-78.514234 38.016303),1616.0,5606.68127437459 +2100752,1000 BIRDWOOD RD,22901,-78.478481,38.043495,Structure Fire ,29.183333333333326,2011-03-10 09:45:43,2011,100.0,"Schools, non-adult",,,,,E7 ,5.983333333333344,2011-03-10 09:45:43,POINT (-78.478481 38.043495),200.0,5.0,1.0,"1600 Gordon Avenue, Charlottesville, Virginia 22903, United States",POINT (-78.499127 38.039152),1617.0,1875.7572613709274 +2100765,100 TRIPPER CT,22901,-78.485067,38.041533,Special outside fire ,6.8833333333333435,2011-03-11 17:07:32,2011,0.0,"Street, other",,,,Open/outdoor fire,E2 ,4.083333333333265,2011-03-11 17:07:32,POINT (-78.485067 38.041533),200.0,5.0,1.0,"1018 West Main Street, Charlottesville, Virginia 22903, United States",POINT (-78.495587 38.032577),1618.0,1357.1498351796752 +2100799,824 HARDY DR,22902,-78.49112,38.033331,Outside rubbish fire ,17.716666666666608,2011-03-16 09:36:43,2011,0.0,"Residential street, road or residential driveway",,,,,E5 ,4.73333333333328,2011-03-16 09:36:43,POINT (-78.49112 38.033331),200.0,5.0,1.0,"108 Clarke Court, Charlottesville, Virginia 22903, United States",POINT (-78.515146 38.027361),1619.0,2211.451783555463 +2100808,1317 E MARKET ST,22903,-78.47413,38.029131,Structure Fire ,25.73333333333338,2011-03-16 20:21:53,2011,2.0,1 or 2 family dwelling,,,,,E7 ,5.049999999999936,2011-03-16 20:21:53,POINT (-78.47413 38.029131),200.0,5.0,1.0,"100 Ridge Street, Charlottesville, Virginia 22902, United States",POINT (-78.484714 38.029947),1620.0,933.8387912446874 +2100810,200 W SOUTH ST,22903,-78.482969,38.029586,Outside rubbish fire ,18.866666666666735,2011-03-17 01:32:59,2011,0.0,Construction site,,,,,E7 ,3.5333333333333283,2011-03-17 01:32:59,POINT (-78.482969 38.029586),200.0,5.0,1.0,"507 16th Street Northwest, Charlottesville, Virginia 22903, United States",POINT (-78.49876500000001 38.040612),1621.0,1849.9236395564935 +2100827,515 STEWART ST,22902,-78.46507,38.031541,Structure Fire ,66.44999999999996,2011-03-18 08:52:46,2011,7000.0,"Motor vehicle or boat sales, services, repair",,,,,E5 ,4.900000000000032,2011-03-18 08:52:46,POINT (-78.46507 38.031541),200.0,5.0,1.0,"1904 Emmet Street North, Charlottesville, Virginia 22901, United States",POINT (-78.491698 38.059784),1622.0,3911.13902911485 +2100891,1536 RUGBY RD,22901,-78.489569,38.055019,Structure Fire ,49.26666666666672,2011-03-23 21:07:52,2011,0.0,"Sorority house, fraternity house",,,,,E1 ,6.549999999999984,2011-03-23 21:07:52,POINT (-78.489569 38.055019),200.0,5.0,1.0,"816 Montrose Avenue, Charlottesville, Virginia 22902, United States",POINT (-78.47805700000001 38.020565),1623.0,3956.369027110492 +2100926,1920 SWANSON DR,22901,-78.493014,38.063231,Structure Fire ,36.94999999999997,2011-03-26 07:14:19,2011,1050.0,Multifamily dwelling,,,,,E1 ,3.950000000000064,2011-03-26 07:14:19,POINT (-78.493014 38.063231),200.0,5.0,1.0,"402 Park St, Charlottesville, Virginia 22902, United States",POINT (-78.47638000000001 38.0324),1625.0,3721.354879538701 +2100931,1001 SHERIDAN AVE,22901,-78.465128,38.042129,Natural vegetation fire ,14.449999999999967,2011-03-26 18:33:09,2011,0.0,"Outside or special property, other",,Undetermined,,Undetermined,E1 ,4.783333333333392,2011-03-26 18:33:09,POINT (-78.46512800000001 38.042129),200.0,5.0,1.0,"422 East Main Street, Charlottesville, Virginia 22902, United States",POINT (-78.478694 38.02966),1626.0,1826.27181403074 +2100942,1521 OXFORD RD,22902,-78.485319,38.047283,Structure Fire ,71.30000000000001,2011-03-27 15:50:14,2011,0.0,1 or 2 family dwelling,,,,,E2 ,4.299999999999984,2011-03-27 15:50:14,POINT (-78.485319 38.047283),200.0,5.0,1.0,"1804 Hydraulic Road, Charlottesville, Virginia 22901, United States",POINT (-78.49135099999999 38.060858),1627.0,1597.4078318661316 +2100948,832 CHERRY AVE,22902,-78.494849,38.028835,Mobile property (vehicle) fire ,30.466666666666654,2011-03-28 02:22:34,2011,0.0,Street or road in commercial area,,,,,E7 ,3.7166666666666397,2011-03-28 02:22:34,POINT (-78.494849 38.028835),200.0,5.0,1.0,"925 E Jefferson St, Charlottesville, Virginia 22902, United States",POINT (-78.4853 38.02756),1628.0,850.4196304550562 +2100962,526 MEADE AVE,22901,-78.464142,38.031367,Outside rubbish fire ,16.666666666666703,2011-03-29 01:19:15,2011,20.0,1 or 2 family dwelling,,,,,E2 ,5.249999999999952,2011-03-29 01:19:15,POINT (-78.464142 38.031367),200.0,5.0,1.0,"1220 River Vista Avenue, Charlottesville, Virginia 22901, United States",POINT (-78.461197 38.037483),1629.0,726.5790381889171 +2101030,1518 ROSA TER,22902,-78.486504,38.018826,Special outside fire ,86.16666666666671,2011-04-04 13:56:42,2011,700.0,"Outbuilding, protective shelter",,,,,E5 ,3.950000000000064,2011-04-04 13:56:42,POINT (-78.486504 38.018826),200.0,5.0,1.0,"1017 5th Street Southwest, Charlottesville, Virginia 22902, United States",POINT (-78.495487 38.020083),1630.0,801.1932266520984 +2101031,2112 JEFFERSON PARK,22901,-78.514618,38.025918,Natural vegetation fire ,9.800000000000065,2011-04-04 14:48:51,2011,0.0,"Outside or special property, other",,,,"Debris, vegetation burn",E1 ,5.683333333333392,2011-04-04 14:48:51,POINT (-78.514618 38.025918),200.0,5.0,1.0,"910 1st Street, Charlottesville, Virginia 22902, United States",POINT (-78.48645999999999 38.021458),1631.0,2521.9514416395514 +2101035,1150 5TH ST SW,22903,-78.502132,38.012485,Natural vegetation fire ,85.6666666666666,2011-04-04 15:57:49,2011,0.0,Graded and cared-for plots of land,,,,Undetermined,E7 ,5.433333333333264,2011-04-04 15:57:49,POINT (-78.502132 38.012485),200.0,5.0,1.0,"1702 Market Street East, Charlottesville, Virginia 22902, United States",POINT (-78.459487 38.022922),1632.0,3920.6081588115685 +2101046,200 W SOUTH ST,22902,-78.482969,38.029586,Natural vegetation fire ,14.783333333333326,2011-04-05 03:10:43,2011,0.0,Vehicle parking area,,,,Undetermined,E5 ,5.6333333333332805,2011-04-05 03:10:43,POINT (-78.482969 38.029586),200.0,5.0,1.0,"1207 Grove Street, Charlottesville, Virginia 22903, United States",POINT (-78.50198399999999 38.028889),1633.0,1671.5911360256607 +2101057,1150 RIVER RD,22902,-78.456715,38.038385,Structure Fire ,267.84999999999934,2011-04-05 18:20:45,2011,150000.0,"Manufacturing, processing",,,,,E1 ,4.966666666666704,2011-04-05 18:20:45,POINT (-78.456715 38.038385),200.0,5.0,1.0,"918 1st Street, Charlottesville, Virginia 22902, United States",POINT (-78.48554300000001 38.021726),1634.0,3135.1550151925317 +2101058,421 MOSELEY DR,22902,-78.507252,38.01771,Structure Fire ,42.34999999999997,2011-04-05 21:42:24,2011,0.0,Multifamily dwelling,,,,,TRK02 ,4.799999999999952,2011-04-05 21:42:24,POINT (-78.50725199999999 38.01771),200.0,5.0,1.0,"1242 Cedars Court, Charlottesville, Virginia 22903, United States",POINT (-78.49959699999999 38.056962),1635.0,4409.22695968914 +2101060,300 4TH ST SE,22902,-78.479891,38.028744,Outside rubbish fire ,8.366666666666688,2011-04-05 23:25:38,2011,250.0,Multifamily dwelling,,,,,E5 ,4.6666666666666075,2011-04-05 23:25:38,POINT (-78.47989099999999 38.028744),200.0,5.0,1.0,"2033 Ivy Road, Charlottesville, Virginia 22903, United States",POINT (-78.510812 38.042615),1636.0,3121.391522500728 +2101099,1423 KENWOOD LN,22901,-78.473797,38.055689,Structure Fire ,73.81666666666669,2011-04-09 20:50:02,2011,0.0,1 or 2 family dwelling,,,,,E1 ,4.71666666666672,2011-04-09 20:50:02,POINT (-78.473797 38.055689),200.0,5.0,1.0,"964 Rockcreek Road, Charlottesville, Virginia 22903, United States",POINT (-78.496621 38.019343),1637.0,4505.374485631071 +2101140,408 GARRETT ST,22902,-78.480237,38.027882,Structure Fire ,140.8333333333333,2011-04-13 18:06:41,2011,17000.0,1 or 2 family dwelling,,,,,E7 ,2.633333333333328,2011-04-13 18:06:41,POINT (-78.480237 38.027882),200.0,5.0,1.0,"1248 Emmet Street North, Charlottesville, Virginia 22903, United States",POINT (-78.497179 38.054578),1638.0,3316.118981646433 +2101181,515 E WATER ST,22902,-78.478177,38.028921,Structure Fire ,23.166666666666718,2011-04-17 14:12:00,2011,0.0,Restaurant or cafeteria,,,,,E5 ,2.966666666666688,2011-04-17 14:12:00,POINT (-78.478177 38.028921),200.0,5.0,1.0,"1215 Avon Street, Charlottesville, Virginia 22902, United States",POINT (-78.482591 38.019976),1639.0,1066.0449151311345 +2101226,308 6TH ST SW,22902,-78.489725,38.028985,Fire in mobile property used as a fixed structure ,32.73333333333336,2011-04-23 00:58:43,2011,0.0,Vacant lot,Construction/renovation area,Heat source: other,Undetermined,Cause undetermined after investigation,E7 ,4.549999999999968,2011-04-23 00:58:43,POINT (-78.48972500000001 38.028985),200.0,5.0,1.0,"408 Garrett Street, Charlottesville, Virginia 22902, United States",POINT (-78.480791 38.027921),1640.0,793.3916286568646 +2101242,2108 JEFFERSON PARK,22902,-78.472976,38.030218,Structure Fire ,23.400000000000002,2011-04-25 10:01:52,2011,100.0,Multifamily dwelling,,,,,E5 ,5.983333333333344,2011-04-25 10:01:52,POINT (-78.472976 38.030218),200.0,5.0,1.0,"2510 Hillwood Place, Charlottesville, Virginia 22901, United States",POINT (-78.47341299999999 38.06485),1641.0,3845.042519452893 +2101251,415 GARRETT ST,22902,-78.480142,38.02799,Structure Fire ,27.650000000000016,2011-04-26 14:32:27,2011,200.0,Multifamily dwelling,,,,,E7 ,3.399999999999984,2011-04-26 14:32:27,POINT (-78.480142 38.02799),200.0,5.0,1.0,"925 Charlton Avenue, Charlottesville, Virginia 22903, United States",POINT (-78.48881299999999 38.03946),1642.0,1483.6628032770998 +2101326,766 PROSPECT AVE,22902,-78.494929,38.023772,Structure Fire ,93.05000000000005,2011-04-30 22:15:40,2011,0.0,Multifamily dwelling,,,,,TRK02 ,4.816666666666657,2011-04-30 22:15:40,POINT (-78.494929 38.023772),200.0,5.0,1.0,"107 1st St S, Charlottesville, Virginia 22902, United States",POINT (-78.48161 38.03076),1644.0,1403.539803536564 +2101332,1500 MERIDIAN ST,22902,-78.481386,38.01547,Structure Fire ,198.73333333333295,2011-05-01 02:21:39,2011,55000.0,Warehouse,,,,,E7 ,5.96666666666664,2011-05-01 02:21:39,POINT (-78.481386 38.01547),200.0,5.0,1.0,"1515 Broad Avenue, Charlottesville, Virginia 22903, United States",POINT (-78.504779 38.025433),1645.0,2333.3175795508146 +2101372,1400 MONTICELLO RD,22902,-78.472756,38.019316,Structure Fire ,73.59999999999998,2011-05-04 15:17:30,2011,6000.0,1 or 2 family dwelling,,,,,BC1 ,4.016666666666736,2011-05-04 15:17:30,POINT (-78.472756 38.019316),200.0,5.0,1.0,"1503 Grove Road, Charlottesville, Virginia 22901, United States",POINT (-78.479382 38.054422),1646.0,3940.648989791753 +2101385,524 E MAIN ST,22901,-78.47787,38.029616,Special outside fire ,6.900000000000047,2011-05-06 13:33:59,2011,0.0,"Residential street, road or residential driveway",,,,,E5 ,3.6,2011-05-06 13:33:59,POINT (-78.47787 38.029616),200.0,5.0,0.948,"1605 Jefferson Park Avenue, Charlottesville, Virginia 22903, United States",POINT (-78.503798 38.032071),1647.0,2293.070347062591 +2101387,413 5TH ST SW,22902,-78.489676,38.02776,Structure Fire ,22.099999999999966,2011-05-06 16:10:08,2011,0.0,1 or 2 family dwelling,,,,,E7 ,3.283333333333344,2011-05-06 16:10:08,POINT (-78.489676 38.02776),200.0,5.0,1.0,"81 Hospital Drive, Charlottesville, Virginia 22908, United States",POINT (-78.501447 38.033941),1648.0,1240.6853217499622 +2101407,325 BERRING ST,22901,-78.49477,38.06987,Mobile property (vehicle) fire ,7.850000000000015,2011-05-08 13:35:29,2011,0.0,"Residential street, road or residential driveway",,,,,E7 ,3.500000000000064,2011-05-08 13:35:29,POINT (-78.49477 38.06987),200.0,5.0,1.0,"409 Lane Road, Charlottesville, Virginia 22903, United States",POINT (-78.49985 38.030491),1649.0,4394.503430129741 +2101410,106 RIVERBLUFF CIR,22902,-78.456274,38.028022,Structure Fire ,39.58333333333329,2011-05-08 19:30:15,2011,0.0,1 or 2 family dwelling,,,,,BC3 ,7.3666666666666085,2011-05-08 19:30:15,POINT (-78.45627399999999 38.028022),200.0,5.0,1.0,"499 Seymour Road, Charlottesville, Virginia 22903, United States",POINT (-78.509518 38.049629),1650.0,5254.530358003382 +2101416,212 HARRIS RD,22903,-78.506423,38.016162,Structure Fire ,16.949999999999953,2011-05-09 14:51:20,2011,0.0,1 or 2 family dwelling,,,,,E7 ,4.450000000000032,2011-05-09 14:51:20,POINT (-78.506423 38.016162),200.0,5.0,1.0,"201 Sprigg Lane, Charlottesville, Virginia 22903, United States",POINT (-78.507137 38.03853),1651.0,2484.043549986055 +2101422,,22902,-78.49047,38.00955,Mobile property (vehicle) fire ,74.13333333333335,2011-05-09 19:25:08,2011,0.0,"Street, other",,,,,E1 ,4.95,2011-05-09 19:25:08,POINT (-78.49047 38.00955),200.0,5.0,1.0,"110 Bayly Drive, Charlottesville, Virginia 22903, United States",POINT (-78.50390299999999 38.038829),1652.0,3457.9622970213213 +2101469,810 HARRIS ST,22903,-78.482959,38.03748,Structure Fire ,151.44999999999982,2011-05-14 17:17:02,2011,0.0,Warehouse,,,,,BC2 ,2.749999999999968,2011-05-14 17:17:02,POINT (-78.48295899999999 38.03748),200.0,5.0,0.605714,"7 West Pavilion, Charlottesville, Virginia 22903, United States",POINT (-78.504561 38.034659),1653.0,1922.4799914802338 +2101494,1100 FORREST ST,22901,-78.483902,38.039725,Structure Fire ,200.3666666666659,2011-05-17 08:28:36,2011,100.0,Outside material storage area,,,,,E6 ,1.6666666666666559,2011-05-17 08:28:36,POINT (-78.483902 38.039725),200.0,5.0,1.0,"1215 Lee Street, Charlottesville, Virginia 22908, United States",POINT (-78.49934500000001 38.031439),1654.0,1638.590887089742 +2101525,2209 WAYNE AVE,22902,-78.49047,38.00955,Structure Fire ,12.500000000000062,2011-05-20 19:07:13,2011,0.0,1 or 2 family dwelling,,,,,E2 ,4.183333333333344,2011-05-20 19:07:13,POINT (-78.49047 38.00955),200.0,5.0,1.0,"1215 Lee Street, Charlottesville, Virginia 22908, United States",POINT (-78.49934500000001 38.031439),1655.0,2552.029738944595 +2101607,934 CHARLTON AVE,22902,-78.489663,38.03956,Structure Fire ,139.59999999999994,2011-05-27 18:26:31,2011,11000.0,1 or 2 family dwelling,,,,,E5 ,4.433333333333327,2011-05-27 18:26:31,POINT (-78.48966299999999 38.03956),200.0,5.0,1.0,"1815 Stadium Road, Charlottesville, Virginia 22903, United States",POINT (-78.513347 38.030794),1656.0,2296.0736168285666 +2101626,420 MAIN ST E,22902,-78.47869,38.029869,Structure Fire ,179.64999999999935,2011-05-29 12:41:34,2011,6500.0,Multifamily dwelling,,,,,E5 ,2.633333333333328,2011-05-29 12:41:34,POINT (-78.47869 38.029869),200.0,5.0,0.605714,"7 West Pavilion, Charlottesville, Virginia 22903, United States",POINT (-78.504561 38.034659),1657.0,2333.175339051454 +2101646,301 15TH ST NW,22902,-78.498981,38.037164,Outside rubbish fire ,26.9833333333333,2011-05-30 23:03:27,2011,0.0,Multifamily dwelling,,,,,E5 ,5.166666666666719,2011-05-30 23:03:27,POINT (-78.498981 38.037164),200.0,5.0,1.0,"1321 Lee Street, Charlottesville, Virginia 22903, United States",POINT (-78.499923 38.033328),1658.0,433.8255984332909 +2101672,701 E WATER ST,22902,-78.474928,38.028545,Mobile property (vehicle) fire ,60.38333333333337,2011-06-02 09:18:08,2011,0.0,Street or road in commercial area,,,,,E5 ,3.1833333333332643,2011-06-02 09:18:08,POINT (-78.47492800000001 38.028545),200.0,5.0,1.0,"446 Farrish Circle, Charlottesville, Virginia 22903, United States",POINT (-78.51040399999999 38.047701),1659.0,3771.688188144115 +2101676,,22092,-78.49047,38.00955,Natural vegetation fire ,12.583333333333295,2011-06-02 13:29:34,2011,0.0,Business office,,,,Undetermined,E5 ,2.6666666666667362,2011-06-02 13:29:34,POINT (-78.49047 38.00955),200.0,5.0,1.0,"2270 Ivy Road, Charlottesville, Virginia 22903, United States",POINT (-78.52068199999999 38.045507),1660.0,4793.127875583433 +2101684,2513 HILLWOOD PL,22902,-78.473681,38.064963,Structure Fire ,356.04999999999933,2011-06-02 23:14:01,2011,496700.0,1 or 2 family dwelling,,,,,E1 ,6.616666666666656,2011-06-02 23:14:01,POINT (-78.473681 38.064963),200.0,5.0,1.0,"100 Hospital Drive, Charlottesville, Virginia 22903, United States",POINT (-78.502301 38.033843),1661.0,4271.948466389444 +2101705,,22902,-78.49047,38.00955,Natural vegetation fire ,12.600000000000001,2011-06-04 22:46:07,2011,0.0,"Outside or special property, other",,,,Smoking,E5 ,6.06666666666672,2011-06-04 22:46:07,POINT (-78.49047 38.00955),200.0,5.0,1.0,"510 Massie Road, Charlottesville, Virginia 22903, United States",POINT (-78.51336000000001 38.051051),1662.0,5026.744980524985 +2101706,500 1ST ST S,22902,-78.483813,38.026645,Structure Fire ,26.833333333333393,2011-06-04 23:22:24,2011,0.0,Multifamily dwelling,,,,,BC6 ,2.8500000000000476,2011-06-04 23:22:24,POINT (-78.483813 38.026645),200.0,5.0,1.0,"300 Massie Road, Charlottesville, Virginia 22903, United States",POINT (-78.509253 38.043911),1663.0,2943.513352010195 +2101719,315 CAROLINE AVE,22902,-78.465596,38.028964,Structure Fire ,26.683333333333348,2011-06-06 20:30:11,2011,1000.0,1 or 2 family dwelling,,,,,E7 ,5.51666666666664,2011-06-06 20:30:11,POINT (-78.46559600000001 38.028964),200.0,5.0,1.0,"480 Ray C Hunt Drive, Charlottesville, Virginia 22903, United States",POINT (-78.52703200000001 38.024317),1664.0,5419.783354327279 +2101743,50 9TH ST SE,22902,-78.475907,38.029194,Natural vegetation fire ,14.916666666666671,2011-06-09 07:06:27,2011,0.0,"Outside or special property, other",,,,Smoking,E5 ,3.93333333333336,2011-06-09 07:06:27,POINT (-78.47590700000001 38.029194),200.0,5.0,0.948,"1605 Jefferson Park Avenue, Charlottesville, Virginia 22903, United States",POINT (-78.503798 38.032071),1665.0,2469.9391145770987 +2101754,111 3RD ST SE,22902,-78.480279,38.029754,Natural vegetation fire ,27.73333333333339,2011-06-09 17:48:08,2011,0.0,Vacant lot,,,,Undetermined,E7 ,3.7166666666666397,2011-06-09 17:48:08,POINT (-78.480279 38.029754),200.0,5.0,1.0,"1421 Early Street, Charlottesville, Virginia 22902, United States",POINT (-78.484354 38.018703),1666.0,1278.0033986135293 +2101772,223 4TH ST NW,22902,-78.486133,38.031744,Natural vegetation fire ,40.34999999999995,2011-06-11 15:44:43,2011,0.0,"Variable use amusement, recreation places ",,,,Misuse of fire,E7 ,3.566666666666736,2011-06-11 15:44:43,POINT (-78.486133 38.031744),200.0,5.0,1.0,"1107 Emmet St N, Charlottesville, Virginia 22903, United States",POINT (-78.50037 38.05175),1667.0,2548.639696530738 +2101845,204 DOUGLAS AVE,22902,-78.473693,38.026713,Mobile property (vehicle) fire ,17.36666666666669,2011-06-18 16:00:32,2011,250.0,"Street, other",,,,,E5 ,5.049999999999936,2011-06-18 16:00:32,POINT (-78.473693 38.026713),200.0,5.0,1.0,"400 Ridge Street, Charlottesville, Virginia 22902, United States",POINT (-78.486225 38.027921),1668.0,1108.6722498582278 +2101888,800 KING ST,22903,-78.493579,38.029022,Natural vegetation fire ,24.90000000000005,2011-06-21 16:14:58,2011,0.0,Open land or field,,Lightning,,Natural source,E7 ,0.8166666666666239,2011-06-21 16:14:58,POINT (-78.493579 38.029022),200.0,5.0,1.0,"1256 Wertland Street, Charlottesville, Virginia 22903, United States",POINT (-78.497815 38.034237),1670.0,688.1570628875364 +2101897,,22903,-78.49047,38.00955,Mobile property (vehicle) fire ,45.08333333333338,2011-06-22 20:58:26,2011,0.0,"Street, other",,,,,E7 ,3.233333333333376,2011-06-22 20:58:26,POINT (-78.49047 38.00955),200.0,5.0,1.0,"801 Dale Avenue, Charlottesville, Virginia 22903, United States",POINT (-78.486982 38.03712),1671.0,3076.0826041132336 +2101924,128 CHANCELLOR ST,22902,-78.49047,38.00955,Structure Fire ,38.29999999999997,2011-06-26 17:49:22,2011,0.0,Multifamily dwelling,,,,,E6 ,6.799999999999968,2011-06-26 17:49:22,POINT (-78.49047 38.00955),200.0,5.0,1.0,"105 Warren Lane, Charlottesville, Virginia 22901, United States",POINT (-78.48052199999999 38.057066),1672.0,5347.029354502888 +2101973,1797 HYDRAULIC RD,22902,-78.49047,38.00955,Special outside fire ,42.416666666666636,2011-06-30 13:11:13,2011,500.0,Graded and cared-for plots of land,,Undetermined,,Undetermined,E2 ,2.7833333333333763,2011-06-30 13:11:13,POINT (-78.49047 38.00955),200.0,5.0,1.0,"235 W Main St, Charlottesville, Virginia 22902, United States",POINT (-78.48273 38.03151),1673.0,2530.972290128542 +2102001,416 W MAIN ST,22902,-78.487126,38.030766,Structure Fire ,14.300000000000065,2011-07-02 10:43:11,2011,0.0,"Food and beverage sales, grocery store",,,,,E5 ,1.300000000000032,2011-07-02 10:43:11,POINT (-78.487126 38.030766),200.0,5.0,1.0,"920 1st Street, Charlottesville, Virginia 22902, United States",POINT (-78.485601 38.021496),1674.0,1037.8244701840908 +2102012,,22902,-78.49047,38.00955,Special outside fire ,71.63333333333337,2011-07-03 06:10:54,2011,0.0,"Residential street, road or residential driveway",,,,Equipment,E1 ,4.066666666666704,2011-07-03 06:10:54,POINT (-78.49047 38.00955),200.0,5.0,1.0,"828 Saint Clair Avenue, Charlottesville, Virginia 22902, United States",POINT (-78.465294 38.036099),1675.0,3684.5865175002164 +2102020,2207 N BERKSHIRE RD,22901,-78.495733,38.061424,Structure Fire ,13.549999999999967,2011-07-03 17:35:20,2011,0.0,1 or 2 family dwelling,,,,,E1 ,3.566666666666736,2011-07-03 17:35:20,POINT (-78.495733 38.061424),200.0,5.0,1.0,"708 Stonehenge Avenue, Charlottesville, Virginia 22902, United States",POINT (-78.482507 38.018451),1676.0,4910.128058317738 +2102046,413 GARRETT ST,22901,-78.49477,38.06987,Outside rubbish fire ,21.916666666666657,2011-07-04 22:55:16,2011,0.0,Multifamily dwelling,,,,,BC1 ,4.749999999999984,2011-07-04 22:55:16,POINT (-78.49477 38.06987),200.0,5.0,1.0,"409 Garrett Street, Charlottesville, Virginia 22902, United States",POINT (-78.481216 38.027135),1677.0,4891.360951761024 +2102082,316 E MAIN ST,22902,-78.47947,38.030114,Structure Fire ,37.41666666666667,2011-07-08 19:16:51,2011,0.0,"Textile, wearing apparel sales",,,,,E7 ,3.0500000000000638,2011-07-08 19:16:51,POINT (-78.47947000000001 38.030114),200.0,5.0,1.0,"611 Mcintire Road, Charlottesville, Virginia 22902, United States",POINT (-78.47933 38.037229),1678.0,790.0002521023248 +2102085,110 HOWARD DR,22901,-78.494261,38.04774,Structure Fire ,54.71666666666668,2011-07-09 03:17:54,2011,0.0,1 or 2 family dwelling,,,,,E1 ,5.350000000000032,2011-07-09 03:17:54,POINT (-78.49426099999999 38.04774),200.0,5.0,1.0,"601 Montrose Avenue, Charlottesville, Virginia 22902, United States",POINT (-78.482163 38.022812),1679.0,2964.3647033451966 +2102101,,22902,-78.49047,38.00955,Structure Fire ,14.283333333333362,2011-07-11 02:16:46,2011,0.0,"Residential street, road or residential driveway",,,,,E5 ,6.18333333333336,2011-07-11 02:16:46,POINT (-78.49047 38.00955),200.0,5.0,1.0,"1000 Harris Street, Charlottesville, Virginia 22903, United States",POINT (-78.479551 38.038959),1680.0,3402.8671972008297 +2102252,810 W MAIN ST,22902,-78.491696,38.031896,Natural vegetation fire ,6.616666666666656,2011-07-22 14:31:59,2011,0.0,Railroad right of way ,,Undetermined,,Undetermined,E6 ,0.249999999999984,2011-07-22 14:31:59,POINT (-78.491696 38.031896),200.0,5.0,1.0,"101 Jefferson Street, Charlottesville, Virginia 22902, United States",POINT (-78.480439 38.032626),1681.0,991.8107109397093 +2102311,409 DICE ST,22902,-78.48798,38.028673,Structure Fire ,27.366666666666625,2011-07-24 16:34:06,2011,125.0,1 or 2 family dwelling,,,,,E5 ,2.93333333333328,2011-07-24 16:34:06,POINT (-78.48797999999999 38.028673),200.0,5.0,1.0,"1210 Little High Street, Charlottesville, Virginia 22902, United States",POINT (-78.46741 38.029259),1682.0,1807.5418171397998 +2102318,2035 INDIA RD,22911,-78.488652,38.062371,Structure Fire ,257.68333333333294,2011-07-25 05:09:49,2011,0.0,"Hotel/motel, commercial",,,,,E2 ,5.8500000000000005,2011-07-25 05:09:49,POINT (-78.488652 38.062371),200.0,5.0,1.0,"2114 Angus Road, Charlottesville, Virginia 22901, United States",POINT (-78.49518 38.059908),1683.0,634.9065059693636 +2102352,930 1ST ST S,22902,-78.486812,38.021188,Structure Fire ,50.89999999999996,2011-07-27 00:54:21,2011,0.0,"Storage, other",,,,,E7 ,5.96666666666664,2011-07-27 00:54:21,POINT (-78.486812 38.021188),200.0,5.0,1.0,"121 Maury Avenue, Charlottesville, Virginia 22903, United States",POINT (-78.516291 38.026745),1685.0,2661.360425171554 +2102404,810 W MAIN ST,22902,-78.491696,38.031896,Natural vegetation fire ,7.966666666666656,2011-07-29 14:55:44,2011,0.0,Vehicle parking area,,Undetermined,,Undetermined,E7 ,2.866666666666608,2011-07-29 14:55:44,POINT (-78.491696 38.031896),200.0,5.0,1.0,"815 Belmont Avenue, Charlottesville, Virginia 22902, United States",POINT (-78.47608700000001 38.024228),1687.0,1613.568607087731 +2102527,2112 JEFFERSON PARK,22903,-78.514618,38.025918,Structure Fire ,92.58333333333336,2011-08-03 18:52:33,2011,16500.0,Multifamily dwelling,,,,,TRK01 ,7.249999999999968,2011-08-03 18:52:33,POINT (-78.514618 38.025918),200.0,5.0,1.0,"232 Wine Street, Charlottesville, Virginia 22902, United States",POINT (-78.476928 38.035227),1688.0,3467.278693097455 +2102572,,22902,-78.49047,38.00955,Mobile property (vehicle) fire ,25.10000000000006,2011-08-06 16:47:26,2011,8000.0,"Property Use, other",,,,,E2 ,3.9166666666666563,2011-08-06 16:47:26,POINT (-78.49047 38.00955),200.0,5.0,1.0,"2404 Fontaine Avenue, Charlottesville, Virginia 22903, United States",POINT (-78.51959600000001 38.025666),1689.0,3121.6840151465326 +2102623,740 PROSPECT AVE,22902,-78.494687,38.024133,Structure Fire ,37.349999999999994,2011-08-08 21:18:04,2011,6500.0,Multifamily dwelling,,,,,E5 ,5.049999999999936,2011-08-08 21:18:04,POINT (-78.494687 38.024133),200.0,5.0,0.947429,"237 10 1/2 Street Northwest, Charlottesville, Virginia 22903, United States",POINT (-78.494297 38.03562),1690.0,1275.732224893338 +2102639,928 1ST ST S,22902,-78.486805,38.021199,Structure Fire ,18.56666666666664,2011-08-09 23:56:18,2011,0.0,"Outside or special property, other",,,,,E7 ,5.233333333333392,2011-08-09 23:56:18,POINT (-78.486805 38.021199),200.0,5.0,1.0,"500 Meridian Street, Charlottesville, Virginia 22902, United States",POINT (-78.47517999999999 38.023963),1691.0,1066.0634903135995 +2102648,810 W MAIN ST,22901,-78.491696,38.031896,Natural vegetation fire ,11.366666666666639,2011-08-10 14:36:39,2011,0.0,Vehicle parking area,,,,Smoking,E7 ,3.3833333333332796,2011-08-10 14:36:39,POINT (-78.491696 38.031896),200.0,5.0,1.0,"2400 Arlington Boulevard, Charlottesville, Virginia 22903, United States",POINT (-78.50734300000001 38.049732),1692.0,2410.0386725472713 +2102660,900 WEST ST,22901,-78.489933,38.036448,Outside rubbish fire ,15.983333333333281,2011-08-10 23:26:19,2011,0.0,"Residential street, road or residential driveway",,,,,E7 ,4.28333333333328,2011-08-10 23:26:19,POINT (-78.48993299999999 38.036448),200.0,5.0,1.0,"941 Emmet Street North, Charlottesville, Virginia 22903, United States",POINT (-78.50432600000001 38.048606),1693.0,1848.993534934534 +2102691,1634 CHERRY AVE,22902,-78.508879,38.022117,Natural vegetation fire ,15.500000000000014,2011-08-12 17:02:10,2011,0.0,"Elementary school, including kindergarten",,,,Undetermined,E7 ,6.016666666666608,2011-08-12 17:02:10,POINT (-78.50887899999999 38.022117),200.0,5.0,1.0,"1412 East High Street, Charlottesville, Virginia 22902, United States",POINT (-78.464196 38.031879),1694.0,4070.87530463891 +2102694,,22902,-78.49047,38.00955,Natural vegetation fire ,164.0333333333333,2011-08-12 18:02:01,2011,0.0,"Forest, timberland, woodland",,,,Undetermined,E7 ,6.333333333333264,2011-08-12 18:02:01,POINT (-78.49047 38.00955),200.0,5.0,1.0,"2100 Angus Road, Charlottesville, Virginia 22901, United States",POINT (-78.49466099999999 38.059612),1695.0,5570.000279238443 +2102957,110 AVON ST,22902,-78.475874,38.028245,Structure Fire ,235.8,2011-08-22 05:09:19,2011,100000.0,Business office,,,,,E5 ,5.216666666666688,2011-08-22 05:09:19,POINT (-78.475874 38.028245),200.0,5.0,1.0,"224 Shamrock Road, Charlottesville, Virginia 22903, United States",POINT (-78.508335 38.026675),1696.0,2855.9506952272473 +2102975,630 PARK ST,22901,-78.475358,38.03609,Structure Fire ,35.90000000000007,2011-08-22 20:26:48,2011,0.0,Multifamily dwelling,,,,,BC1 ,3.733333333333344,2011-08-22 20:26:48,POINT (-78.475358 38.03609),200.0,5.0,1.0,"1733 Dairy Road, Charlottesville, Virginia 22903, United States",POINT (-78.48754599999999 38.055301),1697.0,2386.178641087641 +2103026,500 1ST ST S,22901,-78.483813,38.026645,Structure Fire ,26.250000000000046,2011-08-24 21:10:59,2011,0.0,Multifamily dwelling,,,,,E7 ,2.9166666666667203,2011-08-24 21:10:59,POINT (-78.483813 38.026645),200.0,5.0,1.0,"339 Meade Avenue, Charlottesville, Virginia 22902, United States",POINT (-78.466134 38.028787),1698.0,1570.630639898142 +2103106,710 SHAMROCK RD,22902,-78.50248,38.020658,Structure Fire ,35.099999999999994,2011-08-27 10:54:43,2011,2000.0,1 or 2 family dwelling,,,,,BC1 ,5.316666666666624,2011-08-27 10:54:43,POINT (-78.50248000000001 38.020658),200.0,5.0,1.0,"1000 Cherry Avenue, Charlottesville, Virginia 22903, United States",POINT (-78.497945 38.026998),1700.0,808.7219978392258 +2103127,801 RIDGE ST,22902,-78.491427,38.022442,Structure Fire ,125.48333333333333,2011-08-28 13:00:24,2011,10000.0,Multifamily dwelling,,,,,E7 ,3.216666666666672,2011-08-28 13:00:24,POINT (-78.491427 38.022442),200.0,5.0,1.0,"100 Westerly Avenue, Charlottesville, Virginia 22903, United States",POINT (-78.522147 38.026013),1701.0,2726.810569166275 +2103158,1500 CARLTON AVE,22911,-78.464702,38.021097,Mobile property (vehicle) fire ,31.83333333333336,2011-08-29 17:25:57,2011,16000.0,,,,,,CHF1 ,4.083333333333265,2011-08-29 17:25:57,POINT (-78.464702 38.021097),200.0,5.0,1.0,"601 Cherry Avenue, Charlottesville, Virginia 22903, United States",POINT (-78.49106500000001 38.027704),1702.0,2428.6470222734015 +2103159,2022 HESSIAN RD,22903,-78.49718,38.05193,Structure Fire ,90.53333333333336,2011-08-29 18:21:28,2011,13000.0,1 or 2 family dwelling,,,,,E5 ,7.3666666666666085,2011-08-29 18:21:28,POINT (-78.49718 38.05193),200.0,5.0,0.74,"Charlottesville, Virginia, United States",POINT (-78.47669999999999 38.0293),1703.0,3089.5665196804066 +2103242,100 MORRIS PAUL CT,22903,-78.522201,38.024065,Structure Fire ,51.25000000000003,2011-09-02 18:17:33,2011,4000.0,Multifamily dwelling,,,,,E6 ,7.633333333333296,2011-09-02 18:17:33,POINT (-78.522201 38.024065),200.0,5.0,1.0,"503 Market Street East, Charlottesville, Virginia 22902, United States",POINT (-78.477501 38.030666),1704.0,3993.22976259403 +2103320,814 ROUGEMONT AVE,22902,-78.481977,38.015376,Mobile property (vehicle) fire ,24.233333333333327,2011-09-06 06:40:46,2011,300.0,"Residential street, road or residential driveway",,,,,E5 ,6.08333333333328,2011-09-06 06:40:46,POINT (-78.481977 38.015376),200.0,5.0,1.0,"415 Ray C Hunt Drive, Charlottesville, Virginia 22903, United States",POINT (-78.526084 38.02515),1705.0,4022.8075622479114 +2103337,408 GARRETT ST,22911,-78.480237,38.027882,Structure Fire ,56.49999999999998,2011-09-07 03:33:45,2011,4000.0,1 or 2 family dwelling,,,,,E1 ,5.566666666666608,2011-09-07 03:33:45,POINT (-78.480237 38.027882),200.0,5.0,1.0,"1 Bonnycastle, Charlottesville, Virginia 22904, United States",POINT (-78.51127 38.03547),1706.0,2852.3015578766676 +2103522,2601 JEFFERSON PARK,22902,-78.513067,38.018285,Structure Fire ,11.266666666666703,2011-09-14 12:41:42,2011,0.0,"Outside or special property, other",,,,,E7 ,7.283333333333376,2011-09-14 12:41:42,POINT (-78.51306700000001 38.018285),200.0,5.0,1.0,"380 Crispell Drive, Charlottesville, Virginia 22903, United States",POINT (-78.502267 38.030466),1708.0,1651.7599985469246 +2103576,311 5TH ST SW,22902,-78.489207,38.028474,Structure Fire ,20.43333333333331,2011-09-16 19:54:42,2011,30.0,"Residential, other",,,,,E7 ,3.416666666666688,2011-09-16 19:54:42,POINT (-78.48920699999999 38.028474),200.0,5.0,1.0,"1217 Lee Street, Charlottesville, Virginia 22903, United States",POINT (-78.49678400000001 38.031162),1709.0,729.2240642985649 +2103648,,22902,-78.49047,38.00955,Outside rubbish fire ,22.250000000000014,2011-09-19 16:43:32,2011,0.0,"Residential street, road or residential driveway",,,,,E1 ,5.383333333333296,2011-09-19 16:43:32,POINT (-78.49047 38.00955),200.0,5.0,1.0,"1155 5th Street Southwest, Charlottesville, Virginia 22902, United States",POINT (-78.50382500000001 38.012204),1710.0,1209.4950483638167 +2103665,500 1ST ST S,22902,-78.483813,38.026645,Structure Fire ,42.08333333333328,2011-09-20 18:37:01,2011,0.0,Multifamily dwelling,,,,,BC6 ,2.999999999999952,2011-09-20 18:37:01,POINT (-78.483813 38.026645),200.0,5.0,1.0,"10 University Circle, Charlottesville, Virginia 22903, United States",POINT (-78.501214 38.042064),1711.0,2294.5420096256994 +2103786,415 1ST ST N,22902,-78.480232,38.033583,Mobile property (vehicle) fire ,27.29999999999995,2011-09-26 18:40:18,2011,2000.0,"Residential street, road or residential driveway",,,,,E5 ,3.849999999999984,2011-09-26 18:40:18,POINT (-78.480232 38.033583),200.0,5.0,1.0,"1200 5th Street, Charlottesville, Virginia 22902, United States",POINT (-78.50633000000001 38.009043),1712.0,3560.306662856032 +2103829,1918 LEWIS MOUNTAIN RD,22903,-78.509387,38.037907,"Fire, other ",18.316666666666656,2011-09-28 12:23:38,2011,0.0,"Utility or Distribution system, other",,,,,E6 ,6.450000000000048,2011-09-28 12:23:38,POINT (-78.509387 38.037907),200.0,5.0,1.0,"1000 1st Street, Charlottesville, Virginia 22902, United States",POINT (-78.48688300000001 38.020469),1713.0,2766.4347871730533 +2103836,,22902,-78.49047,38.00955,Mobile property (vehicle) fire ,12.316666666666606,2011-09-28 17:34:10,2011,2000.0,"Residential street, road or residential driveway",,,,,E5 ,5.816666666666736,2011-09-28 17:34:10,POINT (-78.49047 38.00955),200.0,5.0,1.0,"251 Colonnade Drive, Charlottesville, Virginia 22903, United States",POINT (-78.51757499999999 38.043244),1714.0,4433.764648182546 +2103904,612 HARRIS RD,22902,-78.498269,38.014801,Structure Fire ,258.03333333333217,2011-10-01 03:27:42,2011,60000.0,1 or 2 family dwelling,,,,,147,8.833333333333393,2011-10-01 03:27:42,POINT (-78.49826899999999 38.014801),200.0,5.0,1.0,"2111 Michie Drive, Charlottesville, Virginia 22901, United States",POINT (-78.485135 38.062271),1715.0,5394.774091880365 +2103913,402 MONTICELLO RD,22902,-78.475854,38.025293,Structure Fire ,71.8333333333334,2011-10-01 13:12:19,2011,10.0,Multifamily dwelling,,,,,BC3 ,3.5333333333333283,2011-10-01 13:12:19,POINT (-78.475854 38.025293),200.0,5.0,1.0,"1403 Short 18th Street, Charlottesville, Virginia 22902, United States",POINT (-78.46195400000001 38.026948),1716.0,1234.4424592243392 +2103937,2111 MICHIE DR,22901,-78.485913,38.060603,Outside rubbish fire ,17.750000000000018,2011-10-02 15:11:57,2011,0.0,Multifamily dwelling,,,,,E2 ,3.616666666666704,2011-10-02 15:11:57,POINT (-78.485913 38.060603),200.0,5.0,1.0,"100 Westerly Avenue, Charlottesville, Virginia 22903, United States",POINT (-78.522147 38.026013),1717.0,4986.680514607919 +2103938,,22901,-78.49047,38.00955,Outside rubbish fire ,8.78333333333328,2011-10-02 16:45:39,2011,0.0,1 or 2 family dwelling,,,,,E1 ,4.483333333333296,2011-10-02 16:45:39,POINT (-78.49047 38.00955),200.0,5.0,0.802857,"1702 Gordon Avenue, Charlottesville, Virginia 22903, United States",POINT (-78.50026099999999 38.040302),1718.0,3520.6581659081608 +2103967,1600 EMMET ST N,22901,-78.494456,38.058203,Structure Fire ,22.316666666666688,2011-10-04 12:42:37,2011,0.0,"Hotel/motel, commercial",,,,,BC1 ,4.1333333333333755,2011-10-04 12:42:37,POINT (-78.494456 38.058203),200.0,5.0,1.0,"583 Brandon Avenue, Charlottesville, Virginia 22903, United States",POINT (-78.50496800000001 38.02955),1719.0,3312.2002122235976 +2103975,1522 E HIGH ST,22901,-78.460885,38.033704,Outside rubbish fire ,13.400000000000063,2011-10-04 19:13:47,2011,0.0,,,,,,E2 ,4.8666666666666245,2011-10-04 19:13:47,POINT (-78.460885 38.033704),200.0,5.0,0.992353,"74 Lambeth Commons, Charlottesville, Virginia 22904, United States",POINT (-78.504558 38.042609),1720.0,3960.0798280987146 +2104057,415 BRANDON AVE,22901,-78.49477,38.06987,Structure Fire ,30.083333333333325,2011-10-08 18:08:32,2011,0.0,Multifamily dwelling,,,,,E7 ,4.599999999999936,2011-10-08 18:08:32,POINT (-78.49477 38.06987),200.0,5.0,1.0,"213 2nd Street Southwest, Charlottesville, Virginia 22902, United States",POINT (-78.483093 38.029782),1721.0,4567.0824117763805 +2104074,530 CLEVELAND AVE,22902,-78.500549,38.016696,Outside rubbish fire ,16.783333333333346,2011-10-09 18:06:36,2011,0.0,"Residential street, road or residential driveway",,,,,E5 ,4.683333333333312,2011-10-09 18:06:36,POINT (-78.50054900000001 38.016696),200.0,5.0,1.0,"106 1st Street South, Charlottesville, Virginia 22902, United States",POINT (-78.48159 38.030328),1722.0,2250.038208792223 +2104089,100 RIDGE ST,22901,-78.48529,38.030078,Structure Fire ,27.83333333333333,2011-10-10 19:08:01,2011,0.0,Multifamily dwelling,,,,,E7 ,2.4333333333333123,2011-10-10 19:08:01,POINT (-78.48529000000001 38.030078),200.0,5.0,0.876,"I 64, Manakin Sabot, Virginia 23103, United States",POINT (-77.7634908326027 37.705777137058),1723.0,73030.45546053139 +2104138,106 W SOUTH ST,22902,-78.48261,38.029472,Mobile property (vehicle) fire ,20.450000000000017,2011-10-13 08:17:35,2011,0.0,Street or road in commercial area,,,,,E7 ,1.649999999999952,2011-10-13 08:17:35,POINT (-78.48260999999999 38.029472),200.0,5.0,1.0,"801 Watson Avenue, Charlottesville, Virginia 22901, United States",POINT (-78.46665900000001 38.039263),1724.0,1772.9569084681962 +2104233,1600 6TH ST SE,22902,-78.486532,38.016944,Outside rubbish fire ,16.01666666666669,2011-10-17 18:33:06,2011,0.0,Graded and cared-for plots of land,,,,,E5 ,3.966666666666624,2011-10-17 18:33:06,POINT (-78.486532 38.016944),200.0,5.0,1.0,"109 Ivy Drive, Charlottesville, Virginia 22903, United States",POINT (-78.516873 38.047444),1725.0,4308.56753103807 +2104378,1042 PRESTON AVE,22902,-78.492371,38.04244,Outside rubbish fire ,19.433333333333376,2011-10-25 14:22:48,2011,0.0,Vehicle parking area,,,,,E1 ,4.183333333333344,2011-10-25 14:22:48,POINT (-78.49237100000001 38.04244),200.0,5.0,1.0,"1636 Seminole Trail, Charlottesville, Virginia 22901, United States",POINT (-78.475202 38.081148),1726.0,4553.945505922897 +2104540,625 W MAIN ST,22902,-78.488715,38.031264,Structure Fire ,40.283333333333275,2011-11-02 07:04:02,2011,0.0,Restaurant or cafeteria,,,,,BC2 ,0.999999999999936,2011-11-02 07:04:02,POINT (-78.488715 38.031264),200.0,5.0,1.0,"904 1st Street, Charlottesville, Virginia 22902, United States",POINT (-78.485947 38.022378),1727.0,1016.0220848909411 +2104590,110 CARROLLTON TER,22901,-78.49477,38.06987,Structure Fire ,27.033333333333267,2011-11-04 22:16:02,2011,1000.0,Multifamily dwelling,,,,,E7 ,6.000000000000047,2011-11-04 22:16:02,POINT (-78.49477 38.06987),200.0,5.0,0.563736,"116 I 64, Charlottesville, Virginia 22903, United States",POINT (-78.624578 38.034699),1728.0,12045.515696720959 +2104618,600 RUGBY RD,22903,-78.500242,38.041995,Outside rubbish fire ,13.666666666666607,2011-11-05 22:34:12,2011,0.0,"Boarding/rooming house, residential hotels",,,,,BC5 ,0.133333333333344,2011-11-05 22:34:12,POINT (-78.500242 38.041995),200.0,5.0,1.0,"800 Preston Avenue, Charlottesville, Virginia 22903, United States",POINT (-78.488781 38.036459),1729.0,1179.1479637436191 +2104722,2006 STADIUM RD,22901,-78.49477,38.06987,Outside rubbish fire ,29.383333333333344,2011-11-11 17:18:37,2011,0.0,Multifamily dwelling,,,,,E6 ,6.149999999999952,2011-11-11 17:18:37,POINT (-78.49477 38.06987),200.0,5.0,1.0,"724 Prospect Ave, Charlottesville, Virginia 22903, United States",POINT (-78.49475 38.02399),1730.0,5093.553572759817 +2104748,2 UNIVERSITY CIR,22901,-78.500519,38.04174,"Cultivated vegetation, crop fire ",13.783333333333394,2011-11-12 16:40:34,2011,0.0,Graded and cared-for plots of land,,,,Smoking,E5 ,5.916666666666671,2011-11-12 16:40:34,POINT (-78.500519 38.04174),200.0,5.0,1.0,"100 1st Street South, Charlottesville, Virginia 22902, United States",POINT (-78.482654 38.029317),1731.0,2088.759108943113 +2104753,415 QUARRY RD,22902,-78.477719,38.015411,Structure Fire ,73.86666666666667,2011-11-12 18:15:14,2011,5500.0,1 or 2 family dwelling,,,,,TO10 ,6.383333333333376,2011-11-12 18:15:14,POINT (-78.47771899999999 38.015411),200.0,5.0,1.0,"611 Rugby Road, Charlottesville, Virginia 22903, United States",POINT (-78.500084 38.042759),1732.0,3615.9978799878663 +2104841,1505 VIRGINIA AVE,22903,-78.498899,38.038277,Structure Fire ,20.749999999999968,2011-11-17 17:11:04,2011,0.0,"Dormitory type residence, other ",,,,,E6 ,2.983333333333392,2011-11-17 17:11:04,POINT (-78.49889899999999 38.038277),200.0,5.0,1.0,"808 Hardy Drive, Charlottesville, Virginia 22903, United States",POINT (-78.491174 38.033148),1733.0,885.6281443085992 +2104917,2319 HIGHLAND AVE,22903,-78.511146,38.023181,Structure Fire ,40.48333333333329,2011-11-20 16:02:05,2011,500.0,1 or 2 family dwelling,,,,,TRK01 ,6.466666666666607,2011-11-20 16:02:05,POINT (-78.511146 38.023181),200.0,5.0,1.0,"1705 Emmet Street North, Charlottesville, Virginia 22901, United States",POINT (-78.49449199999999 38.059243),1734.0,4262.218238352043 +2105051,1538 E HIGH ST,22902,-78.460027,38.034376,"Fire, other ",36.183333333333316,2011-11-27 07:56:48,2011,0.0,Open land or field,Other,Undetermined,"Light vegetation - not crop, including grass",Cause undetermined after investigation,E1 ,5.566666666666608,2011-11-27 07:56:48,POINT (-78.460027 38.034376),200.0,5.0,1.0,"305 4th Street Northwest, Charlottesville, Virginia 22903, United States",POINT (-78.487404 38.033306),1735.0,2406.910970774205 +2105060,102 E MAIN ST,22902,-78.481367,38.030723,Outside rubbish fire ,10.599999999999985,2011-11-27 14:39:22,2011,0.0,"Outside or special property, other",,,,,BC1 ,3.0500000000000638,2011-11-27 14:39:22,POINT (-78.48136700000001 38.030723),200.0,5.0,1.0,"706 Franklin Street, Charlottesville, Virginia 22902, United States",POINT (-78.465425 38.019573),1736.0,1868.8021294601342 +2105065,600 BRANDON AVE,22904,-78.50416,38.030182,Structure Fire ,146.1833333333323,2011-11-27 17:49:26,2011,1500.0,Multifamily dwelling,,,,,BC1 ,4.450000000000032,2011-11-27 17:49:26,POINT (-78.50416 38.030182),200.0,5.0,0.876,"I 64, Manakin Sabot, Virginia 23103, United States",POINT (-77.7634908326027 37.705777137058),1737.0,74485.1817542476 +2105114,908 HENRY AVE,22903,-78.487283,38.039415,Structure Fire ,63.08333333333338,2011-11-30 08:23:27,2011,15.0,1 or 2 family dwelling,,,,,E7 ,4.299999999999984,2011-11-30 08:23:27,POINT (-78.48728300000001 38.039415),200.0,5.0,1.0,"1217 Courtyard Drive, Charlottesville, Virginia 22903, United States",POINT (-78.53390400000001 38.014004),1738.0,4971.95043458413 +2105185,2121 ANGUS RD,22901,-78.496354,38.059944,Outside rubbish fire ,30.966666666666626,2011-12-04 01:12:11,2011,0.0,Vehicle parking area,,,,,E1 ,5.1166666666666085,2011-12-04 01:12:11,POINT (-78.496354 38.059944),200.0,5.0,1.0,"416 W Main St, Charlottesville, Virginia 22903, United States",POINT (-78.48726000000001 38.03046),1739.0,3369.2560891416747 +2105212,522 MEADE AVE,22901,-78.464212,38.03125,Outside rubbish fire ,11.916666666666721,2011-12-05 13:39:21,2011,0.0,1 or 2 family dwelling,,,,,E5 ,5.3999999999999995,2011-12-05 13:39:21,POINT (-78.464212 38.03125),200.0,5.0,1.0,"766 Prospect Ave, Charlottesville, Virginia 22903, United States",POINT (-78.49581000000001 38.02259),1740.0,2936.713983505972 +2105227,1300 E HIGH ST,22901,-78.465511,38.031816,Outside rubbish fire ,18.999999999999936,2011-12-06 12:29:18,2011,0.0,Vehicle parking area,,,,,E5 ,7.550000000000064,2011-12-06 12:29:18,POINT (-78.46551100000001 38.031816),200.0,5.0,1.0,"152 Brandywine Court, Charlottesville, Virginia 22901, United States",POINT (-78.48692200000001 38.057913),1741.0,3453.69315681042 +2105234,110 WARREN LN,22901,-78.480239,38.056477,Structure Fire ,44.01666666666662,2011-12-06 15:20:48,2011,0.0,1 or 2 family dwelling,,,,,E1 ,7.483333333333392,2011-12-06 15:20:48,POINT (-78.480239 38.056477),200.0,5.0,0.74,"Charlottesville, Virginia, United States",POINT (-78.47669999999999 38.0293),1742.0,3033.1432436393293 +2105259,33 UNIVERSITY CIR,22903,-78.503151,38.042779,Structure Fire ,170.7666666666667,2011-12-08 02:19:08,2011,0.0,Multifamily dwelling,,,,,E6 ,7.150000000000032,2011-12-08 02:19:08,POINT (-78.503151 38.042779),200.0,5.0,1.0,"1147 5th St SW, Charlottesville, Virginia 22903, United States",POINT (-78.50275999999999 38.01314),1743.0,3290.6498591355075 +2105274,722 ORANGEDALE AVE,22902,-78.496106,38.023723,Structure Fire ,17.116666666666703,2011-12-08 15:56:27,2011,350.0,1 or 2 family dwelling,,,,,E6 ,4.983333333333264,2011-12-08 15:56:27,POINT (-78.496106 38.023723),200.0,5.0,1.0,"735 Walker Square, Charlottesville, Virginia 22903, United States",POINT (-78.491033 38.030678),1744.0,891.4373647378023 +2105318,,22903,-78.49047,38.00955,Mobile property (vehicle) fire ,16.866666666666717,2011-12-10 19:21:09,2011,500.0,"Residential street, road or residential driveway",,,,,E1 ,3.966666666666624,2011-12-10 19:21:09,POINT (-78.49047 38.00955),200.0,5.0,1.0,"780 Castle Court, Charlottesville, Virginia 22901, United States",POINT (-78.47216899999999 38.075149),1745.0,7457.931655647635 +2105485,1213 AVON ST,22901,-78.482333,38.020048,Outside rubbish fire ,14.883333333333265,2011-12-20 16:26:57,2011,0.0,Graded and cared-for plots of land,,,,,E5 ,4.433333333333327,2011-12-20 16:26:57,POINT (-78.482333 38.020048),200.0,5.0,1.0,"2111 Michie Drive, Charlottesville, Virginia 22901, United States",POINT (-78.485135 38.062271),1746.0,4694.028565066544 +2105511,201 ELLIOTT AVE,22901,-78.49477,38.06987,Mobile property (vehicle) fire ,42.500000000000014,2011-12-22 17:33:18,2011,0.0,"Street, other",,,,,E5 ,3.633333333333264,2011-12-22 17:33:18,POINT (-78.49477 38.06987),200.0,5.0,1.0,"702 Meridian Street, Charlottesville, Virginia 22902, United States",POINT (-78.476046 38.022486),1747.0,5511.414135829427 +2105515,1449 WESTWOOD RD,22903,-78.483618,38.044295,Structure Fire ,28.46666666666664,2011-12-22 19:25:17,2011,0.0,1 or 2 family dwelling,,,,,E1 ,4.6666666666666075,2011-12-22 19:25:17,POINT (-78.48361800000001 38.044295),200.0,5.0,1.0,"1208 Blue Ridge Road, Charlottesville, Virginia 22903, United States",POINT (-78.495142 38.050044),1748.0,1196.2299773321338 +2105520,108 LAUREL CIR,22901,-78.49477,38.06987,Structure Fire ,152.55,2011-12-23 10:59:36,2011,13000.0,1 or 2 family dwelling,,,,,E5 ,5.466666666666672,2011-12-23 10:59:36,POINT (-78.49477 38.06987),200.0,5.0,1.0,"1315 Chesapeake Street, Charlottesville, Virginia 22902, United States",POINT (-78.465374 38.027096),1749.0,5404.71873891868 +2105618,123 E MAIN ST,22903,-78.480862,38.030629,Structure Fire ,54.16666666666661,2011-12-29 12:37:48,2011,0.0,Bank,,,,,E7 ,3.7666666666666084,2011-12-29 12:37:48,POINT (-78.480862 38.030629),200.0,5.0,1.0,"513 Rugby Road, Charlottesville, Virginia 22903, United States",POINT (-78.501211 38.040995),1750.0,2125.322742027885 +3100151,450 RAY C HUNT DR,22903,-78.527217,38.025,Natural vegetation fire ,21.050000000000065,2011-04-04 16:30:39,2011,0.0,Hospital - medical or psychiatric,,,,Smoking,E6 ,4.299999999999984,2011-04-04 16:30:39,POINT (-78.52721699999999 38.025),200.0,5.0,1.0,"511 Ridge Street, Charlottesville, Virginia 22902, United States",POINT (-78.487855 38.026983),1751.0,3463.6989764897116 +3100152,480 RAY C HUNT DR,22903,-78.500288,38.034219,Natural vegetation fire ,33.76666666666671,2011-04-04 18:28:36,2011,0.0,Hospital - medical or psychiatric,,,,Smoking,E6 ,6.466666666666607,2011-04-04 18:28:36,POINT (-78.500288 38.034219),200.0,5.0,0.9974,"250 Byp, Charlottesville, Virginia 22901, United States",POINT (-78.4774715762432 38.0502304050452),1752.0,2678.219672352835 +3100172,195 VAUGHAN DR,22903,-78.49886,38.03522,Outside rubbish fire ,14.949999999999935,2011-04-15 13:14:25,2011,200.0,Residential or self storage units,,,,,E2 ,4.700000000000016,2011-04-15 13:14:25,POINT (-78.49885999999999 38.03522),200.0,5.0,1.0,"2106 Arlington Blvd, Charlottesville, Virginia 22903, United States",POINT (-78.50660000000001 38.04953),1753.0,1727.915957127882 +3100188,134 MIMOSA CT,22903,-78.520623,38.028161,Outside rubbish fire ,23.23333333333339,2011-04-24 20:42:04,2011,0.0,Vehicle parking area,,,,,E6 ,6.08333333333328,2011-04-24 20:42:04,POINT (-78.520623 38.028161),200.0,5.0,1.0,"1009 Linden Avenue, Charlottesville, Virginia 22902, United States",POINT (-78.47074600000001 38.015838),1754.0,4589.035766131553 +3100203,505 EDGEMONT RD,22908,-78.517167,38.035124,Mobile property (vehicle) fire ,68.69999999999995,2011-04-30 02:59:30,2011,1400.0,Vehicle parking area,,,,,E6 ,5.783333333333328,2011-04-30 02:59:30,POINT (-78.517167 38.035124),200.0,5.0,1.0,"534 Pebble Hill Court, Charlottesville, Virginia 22903, United States",POINT (-78.53255799999999 38.015171),1755.0,2594.923978095098 +3100214,1215 LEE ST,22901,-78.498649,38.032,Special outside fire ,15.683333333333326,2011-05-06 14:00:41,2011,0.0,Railroad right of way ,,,,,E5 ,4.099999999999968,2011-05-06 14:00:41,POINT (-78.498649 38.032),200.0,5.0,1.0,"232 Larkspur Way, Charlottesville, Virginia 22902, United States",POINT (-78.508269 37.997681),1756.0,3902.593218558289 +3100221,248 MCCORMICK RD,22903,-78.507198,38.033934,Outside rubbish fire ,11.200000000000031,2011-05-08 22:39:59,2011,0.0,"Street, other",,,,,E6 ,4.916666666666736,2011-05-08 22:39:59,POINT (-78.507198 38.033934),200.0,5.0,1.0,"801 Harris Street, Charlottesville, Virginia 22903, United States",POINT (-78.484302 38.036552),1757.0,2031.3416990405701 +3100224,1215 LEE ST,22902,-78.498649,38.032,Structure Fire ,29.183333333333326,2011-05-09 09:36:56,2011,0.0,Hospital - medical or psychiatric,,,,,E7 ,3.683333333333376,2011-05-09 09:36:56,POINT (-78.498649 38.032),200.0,5.0,1.0,"1661 Acorn Court, Charlottesville, Virginia 22902, United States",POINT (-78.523004 37.998649),1758.0,4276.060466579591 +3100226,735 ALDERMAN RD,22902,-78.49047,38.00955,Outside rubbish fire ,19.050000000000047,2011-05-09 15:14:01,2011,0.0,Open land or field,,,,,E7 ,5.916666666666671,2011-05-09 15:14:01,POINT (-78.49047 38.00955),200.0,5.0,1.0,"409 Lane Road, Charlottesville, Virginia 22903, United States",POINT (-78.49985 38.030491),1759.0,2466.4821314169862 +3100259,1215 LEE ST,22903,-78.498649,38.032,Outside rubbish fire ,5.266666666666656,2011-05-30 16:43:13,2011,0.0,Street or road in commercial area,,,,,E7 ,4.149999999999936,2011-05-30 16:43:13,POINT (-78.498649 38.032),200.0,5.0,1.0,"2404 Fontaine Avenue, Charlottesville, Virginia 22903, United States",POINT (-78.51959600000001 38.025666),1760.0,1969.2791964322882 +3100376,300 LANE RD,22901,-78.498814,38.030308,Outside rubbish fire ,9.383333333333328,2011-07-28 17:26:51,2011,0.0,"Street, other",,,,,E7 ,5.766666666666624,2011-07-28 17:26:51,POINT (-78.498814 38.030308),200.0,5.0,1.0,"140 Emmet Street North, Charlottesville, Virginia 22903, United States",POINT (-78.505903 38.04097),1761.0,1337.3684143059832 +3100527,136 UNIVERSITY GARDENS - UVA,22903,-78.504026,38.045075,Structure Fire ,28.39999999999997,2011-09-08 21:25:06,2011,0.0,Multifamily dwelling,,,,,E6 ,6.116666666666688,2011-09-08 21:25:06,POINT (-78.504026 38.045075),200.0,5.0,1.0,"2322 Fontaine Avenue, Charlottesville, Virginia 22903, United States",POINT (-78.518387 38.025606),1762.0,2502.3571799989536 +3100539,1101 MILLMONT ST,22903,-78.49047,38.00955,Mobile property (vehicle) fire ,17.066666666666737,2011-09-10 22:18:00,2011,2500.0,"Vehicle storage, other",,,,,E7 ,7.316666666666641,2011-09-10 22:18:00,POINT (-78.49047 38.00955),200.0,5.0,1.0,"140 Emmet Street North, Charlottesville, Virginia 22903, United States",POINT (-78.505903 38.04097),1763.0,3742.2487643293234 +3100596,457 LAMBETH COMMONS - UVA,22901,-78.49477,38.06987,Structure Fire ,40.0666666666667,2011-09-27 12:42:23,2011,300.0,Multifamily dwelling,,,,,BC1 ,4.933333333333296,2011-09-27 12:42:23,POINT (-78.49477 38.06987),200.0,5.0,1.0,"517 Ridge Street, Charlottesville, Virginia 22902, United States",POINT (-78.48797999999999 38.026608),1764.0,4839.765488050054 +3100661,525 MCCORMICK RD,22903,-78.515466,38.035052,Structure Fire ,65.58333333333336,2011-10-10 19:25:25,2011,0.0,Restaurant or cafeteria,,,,,E6 ,4.816666666666657,2011-10-10 19:25:25,POINT (-78.515466 38.035052),200.0,5.0,1.0,"405 Emmet Street South, Charlottesville, Virginia 22903, United States",POINT (-78.50931 38.03485),1765.0,541.0059979380904 +3100719,450 RAY C HUNT DR,22901,-78.527217,38.025,Natural vegetation fire ,17.933333333333326,2011-10-22 17:16:38,2011,0.0,Vehicle parking area,,,,Undetermined,E6 ,6.599999999999953,2011-10-22 17:16:38,POINT (-78.52721699999999 38.025),200.0,5.0,1.0,"2335 Seminole Lane, Charlottesville, Virginia 22901, United States",POINT (-78.460857 38.10018),1766.0,10177.94535706692 +3100837,197 MCCORMICK RD,22901,-78.49477,38.06987,Structure Fire ,230.06666666666592,2011-11-20 18:59:41,2011,0.0,Restaurant or cafeteria,,,,,E7 ,5.266666666666656,2011-11-20 18:59:41,POINT (-78.49477 38.06987),200.0,5.0,1.0,"1303 Gordon Avenue, Charlottesville, Virginia 22903, United States",POINT (-78.49598400000001 38.039124),1767.0,3415.0574202379325 +3100853,235 MCCORMICK RD,22902,-78.49047,38.00955,Structure Fire ,16.01666666666669,2011-11-27 13:24:34,2011,0.0,"Adult education center, college classroom",,,,,E6 ,6.566666666666688,2011-11-27 13:24:34,POINT (-78.49047 38.00955),200.0,5.0,1.0,"413 Garrett Street, Charlottesville, Virginia 22902, United States",POINT (-78.48085500000001 38.027151),1768.0,2128.7133743964578 +3100855,128 AMPHITHEATER WAY,22903,-78.505735,38.033006,"Fire, other ",7.783333333333344,2011-11-28 14:44:02,2011,0.0,"Adult education center, college classroom","Courtyard, patio, porch, terrace",Cigarette,"Rubbish, trash, or waste",Unintentional,E7 ,4.933333333333296,2011-11-28 14:44:02,POINT (-78.505735 38.033006),200.0,5.0,1.0,"212 7th Street Northeast, Charlottesville, Virginia 22902, United States",POINT (-78.47609199999999 38.030769),1769.0,2614.823848026242 +2200012,506 MOSELEY DR,22911,-78.44791,38.03442,Outside rubbish fire ,9.416666666666737,2012-01-01 15:41:18,2012,20.0,1 or 2 family dwelling,"Outside area, other",Cigarette,"Light vegetation - not crop, including grass",Unintentional,E7 ,5.383333333333296,2012-01-01 15:41:18,POINT (-78.44790999999999 38.03442),200.0,5.0,1.0,"808 Village Road, Charlottesville, Virginia 22903, United States",POINT (-78.499917 38.01805),1770.0,4915.5222566688435 +2200013,740 PROSPECT AVE,22911,-78.494687,38.024133,Outside rubbish fire ,28.333333333333293,2012-01-01 16:20:18,2012,200.0,,,,,,E7 ,4.549999999999968,2012-01-01 16:20:18,POINT (-78.494687 38.024133),200.0,5.0,1.0,"106 Antoinette Court, Charlottesville, Virginia 22903, United States",POINT (-78.500305 38.021139),1771.0,594.906122383722 +2200038,1538 E HIGH ST,22902,-78.460027,38.034376,Natural vegetation fire ,88.51666666666665,2012-01-03 10:57:51,2012,0.0,Open land or field,,Undetermined,,Undetermined,E1 ,4.26666666666672,2012-01-03 10:57:51,POINT (-78.460027 38.034376),200.0,5.0,1.0,"816 Elliott Avenue, Charlottesville, Virginia 22902, United States",POINT (-78.47865 38.019752),1772.0,2304.4758295818656 +2200081,1000 ALBEMARLE ST,22902,-78.483681,38.038357,Natural vegetation fire ,38.98333333333339,2012-01-05 12:14:56,2012,0.0,Vacant lot,,Undetermined,,Smoking,E5 ,4.16666666666664,2012-01-05 12:14:56,POINT (-78.483681 38.038357),200.0,5.0,1.0,"908 Forest Street, Charlottesville, Virginia 22903, United States",POINT (-78.48502999999999 38.038492),1773.0,119.39231562306982 +2200092,1215 AUGUSTA ST,22902,-78.485963,38.043563,Structure Fire ,29.29999999999997,2012-01-06 12:38:49,2012,0.0,1 or 2 family dwelling,,,,,CHF2 ,4.6666666666666075,2012-01-06 12:38:49,POINT (-78.485963 38.043563),200.0,5.0,1.0,"105 New House Dr, Charlottesville, Virginia 22911, United States",POINT (-78.45714 38.03335),1774.0,2773.181323318034 +2200098,710 HIGHLAND AVE,22901,-78.666265,38.066965,Outside rubbish fire ,20.31666666666667,2012-01-06 20:14:27,2012,0.0,Open land or field,,,,,E7 ,8.383333333333391,2012-01-06 20:14:27,POINT (-78.666265 38.066965),200.0,5.0,1.0,"1752 Webland Drive, Charlottesville, Virginia 22901, United States",POINT (-78.490916 38.078007),1775.0,15437.305170344944 +2200305,1613 DUBLIN RD,22901,-78.49477,38.06987,Structure Fire ,225.7166666666664,2012-01-19 20:49:30,2012,150000.0,1 or 2 family dwelling,,,,,TO10 ,6.18333333333336,2012-01-19 20:49:30,POINT (-78.49477 38.06987),200.0,5.0,1.0,"700 Prospect Avenue, Charlottesville, Virginia 22903, United States",POINT (-78.49439599999999 38.024639),1776.0,5021.609939701016 +2200323,423 2ND ST NE,22902,-78.479101,38.03405,Structure Fire ,128.60000000000008,2012-01-21 00:00:56,2012,60000.0,1 or 2 family dwelling,,,,,E7 ,5.233333333333392,2012-01-21 00:00:56,POINT (-78.479101 38.03405),200.0,5.0,1.0,"930 1st Street, Charlottesville, Virginia 22902, United States",POINT (-78.486812 38.020921),1777.0,1607.191073996193 +2200572,,22901,-78.49047,38.00955,Mobile property (vehicle) fire ,38.90000000000002,2012-02-02 07:49:21,2012,10000.0,Highway or divided highway,Undetermined,Undetermined,Undetermined,Unintentional,E1 ,3.350000000000016,2012-02-02 07:49:21,POINT (-78.49047 38.00955),200.0,5.0,1.0,"920 1st Street, Charlottesville, Virginia 22902, United States",POINT (-78.485601 38.021496),1778.0,1393.4757644030221 +2200619,1103 DRUID AVE,22902,-78.474978,38.016065,Structure Fire ,44.566666666666706,2012-02-03 22:57:41,2012,10000.0,1 or 2 family dwelling,"Cooking area, kitchen","Radiated, conducted heat from operating equipment","Cooking materials, including edible materials",Unintentional,C139 ,6.300000000000001,2012-02-03 22:57:41,POINT (-78.47497799999999 38.016065),200.0,5.0,1.0,"834 Monticello Road, Charlottesville, Virginia 22902, United States",POINT (-78.47511799999999 38.024343),1779.0,919.1026722521707 +2200841,611 RUGBY RD,22902,-78.499816,38.042559,Structure Fire ,28.50000000000005,2012-02-16 00:28:52,2012,0.0,"Boarding/rooming house, residential hotels","Cooking area, kitchen","Hot or smoldering object, other","Cooking materials, including edible materials",Unintentional,E3 ,7.466666666666688,2012-02-16 00:28:52,POINT (-78.499816 38.042559),200.0,5.0,1.0,"1489 Monterey Drive, Charlottesville, Virginia 22901, United States",POINT (-78.483986 38.08234),1780.0,4629.883081319647 +2200919,2100 JEFFERSON PARK,22903,-78.472976,38.030218,Mobile property (vehicle) fire ,63.1666666666666,2012-02-19 19:37:30,2012,10000.0,"Residential street, road or residential driveway","Engine area, running gear, wheel area",Arcing,Undetermined,Unintentional,E7 ,9.699999999999983,2012-02-19 19:37:30,POINT (-78.472976 38.030218),200.0,5.0,1.0,"403 Garrett Street, Charlottesville, Virginia 22902, United States",POINT (-78.481905 38.027018),1781.0,860.837756148567 +2201080,604 13TH ST NW,22902,-78.494963,38.040185,Structure Fire ,41.35000000000004,2012-02-27 16:33:09,2012,0.0,1 or 2 family dwelling,"Cooking area, kitchen","Radiated, conducted heat from operating equipment","Cooking materials, including edible materials",Unintentional,TRK01 ,4.366666666666656,2012-02-27 16:33:09,POINT (-78.494963 38.040185),200.0,5.0,1.0,"450 Whitehead Road, Charlottesville, Virginia 22903, United States",POINT (-78.513458 38.03294),1782.0,1812.2373313443218 +2201090,406 HEDGE ST,22902,-78.477,38.033634,Natural vegetation fire ,26.05000000000003,2012-02-28 07:31:49,2012,0.0,Graded and cared-for plots of land,,Match,,Open/outdoor fire,E5 ,4.900000000000032,2012-02-28 07:31:49,POINT (-78.477 38.033634),200.0,5.0,1.0,"1254 Swan Lake Drive, Charlottesville, Virginia 22902, United States",POINT (-78.494258 38.003078),1783.0,3715.5272572199297 +2201169,301 15TH ST NW,22902,-78.498981,38.037164,Structure Fire ,64.56666666666673,2012-03-03 16:26:17,2012,0.0,Multifamily dwelling,"Cooking area, kitchen","Heat from powered equipment, other","Cooking materials, including edible materials",Unintentional,E7 ,4.799999999999952,2012-03-03 16:26:17,POINT (-78.498981 38.037164),200.0,5.0,1.0,"10 East Pavilion, Charlottesville, Virginia 22903, United States",POINT (-78.503833 38.033945),1784.0,556.0769898812086 +2201224,833 PAGE ST,22903,-78.491611,38.034465,Structure Fire ,64.8166666666667,2012-03-06 14:20:15,2012,1000.0,Residential or self storage units,"Storage area, other","Radiated, conducted heat from operating equipment",Undetermined,Unintentional,E7 ,4.683333333333312,2012-03-06 14:20:15,POINT (-78.49161100000001 38.034465),200.0,5.0,1.0,"405 Emmet Street South, Charlottesville, Virginia 22903, United States",POINT (-78.50931 38.03485),1785.0,1554.701931208017 +2201317,,22902,-78.49047,38.00955,Structure Fire ,37.48333333333334,2012-03-11 05:04:15,2012,0.0,Multifamily dwelling,"Exterior balcony, unenclosed porch",Match,"Item, Other",Unintentional,TO10 ,3.616666666666704,2012-03-11 05:04:15,POINT (-78.49047 38.00955),200.0,5.0,1.0,"2117 Ivy Road, Charlottesville, Virginia 22903, United States",POINT (-78.511476 38.042957),1786.0,4142.2293461251775 +2201318,201 AVON ST,22902,-78.477292,38.028157,Fire in mobile property used as a fixed structure ,76.79999999999995,2012-03-11 05:19:05,2012,4000.0,Residential or self storage units,Storage: supplies or tools; dead storage,Undetermined,Undetermined,Cause under investigation,E6 ,2.999999999999952,2012-03-11 05:19:05,POINT (-78.47729200000001 38.028157),200.0,5.0,1.0,"1810 Edgewood Lane, Charlottesville, Virginia 22903, United States",POINT (-78.49923200000001 38.04378),1787.0,2592.232749273482 +2201358,1136 LOCUST AVE,22901,-78.457822,38.044565,Mobile property (vehicle) fire ,82.70000000000007,2012-03-13 19:24:27,2012,3000.0,"Street, other",Undetermined,Undetermined,Undetermined,Unintentional,E1 ,4.700000000000016,2012-03-13 19:24:27,POINT (-78.45782199999999 38.044565),200.0,5.0,1.0,"1615 Emmet Street North, Charlottesville, Virginia 22901, United States",POINT (-78.49660299999999 38.058639),1788.0,3745.9650411164957 +2201440,801 E MARKET ST,22901,-78.475689,38.029806,Natural vegetation fire ,15.36666666666667,2012-03-16 17:39:12,2012,0.0,Vehicle parking area,,Undetermined,,Undetermined,E5 ,4.483333333333296,2012-03-16 17:39:12,POINT (-78.475689 38.029806),200.0,5.0,1.0,"1103 Druid Avenue, Charlottesville, Virginia 22902, United States",POINT (-78.47518599999999 38.016627),1789.0,1463.794704061274 +2201503,,22901,-78.49047,38.00955,Natural vegetation fire ,7.816666666666608,2012-03-19 17:16:18,2012,10.0,Graded and cared-for plots of land,,Cigarette,,Smoking,E5 ,3.066666666666624,2012-03-19 17:16:18,POINT (-78.49047 38.00955),200.0,5.0,1.0,"909 Monticello Avenue, Charlottesville, Virginia 22902, United States",POINT (-78.475386 38.022842),1790.0,1983.126944401183 +2201680,152 CARLTON RD,22901,-78.468611,38.025094,Natural vegetation fire ,20.88333333333331,2012-03-29 08:03:01,2012,0.0,Street or road in commercial area,,Undetermined,,Undetermined,E5 ,5.899999999999968,2012-03-29 08:03:01,POINT (-78.468611 38.025094),200.0,5.0,1.0,"415 East Main Street, Charlottesville, Virginia 22902, United States",POINT (-78.478746 38.030137),1791.0,1051.4813168731162 +2201703,800 E MARKET ST,22901,-78.476001,38.029823,Natural vegetation fire ,19.750000000000032,2012-03-30 08:49:58,2012,0.0,"Assembly, other",,Undetermined,,Undetermined,E5 ,5.049999999999936,2012-03-30 08:49:58,POINT (-78.476001 38.029823),200.0,5.0,1.0,"117 Elliott Avenue, Charlottesville, Virginia 22902, United States",POINT (-78.487922 38.025236),1792.0,1164.1601066668745 +2201777,1607 6TH ST SE,22901,-78.486433,38.017284,Special outside fire ,73.89999999999993,2012-04-02 23:39:32,2012,10000.0,Playground,"Open area - outside; included are farmland, field",Undetermined,Undetermined,Cause under investigation,E5 ,6.016666666666608,2012-04-02 23:39:32,POINT (-78.48643300000001 38.017284),200.0,5.0,1.0,"720 Prospect Avenue, Charlottesville, Virginia 22903, United States",POINT (-78.494558 38.023975),1793.0,1030.0426626576484 +2201891,,22902,-78.49047,38.00955,Mobile property (vehicle) fire ,260.0499999999989,2012-04-09 05:45:31,2012,37500.0,"Street, other",Operator/passenger area of transportation equip.,Undetermined,"Upholstered sofa, chair, vehicle seats",Cause under investigation,E1 ,6.233333333333328,2012-04-09 05:45:31,POINT (-78.49047 38.00955),200.0,5.0,0.79125,"Barracks Road, Charlottesville, Virginia 22901, United States",POINT (-78.5133 38.0576),1794.0,5698.6810839165455 +2201899,302 11TH ST NW,22901,-78.494797,38.036072,Mobile property (vehicle) fire ,8.616666666666672,2012-04-09 20:28:49,2012,0.0,Vehicle parking area,"Engine area, running gear, wheel area","Spark, ember, or flame from operating equipment",Flammable liquid/gas - in/from engine or burner,Unintentional,E5 ,4.26666666666672,2012-04-09 20:28:49,POINT (-78.49479700000001 38.036072),200.0,5.0,1.0,"600 Bailey Road, Charlottesville, Virginia 22903, United States",POINT (-78.49557299999999 38.020574),1795.0,1721.9166544998777 +2201912,814 VILLAGE RD,22903,-78.500338,38.017676,Natural vegetation fire ,11.700000000000001,2012-04-10 15:54:22,2012,250.0,1 or 2 family dwelling,,Cigarette,,Smoking,E7 ,0.083333333333376,2012-04-10 15:54:22,POINT (-78.500338 38.017676),200.0,5.0,1.0,"922 1st Street, Charlottesville, Virginia 22902, United States",POINT (-78.485912 38.021105),1796.0,1322.941272727601 +2201915,1154 5TH ST SW,22903,-78.502681,38.012013,Natural vegetation fire ,22.516666666666705,2012-04-10 16:27:54,2012,0.0,Convenience store,,Cigarette,,Smoking,E7 ,3.3833333333332796,2012-04-10 16:27:54,POINT (-78.502681 38.012013),200.0,5.0,1.0,"700 Water Street East, Charlottesville, Virginia 22902, United States",POINT (-78.477304 38.028888),1797.0,2911.5456073079836 +2201917,400 PRESTON AVE,22902,-78.484217,38.033818,Natural vegetation fire ,8.383333333333391,2012-04-10 17:39:09,2012,0.0,Graded and cared-for plots of land,,Cigarette,,Smoking,E7 ,3.849999999999984,2012-04-10 17:39:09,POINT (-78.484217 38.033818),200.0,5.0,1.0,"281 Tennis Drive, Charlottesville, Virginia 22901, United States",POINT (-78.48699000000001 38.082632),1798.0,5424.780065757283 +2201933,105 EMMET ST N,22903,-78.50647,38.040504,Special outside fire ,139.63333333333335,2012-04-11 16:12:15,2012,0.0,Electrical distribution,"Switchgear area, transformer vault",Arcing,"Transformer, including transformer fluids",Failure of equipment or heat source,E2 ,6.06666666666672,2012-04-11 16:12:15,POINT (-78.50646999999999 38.040504),200.0,5.0,1.0,"1521 Rugby Road, Charlottesville, Virginia 22903, United States",POINT (-78.489608 38.054725),1799.0,2164.271625950197 +2201985,619 W MAIN ST,22902,-78.488647,38.031247,Natural vegetation fire ,10.983333333333311,2012-04-14 17:22:01,2012,0.0,"Street, other",,Cigarette,,Smoking,E7 ,2.9166666666667203,2012-04-14 17:22:01,POINT (-78.488647 38.031247),200.0,5.0,1.0,"Belmont Avenue, Charlottesville, Virginia 22902, United States",POINT (-78.4768004 38.0241039),1800.0,1308.1206332284387 +2201991,1613 MERIDIAN ST,22902,-78.482451,38.014123,Mobile property (vehicle) fire ,14.833333333333293,2012-04-14 20:51:49,2012,5000.0,"Residential street, road or residential driveway",Undetermined,Arcing,Flammable liquid/gas - in/from engine or burner,Failure of equipment or heat source,E5 ,7.616666666666736,2012-04-14 20:51:49,POINT (-78.482451 38.014123),200.0,5.0,1.0,"1400 Melbourne Road, Charlottesville, Virginia 22901, United States",POINT (-78.47626700000001 38.052333),1801.0,4276.673961959346 +2202009,,22902,-78.49047,38.00955,Natural vegetation fire ,10.666666666666655,2012-04-15 13:23:03,2012,0.0,,,"Chemical, natural heat source, other",,Natural source,E5 ,3.216666666666672,2012-04-15 13:23:03,POINT (-78.49047 38.00955),200.0,5.0,1.0,"1209 Pen Park Lane, Charlottesville, Virginia 22901, United States",POINT (-78.45818199999999 38.050351),1802.0,5343.935140667716 +2202023,224 SHAMROCK RD,22902,-78.508465,38.02618,Natural vegetation fire ,30.6,2012-04-16 01:52:41,2012,0.0,Multifamily dwelling,,Cigarette,,Smoking,E7 ,6.283333333333296,2012-04-16 01:52:41,POINT (-78.508465 38.02618),200.0,5.0,1.0,"2249 Commonwealth Drive, Charlottesville, Virginia 22901, United States",POINT (-78.493281 38.071823),1803.0,5239.631579259629 +2202025,304 10TH ST NW,22903,-78.49329,38.035437,Mobile property (vehicle) fire ,209.31666666666624,2012-04-16 04:46:24,2012,25500.0,"Residential street, road or residential driveway",Operator/passenger area of transportation equip.,Undetermined,"Upholstered sofa, chair, vehicle seats",Cause under investigation,E7 ,4.216666666666608,2012-04-16 04:46:24,POINT (-78.49329 38.035437),200.0,5.0,1.0,"511 Ridge Street, Charlottesville, Virginia 22902, United States",POINT (-78.487855 38.026983),1804.0,1052.9306147259517 +2202071,2000 MORTON DR,22901,-78.495243,38.055458,Mobile property (vehicle) fire ,19.84999999999997,2012-04-17 20:19:43,2012,0.0,Vehicle parking area,"Engine area, running gear, wheel area",Arcing,Multiple items first ignited,Unintentional,E1 ,4.95,2012-04-17 20:19:43,POINT (-78.495243 38.055458),200.0,5.0,1.0,"315 Riverside Avenue, Charlottesville, Virginia 22902, United States",POINT (-78.45538000000001 38.024646),1805.0,4894.082248949427 +2202123,1320 EARLY ST,22902,-78.483546,38.019279,Structure Fire ,53.86666666666666,2012-04-20 17:54:07,2012,10000.0,1 or 2 family dwelling,"Attic: vacant, crawl space above top story, cupola","Spark, ember, or flame from operating equipment",Structural member or framing,Unintentional,E7 ,4.16666666666664,2012-04-20 17:54:07,POINT (-78.483546 38.019279),200.0,5.0,1.0,"930 St Charles Avenue, Charlottesville, Virginia 22901, United States",POINT (-78.46484700000001 38.040654),1806.0,2885.7723188758564 +2202255,,22902,-78.49047,38.00955,Mobile property (vehicle) fire ,20.466666666666722,2012-04-27 19:26:40,2012,0.0,"Service station, gas station",Operator/passenger area of transportation equip.,Match,"Upholstered sofa, chair, vehicle seats",Unintentional,E7 ,3.633333333333264,2012-04-27 19:26:40,POINT (-78.49047 38.00955),200.0,5.0,1.0,"909 Monticello Avenue, Charlottesville, Virginia 22902, United States",POINT (-78.475386 38.022842),1807.0,1983.126944401183 +2202297,224 HARTMANS MILL RD,22902,-78.489678,38.021071,Mobile property (vehicle) fire ,45.383333333333326,2012-04-29 20:34:04,2012,16000.0,"Property Use, other","Engine area, running gear, wheel area",Undetermined,Undetermined,Unintentional,E5 ,3.500000000000064,2012-04-29 20:34:04,POINT (-78.489678 38.021071),200.0,5.0,1.0,"1130 East High Street, Charlottesville, Virginia 22902, United States",POINT (-78.467687 38.031775),1808.0,2267.5547562985607 +2202318,200 MONTICELLO AVE,22902,-78.484397,38.02807,Mobile property (vehicle) fire ,19.06666666666661,2012-04-30 21:35:24,2012,0.0,Street or road in commercial area,"Engine area, running gear, wheel area","Spark, ember, or flame from operating equipment",Flammable liquid/gas - in/from engine or burner,Unintentional,E7 ,4.333333333333392,2012-04-30 21:35:24,POINT (-78.484397 38.02807),200.0,5.0,1.0,"2229 Banbury Street, Charlottesville, Virginia 22901, United States",POINT (-78.467034 38.062635),1809.0,4129.104869269746 +2202491,415 E MAIN ST,22902,-78.478822,38.029976,Structure Fire ,29.93333333333328,2012-05-09 13:34:53,2012,0.0,Restaurant or cafeteria,"Cooking area, kitchen","Heat from direct flame, convection currents","Cooking materials, including edible materials",Unintentional,BC1 ,3.666666666666672,2012-05-09 13:34:53,POINT (-78.47882199999999 38.029976),200.0,5.0,1.0,"419 Brandon Ave, Charlottesville, Virginia 22903, United States",POINT (-78.504 38.03124),1810.0,2215.4106691776915 +2202553,626 ELIZABETH AVE,22901,-78.463592,38.047062,Mobile property (vehicle) fire ,191.4499999999987,2012-05-12 04:40:13,2012,16000.0,"Street, other",Undetermined,Undetermined,Undetermined,Cause under investigation,E1 ,5.566666666666608,2012-05-12 04:40:13,POINT (-78.46359200000001 38.047062),200.0,5.0,1.0,"1127 Tupelo Ter, Charlottesville, Virginia 22903, United States",POINT (-78.523323 38.014835),1811.0,6349.1896918597295 +2202755,1600 KENWOOD LN,22902,-78.452401,38.000738,Mobile property (vehicle) fire ,11.01666666666672,2012-05-23 14:02:16,2012,0.0,"Street, other",Undetermined,Undetermined,Undetermined,Cause undetermined after investigation,E6 ,7.3500000000000485,2012-05-23 14:02:16,POINT (-78.45240099999999 38.000738),200.0,5.0,1.0,"2115 Morris Road, Charlottesville, Virginia 22903, United States",POINT (-78.514034 38.041936),1812.0,7086.524282887319 +2202972,,22903,-78.49047,38.00955,Mobile property (vehicle) fire ,60.93333333333331,2012-06-02 22:23:12,2012,0.0,"Residential street, road or residential driveway","Engine area, running gear, wheel area",Undetermined,Multiple items first ignited,Cause undetermined after investigation,E1 ,5.716666666666656,2012-06-02 22:23:12,POINT (-78.49047 38.00955),200.0,5.0,1.0,"808 Mallside Forest Court, Charlottesville, Virginia 22901, United States",POINT (-78.46872500000001 38.079728),1813.0,8021.646343203187 +2203008,2204 N BERKSHIRE RD,22901,-78.49586,38.060894,Structure Fire ,64.11666666666673,2012-06-05 01:15:18,2012,1000.0,Multifamily dwelling,"Cooking area, kitchen","Radiated, conducted heat from operating equipment","Cooking materials, including edible materials",Unintentional,E1 ,6.966666666666719,2012-06-05 01:15:18,POINT (-78.49585999999999 38.060894),200.0,5.0,1.0,"1370 Stone Creek Lane, Charlottesville, Virginia 22902, United States",POINT (-78.487495 37.998161),1814.0,7003.1798272252245 +2203056,111 CLEVELAND AVE,22903,-78.513697,38.020534,Structure Fire ,42.91666666666661,2012-06-07 06:22:10,2012,600.0,1 or 2 family dwelling,"Cooking area, kitchen","Radiated, conducted heat from operating equipment","Cooking materials, including edible materials",Unintentional,E7 ,6.283333333333296,2012-06-07 06:22:10,POINT (-78.51369699999999 38.020534),200.0,5.0,1.0,"210 15th Street Northwest, Charlottesville, Virginia 22903, United States",POINT (-78.49941200000001 38.035492),1815.0,2081.16778176471 +2203201,1111 LITTLE HIGH ST,22902,-78.469969,38.030423,Structure Fire ,16.833333333333314,2012-06-14 15:01:31,2012,0.0,Multifamily dwelling,"Cooking area, kitchen","Heat from powered equipment, other","Organic materials, other",Unintentional,TRK01 ,5.049999999999936,2012-06-14 15:01:31,POINT (-78.46996900000001 38.030423),200.0,5.0,1.0,"621 Harris Road, Charlottesville, Virginia 22902, United States",POINT (-78.497775 38.015511),1816.0,2950.2701628468108 +2203266,820 HARDY DR,22901,-78.49477,38.06987,Structure Fire ,155.86666666666562,2012-06-17 04:06:21,2012,6000.0,1 or 2 family dwelling,Undetermined,Undetermined,Undetermined,Cause under investigation,147,4.583333333333377,2012-06-17 04:06:21,POINT (-78.49477 38.06987),200.0,5.0,1.0,"428 Ednam Drive, Charlottesville, Virginia 22903, United States",POINT (-78.550994 38.042455),1817.0,5798.411721452997 +2203385,1000 FOREST HILLS AVE,22903,-78.484621,38.039004,Structure Fire ,67.18333333333335,2012-06-22 20:45:04,2012,5000.0,"Fixed use recreation places, other ","Bathroom, checkroom, lavatory, locker room",Undetermined,"Rubbish, trash, or waste",Cause under investigation,E7 ,4.000000000000032,2012-06-22 20:45:04,POINT (-78.484621 38.039004),200.0,5.0,1.0,"1005 Cottonwood Road, Charlottesville, Virginia 22901, United States",POINT (-78.46695099999999 38.04353),1818.0,1630.7877185045438 +2203434,330 15TH ST NW,22903,-78.49893,38.037115,Structure Fire ,28.216666666666658,2012-06-25 01:29:17,2012,0.0,Multifamily dwelling,"Cooking area, kitchen","Radiated, conducted heat from operating equipment","Cooking materials, including edible materials",Unintentional,E7 ,6.200000000000063,2012-06-25 01:29:17,POINT (-78.49893 38.037115),200.0,5.0,1.0,"247 Ridge McIntire Rd, Charlottesville, Virginia 22903, United States",POINT (-78.48547000000001 38.03203),1819.0,1309.8046323125347 +2203503,601 PRESTON AVE,22902,-78.485873,38.035385,Natural vegetation fire ,17.116666666666703,2012-06-28 07:06:51,2012,0.0,"Street, other",,Undetermined,,Undetermined,E5 ,2.8166666666666402,2012-06-28 07:06:51,POINT (-78.485873 38.035385),200.0,5.0,1.0,"401 4th Street Northwest, Charlottesville, Virginia 22903, United States",POINT (-78.485466 38.034066),1820.0,150.73242179238514 +2203512,250 ZAN RD,22901,-78.486973,38.064095,Mobile property (vehicle) fire ,18.299999999999955,2012-06-28 16:04:46,2012,0.0,Vehicle parking area,"Engine area, running gear, wheel area","Heat from powered equipment, other","Electrical wire, cable insulation",Failure of equipment or heat source,E82 ,6.466666666666607,2012-06-28 16:04:46,POINT (-78.48697300000001 38.064095),200.0,5.0,1.0,"420 Monroe Lane, Charlottesville, Virginia 22903, United States",POINT (-78.502712 38.031215),1821.0,3903.0785176189834 +2203526,224 14TH ST NW,22902,-78.498956,38.035068,Structure Fire ,22.316666666666688,2012-06-29 06:47:25,2012,0.0,Multifamily dwelling,"Cooking area, kitchen","Radiated, conducted heat from operating equipment","Organic materials, other",Unintentional,TRK01 ,5.3999999999999995,2012-06-29 06:47:25,POINT (-78.49895600000001 38.035068),200.0,5.0,1.0,"222 Wahoo Way, Charlottesville, Virginia 22903, United States",POINT (-78.516593 38.007992),1822.0,3381.535297588422 +2203568,500 E WATER ST,22901,-78.478865,38.028999,Natural vegetation fire ,16.449999999999985,2012-06-29 22:38:34,2012,0.0,Open land or field,,Undetermined,,Undetermined,E5 ,3.466666666666656,2012-06-29 22:38:34,POINT (-78.478865 38.028999),200.0,5.0,1.0,"1180 Seminole Trl, Charlottesville, Virginia 22901, United States",POINT (-78.487335 38.069687),1823.0,4577.963074496981 +2203603,380 EMMET ST N,22902,-78.49047,38.00955,Natural vegetation fire ,10.500000000000048,2012-06-30 15:32:13,2012,0.0,Highway or divided highway,,Undetermined,,Undetermined,E6 ,4.583333333333377,2012-06-30 15:32:13,POINT (-78.49047 38.00955),200.0,5.0,1.0,"585 Mccormick Road, Charlottesville, Virginia 22904, United States",POINT (-78.516925 38.032521),1824.0,3449.8753370358863 +2203637,1155 5TH ST SW,22903,-78.503259,38.011747,Natural vegetation fire ,20.866666666666607,2012-07-01 22:08:13,2012,10.0,Vehicle parking area,,Undetermined,,Undetermined,E7 ,7.86666666666672,2012-07-01 22:08:13,POINT (-78.503259 38.011747),200.0,5.0,0.5075,"1st Street South, Arlington, Virginia 22204, United States",POINT (-77.0868092 38.8728196),1825.0,156380.33625479517 +2203641,910 1ST ST S,22903,-78.486687,38.021397,Structure Fire ,145.81666666666658,2012-07-02 01:49:52,2012,30300.0,"Health care, detention, & correction, other","Laundry area, wash house (laundry)",Undetermined,Undetermined,Cause under investigation,E7 ,4.6666666666666075,2012-07-02 01:49:52,POINT (-78.486687 38.021397),200.0,5.0,1.0,"1108 Grady Avenue, Charlottesville, Virginia 22903, United States",POINT (-78.494241 38.039174),1826.0,2082.080928690037 +2203677,313 2ND ST SE,22901,-78.481626,38.028847,Natural vegetation fire ,24.283333333333296,2012-07-03 13:49:42,2012,0.0,Graded and cared-for plots of land,,Undetermined,,Undetermined,E5 ,4.233333333333312,2012-07-03 13:49:42,POINT (-78.48162600000001 38.028847),200.0,5.0,1.0,"823 Prospect Avenue, Charlottesville, Virginia 22903, United States",POINT (-78.497838 38.020505),1827.0,1698.45401591634 +2203690,220 PALATINE AVE,22902,-78.479613,38.01522,Structure Fire ,286.88333333333327,2012-07-03 23:51:25,2012,60000.0,1 or 2 family dwelling,Bedroom - < 5 persons; included are jail or prison,Undetermined,Undetermined,Cause under investigation,E5 ,5.350000000000032,2012-07-03 23:51:25,POINT (-78.479613 38.01522),200.0,5.0,1.0,"1314 Bitternut Lane, Charlottesville, Virginia 22902, United States",POINT (-78.51996800000001 37.99873),1828.0,3989.640527295446 +2203714,744 PROSPECT AVE,22901,-78.49477,38.06987,Structure Fire ,27.80000000000006,2012-07-05 00:31:13,2012,200.0,Vehicle parking area,"Outside area, other",Undetermined,"Rubbish, trash, or waste",Unintentional,E7 ,5.566666666666608,2012-07-05 00:31:13,POINT (-78.49477 38.06987),200.0,5.0,0.801667,"Zan Road, Charlottesville, Virginia 22901, United States",POINT (-78.4884842 38.063267),1829.0,917.474567854766 +2203723,1442 RUGBY AVE,22901,-78.482805,38.045207,Natural vegetation fire ,58.050000000000004,2012-07-05 10:18:21,2012,0.0,Graded and cared-for plots of land,,Arcing,,Equipment,E1 ,5.083333333333344,2012-07-05 10:18:21,POINT (-78.482805 38.045207),200.0,5.0,1.0,"2004 Calvary Circle, Charlottesville, Virginia 22911, United States",POINT (-78.44633399999999 38.037217),1830.0,3322.8076289251294 +2203754,255 STRIBLING AVE,22901,-78.451745,38.059691,Structure Fire ,232.28333333333282,2012-07-06 13:16:20,2012,100000.0,Multifamily dwelling,"Cooking area, kitchen","Heat from powered equipment, other",Appliance housing or casing,Cause under investigation,CHF1 ,7.3500000000000485,2012-07-06 13:16:20,POINT (-78.451745 38.059691),200.0,5.0,1.0,"600 Mccormick Road, Charlottesville, Virginia 22904, United States",POINT (-78.522389 38.032924),1831.0,6877.325622746034 +2203774,253 STRIBLING AVE,22901,-78.451745,38.059691,Structure Fire ,197.46666666666576,2012-07-06 23:42:03,2012,80000.0,Multifamily dwelling,"Cooking area, kitchen","Heat, spark from friction",Exterior wall covering or finish,Unintentional,BC3 ,7.1333333333333275,2012-07-06 23:42:03,POINT (-78.451745 38.059691),200.0,5.0,1.0,"424 Garrett Street, Charlottesville, Virginia 22902, United States",POINT (-78.48101 38.026089),1832.0,4529.768887027967 +2203794,1607 6TH ST SE,22902,-78.486433,38.017284,Natural vegetation fire ,17.950000000000035,2012-07-07 18:35:13,2012,0.0,Graded and cared-for plots of land,,Cigarette,,Smoking,E5 ,4.483333333333296,2012-07-07 18:35:13,POINT (-78.48643300000001 38.017284),200.0,5.0,1.0,"201 Elliott Avenue, Charlottesville, Virginia 22902, United States",POINT (-78.483924 38.024241),1833.0,803.178321128473 +2203802,1000 1ST ST S,22902,-78.486784,38.021286,Special outside fire ,67.95,2012-07-07 23:18:08,2012,1000.0,Playground,"Outside area, other",Undetermined,Undetermined,Cause under investigation,E5 ,3.500000000000064,2012-07-07 23:18:08,POINT (-78.486784 38.021286),200.0,5.0,1.0,"1540 Jefferson Park Avenue, Charlottesville, Virginia 22903, United States",POINT (-78.50523 38.031802),1834.0,1996.7552008001335 +2203809,810 W MAIN ST,22902,-78.491696,38.031896,Special outside fire ,27.13333333333334,2012-07-08 04:19:23,2012,0.0,Railroad right of way ,,Undetermined,,Undetermined,E7 ,4.8666666666666245,2012-07-08 04:19:23,POINT (-78.491696 38.031896),200.0,5.0,0.802857,"Fontaine Avenue Ext, Charlottesville, Virginia 22904, United States",POINT (-78.5241431 38.0290357),1835.0,2866.9086066724835 +2203857,600 RIDGE ST,22903,-78.48919,38.025285,Mobile property (vehicle) fire ,46.199999999999946,2012-07-10 08:08:15,2012,3500.0,"Residential street, road or residential driveway","Engine area, running gear, wheel area",Undetermined,Undetermined,Cause undetermined after investigation,E7 ,2.48333333333328,2012-07-10 08:08:15,POINT (-78.48918999999999 38.025285),200.0,5.0,1.0,"1155 Seminole Trail, Charlottesville, Virginia 22906, United States",POINT (-78.485417 38.067265),1836.0,4672.3519625770405 +2203945,704 FRANKLIN ST,22902,-78.465857,38.019097,Structure Fire ,115.71666666666668,2012-07-13 21:49:35,2012,0.0,1 or 2 family dwelling,"Exterior stairway, ramp, or fire escape",Undetermined,Undetermined,Cause under investigation,TO10 ,7.483333333333392,2012-07-13 21:49:35,POINT (-78.465857 38.019097),200.0,5.0,1.0,"204 Dice Street, Charlottesville, Virginia 22903, United States",POINT (-78.486023 38.028025),1837.0,2029.5253636290358 +2204031,1311 WERTLAND ST,22903,,,Structure Fire ,14.016666666666671,2012-07-17 13:27:40,2012,0.0,Business office,Other,"Hot or smoldering object, other","Item, Other",Unintentional,TO10 ,5.800000000000033,2012-07-17 13:27:40,POINT (nan nan),200.0,5.0,1.0,"817 Hardy Drive, Charlottesville, Virginia 22903, United States",POINT (-78.491578 38.033752),1838.0,inf +2204065,512 W MAIN ST,22902,-78.488307,38.031064,Structure Fire ,116.28333333333332,2012-07-18 18:26:36,2012,101.0,Construction site,Construction/renovation area,Undetermined,Baled goods or material,Cause under investigation,BC1 ,3.7166666666666397,2012-07-18 18:26:36,POINT (-78.48830700000001 38.031064),200.0,5.0,1.0,"900 River Road, Charlottesville, Virginia 22901, United States",POINT (-78.45811399999999 38.036319),1839.0,2714.688055282067 +2204251,,22902,-78.49047,38.00955,Mobile property (vehicle) fire ,17.799999999999983,2012-07-27 13:52:54,2012,2000.0,Street or road in commercial area,"Engine area, running gear, wheel area","Radiated, conducted heat from operating equipment",Multiple items first ignited,Unintentional,E82 ,0.5166666666666719,2012-07-27 13:52:54,POINT (-78.49047 38.00955),200.0,5.0,1.0,"120 7th Street Northeast, Charlottesville, Virginia 22902, United States",POINT (-78.47651999999999 38.02976),1840.0,2556.4131868721743 +2204559,410 GARRETT ST,22902,-78.480225,38.027876,Structure Fire ,45.80000000000007,2012-08-09 21:03:36,2012,3000.0,Multifamily dwelling,"Cooking area, kitchen","Radiated, conducted heat from operating equipment","Cooking materials, including edible materials",Unintentional,E5 ,2.733333333333264,2012-08-09 21:03:36,POINT (-78.480225 38.027876),200.0,5.0,1.0,"1827 Fendall Avenue, Charlottesville, Virginia 22903, United States",POINT (-78.499477 38.045098),1841.0,2552.105680956551 +2204569,707 PAGE ST,22902,-78.489452,38.033888,Natural vegetation fire ,34.6666666666667,2012-08-10 07:00:20,2012,0.0,"Outside or special property, other",,Undetermined,,Undetermined,E7 ,4.466666666666736,2012-08-10 07:00:20,POINT (-78.489452 38.033888),200.0,5.0,1.0,"1745 Allied St, Charlottesville, Virginia 22903, United States",POINT (-78.47933 38.04148),1842.0,1224.8721588066444 +2204651,920 1ST ST S,22901,-78.481975,38.029728,Mobile property (vehicle) fire ,111.11666666666675,2012-08-13 21:45:00,2012,15200.0,Vehicle parking area,"Exterior, exposed surface",Undetermined,Flammable liquid/gas - in/from final container,Unintentional,E5 ,4.16666666666664,2012-08-13 21:45:00,POINT (-78.48197500000001 38.029728),200.0,5.0,1.0,"115 Ruppel Drive, Charlottesville, Virginia 22903, United States",POINT (-78.50403900000001 38.03249),1843.0,1961.611116595292 +2204754,402 DICE ST,22902,-78.487738,38.028531,Structure Fire ,12.633333333333264,2012-08-18 10:08:41,2012,0.0,1 or 2 family dwelling,Undetermined,Radiated heat from another fire,"Cooking materials, including edible materials",Unintentional,TO10 ,5.933333333333376,2012-08-18 10:08:41,POINT (-78.48773799999999 38.028531),200.0,5.0,1.0,"108 Lankford Avenue, Charlottesville, Virginia 22902, United States",POINT (-78.487622 38.021509),1844.0,779.6422069541281 +2205042,829 HARDY DR,22911,-78.491219,38.033502,Mobile property (vehicle) fire ,82.13333333333327,2012-08-30 07:02:22,2012,3100.0,Multifamily dwelling,"Engine area, running gear, wheel area",Undetermined,Undetermined,Cause under investigation,E3 ,1.6666666666666559,2012-08-30 07:02:22,POINT (-78.491219 38.033502),200.0,5.0,1.0,"100 Meade Avenue, Charlottesville, Virginia 22902, United States",POINT (-78.467254 38.023316),1845.0,2389.103044998948 +2205049,1411 MONTICELLO RD,22902,-78.472911,38.018695,Structure Fire ,288.5666666666659,2012-08-30 13:31:27,2012,240000.0,1 or 2 family dwelling,"Common room, den, family room, living room, lounge",Undetermined,Undetermined,Intentional,E5 ,3.849999999999984,2012-08-30 13:31:27,POINT (-78.472911 38.018695),200.0,5.0,1.0,"600 Rugby Road, Charlottesville, Virginia 22903, United States",POINT (-78.49998100000001 38.04191),1846.0,3506.1701226654254 +2205155,203 MONTE VISTA AVE,22901,-78.49477,38.06987,"Fire, other ",13.533333333333264,2012-09-03 17:54:21,2012,500.0,1 or 2 family dwelling,"Open area - outside; included are farmland, field",Match,Wearing apparel not on a person,Intentional,E7 ,7.65,2012-09-03 17:54:21,POINT (-78.49477 38.06987),200.0,5.0,1.0,"1418 Emmet Street North, Charlottesville, Virginia 22903, United States",POINT (-78.495722 38.056175),1847.0,1522.7036050826357 +2205260,1600 GORDON AVE,22902,-78.498632,38.039886,Structure Fire ,34.03333333333339,2012-09-07 16:59:16,2012,0.0,"Boarding/rooming house, residential hotels","Cooking area, kitchen","Heat from powered equipment, other","Cooking materials, including edible materials",Unintentional,E4 ,6.766666666666705,2012-09-07 16:59:16,POINT (-78.498632 38.039886),200.0,5.0,1.0,"583 Brandon Avenue, Charlottesville, Virginia 22903, United States",POINT (-78.50496800000001 38.02955),1848.0,1275.2458903515424 +2205351,1018 W MAIN ST,22903,-78.495547,38.032749,Mobile property (vehicle) fire ,10.950000000000047,2012-09-11 11:09:37,2012,50.0,Vehicle parking area,Operator/passenger area of transportation equip.,Cigarette,"Upholstered sofa, chair, vehicle seats",Unintentional,E7 ,3.950000000000064,2012-09-11 11:09:37,POINT (-78.495547 38.032749),200.0,5.0,1.0,"364 Hillsdale Dr, Charlottesville, Virginia 22901, United States",POINT (-78.48828 38.06408),1849.0,3536.3671417450923 +2205457,108 CLARKE CT,22903,-78.515273,38.02718,Structure Fire ,24.48333333333331,2012-09-15 17:44:29,2012,0.0,Multifamily dwelling,"Cooking area, kitchen","Radiated, conducted heat from operating equipment","Cooking materials, including edible materials",Unintentional,E6 ,6.000000000000047,2012-09-15 17:44:29,POINT (-78.51527299999999 38.02718),200.0,5.0,1.0,"10th Street Northeast, Charlottesville, Virginia 22902, United States",POINT (-78.4720916 38.0303196),1850.0,3807.976326532221 +2205471,100 RIDGE ST,22901,-78.48529,38.030078,Structure Fire ,107.66666666666663,2012-09-16 10:47:28,2012,0.0,Multifamily dwelling,"Common room, den, family room, living room, lounge",Hot ember or ash,"Rubbish, trash, or waste",Cause under investigation,E7 ,2.25,2012-09-16 10:47:28,POINT (-78.48529000000001 38.030078),200.0,5.0,1.0,"1349 Overlook Drive, Charlottesville, Virginia 22903, United States",POINT (-78.53947700000001 38.014717),1851.0,5055.152633268134 +2205498,507 16TH ST NW,22902,-78.498508,38.040504,Structure Fire ,87.61666666666667,2012-09-17 19:30:05,2012,,Multifamily dwelling,,,,,E5 ,5.583333333333312,2012-09-17 19:30:05,POINT (-78.498508 38.040504),200.0,5.0,0.877143,"2 Link Evans Lane, Earlysville, Virginia 22936, United States",POINT (-78.505426 38.155353),1852.0,12764.918809838238 +2205541,1904 EMMET ST N,22901,-78.492795,38.060294,Mobile property (vehicle) fire ,14.600000000000017,2012-09-19 14:40:41,2012,300.0,Vehicle parking area,"Engine area, running gear, wheel area",Arcing,"Electrical wire, cable insulation",Failure of equipment or heat source,E1 ,4.250000000000016,2012-09-19 14:40:41,POINT (-78.492795 38.060294),200.0,5.0,1.0,"930 Olympia Drive, Charlottesville, Virginia 22911, United States",POINT (-78.448775 38.033667),1853.0,4865.673273164471 +2205603,816 MONTROSE AVE,22902,-78.49477,38.06987,Structure Fire ,16.949999999999953,2012-09-22 02:39:45,2012,0.0,1 or 2 family dwelling,"Cooking area, kitchen","Hot or smoldering object, other",Appliance housing or casing,Unintentional,E5 ,5.716666666666656,2012-09-22 02:39:45,POINT (-78.49477 38.06987),200.0,5.0,1.0,"320 Berring Street, Charlottesville, Virginia 22902, United States",POINT (-78.491551 38.023699),1854.0,5133.648317484287 +2205660,,22911,-78.49047,38.00955,Mobile property (vehicle) fire ,38.499999999999986,2012-09-25 08:37:41,2012,5000.0,"Street, other","Engine area, running gear, wheel area",Undetermined,Undetermined,Unintentional,E1 ,3.36666666666672,2012-09-25 08:37:41,POINT (-78.49047 38.00955),200.0,5.0,1.0,"1169 Emmet St N, Charlottesville, Virginia 22903, United States",POINT (-78.50217000000001 38.05152),1855.0,4771.382045839524 +2205691,402 PARK ST,22902,-78.476719,38.032372,Mobile property (vehicle) fire ,7.333333333333344,2012-09-26 17:37:39,2012,0.0,"Street, other","Engine area, running gear, wheel area",Backfire from internal combustion engine,"Electrical wire, cable insulation",Unintentional,E5 ,0.650000000000016,2012-09-26 17:37:39,POINT (-78.476719 38.032372),200.0,5.0,1.0,"314 14th Street Northwest, Charlottesville, Virginia 22903, United States",POINT (-78.497832 38.036526),1856.0,1910.4071124753195 +2205707,422 E MAIN ST,22901,-78.478577,38.029841,"Fire, other ",3.899999999999952,2012-09-27 13:22:13,2012,0.0,"Street, other",Undetermined,Undetermined,Undetermined,Unintentional,E7 ,2.966666666666688,2012-09-27 13:22:13,POINT (-78.478577 38.029841),200.0,5.0,1.0,"815 Anderson Street, Charlottesville, Virginia 22903, United States",POINT (-78.490156 38.035514),1857.0,1196.0241550212343 +2205726,1804 HYDRAULIC RD,22901,-78.491208,38.060909,Natural vegetation fire ,14.433333333333264,2012-09-28 04:55:25,2012,30.0,Graded and cared-for plots of land,,Undetermined,,Undetermined,E1 ,4.1333333333333755,2012-09-28 04:55:25,POINT (-78.491208 38.060909),200.0,5.0,0.876,"I 64, Manakin Sabot, Virginia 23103, United States",POINT (-77.7634908326027 37.705777137058),1858.0,75209.4039175623 +2205883,925 E JEFFERSON ST,22902,-78.473477,38.030441,Mobile property (vehicle) fire ,16.76666666666664,2012-10-06 12:08:54,2012,0.0,Vehicle parking area,"Engine area, running gear, wheel area",Undetermined,Undetermined,Unintentional,E5 ,3.616666666666704,2012-10-06 12:08:54,POINT (-78.473477 38.030441),200.0,5.0,1.0,"1422 Forest Ridge Road, Charlottesville, Virginia 22903, United States",POINT (-78.49835 38.02304),1859.0,2333.7261566181023 +2205927,1220 RIVER VISTA AVE,22902,-78.461081,38.037597,Structure Fire ,66.23333333333338,2012-10-08 21:06:49,2012,3000.0,1 or 2 family dwelling,"Cooking area, kitchen","Heat from direct flame, convection currents","Cooking materials, including edible materials",Unintentional,140,6.166666666666655,2012-10-08 21:06:49,POINT (-78.46108099999999 38.037597),200.0,5.0,1.0,"415 Garrett Street, Charlottesville, Virginia 22902, United States",POINT (-78.48087200000001 38.026851),1860.0,2107.97629305912 +2205966,1017 5TH ST SW,22902,-78.495235,38.019973,Structure Fire ,50.533333333333346,2012-10-11 06:13:49,2012,8000.0,1 or 2 family dwelling,"Cooking area, kitchen","Radiated, conducted heat from operating equipment",Undetermined,Unintentional,E7 ,4.566666666666672,2012-10-11 06:13:49,POINT (-78.49523499999999 38.019973),200.0,5.0,1.0,"100 Wilton Pasture Lane, Charlottesville, Virginia 22911, United States",POINT (-78.448069 38.035602),1861.0,4490.748524586232 +2205980,910 1ST ST S,22902,-78.486687,38.021397,Special outside fire ,34.61666666666674,2012-10-11 18:21:12,2012,0.0,"Residential, other",,Undetermined,,Undetermined,E5 ,4.200000000000048,2012-10-11 18:21:12,POINT (-78.486687 38.021397),200.0,5.0,0.669524,"250 Byp, Charlottesville, Virginia 22901, United States",POINT (-78.45812599999999 38.035021),1862.0,2928.9114812913026 +2206160,1702 E MARKET ST,22902,-78.459411,38.023101,Structure Fire ,74.65000000000002,2012-10-19 16:02:21,2012,0.0,1 or 2 family dwelling,"Exterior, exposed surface","Radiated, conducted heat from operating equipment",Exterior wall covering or finish,Unintentional,E7 ,5.750000000000065,2012-10-19 16:02:21,POINT (-78.459411 38.023101),200.0,5.0,0.671667,"1st Street, Charlottesville, Virginia 22902, United States",POINT (-78.486358 38.0216369),1863.0,2372.165233932909 +2206168,1207 GROVE ST,22902,-78.501895,38.028801,Structure Fire ,158.5166666666659,2012-10-19 21:40:46,2012,0.0,1 or 2 family dwelling,Other,Undetermined,Undetermined,Cause undetermined after investigation,E7 ,5.266666666666656,2012-10-19 21:40:46,POINT (-78.501895 38.028801),200.0,5.0,1.0,"221 Carlton Road, Charlottesville, Virginia 22902, United States",POINT (-78.470373 38.023112),1864.0,2839.3675108031584 +2206362,918 1ST ST S,22902,-78.486769,38.021256,Structure Fire ,60.366666666666674,2012-10-28 18:05:23,2012,50.0,Multifamily dwelling,"Storage room, area, tank, or bin",Undetermined,Wearing apparel not on a person,Cause undetermined after investigation,E7 ,3.399999999999984,2012-10-28 18:05:23,POINT (-78.486769 38.021256),200.0,5.0,1.0,"114 Todd Avenue, Charlottesville, Virginia 22903, United States",POINT (-78.51352799999999 38.024878),1865.0,2384.17984831242 +2206606,1242 CEDARS CT,22903,-78.500567,38.056643,Natural vegetation fire ,42.74999999999999,2012-11-09 19:09:52,2012,0.0,"24-hour care Nursing homes, 4 or more persons",,Cigarette,,Smoking,E6 ,4.916666666666736,2012-11-09 19:09:52,POINT (-78.500567 38.056643),200.0,5.0,1.0,"314 Rolkin Road, Charlottesville, Virginia 22911, United States",POINT (-78.442438 38.030447),1866.0,5874.123236737974 +2206618,2033 IVY RD,22903,-78.511076,38.042333,Mobile property (vehicle) fire ,92.73333333333325,2012-11-10 10:28:30,2012,5500.0,Vehicle parking area,"Engine area, running gear, wheel area",Heat source: other,"Item, Other",Unintentional,E6 ,1.100000000000016,2012-11-10 10:28:30,POINT (-78.511076 38.042333),200.0,5.0,1.0,"1200 Emmet Street North, Charlottesville, Virginia 22903, United States",POINT (-78.498503 38.052816),1867.0,1604.0112703515722 +2206668,964 ROCK CREEK RD,22903,-78.49685,38.019416,Structure Fire ,144.6499999999987,2012-11-13 07:45:55,2012,21000.0,1 or 2 family dwelling,"Heating room or area, water heater area",Undetermined,Undetermined,Cause under investigation,E7 ,4.483333333333296,2012-11-13 07:45:55,POINT (-78.49684999999999 38.019416),200.0,5.0,1.0,"730 Prospect Ave, Charlottesville, Virginia 22903, United States",POINT (-78.49486 38.02384),1868.0,521.3144445434688 +2206676,1248 EMMET ST N,22903,-78.497344,38.054729,Mobile property (vehicle) fire ,20.333333333333375,2012-11-13 15:25:02,2012,1100.0,Vehicle parking area,"Engine area, running gear, wheel area","Radiated, conducted heat from operating equipment",Undetermined,Unintentional,E5 ,4.916666666666736,2012-11-13 15:25:02,POINT (-78.497344 38.054729),200.0,5.0,1.0,"1210 Little High Street, Charlottesville, Virginia 22902, United States",POINT (-78.46741 38.029259),1869.0,3860.4634878635097 +2206830,1215 AVON ST,22902,-78.482453,38.019879,Natural vegetation fire ,7.86666666666672,2012-11-20 16:49:51,2012,0.0,1 or 2 family dwelling,,"Heat from direct flame, convection currents",,Open/outdoor fire,E7 ,3.849999999999984,2012-11-20 16:49:51,POINT (-78.48245300000001 38.019879),200.0,5.0,1.0,"500 Crestwood Drive, Charlottesville, Virginia 22903, United States",POINT (-78.51825700000001 38.05113),1870.0,4681.961441618218 +2206861,408 GARRETT ST,22902,-78.480237,38.027882,Special outside fire ,11.299999999999969,2012-11-22 14:11:23,2012,0.0,Multifamily dwelling,"Courtyard, patio, porch, terrace","Heat from direct flame, convection currents","Cooking materials, including edible materials",Unintentional,E7 ,2.833333333333344,2012-11-22 14:11:23,POINT (-78.480237 38.027882),200.0,5.0,0.771667,"509 Rose Hill Drive, Charlottesville, Virginia 22903, United States",POINT (-78.48811000000001 38.037756),1871.0,1295.997694579307 +2207039,2510 HILLWOOD PL,22901,-78.473631,38.064912,Structure Fire ,102.15,2012-12-02 07:22:19,2012,0.0,1 or 2 family dwelling,"Structural area, other",Radiated heat from another fire,Structural member or framing,Unintentional,E1 ,8.1,2012-12-02 07:22:19,POINT (-78.473631 38.064912),200.0,5.0,1.0,"1335 Lee Street, Charlottesville, Virginia 22903, United States",POINT (-78.50017800000001 38.032956),1872.0,4244.7794920060505 +2207044,925 CHARLTON AVE,22902,-78.488989,38.039299,Structure Fire ,211.89999999999887,2012-12-02 12:12:17,2012,84400.0,1 or 2 family dwelling,,,,,E5 ,3.36666666666672,2012-12-02 12:12:17,POINT (-78.488989 38.039299),200.0,5.0,1.0,"600 Mason Street, Charlottesville, Virginia 22902, United States",POINT (-78.465586 38.019716),1873.0,2991.7042701977825 +2207136,,22903,-78.49047,38.00955,Special outside fire ,17.633333333333375,2012-12-06 10:23:37,2012,0.0,"Forest, timberland, woodland",,Match,,Open/outdoor fire,E1 ,5.416666666666704,2012-12-06 10:23:37,POINT (-78.49047 38.00955),200.0,5.0,1.0,"1335 Lee Street, Charlottesville, Virginia 22903, United States",POINT (-78.50017800000001 38.032956),1874.0,2734.7994756637027 +2207196,107 1ST ST S,22902,-78.481539,38.030704,"Fire, other ",72.04999999999997,2012-12-09 04:15:31,2012,2000.0,Multifamily dwelling,"Cooking area, kitchen","Heat from powered equipment, other","Electrical wire, cable insulation",Failure of equipment or heat source,TRK01 ,5.483333333333376,2012-12-09 04:15:31,POINT (-78.481539 38.030704),200.0,5.0,1.0,"1115 Emmet St N, Charlottesville, Virginia 22903, United States",POINT (-78.49782 38.04085),1875.0,1820.0271133765752 +2207483,1515 BROAD AVE,22902,-78.504988,38.025344,Natural vegetation fire ,20.29999999999997,2012-12-23 13:25:56,2012,0.0,1 or 2 family dwelling,,Undetermined,,Open/outdoor fire,E7 ,4.6666666666666075,2012-12-23 13:25:56,POINT (-78.504988 38.025344),200.0,5.0,1.0,"103 Darien Terrace, Charlottesville, Virginia 22902, United States",POINT (-78.469954 38.018773),1876.0,3162.112713968804 +2207565,1503 GROVE RD,22901,-78.47939,38.054265,"Fire, other ",57.06666666666662,2012-12-28 03:00:06,2012,10.0,1 or 2 family dwelling,"Common room, den, family room, living room, lounge",Hot ember or ash,"Box, carton, bag, basket, barrel",Unintentional,E1 ,5.800000000000033,2012-12-28 03:00:06,POINT (-78.47939 38.054265),200.0,5.0,1.0,"1648 Rio Hill Drive, Charlottesville, Virginia 22901, United States",POINT (-78.46666 38.082574),1877.0,3335.573736270628 +3200038,1605 JEFFERSON PARK,22903,-78.506882,38.032183,Structure Fire ,90.2,2012-01-17 06:53:48,2012,0.0,"Adult education center, college classroom",,,,,TO10 ,5.033333333333376,2012-01-17 06:53:48,POINT (-78.506882 38.032183),200.0,5.0,1.0,"111 Danbury Court, Charlottesville, Virginia 22902, United States",POINT (-78.47100500000001 38.018277),1878.0,3508.6157642117423 +3200047,81 HOSPITAL DR,22903,-78.503185,38.033138,Outside rubbish fire ,14.85,2012-01-19 16:22:25,2012,0.0,"Street, other",,,,,E6 ,7.816666666666608,2012-01-19 16:22:25,POINT (-78.503185 38.033138),200.0,5.0,1.0,"1390 Stone Creek Lane, Charlottesville, Virginia 22902, United States",POINT (-78.48792400000001 37.998492),1879.0,4073.2058711802633 +3200122,409 LANE RD,22902,-78.498979,38.030379,"Fire, other ",159.11666666666642,2012-02-04 17:45:42,2012,0.0,Laboratory or science lababoratory,"Equipment or service area, other",Undetermined,Multiple items first ignited,Cause under investigation,TRK01 ,5.51666666666664,2012-02-04 17:45:42,POINT (-78.49897900000001 38.030379),200.0,5.0,1.0,"5th Street Southwest, Charlottesville, Virginia 22902, United States",POINT (-78.49530624027931 38.0203446685572),1880.0,1159.7501341287855 +3200171,499 SEYMOUR RD,22901,-78.508727,38.049518,Structure Fire ,31.183333333333344,2012-02-18 11:50:34,2012,0.0,Multifamily dwelling,"Cooking area, kitchen","Heat from powered equipment, other",Household utensils,Intentional,E6 ,5.133333333333312,2012-02-18 11:50:34,POINT (-78.50872699999999 38.049518),200.0,5.0,1.0,"500 1st Street South, Charlottesville, Virginia 22902, United States",POINT (-78.483119 38.026924),1881.0,3368.6117897451995 +3200223,201 SPRIGG LN,22903,-78.599321,38.044054,Structure Fire ,36.45,2012-02-28 18:58:41,2012,0.0,"Barracks, dormitory","Cooking area, kitchen","Radiated, conducted heat from operating equipment","Cooking materials, including edible materials",Unintentional,E7 ,6.016666666666608,2012-02-28 18:58:41,POINT (-78.599321 38.044054),200.0,5.0,1.0,"1211 Villa Lane, Charlottesville, Virginia 22903, United States",POINT (-78.523787 38.006467),1882.0,7836.474623638289 +3200269,110 BAYLY DR,22902,-78.502407,38.03894,Structure Fire ,48.566666666666734,2012-03-12 12:35:48,2012,1000.0,"Adult education center, college classroom","Duct: hvac, cable, exhaust, heating, or AC",Hot ember or ash,"Dust, fiber, lint, including sawdust and excelsior",Failure of equipment or heat source,E6 ,4.05,2012-03-12 12:35:48,POINT (-78.50240700000001 38.03894),200.0,5.0,1.0,"1211 Villa Lane, Charlottesville, Virginia 22903, United States",POINT (-78.523787 38.006467),1883.0,4064.7347679004565 +3200317,7 W PAVILION - UVA,22901,-78.49477,38.06987,Natural vegetation fire ,10.300000000000033,2012-03-22 16:57:19,2012,1.0,"Boarding/rooming house, residential hotels",,Undetermined,,Undetermined,E6 ,4.066666666666704,2012-03-22 16:57:19,POINT (-78.49477 38.06987),200.0,5.0,1.0,"210 South Pantops Drive, Charlottesville, Virginia 22911, United States",POINT (-78.450524 38.028555),1884.0,6010.622795752187 +3200337,1215 LEE ST,22903,-78.498649,38.032,"Fire, other ",20.700000000000003,2012-03-26 23:30:06,2012,50.0,Hospital - medical or psychiatric,Bedroom - < 5 persons; included are jail or prison,"Radiated, conducted heat from operating equipment",Appliance housing or casing,Failure of equipment or heat source,E7 ,4.066666666666704,2012-03-26 23:30:06,POINT (-78.498649 38.032),200.0,5.0,1.0,"2145 Inglewood Drive, Charlottesville, Virginia 22901, United States",POINT (-78.492868 38.068341),1885.0,4066.3379357579597 +3200392,1215 LEE ST,22903,-78.498649,38.032,Structure Fire ,14.300000000000065,2012-04-10 21:43:37,2012,0.0,Hospital - medical or psychiatric,"Cooking area, kitchen",Undetermined,Undetermined,Unintentional,BC1 ,3.783333333333312,2012-04-10 21:43:37,POINT (-78.498649 38.032),200.0,5.0,1.0,"2613 Hydraulic Road, Charlottesville, Virginia 22901, United States",POINT (-78.498305 38.068912),1886.0,4098.040846280868 +3200411,1815 STADIUM RD,22908,-78.49477,38.06987,Natural vegetation fire ,16.53333333333336,2012-04-15 13:24:02,2012,0.0,"Street, other",,Hot ember or ash,,Other cause,E6 ,4.933333333333296,2012-04-15 13:24:02,POINT (-78.49477 38.06987),200.0,5.0,1.0,"820 Mallside Forest Court, Charlottesville, Virginia 22901, United States",POINT (-78.467797 38.079288),1887.0,2587.8167730812197 +3200533,7 W PAVILION - UVA,22908,-78.49477,38.06987,"Fire, other ",34.6666666666667,2012-05-22 01:38:36,2012,0.0,"Street, other","Vehicle storage area; garage, carport",Undetermined,"Upholstered sofa, chair, vehicle seats",Intentional,E6 ,6.98333333333328,2012-05-22 01:38:36,POINT (-78.49477 38.06987),200.0,5.0,0.876,"I 64, Manakin Sabot, Virginia 23103, United States",POINT (-77.7634908326027 37.705777137058),1888.0,75997.72080207981 +3200614,1321 LEE ST,22901,-78.49783,38.031598,Structure Fire ,66.21666666666668,2012-06-22 22:00:13,2012,0.0,Steam or heat generating plant ,"Service facilities, other","Radiated, conducted heat from operating equipment","Organic materials, other",Unintentional,E5 ,4.599999999999936,2012-06-22 22:00:13,POINT (-78.49782999999999 38.031598),200.0,5.0,1.0,"508 16th Street Northwest, Charlottesville, Virginia 22903, United States",POINT (-78.49827999999999 38.040255),1889.0,961.9005403985321 +3200761,446 FARRISH CIR,22903,-78.510271,38.047426,Structure Fire ,17.649999999999935,2012-08-19 13:13:55,2012,10.0,Multifamily dwelling,"Cooking area, kitchen","Radiated, conducted heat from operating equipment","Cooking materials, including edible materials",Unintentional,E6 ,5.716666666666656,2012-08-19 13:13:55,POINT (-78.510271 38.047426),200.0,5.0,1.0,"826 Hardy Drive, Charlottesville, Virginia 22903, United States",POINT (-78.49289 38.033696),1890.0,2156.925491792416 +3200775,2270 IVY RD,22903,-78.49047,38.00955,Mobile property (vehicle) fire ,10.266666666666625,2012-08-24 07:56:45,2012,600.0,Vehicle parking area,"Engine area, running gear, wheel area","Radiated, conducted heat from operating equipment",Undetermined,Failure of equipment or heat source,E6 ,2.4333333333333123,2012-08-24 07:56:45,POINT (-78.49047 38.00955),200.0,5.0,1.0,"1831 Avon Street Ext, Charlottesville, Virginia 22902, United States",POINT (-78.502582 37.992025),1891.0,2217.5385797582144 +3200799,100 HOSPITAL DR,22903,-78.503169,38.033171,Natural vegetation fire ,10.516666666666607,2012-08-29 15:48:00,2012,0.0,"Street, other",,Cigarette,,Smoking,E6 ,4.533333333333264,2012-08-29 15:48:00,POINT (-78.503169 38.033171),200.0,5.0,1.0,"511 12th Street Northwest, Charlottesville, Virginia 22903, United States",POINT (-78.494743 38.039276),1892.0,1003.3723959603508 +3200801,510 MASSIE RD,22912,,,Natural vegetation fire ,10.966666666666608,2012-08-30 07:41:55,2012,0.0,"Street, other",,Cigarette,,Smoking,E6 ,4.766666666666688,2012-08-30 07:41:55,POINT (nan nan),200.0,5.0,1.0,"201 Elliott Avenue, Charlottesville, Virginia 22902, United States",POINT (-78.483924 38.024241),1893.0,inf +3200924,300 MASSIE RD,22908,-78.50963,38.046315,Structure Fire ,271.3833333333331,2012-10-08 12:35:31,2012,50000.0,"Stadium, arena","Attic: vacant, crawl space above top story, cupola","Spark, ember, or flame from operating equipment",Exterior roof covering or finish,Unintentional,E6 ,0.299999999999952,2012-10-08 12:35:31,POINT (-78.50963 38.046315),200.0,5.0,1.0,"1610 Monticello Ave, Charlottesville, Virginia 22902, United States",POINT (-78.47561 38.01652),1894.0,4457.127099079074 +3200990,480 RAY C HUNT DR,22908,-78.500288,38.034219,Natural vegetation fire ,17.450000000000063,2012-10-21 13:48:20,2012,0.0,"Street, other",,Undetermined,,Undetermined,E6 ,6.483333333333312,2012-10-21 13:48:20,POINT (-78.500288 38.034219),200.0,5.0,0.744,"Charlottesville, Virginia, United States",POINT (-78.47669999999999 38.0293),1895.0,2142.090209753157 +3201149,1605 JEFFERSON PARK,22908,-78.506882,38.032183,"Fire, other ",33.00000000000005,2012-12-03 21:29:22,2012,0.0,"Street, other",Undetermined,Undetermined,Undetermined,Cause undetermined after investigation,E6 ,6.18333333333336,2012-12-03 21:29:22,POINT (-78.506882 38.032183),200.0,5.0,1.0,"817 Watson Avenue, Charlottesville, Virginia 22901, United States",POINT (-78.465827 38.038695),1896.0,3676.722988385295 +2300118,1421 EARLY ST,22902,-78.484136,38.018588,Structure Fire ,35.783333333333275,2013-01-06 17:37:40,2013,500.0,1 or 2 family dwelling,"Common room, den, family room, living room, lounge",Hot ember or ash,Floor covering or rug/carpet/mat,Unintentional,TRK01 ,4.749999999999984,2013-01-06 17:37:40,POINT (-78.48413600000001 38.018588),200.0,5.0,1.0,"1131 5th Street Southwest, Charlottesville, Virginia 22902, United States",POINT (-78.502968 38.013273),1897.0,1756.1271685911724 +2300126,1107 EMMET ST N,22903,-78.501284,38.050918,Structure Fire ,497.4999999999999,2013-01-07 07:31:58,2013,1000000.0,"General retail, other","Sales area, showroom (exclude display window)",Heat source: other,"Chips, including wood chips",Failure of equipment or heat source,TO10 ,3.633333333333264,2013-01-07 07:31:58,POINT (-78.501284 38.050918),200.0,5.0,1.0,"401 Fairway Avenue, Charlottesville, Virginia 22902, United States",POINT (-78.46239199999999 38.027422),1898.0,4297.157082876672 +2300185,400 RIDGE ST,22902,-78.486382,38.028043,Mobile property (vehicle) fire ,19.500000000000046,2013-01-10 16:58:32,2013,200.0,"Residential street, road or residential driveway","Engine area, running gear, wheel area",Undetermined,Undetermined,Failure of equipment or heat source,E7 ,3.666666666666672,2013-01-10 16:58:32,POINT (-78.48638200000001 38.028043),200.0,5.0,1.0,"1907 Emmet Street North, Charlottesville, Virginia 22901, United States",POINT (-78.492392 38.062191),1899.0,3827.6306236670503 +2300301,,22902,-78.49047,38.00955,Mobile property (vehicle) fire ,18.816666666666624,2013-01-15 21:04:23,2013,0.0,"Residential street, road or residential driveway","Engine area, running gear, wheel area","Heat, spark from friction",Undetermined,Unintentional,E5 ,4.566666666666672,2013-01-15 21:04:23,POINT (-78.49047 38.00955),200.0,5.0,1.0,"1516 Jefferson Park Avenue, Charlottesville, Virginia 22903, United States",POINT (-78.504327 38.032034),1900.0,2777.006773533214 +2300408,1256 WERTLAND ST,22902,-78.497551,38.034248,Structure Fire ,324.39999999999884,2013-01-21 05:11:43,2013,95000.0,Multifamily dwelling,"Exterior balcony, unenclosed porch",Undetermined,"Upholstered sofa, chair, vehicle seats",Cause undetermined after investigation,TO10 ,4.61666666666664,2013-01-21 05:11:43,POINT (-78.497551 38.034248),200.0,5.0,1.0,"1600 6th Street Southeast, Charlottesville, Virginia 22902, United States",POINT (-78.48662899999999 38.016582),1901.0,2183.238176932267 +2300541,801 DALE AVE,22903,-78.487092,38.037037,Structure Fire ,72.78333333333336,2013-01-27 12:30:05,2013,7000.0,Multifamily dwelling,"Common room, den, family room, living room, lounge",Undetermined,Undetermined,Cause under investigation,TO10 ,3.899999999999952,2013-01-27 12:30:05,POINT (-78.487092 38.037037),200.0,5.0,1.0,"2309 Tarleton Drive, Charlottesville, Virginia 22901, United States",POINT (-78.46660300000001 38.06505),1902.0,3592.7028919906384 +2300562,105 WARREN LN,22901,-78.480723,38.056947,Structure Fire ,104.06666666666663,2013-01-28 05:50:55,2013,10500.0,1 or 2 family dwelling,"Bathroom, checkroom, lavatory, locker room",Undetermined,Undetermined,Cause under investigation,E1 ,4.450000000000032,2013-01-28 05:50:55,POINT (-78.480723 38.056947),200.0,5.0,1.0,"1304 Jackson Drive, Charlottesville, Virginia 22902, United States",POINT (-78.52266899999999 37.996288),1903.0,7675.880513388561 +2300653,235 W MAIN ST,22902,-78.483157,38.031128,Structure Fire ,15.016666666666609,2013-01-31 19:15:51,2013,0.0,"Hotel/motel, commercial","Cooking area, kitchen",Undetermined,Undetermined,Unintentional,CHF3 ,3.3833333333332796,2013-01-31 19:15:51,POINT (-78.48315700000001 38.031128),200.0,5.0,1.0,"2214 Ivy Road, Charlottesville, Virginia 22903, United States",POINT (-78.51683 38.044802),1904.0,3323.5788417341764 +2300654,920 1ST ST S,22902,-78.481975,38.029728,Structure Fire ,17.21666666666664,2013-01-31 19:23:50,2013,500.0,Multifamily dwelling,"Cooking area, kitchen","Radiated, conducted heat from operating equipment","Cooking materials, including edible materials",Unintentional,E1 ,4.483333333333296,2013-01-31 19:23:50,POINT (-78.48197500000001 38.029728),200.0,5.0,1.0,"221 Lake Club Court, Charlottesville, Virginia 22902, United States",POINT (-78.493133 38.002293),1905.0,3199.5857894456876 +2300765,828 ST CLAIR AVE,22902,-78.46543,38.03623,Natural vegetation fire ,29.833333333333343,2013-02-06 14:32:49,2013,0.0,1 or 2 family dwelling,,"Flying brand, ember, spark",,Other cause,141,4.633333333333344,2013-02-06 14:32:49,POINT (-78.46543 38.03623),200.0,5.0,1.0,"1623 Meridian Street, Charlottesville, Virginia 22902, United States",POINT (-78.482749 38.0127),1906.0,3022.8223621777365 +2300766,708 STONEHENGE AVE,22902,-78.48234,38.018592,Structure Fire ,57.599999999999994,2013-02-06 15:12:17,2013,100.0,1 or 2 family dwelling,"Function area, other","Radiated, conducted heat from operating equipment","Box, carton, bag, basket, barrel",Failure of equipment or heat source,E7 ,5.016666666666672,2013-02-06 15:12:17,POINT (-78.48233999999999 38.018592),200.0,5.0,1.0,"1500 Rugby Road, Charlottesville, Virginia 22903, United States",POINT (-78.48823299999999 38.055245),1907.0,4101.95978663335 +2300806,409 GARRETT ST,22902,-78.480179,38.028007,Structure Fire ,29.61666666666662,2013-02-09 08:34:54,2013,0.0,Multifamily dwelling,"Cooking area, kitchen",Undetermined,Undetermined,Unintentional,E7 ,3.316666666666608,2013-02-09 08:34:54,POINT (-78.48017900000001 38.028007),200.0,5.0,0.9488,"11th St Garage, Charlottesville, Virginia 22903, United States",POINT (-78.497822 38.032052),1908.0,1613.073370755421 +2300815,611 MCINTIRE RD,22902,-78.479269,38.037383,Special outside fire ,28.199999999999953,2013-02-09 15:23:43,2013,600.0,Outbuilding or shed,Undetermined,Undetermined,Undetermined,Cause under investigation,E7 ,3.316666666666608,2013-02-09 15:23:43,POINT (-78.479269 38.037383),200.0,5.0,1.0,"814 Prospect Avenue, Charlottesville, Virginia 22903, United States",POINT (-78.497345 38.020314),1909.0,2471.9737365479104 +2300977,601 MONTROSE AVE,22903,-78.482158,38.022727,Structure Fire ,26.416666666666657,2013-02-17 17:06:00,2013,100.0,1 or 2 family dwelling,"Storage room, area, tank, or bin","Radiated, conducted heat from operating equipment","Pipe, duct, conduit or hose",Unintentional,E7 ,3.849999999999984,2013-02-17 17:06:00,POINT (-78.482158 38.022727),200.0,5.0,1.0,"1700 Emmet Street North, Charlottesville, Virginia 22901, United States",POINT (-78.49346 38.058969),1910.0,4144.123811118764 +2301003,1000 HARRIS ST,22903,-78.48069,38.039637,Mobile property (vehicle) fire ,42.149999999999956,2013-02-19 09:29:25,2013,10000.0,"Manufacturing, processing","Engine area, running gear, wheel area",Undetermined,Multiple items first ignited,Failure of equipment or heat source,TO10 ,2.283333333333264,2013-02-19 09:29:25,POINT (-78.48069 38.039637),200.0,5.0,1.0,"304 Old Lynchburg Road, Charlottesville, Virginia 22903, United States",POINT (-78.51909999999999 38.009688),1911.0,4736.363496593364 +2301111,101 E JEFFERSON ST,22902,-78.480602,38.032255,Mobile property (vehicle) fire ,22.53333333333326,2013-02-25 10:58:39,2013,500.0,,"Engine area, running gear, wheel area",Undetermined,Undetermined,Failure of equipment or heat source,E5 ,4.316666666666688,2013-02-25 10:58:39,POINT (-78.480602 38.032255),200.0,5.0,1.0,"2111 Michie Drive, Charlottesville, Virginia 22901, United States",POINT (-78.485135 38.062271),1912.0,3356.0460011359055 +2301194,1210 LITTLE HIGH ST,22902,-78.467339,38.029422,Structure Fire ,15.733333333333295,2013-03-01 18:13:08,2013,0.0,1 or 2 family dwelling,"Cooking area, kitchen",Heat source: other,"Cooking materials, including edible materials",Unintentional,E7 ,5.600000000000016,2013-03-01 18:13:08,POINT (-78.467339 38.029422),200.0,5.0,1.0,"1900 Carrs Hill Road, Charlottesville, Virginia 22903, United States",POINT (-78.503861 38.037975),1913.0,3344.6108855264415 +2301221,2114 ANGUS RD,22901,-78.495527,38.059504,"Fire, other ",10.516666666666607,2013-03-02 17:34:37,2013,0.0,Vehicle parking area,"Outside area, other",Cigarette,"Item, Other",Unintentional,E1 ,5.300000000000064,2013-03-02 17:34:37,POINT (-78.495527 38.059504),200.0,5.0,1.0,"502 Rugby Road, Charlottesville, Virginia 22903, United States",POINT (-78.500556 38.040898),1914.0,2112.272283448929 +2301251,,22901,-78.49047,38.00955,Mobile property (vehicle) fire ,89.84999999999995,2013-03-03 18:23:33,2013,500.0,"Residential street, road or residential driveway",Operator/passenger area of transportation equip.,Undetermined,"Upholstered sofa, chair, vehicle seats",Cause under investigation,E7 ,11.63333333333333,2013-03-03 18:23:33,POINT (-78.49047 38.00955),200.0,5.0,1.0,"290 Massie Road, Charlottesville, Virginia 22903, United States",POINT (-78.50767500000001 38.044931),1915.0,4208.507822959374 +2301265,121 MAURY AVE,22903,-78.516056,38.027053,Structure Fire ,37.98333333333331,2013-03-04 17:32:37,2013,2500.0,"Laundry, dry cleaning","Laundry area, wash house (laundry)","Radiated, conducted heat from operating equipment",Linen; other than bedding,Unintentional,E6 ,4.700000000000016,2013-03-04 17:32:37,POINT (-78.51605600000001 38.027053),200.0,5.0,1.0,"2228 Greenbrier Drive, Charlottesville, Virginia 22901, United States",POINT (-78.47069399999999 38.063479),1916.0,5675.805778115057 +2301276,,22901,-78.49047,38.00955,Natural vegetation fire ,12.983333333333327,2013-03-05 10:52:18,2013,0.0,Highway or divided highway,,Undetermined,,Undetermined,E7 ,2.749999999999968,2013-03-05 10:52:18,POINT (-78.49047 38.00955),200.0,5.0,0.595,"Charlottesville, Virginia, United States",POINT (-78.47669999999999 38.0293),1917.0,2504.0390099678048 +2301431,815 BELMONT AVE,22901,-78.49477,38.06987,Structure Fire ,61.2,2013-03-09 13:39:44,2013,500.0,1 or 2 family dwelling,"Cooking area, kitchen","Radiated, conducted heat from operating equipment","Cooking materials, including edible materials",Unintentional,E7 ,2.1500000000000643,2013-03-09 13:39:44,POINT (-78.49477 38.06987),200.0,5.0,1.0,"1540 Founders Pl, Charlottesville, Virginia 22902, United States",POINT (-78.497139 37.996431),1918.0,8155.758216590556 +2301433,232 WINE ST,22902,-78.476914,38.035367,Structure Fire ,59.96666666666665,2013-03-09 15:16:28,2013,1000.0,1 or 2 family dwelling,Bedroom - < 5 persons; included are jail or prison,Arcing,"Electrical wire, cable insulation",Failure of equipment or heat source,E5 ,4.73333333333328,2013-03-09 15:16:28,POINT (-78.47691399999999 38.035367),200.0,5.0,1.0,"720 Montrose Avenue, Charlottesville, Virginia 22902, United States",POINT (-78.479929 38.02141),1919.0,1571.9581793113284 +2301452,2404 FONTAINE AVE,22903,-78.49477,38.06987,Natural vegetation fire ,24.750000000000004,2013-03-10 13:36:24,2013,0.0,Graded and cared-for plots of land,,Undetermined,,Undetermined,E6 ,5.133333333333312,2013-03-10 13:36:24,POINT (-78.49477 38.06987),200.0,5.0,1.0,"1730 Reservoir Road, Charlottesville, Virginia 22903, United States",POINT (-78.54212800000001 38.023411),1920.0,6624.88516647157 +2301504,237 10TH ST NW,22903,-78.493642,38.034834,Structure Fire ,49.38333333333337,2013-03-12 10:36:17,2013,0.0,Outbuilding or shed,"Maintenance shop or area, paint shop or area","Radiated, conducted heat from operating equipment",Structural member or framing,Unintentional,FM02 ,0.049999999999968,2013-03-12 10:36:17,POINT (-78.49364199999999 38.034834),200.0,5.0,1.0,"606 Druid Avenue, Charlottesville, Virginia 22902, United States",POINT (-78.483953 38.020165),1921.0,1837.4160900523548 +2301511,500 MERIDIAN ST,22902,-78.474879,38.024293,Mobile property (vehicle) fire ,50.61666666666672,2013-03-12 19:41:53,2013,12200.0,"Residential street, road or residential driveway","Engine area, running gear, wheel area",Multiple heat sources including multiple ignition,Undetermined,Unintentional,E5 ,3.93333333333336,2013-03-12 19:41:53,POINT (-78.474879 38.024293),200.0,5.0,1.0,"600 Burgoyne Rd, Charlottesville, Virginia 22901, United States",POINT (-78.512445 38.063588),1922.0,5468.949134961903 +2301522,2400 ARLINGTON BLVD,22903,-78.507129,38.05003,Structure Fire ,134.56666666666672,2013-03-13 10:05:59,2013,1000.0,Multifamily dwelling,"Exterior balcony, unenclosed porch",Undetermined,Undetermined,Cause under investigation,E6 ,2.283333333333264,2013-03-13 10:05:59,POINT (-78.50712900000001 38.05003),200.0,5.0,0.876667,"I 64, Manakin Sabot, Virginia 23103, United States",POINT (-77.7634908326027 37.705777137058),1923.0,75793.5046344914 +2301565,941 EMMET ST N,22903,-78.503388,38.048853,"Fire, other ",86.46666666666667,2013-03-15 01:11:20,2013,0.0,Restaurant or cafeteria,"Duct: hvac, cable, exhaust, heating, or AC",Undetermined,Undetermined,Cause undetermined after investigation,E6 ,4.850000000000064,2013-03-15 01:11:20,POINT (-78.503388 38.048853),200.0,5.0,1.0,"583 Brandon Avenue, Charlottesville, Virginia 22903, United States",POINT (-78.50496800000001 38.02955),1924.0,2147.473908037153 +2301608,1412 E HIGH ST,22902,-78.464202,38.032144,Mobile property (vehicle) fire ,13.333333333333393,2013-03-16 10:20:17,2013,100.0,Restaurant or cafeteria,Operator/passenger area of transportation equip.,"Heat from powered equipment, other","Film, residue, including paint & resin",Unintentional,E5 ,4.433333333333327,2013-03-16 10:20:17,POINT (-78.464202 38.032144),200.0,5.0,1.0,"1884 Westview Road, Charlottesville, Virginia 22903, United States",POINT (-78.500142 38.049337),1925.0,3687.9657434380447 +2301669,2100 ANGUS RD,22901,-78.495036,38.059207,Natural vegetation fire ,10.833333333333265,2013-03-19 20:09:20,2013,0.0,Graded and cared-for plots of land,,Undetermined,,Undetermined,E1 ,3.699999999999936,2013-03-19 20:09:20,POINT (-78.495036 38.059207),200.0,5.0,1.0,"2208 North Berkshire Road, Charlottesville, Virginia 22901, United States",POINT (-78.495464 38.061312),1926.0,236.69600722935837 +2301796,224 SHAMROCK RD,22902,-78.508465,38.02618,"Fire, other ",32.76666666666662,2013-03-27 01:31:52,2013,4000.0,1 or 2 family dwelling,"Outside area, other",Hot ember or ash,Undetermined,Unintentional,E7 ,6.433333333333344,2013-03-27 01:31:52,POINT (-78.508465 38.02618),200.0,5.0,1.0,"1309 West Main Street, Charlottesville, Virginia 22903, United States",POINT (-78.498554 38.033871),1927.0,1219.221317942131 +2301804,1733 DAIRY RD,22901,-78.487434,38.054965,"Fire, other ",47.34999999999994,2013-03-27 12:54:35,2013,0.0,"Utility or Distribution system, other","Outside area, other",Arcing,"Electrical wire, cable insulation",Unintentional,E1 ,3.750000000000048,2013-03-27 12:54:35,POINT (-78.48743399999999 38.054965),200.0,5.0,1.0,"1802 Solomon Road, Charlottesville, Virginia 22901, United States",POINT (-78.49804 38.066266),1928.0,1562.3041824757483 +2301832,339 MEADE AVE,22902,-78.465909,38.02875,Structure Fire ,81.13333333333333,2013-03-28 17:06:15,2013,600.0,1 or 2 family dwelling,"Cooking area, kitchen","Spark, ember, or flame from operating equipment","Storage supplies, other",Unintentional,E5 ,4.999999999999968,2013-03-28 17:06:15,POINT (-78.465909 38.02875),200.0,5.0,0.493333,"West, Arlington, Texas 76016, United States",POINT (-97.1703 32.6946),1929.0,1810350.5323149753 +2301928,,22903,-78.49047,38.00955,Natural vegetation fire ,90.96666666666665,2013-04-02 23:00:31,2013,200.0,Railroad right of way ,,Undetermined,,Undetermined,E7 ,1.6333333333333921,2013-04-02 23:00:31,POINT (-78.49047 38.00955),200.0,5.0,1.0,"104 14th Street Northwest, Charlottesville, Virginia 22903, United States",POINT (-78.499026 38.034412),1930.0,2860.5988906975335 +2301940,1000 CHERRY AVE,22902,-78.498326,38.028167,Natural vegetation fire ,14.933333333333376,2013-04-03 17:24:27,2013,0.0,"Outside or special property, other",,Hot ember or ash,,Smoking,E7 ,3.0500000000000638,2013-04-03 17:24:27,POINT (-78.49832600000001 38.028167),200.0,5.0,1.0,"1089 East Water Street, Charlottesville, Virginia 22902, United States",POINT (-78.47053 38.026065),1931.0,2452.110679822426 +2301941,100 WESTERLY AVE,22903,-78.522374,38.026027,Structure Fire ,59.716666666666654,2013-04-03 17:30:23,2013,7000.0,1 or 2 family dwelling,"Cooking area, kitchen","Radiated, conducted heat from operating equipment",Appliance housing or casing,Unintentional,E6 ,7.933333333333391,2013-04-03 17:30:23,POINT (-78.522374 38.026027),200.0,5.0,1.0,"1210 Lee St, Charlottesville, Virginia 22903, United States",POINT (-78.49915 38.03143),1932.0,2125.7896472517123 +2301976,601 CHERRY AVE,22903,-78.491284,38.027504,"Fire, other ",13.633333333333345,2013-04-05 19:07:55,2013,4.0,"Laundry, dry cleaning","Entranceway, lobby","Radiated, conducted heat from operating equipment",Undetermined,Failure of equipment or heat source,E7 ,2.566666666666656,2013-04-05 19:07:55,POINT (-78.49128399999999 38.027504),200.0,5.0,1.0,"2021 Ivy Road, Charlottesville, Virginia 22903, United States",POINT (-78.50960499999999 38.042603),1933.0,2323.3304172608423 +2302002,1360 RUGBY AV,22911,-78.44791,38.03442,Natural vegetation fire ,38.04999999999998,2013-04-06 21:26:14,2013,0.0,"Variable use amusement, recreation places ",,Fireworks,,Incendiary,E3 ,5.750000000000065,2013-04-06 21:26:14,POINT (-78.44790999999999 38.03442),200.0,5.0,1.0,"221 Azalea Drive, Charlottesville, Virginia 22903, United States",POINT (-78.51299 38.012761),1934.0,6200.681773586789 +2302110,503 E MARKET ST,22902,-78.47768,38.030496,"Fire, other ",29.91666666666672,2013-04-11 16:58:01,2013,500.0,Communications center,"Exterior stairway, ramp, or fire escape",Cigarette,Undetermined,Unintentional,CHF2 ,2.633333333333328,2013-04-11 16:58:01,POINT (-78.47768000000001 38.030496),200.0,5.0,1.0,"455 2nd Street Southeast, Charlottesville, Virginia 22902, United States",POINT (-78.48240699999999 38.027607),1935.0,524.578603402059 +3300129,415 RAY C HUNT DR,22903,-78.49047,38.00955,Mobile property (vehicle) fire ,51.533333333333275,2013-02-05 13:31:20,2013,0.0,Vehicle parking area,"Engine area, running gear, wheel area",Heat source: other,"Item, Other",Unintentional,E6 ,5.716666666666656,2013-02-05 13:31:20,POINT (-78.49047 38.00955),200.0,5.0,1.0,"901 Rose Hill Drive, Charlottesville, Virginia 22903, United States",POINT (-78.486611 38.039897),1936.0,3386.095169078272 +3300254,1 BONNYCASTLE DR,22903,-78.510238,38.035512,Mobile property (vehicle) fire ,31.133333333333375,2013-03-07 12:24:17,2013,5000.0,Vehicle parking area,"Engine area, running gear, wheel area","Heat from powered equipment, other","Electrical wire, cable insulation",Unintentional,E6 ,6.766666666666705,2013-03-07 12:24:17,POINT (-78.510238 38.035512),200.0,5.0,1.0,"2300 Commonwealth Drive, Charlottesville, Virginia 22901, United States",POINT (-78.488293 38.073082),1937.0,4594.3688989581515 +3300285,,22903,-78.49047,38.00955,"Fire, other ",41.400000000000006,2013-03-19 21:28:52,2013,0.0,"Street, other",Undetermined,Undetermined,Undetermined,Cause undetermined after investigation,E6 ,4.466666666666736,2013-03-19 21:28:52,POINT (-78.49047 38.00955),200.0,5.0,1.0,"215 Water Street West, Charlottesville, Virginia 22902, United States",POINT (-78.48299 38.030645),1938.0,2432.3400734512875 +3300286,380 CRISPELL DR,22903,-78.501764,38.03017,Mobile property (vehicle) fire ,27.499999999999968,2013-03-20 09:17:30,2013,0.0,"Parking garage, general vehicle","Engine area, running gear, wheel area",Undetermined,Undetermined,Unintentional,BC1 ,5.416666666666704,2013-03-20 09:17:30,POINT (-78.50176399999999 38.03017),200.0,5.0,1.0,"2111 Michie Drive, Charlottesville, Virginia 22901, United States",POINT (-78.485135 38.062271),1939.0,3851.2659590867793 +3300364,1217 LEE ST,22903,-78.498674,38.032012,Natural vegetation fire ,26.78333333333328,2013-04-10 16:41:13,2013,0.0,Street or road in commercial area,,Undetermined,,Undetermined,E7 ,4.850000000000064,2013-04-10 16:41:13,POINT (-78.49867399999999 38.032012),200.0,5.0,1.0,"735 Orangedale Avenue, Charlottesville, Virginia 22903, United States",POINT (-78.496748 38.023407),1940.0,970.1713682747967 +201600006311,1155 5TH STREET SOUTHWEST,22903,-78.50335,38.012249,"Outside rubbish, trash or waste fire",26.88,2016-12-14 17:23:08,2016,50.0,Warehouse,"Shipping/receiving area; loading area, dock or bay","Hot or smoldering object, other","Rubbish, trash, or waste",Unintentional,E7,6.27,2016-12-14 17:23:08,POINT (-78.50335 38.012249),200.0,5.0,1.0,"2454 Old Ivy Road, Charlottesville, Virginia 22903, United States",POINT (-78.52243900000001 38.047779),1941.0,4285.865200553502 +201600006495,10 UNIVERSITY CIRCLE,22903,-78.500969,38.042275,"Special outside fire, other",78.73,2016-12-20 03:23:22,2016,15000.0,Multifamily dwelling,"Outside area, other",Undetermined,Undetermined,Cause under investigation,E5,9.42,2016-12-20 03:23:22,POINT (-78.500969 38.042275),200.0,5.0,1.0,"1221 Harris Street, Charlottesville, Virginia 22903, United States",POINT (-78.480626 38.040854),1942.0,1793.072377620159 +201600006520,1200 5TH STREET,22902,-78.50633,38.009043,Brush or brush-and-grass mixture fire,12.52,2016-12-20 18:06:21,2016,,"Residential street, road or residential driveway","Highway, parking lot, street: on or near",Heat from undetermined smoking material,"Light vegetation - not crop, including grass",Cause undetermined after investigation,E4,,2016-12-20 18:06:21,POINT (-78.50633000000001 38.009043),200.0,5.0,1.0,"1201 Pen Park Lane, Charlottesville, Virginia 22901, United States",POINT (-78.458612 38.05053),1943.0,6226.787594112767 +201600006545,1000 1ST STREET SOUTH,22902,-78.486643,38.02089,Brush or brush-and-grass mixture fire,61.97,2016-12-21 16:23:27,2016,0.0,Playground,"Open area - outside; included are farmland, field","Lighter: cigarette, cigar","Light vegetation - not crop, including grass",Intentional,E10,3.63,2016-12-21 16:23:27,POINT (-78.486643 38.02089),200.0,5.0,1.0,"455 Burgoyne Rd, Charlottesville, Virginia 22901, United States",POINT (-78.511994 38.065452),1944.0,5424.848343784637 +201700000189,251 COLONNADE DRIVE,22903,-78.517575,38.043244,"Cooking fire, confined to container",31.67,2017-01-07 14:55:26,2017,,Multifamily dwelling,"Cooking area, kitchen","Heat from powered equipment, other","Cooking materials, including edible materials",Unintentional,E10,5.68,2017-01-07 14:55:26,POINT (-78.51757499999999 38.043244),200.0,5.0,1.0,"600 Burgoyne Rd, Charlottesville, Virginia 22901, United States",POINT (-78.512445 38.063588),1945.0,2303.011041118529 +201700000245,2111 MICHIE DRIVE,22901,-78.485375,38.061426,"Cooking fire, confined to container",59.37,2017-01-09 03:37:24,2017,,Multifamily dwelling,"Cooking area, kitchen","Hot or smoldering object, other","Furniture, utensils, other",Unintentional,E2,8.2,2017-01-09 03:37:24,POINT (-78.485375 38.061426),200.0,5.0,1.0,"398 Old Lynchburg Road, Charlottesville, Virginia 22903, United States",POINT (-78.516251 38.011255),1946.0,6194.671790355614 +201700000459,1403 SHORT 18TH STREET,22902,-78.462024,38.026901,"Outside rubbish, trash or waste fire",22.68,2017-01-15 19:13:37,2017,0.0,1 or 2 family dwelling,"Open area - outside; included are farmland, field",Undetermined,Undetermined,Intentional,BC6,6.95,2017-01-15 19:13:37,POINT (-78.462024 38.026901),200.0,5.0,1.0,"500 Martha Jefferson Drive, Charlottesville, Virginia 22911, United States",POINT (-78.44436399999999 38.022709),1947.0,1619.2557868867598 +201700000460,100 WESTERLY AVENUE,22903,-78.522415,38.02626,"Cooking fire, confined to container",13.72,2017-01-15 19:26:10,2017,,Multifamily dwelling,"Cooking area, kitchen","Heat from direct flame, convection currents","Cooking materials, including edible materials",Unintentional,E10,7.19,2017-01-15 19:26:10,POINT (-78.522415 38.02626),200.0,5.0,1.0,"291 Mccormick Road, Charlottesville, Virginia 22904, United States",POINT (-78.50785 38.033034),1948.0,1483.7120539606647 +201700000539,1702 GORDON AVE AVENUE,22903,-78.499922,38.04038,"Natural vegetation fire, other",89.97,2017-01-17 19:11:43,2017,,"Sorority house, fraternity house","Outside area, other",Heat from other open flame or smoking materials,"Light vegetation - not crop, including grass",Intentional,BC3,4.88,2017-01-17 19:11:43,POINT (-78.499922 38.04038),200.0,5.0,1.0,"100 Barbour Drive, Charlottesville, Virginia 22903, United States",POINT (-78.49180800000001 38.043464),1949.0,790.4094543158584 +201700000545,583 BRANDON AVENUE,22903,-78.504524,38.0298,"Cooking fire, confined to container",20.55,2017-01-17 20:42:38,2017,,"Dormitory type residence, other ",,,,,E10,6.0,2017-01-17 20:42:38,POINT (-78.504524 38.0298),200.0,5.0,1.0,"525 Burgoyne Rd, Charlottesville, Virginia 22901, United States",POINT (-78.51037700000001 38.064117),1950.0,3844.3142729270294 +201700000613,74 LAMBETH COMMON,22903,-78.504558,38.042609,"Cooking fire, confined to container",37.8,2017-01-19 17:46:44,2017,,"Dormitory type residence, other ",,,,,E7,7.88,2017-01-19 17:46:44,POINT (-78.504558 38.042609),200.0,5.0,0.801667,"250 Byp, Charlottesville, Virginia 22901, United States",POINT (-78.45812599999999 38.035021),1951.0,4163.03383597832 +201700000696,213 2ND STREET SOUTHWEST,22902,-78.482958,38.029724,Building fire,21.02,2017-01-21 22:46:46,2017,,Restaurant or cafeteria,"Outside area, other",Hot ember or ash,"Light vegetation - not crop, including grass",Unintentional,E5,4.48,2017-01-21 22:46:46,POINT (-78.482958 38.029724),200.0,5.0,0.801667,"250 Byp, Charlottesville, Virginia 22901, United States",POINT (-78.45812599999999 38.035021),1952.0,2258.4550754052643 +201700000756,106 WEST SOUTH STREET,22902,-78.482465,38.029398,Building fire,133.45,2017-01-23 12:59:31,2017,2500.0,Restaurant or cafeteria,"Heating room or area, water heater area","Radiated, conducted heat from operating equipment","Structural component or finish, other",Unintentional,BC2,6.68,2017-01-23 12:59:31,POINT (-78.482465 38.029398),200.0,5.0,1.0,"500 Cherry Avenue, Charlottesville, Virginia 22903, United States",POINT (-78.49088500000001 38.026057),1953.0,827.2346258909389 +201700000773,INTERSTATE 64,22903,-78.55901,38.02201,Road freight or transport vehicle fire,44.88,2017-01-24 00:33:34,2017,1000.0,Highway or divided highway,"Engine area, running gear, wheel area","Heat, spark from friction",Tire,Failure of equipment or heat source,E10,8.96,2017-01-24 00:33:34,POINT (-78.55901 38.02201),200.0,5.0,0.595,"Charlottesville, Virginia, United States",POINT (-78.47669999999999 38.0293),1954.0,7273.471552917216 +201700000896,801 WATSON AVENUE,22901,-78.467042,38.039159,"Chimney or flue fire, confined to chimney or flue",46.67,2017-01-27 20:31:21,2017,,1 or 2 family dwelling,Other area of fire origin,"Hot or smoldering object, other",Undetermined,Unintentional,E2,7.68,2017-01-27 20:31:21,POINT (-78.46704200000001 38.039159),200.0,5.0,1.0,"1000 Emmet Street North, Charlottesville, Virginia 22903, United States",POINT (-78.502477 38.050245),1955.0,3345.6785890664155 +201700000921,109 IVY DRIVE,22903,-78.515975,38.047153,"Cooking fire, confined to container",18.48,2017-01-28 11:42:38,2017,,Multifamily dwelling,,,,,E10,7.82,2017-01-28 11:42:38,POINT (-78.515975 38.047153),200.0,5.0,1.0,"2nd St SE, Charlottesville, Virginia 22902, United States",POINT (-78.484049 38.0231069),1956.0,3871.084138480436 +201700000984,1636 SEMINOLE TRAIL,22901,-78.4752,38.08114,"Cooking fire, confined to container",57.93,2017-01-30 11:27:01,2017,,Restaurant or cafeteria,,,,,E2,,2017-01-30 11:27:01,POINT (-78.4752 38.08114),200.0,5.0,1.0,"1205 Long Street, Charlottesville, Virginia 22901, United States",POINT (-78.46269599999999 38.036821),1957.0,5041.260503425763 +201700001006,904 1ST STREET SOUTH,22902,-78.485878,38.022615,"Special outside fire, other",14.32,2017-01-30 23:48:23,2017,,"Residential street, road or residential driveway",Light shaft,Electrical arcing,"Electrical wire, cable insulation",Unintentional,E5,6.39,2017-01-30 23:48:23,POINT (-78.485878 38.022615),200.0,5.0,0.578095,"2nd St SE, Charlottesville, Virginia 22902, United States",POINT (-78.484049 38.0231069),1958.0,169.65728302754272 +201700001140,MM 116 INTERSTATE 64 (JUST EAST OF THE 116 WB),22903,-78.577035,38.022727,Road freight or transport vehicle fire,30.73,2017-02-04 00:55:50,2017,0.0,Highway or divided highway,"Engine area, running gear, wheel area","Heat from powered equipment, other",Flammable liquid/gas in container or pipe,Failure of equipment or heat source,E10,8.61,2017-02-04 00:55:50,POINT (-78.577035 38.022727),200.0,5.0,1.0,"2322 Fontaine Avenue, Charlottesville, Virginia 22903, United States",POINT (-78.518387 38.025606),1959.0,5160.2937839969 +201700001336,800 PRESTON AVENUE,22903,-78.488536,38.036445,Brush or brush-and-grass mixture fire,13.07,2017-02-09 15:13:56,2017,,"Public or government, other","Exterior, exposed surface",Cigarette,"Chips, including wood chips",Unintentional,E5,5.64,2017-02-09 15:13:56,POINT (-78.488536 38.036445),200.0,5.0,1.0,"601 Concord Avenue, Charlottesville, Virginia 22903, United States",POINT (-78.483175 38.038195),1960.0,509.24284986105914 +201700001470,724 PROSPECT AVENUE,22903,-78.494672,38.023917,"Natural vegetation fire, other",21.4,2017-02-12 19:43:02,2017,,Multifamily dwelling,"Highway, parking lot, street: on or near",Cigarette,"Light vegetation - not crop, including grass",Unintentional,E5,5.07,2017-02-12 19:43:02,POINT (-78.49467199999999 38.023917),200.0,5.0,1.0,"1102 Leonard Street, Charlottesville, Virginia 22902, United States",POINT (-78.472144 38.023125),1961.0,1980.408032742814 +201700001603,100 EAST SOUTH STREET,22902,-78.482036,38.029216,"Outside rubbish, trash or waste fire",32.98,2017-02-17 05:02:30,2017,,Railroad right of way ,Railroad right of way: on or near,Undetermined,"Mattress, pillow",Cause undetermined after investigation,E7,7.6,2017-02-17 05:02:30,POINT (-78.48203599999999 38.029216),200.0,5.0,1.0,"Shamrock Road, Charlottesville, Virginia 22903, United States",POINT (-78.5064859 38.0242044),1962.0,2218.0517325034407 +201700001672,611 RUGBY ROAD,22903,-78.50002,38.04267,"Natural vegetation fire, other",20.92,2017-02-19 11:29:45,2017,,Multifamily dwelling,"Outside area, other",Cigarette,"Light vegetation - not crop, including grass",Unintentional,E5,6.69,2017-02-19 11:29:45,POINT (-78.50002000000001 38.04267),200.0,5.0,1.0,"386 Hillsdale Dr, Charlottesville, Virginia 22901, United States",POINT (-78.48828 38.06408),1963.0,2590.7337473499188 +201700001688,808 HARDY DRIVE,22903,-78.491138,38.0332,"Trash or rubbish fire, contained",36.45,2017-02-19 19:54:43,2017,,Vehicle parking area,"Chute/container - trash, rubbish, waste",Undetermined,Undetermined,Unintentional,E7,4.9,2017-02-19 19:54:43,POINT (-78.49113800000001 38.0332),,,,,,, +201700001709,1705 EMMET STREET NORTH,22901,-78.494396,38.059208,Brush or brush-and-grass mixture fire,8.03,2017-02-20 13:17:42,2017,0.0,Restaurant or cafeteria,"Highway, parking lot, street: on or near",Cigarette,"Light vegetation - not crop, including grass",Unintentional,E1,4.26,2017-02-20 13:17:42,POINT (-78.49439599999999 38.059208),,,,,,, +201700001764,305 4TH STREET NORTHWEST,22903,-78.48591,38.033147,Outside equipment fire,50.37,2017-02-22 11:22:20,2017,1500.0,Vehicle parking area,"Highway, parking lot, street: on or near",Electrical arcing,"Transformer, including transformer fluids",Failure of equipment or heat source,E7,4.35,2017-02-22 11:22:20,POINT (-78.48591 38.033147),,,,,,, +201700001826,706 FRANKLIN STREET,22902,-78.465707,38.019271,Building fire,97.32,2017-02-24 03:36:09,2017,20000.0,Multifamily dwelling,"Exterior, exposed surface","Heat from powered equipment, other","Exterior sidewall covering, surface, finish",Failure of equipment or heat source,E7,9.44,2017-02-24 03:36:09,POINT (-78.46570699999999 38.019271),,,,,,, +201700001917,INTERSTATE 64,22903,-78.540667,38.021787,"Mobile property (vehicle) fire, other",26.3,2017-02-26 11:20:01,2017,,Highway or divided highway,,,,,E10,8.35,2017-02-26 11:20:01,POINT (-78.540667 38.021787),,,,,,, +201700001974,1217 COURTYARD DRIVE,22903,-78.533904,38.014004,"Cooking fire, confined to container",21.35,2017-02-27 18:19:43,2017,,1 or 2 family dwelling,,,,,E4,10.28,2017-02-27 18:19:43,POINT (-78.53390400000001 38.014004),,,,,,, +201700002092,416 WEST MAIN STREET,22903,-78.487259,38.030505,Dumpster or other outside trash receptacle fire,37.77,2017-03-03 13:17:33,2017,,Vehicle parking area,,,,,E7,3.53,2017-03-03 13:17:33,POINT (-78.48725899999999 38.030505),,,,,,, +201700002249,766 PROSPECT AVENUE,22903,-78.494193,38.023156,Passenger vehicle fire,43.05,2017-03-08 00:40:01,2017,4500.0,Vehicle parking area,"Engine area, running gear, wheel area",Undetermined,Undetermined,Unintentional,E5,6.16,2017-03-08 00:40:01,POINT (-78.494193 38.023156),,,,,,, +201700002343,152 BRANDYWINE COURT,22901,-78.486887,38.057879,Building fire,93.8,2017-03-10 22:34:39,2017,10000.0,1 or 2 family dwelling,"Courtyard, patio, terrace",Undetermined,Undetermined,Unintentional,E7,7.72,2017-03-10 22:34:39,POINT (-78.486887 38.057879),,,,,,, +201700002358,1015 MASSIE ROAD,22903,-78.504789,38.053874,Outside equipment fire,18.42,2017-03-11 11:37:04,2017,,"Variable use amusement, recreation places ","Equipment or service area, other",Undetermined,Undetermined,Cause undetermined after investigation,E1,10.47,2017-03-11 11:37:04,POINT (-78.504789 38.053874),,,,,,, +201700002380,1147 5TH STREET SOUTHWEST,22902,-78.50256,38.013164,"Natural vegetation fire, other",13.48,2017-03-11 20:36:19,2017,,Open land or field,"Outside area, other",Flame/torch used for lighting,"Light vegetation - not crop, including grass",Intentional,E7,3.93,2017-03-11 20:36:19,POINT (-78.50256 38.013164),,,,,,, +201700002505,735 WALKER SQUARE,22903,-78.491003,38.030661,Building fire,71.65,2017-03-15 00:33:21,2017,10000.0,Multifamily dwelling,"Exterior stairway, ramp, or fire escape",Undetermined,"Box, carton, bag, basket, barrel",Unintentional,BC6,6.09,2017-03-15 00:33:21,POINT (-78.49100300000001 38.030661),,,,,,, +201700002707,780 CASTLE COURT,22901,-78.472169,38.075149,"Cooking fire, confined to container",12.9,2017-03-20 21:15:44,2017,,Multifamily dwelling,,,,,E1,8.84,2017-03-20 21:15:44,POINT (-78.47216899999999 38.075149),,,,,,, +201700002988,2111 MICHIE DRIVE,22901,-78.487208,38.060053,Grass fire,17.55,2017-03-29 15:15:22,2017,,"Outside or special property, other","Wildland, woods",Undetermined,Undetermined,Unintentional,E1,7.6,2017-03-29 15:15:22,POINT (-78.487208 38.060053),,,,,,, +201700003016,702 MERIDIAN STREET,22902,-78.47604,38.022546,Building fire,55.98,2017-03-30 14:14:42,2017,5000.0,1 or 2 family dwelling,"Attic: vacant, crawl space above top story, cupola","Heat from powered equipment, other","Thermal, acoustical insulation within wall, partition or floor/ceiling space",Failure of equipment or heat source,E7,8.26,2017-03-30 14:14:42,POINT (-78.47604 38.022546),,,,,,, +201700003171,1208 BLUE RIDGE ROAD,22903,-78.495278,38.049929,"Natural vegetation fire, other",42.27,2017-04-03 17:39:25,2017,,1 or 2 family dwelling,"Courtyard, patio, terrace",Electrical arcing,"Organic materials, other",Failure of equipment or heat source,E1,7.97,2017-04-03 17:39:25,POINT (-78.495278 38.049929),,,,,,, +201700003254,1315 CHESAPEAKE STREET,22902,-78.465398,38.027076,Fires in structure other than in a building,10.27,2017-04-05 18:30:44,2017,,1 or 2 family dwelling,"Courtyard, patio, terrace","Heat from direct flame, convection currents","Cooking materials, including edible materials",Unintentional,E5,6.97,2017-04-05 18:30:44,POINT (-78.46539799999999 38.027076),,,,,,, +201700003339,513 RUGBY ROAD,22903,-78.501166,38.040949,Building fire,60.33,2017-04-08 06:12:58,2017,1500.0,"Boarding/rooming house, residential hotels","Function area, other",Heat from other open flame or smoking materials,"Rubbish, trash, or waste",Unintentional,E7,6.88,2017-04-08 06:12:58,POINT (-78.501166 38.040949),,,,,,, +201700003411,511 RIDGE STREET,22902,-78.487724,38.026877,"Cooking fire, confined to container",38.73,2017-04-09 22:32:13,2017,,Multifamily dwelling,,,,,BC6,,2017-04-09 22:32:13,POINT (-78.487724 38.026877),,,,,,, +201700003520,375 250 BYPASS,22901,-78.480314,38.051428,Brush or brush-and-grass mixture fire,53.92,2017-04-13 15:45:21,2017,,Open land or field,"Open area - outside; included are farmland, field",Undetermined,"Heavy vegetation - not crop, including trees",Unintentional,E1,4.98,2017-04-13 15:45:21,POINT (-78.48031400000001 38.051428),,,,,,, +201700003616,2106 ARLINGTON BOULEVARD,22903,-78.507007,38.049573,"Cooking fire, confined to container",22.03,2017-04-16 09:24:44,2017,500.0,Multifamily dwelling,"Cooking area, kitchen","Radiated, conducted heat from operating equipment",Undetermined,Unintentional,E1,6.47,2017-04-16 09:24:44,POINT (-78.507007 38.049573),,,,,,, +201700003627,1009 LINDEN AVENUE,22902,-78.470943,38.015477,Building fire,232.87,2017-04-16 13:34:17,2017,250000.0,Outbuilding or shed,"Equipment or service area, other",Undetermined,Undetermined,Cause undetermined after investigation,TRK8,7.07,2017-04-16 13:34:17,POINT (-78.47094300000001 38.015477),,,,,,, +201700003632,534 PEBBLE HILL COURT,22903,-78.532559,38.015171,Building fire,42.42,2017-04-16 18:06:36,2017,1000.0,1 or 2 family dwelling,Wall surface: exterior,Undetermined,"Chips, including wood chips",Cause undetermined after investigation,E4,11.71,2017-04-16 18:06:36,POINT (-78.53255900000001 38.015171),,,,,,, +201700003946,232 LARKSPUR WAY,22902,-78.50827,37.997681,Building fire,34.13,2017-04-25 17:14:55,2017,,1 or 2 family dwelling,Wall surface: exterior,Undetermined,Undetermined,Cause under investigation,E7,11.4,2017-04-25 17:14:55,POINT (-78.50827 37.997681),,,,,,, +201700004143,801 HARRIS STREET,22903,-78.484285,38.036519,Building fire,57.45,2017-05-01 16:31:03,2017,500.0,Multifamily dwelling,"Cooking area, kitchen",Heat from other open flame or smoking materials,"Pipe, duct, conduit or hose",Failure of equipment or heat source,TRK8,4.24,2017-05-01 16:31:03,POINT (-78.484285 38.036519),,,,,,, +201700004165,1661 ACORN COURT,22902,-78.523004,37.998649,Building fire,72.48,2017-05-02 13:47:00,2017,5000.0,1 or 2 family dwelling,"Laundry area, wash house (laundry)","Heat from powered equipment, other","Electrical wire, cable insulation",Failure of equipment or heat source,E10,8.73,2017-05-02 13:47:00,POINT (-78.523004 37.998649),,,,,,, +201700004179,409 LANE ROAD,22903,-78.499537,38.030534,Dumpster or other outside trash receptacle fire,7.43,2017-05-02 20:10:13,2017,,Office: veterinary or research,"Outside area, other","Spark, ember, or flame from operating equipment","Rubbish, trash, or waste",Unintentional,E5,4.3,2017-05-02 20:10:13,POINT (-78.499537 38.030534),,,,,,, +201700004236,2404 FONTAINE AVENUE,22903,-78.519558,38.025771,Passenger vehicle fire,19.62,2017-05-04 11:10:16,2017,5000.0,"Service station, gas station","Engine area, running gear, wheel area",Undetermined,"Electrical wire, cable insulation",Failure of equipment or heat source,E10,2.78,2017-05-04 11:10:16,POINT (-78.519558 38.025771),,,,,,, +201700004244,140 EMMET STREET NORTH,22903,-78.505885,38.041473,Building fire,332.68,2017-05-04 16:03:22,2017,925800.0,"Hotel/motel, commercial",Bedroom - 5+ persons; including barrack/dormitory,Undetermined,Undetermined,Cause undetermined after investigation,E7,5.83,2017-05-04 16:03:22,POINT (-78.50588500000001 38.041473),,,,,,, +201700004246,2322 FONTAINE AVENUE,22903,-78.518421,38.025682,Building fire,48.02,2017-05-04 16:44:47,2017,30000.0,Multifamily dwelling,"Cooking area, kitchen","Heat from powered equipment, other","Cooking materials, including edible materials",Unintentional,E4,,2017-05-04 16:44:47,POINT (-78.518421 38.025682),,,,,,, +201700004269,140 EMMET STREET NORTH,22903,-78.505885,38.041473,Building fire,13.33,2017-05-05 08:01:06,2017,500.0,"Hotel/motel, commercial",Roof surface: exterior,"Hot or smoldering object, other","Structural component or finish, other",Cause under investigation,E10,6.87,2017-05-05 08:01:06,POINT (-78.50588500000001 38.041473),,,,,,, +201700004397,517 RIDGE STREET,22902,-78.48793,38.026584,"Outside rubbish, trash or waste fire",87.8,2017-05-08 10:44:19,2017,,"Street, other",,,,,BC6,,2017-05-08 10:44:19,POINT (-78.48793000000001 38.026584),,,,,,, +201700004411,405 EMMET STREET SOUTH,22904,-78.50931,38.03485,Passenger vehicle fire,14.4,2017-05-08 17:26:24,2017,,Vehicle parking area,"Engine area, running gear, wheel area","Heat from powered equipment, other",Flammable liquid/gas - in/from engine or burner,Unintentional,E10,8.39,2017-05-08 17:26:24,POINT (-78.50931 38.03485),,,,,,, +201700004463,2335 SEMINOLE LANE,22901,-78.462068,38.099762,Building fire,63.42,2017-05-10 01:21:33,2017,,Restaurant or cafeteria,,,,,E1,9.25,2017-05-10 01:21:33,POINT (-78.462068 38.099762),,,,,,, +201700004467,1303 GORDON AVENUE,22903,-78.495985,38.039077,Building fire,62.1,2017-05-10 04:07:20,2017,250.0,"Boarding/rooming house, residential hotels","Substructure area or space, crawl space",Undetermined,Undetermined,Unintentional,E7,7.02,2017-05-10 04:07:20,POINT (-78.495985 38.039077),,,,,,, +201700004497,413 GARRETT STREET,22902,-78.480696,38.027416,Passenger vehicle fire,46.35,2017-05-11 06:57:50,2017,1500.0,Vehicle parking area,"Engine area, running gear, wheel area",Undetermined,Undetermined,Cause undetermined after investigation,E7,4.58,2017-05-11 06:57:50,POINT (-78.48069599999999 38.027416),,,,,,, +201700004502,212 7TH STREET NORTHEAST,22902,-78.4765,38.030284,"Special outside fire, other",58.35,2017-05-11 10:06:09,2017,0.0,"Pipeline, power line or other utility right of way ",,,,,TRK8,4.65,2017-05-11 10:06:09,POINT (-78.4765 38.030284),,,,,,, +201700004678,808 VILLAGE ROAD,22903,-78.499992,38.018082,Fires in structure other than in a building,12.85,2017-05-16 18:22:24,2017,,1 or 2 family dwelling,"Courtyard, patio, terrace","Spark, ember, or flame from operating equipment",Appliance housing or casing,Unintentional,E7,7.28,2017-05-16 18:22:24,POINT (-78.49999200000001 38.018082),,,,,,, +201700004689,106 ANTOINETTE COURT,22903,-78.500315,38.021047,Building fire,84.08,2017-05-17 09:05:22,2017,1000.0,1 or 2 family dwelling,"Heating room or area, water heater area","Radiated, conducted heat from operating equipment","Electrical wire, cable insulation",Unintentional,TRK8,8.55,2017-05-17 09:05:22,POINT (-78.500315 38.021047),,,,,,, +201700004738,816 ELLIOTT AVENUE,22902,-78.478614,38.019827,Building fire,84.67,2017-05-18 22:29:02,2017,500.0,1 or 2 family dwelling,"Common room, den, family room, living room, lounge","Explosive, fireworks, other","Upholstered sofa, chair, vehicle seats",Unintentional,TRK8,35.44,2017-05-18 22:29:02,POINT (-78.47861399999999 38.019827),,,,,,, +201700004764,908 FOREST STREET,22903,-78.485115,38.038468,Building fire,54.4,2017-05-19 15:05:36,2017,1500.0,1 or 2 family dwelling,"Exterior balcony, unenclosed porch",Cigarette,Multiple items first ignited,Unintentional,E10,,2017-05-19 15:05:36,POINT (-78.48511499999999 38.038468),,,,,,, +201700004806,105 NEWHOUSE DRIVE,22911,-78.457294,38.033752,"Cooking fire, confined to container",19.63,2017-05-20 10:32:22,2017,,Restaurant or cafeteria,,,,,E2,2.86,2017-05-20 10:32:22,POINT (-78.457294 38.033752),,,,,,, +201700004878,1752 WEBLAND VIEW,22901,-78.490943,38.07814,Building fire,68.1,2017-05-22 18:30:20,2017,,Multifamily dwelling,,,,,E1,7.28,2017-05-22 18:30:20,POINT (-78.490943 38.07814),,,,,,, +201700004902,700 PROSPECT AVENUE,22903,-78.49447,38.024641,Passenger vehicle fire,33.02,2017-05-23 13:56:59,2017,3000.0,,"Engine area, running gear, wheel area","Spark, ember, or flame from operating equipment","Electrical wire, cable insulation",Unintentional,BC6,4.16,2017-05-23 13:56:59,POINT (-78.49447000000001 38.024641),,,,,,, +201700004996,930 1ST STREET SOUTH,22902,-78.486562,38.021447,"Cooking fire, confined to container",47.68,2017-05-26 05:42:11,2017,,1 or 2 family dwelling,,,,,BC6,5.62,2017-05-26 05:42:11,POINT (-78.48656200000001 38.021447),,,,,,, +201700005096,920 1ST STREET SOUTH,22902,-78.485878,38.022866,"Cooking fire, confined to container",12.07,2017-05-28 20:51:56,2017,,Multifamily dwelling,"Cooking area, kitchen","Spark, ember, or flame from operating equipment",Flammable liquid/gas - in/from engine or burner,Unintentional,E5,5.17,2017-05-28 20:51:56,POINT (-78.485878 38.022866),,,,,,, +201700005286,834 MONTICELLO ROAD,22902,-78.475144,38.024382,Passenger vehicle fire,87.58,2017-06-03 18:49:19,2017,250.0,Street or road in commercial area,"Engine area, running gear, wheel area","Heat from powered equipment, other","Electrical wire, cable insulation",Failure of equipment or heat source,TRK8,5.14,2017-06-03 18:49:19,POINT (-78.475144 38.024382),,,,,,, +201700005451,1489 MONTEREY DRIVE,22901,-78.483986,38.08234,"Cooking fire, confined to container",7.92,2017-06-09 07:32:21,2017,,1 or 2 family dwelling,,,,,E1,,2017-06-09 07:32:21,POINT (-78.483986 38.08234),,,,,,, +201700005484,403 GARRETT STREET,22902,-78.480386,38.028058,"Natural vegetation fire, other",15.03,2017-06-10 12:57:58,2017,,Graded and cared-for plots of land,"Outside area, other",Undetermined,"Light vegetation - not crop, including grass",Unintentional,E7,3.62,2017-06-10 12:57:58,POINT (-78.480386 38.028058),,,,,,, +201700005696,450 WHITEHEAD ROAD,22904,-78.513458,38.03294,Passenger vehicle fire,13.88,2017-06-16 11:56:47,2017,200.0,Vehicle parking area,"Engine area, running gear, wheel area","Radiated, conducted heat from operating equipment","Electrical wire, cable insulation",Unintentional,E10,4.87,2017-06-16 11:56:47,POINT (-78.513458 38.03294),,,,,,, +201700005778,1254 SWAN LAKE DRIVE,22902,-78.493919,38.003751,Building fire,10.12,2017-06-18 14:39:53,2017,,Multifamily dwelling,Undetermined,Undetermined,Undetermined,Cause under investigation,E7,6.74,2017-06-18 14:39:53,POINT (-78.49391900000001 38.003751),,,,,,, +201700005817,10 EAST PAVILION,22903,-78.503833,38.033945,"Cooking fire, confined to container",56.0,2017-06-19 19:32:00,2017,,1 or 2 family dwelling,,,,,BC3,4.69,2017-06-19 19:32:00,POINT (-78.503833 38.033945),,,,,,, +201700005990,405 EMMET STREET SOUTH,22904,-78.50931,38.03485,Brush or brush-and-grass mixture fire,18.03,2017-06-25 19:57:36,2017,0.0,Street or road in commercial area,,,,,E10,9.48,2017-06-25 19:57:36,POINT (-78.50931 38.03485),,,,,,, +201700006002,2117 IVY ROAD,22903,-78.511478,38.042534,Brush or brush-and-grass mixture fire,14.72,2017-06-26 12:55:30,2017,0.0,"Outside or special property, other",,,,,E10,5.94,2017-06-26 12:55:30,POINT (-78.511478 38.042534),,,,,,, +201700006057,1810 EDGEWOOD LANE,22903,-78.49943,38.043784,Building fire,58.67,2017-06-28 06:40:11,2017,15000.0,1 or 2 family dwelling,Wall surface: exterior,Hot ember or ash,"Light vegetation - not crop, including grass",Unintentional,E2,7.7,2017-06-28 06:40:11,POINT (-78.49943 38.043784),,,,,,, +201700006268,1615 EMMET STREET NORTH,22901,-78.494794,38.057912,"Outside rubbish, trash or waste fire",36.45,2017-07-04 22:56:48,2017,0.0,"Household goods, sales, repairs",,,,,E1,5.72,2017-07-04 22:56:48,POINT (-78.494794 38.057912),,,,,,, +201700006727,1103 DRUID AVENUE,22902,-78.474912,38.016067,"Natural vegetation fire, other",22.37,2017-07-19 14:31:11,2017,0.0,"Outside or special property, other","Outside area, other",Undetermined,"Light vegetation - not crop, including grass",Unintentional,E7,6.88,2017-07-19 14:31:11,POINT (-78.474912 38.016067),,,,,,, +201700006743,909 MONTICELLO AVENUE,22902,,,Passenger vehicle fire,,2017-07-20 09:51:20,2017,1000.0,1 or 2 family dwelling,"Vehicle area, other",Undetermined,"Tarpaulin, tent",Cause under investigation,E10,,2017-07-20 09:51:20,POINT (nan nan),,,,,,, +201700006781,415 EAST MAIN STREET,22902,-78.478756,38.030106,"Cooking fire, confined to container",27.72,2017-07-21 10:29:10,2017,,Restaurant or cafeteria,"Cooking area, kitchen","Heat from powered equipment, other","Cooking materials, including edible materials",Unintentional,E7,4.07,2017-07-21 10:29:10,POINT (-78.478756 38.030106),,,,,,, +201700006789,117 ELLIOTT AVENUE,22902,-78.487971,38.02518,Brush or brush-and-grass mixture fire,16.3,2017-07-21 15:55:55,2017,0.0,Open land or field,"Outside area, other",Electrical arcing,"Light vegetation - not crop, including grass",Unintentional,E7,3.47,2017-07-21 15:55:55,POINT (-78.487971 38.02518),,,,,,, +201700006997,720 PROSPECT AVENUE,22903,-78.494643,38.023955,"Cooking fire, confined to container",15.12,2017-07-28 12:07:32,2017,,Multifamily dwelling,,,,,TRK8,5.57,2017-07-28 12:07:32,POINT (-78.494643 38.023955),,,,,,, +201700007176,0 MILLMONT ST / BARRACKS ROAD,22903,-78.500519,38.054301,"Natural vegetation fire, other",15.53,2017-08-03 17:20:41,2017,0.0,Graded and cared-for plots of land,"Highway, parking lot, street: on or near","Hot or smoldering object, other","Light vegetation - not crop, including grass",Unintentional,E2,5.32,2017-08-03 17:20:41,POINT (-78.500519 38.054301),,,,,,, +201700007362,600 BAILEY ROAD,22903,-78.495526,38.020638,Passenger vehicle fire,52.53,2017-08-10 00:40:40,2017,40000.0,"Residential street, road or residential driveway",Operator/passenger area of transportation equipment,Undetermined,Undetermined,Cause undetermined after investigation,E7,5.7,2017-08-10 00:40:40,POINT (-78.495526 38.020638),,,,,,, +201700007418,922 1ST STREET SOUTH,22902,-78.485908,38.021622,Brush or brush-and-grass mixture fire,14.38,2017-08-12 03:22:17,2017,,Multifamily dwelling,,,,,E5,6.58,2017-08-12 03:22:17,POINT (-78.48590799999999 38.021622),,,,,,, +201700007595,700 EAST WATER STREET,22902,-78.474226,38.02825,Passenger vehicle fire,17.37,2017-08-18 17:22:30,2017,,Street or road in commercial area,Undetermined,Undetermined,Undetermined,Unintentional,E5,5.6,2017-08-18 17:22:30,POINT (-78.474226 38.02825),,,,,,, +201700007783,281 TENNIS DRIVE,22901,-78.48699,38.082632,Building fire,80.68,2017-08-25 06:36:01,2017,,1 or 2 family dwelling,,,,,E1,,2017-08-25 06:36:01,POINT (-78.48699000000001 38.082632),,,,,,, +201700007912,1521 RUGBY ROAD,22903,-78.489716,38.054751,Building fire,93.58,2017-08-29 17:18:26,2017,,1 or 2 family dwelling,"Laundry area, wash house (laundry)","Spark, ember, or flame from operating equipment",Appliance housing or casing,Failure of equipment or heat source,E2,5.69,2017-08-29 17:18:26,POINT (-78.489716 38.054751),,,,,,, +201700008141,BELMONT AVENUE,22902,-78.475394,38.023652,Passenger vehicle fire,57.63,2017-09-06 05:41:05,2017,200.0,"Residential street, road or residential driveway","Engine area, running gear, wheel area",Heat source: other,"Electrical wire, cable insulation",Unintentional,E5,5.77,2017-09-06 05:41:05,POINT (-78.47539399999999 38.023652),,,,,,, +201700008342,1400 MELBOURNE ROAD,22901,-78.472908,38.05342,Brush or brush-and-grass mixture fire,22.8,2017-09-12 14:07:55,2017,,High school/junior high school/middle school,"Wildland, woods",Undetermined,"Heavy vegetation - not crop, including trees",Unintentional,E7,6.78,2017-09-12 14:07:55,POINT (-78.472908 38.05342),,,,,,, +201700008412,1209 PEN PARK LANE,22901,-78.458182,38.05035,"Cooking fire, confined to container",38.6,2017-09-15 14:32:36,2017,,,,,,,E2,8.83,2017-09-15 14:32:36,POINT (-78.45818199999999 38.05035),,,,,,, +201700009357,2249 COMMONWEALTH DRIVE,22901,-78.490241,38.072021,"Cooking fire, confined to container",24.17,2017-10-11 16:37:55,2017,,Multifamily dwelling,,,,,E1,6.58,2017-10-11 16:37:55,POINT (-78.490241 38.072021),,,,,,, +201700009375,511 RIDGE STREET,22902,-78.487855,38.026921,"Cooking fire, confined to container",34.57,2017-10-12 06:48:43,2017,0.0,1 or 2 family dwelling,,,,,BC6,2.87,2017-10-12 06:48:43,POINT (-78.487855 38.026921),,,,,,, +201700010089,315 RIVERSIDE AVENUE,22902,-78.45538,38.024646,"Cooking fire, confined to container",49.2,2017-10-31 16:45:02,2017,0.0,1 or 2 family dwelling,,,,,E2,7.44,2017-10-31 16:45:02,POINT (-78.45538000000001 38.024646),,,,,,, +201700010188,930 ST CHARLES AVENUE,22901,-78.464847,38.040654,Building fire,286.93,2017-11-03 17:20:13,2017,100000.0,1 or 2 family dwelling,"Exterior balcony, unenclosed porch","Molten, hot material","Structural component or finish, other",Unintentional,TRK8,7.93,2017-11-03 17:20:13,POINT (-78.46484700000001 38.040654),,,,,,, +201700010281,909 MONTICELLO AVENUE,22902,-78.475386,38.022842,Building fire,235.47,2017-11-06 03:14:26,2017,30000.0,1 or 2 family dwelling,"Exterior balcony, unenclosed porch",Undetermined,Undetermined,Cause undetermined after investigation,TRK8,5.7,2017-11-06 03:14:26,POINT (-78.475386 38.022842),,,,,,, +201700010569,1130 EAST HIGH STREET,22902,-78.467664,38.031939,"Trash or rubbish fire, contained",22.15,2017-11-14 12:20:20,2017,0.0,Multifamily dwelling,"Cooking area, kitchen","Radiated, conducted heat from operating equipment",Book,Unintentional,BC6,5.07,2017-11-14 12:20:20,POINT (-78.467664 38.031939),,,,,,, +201700010622,2229 BANBURY STREET,22901,-78.467034,38.062635,"Cooking fire, confined to container",19.38,2017-11-16 07:45:41,2017,,1 or 2 family dwelling,"Cooking area, kitchen",Electrical arcing,"Electrical wire, cable insulation",Unintentional,E1,8.25,2017-11-16 07:45:41,POINT (-78.467034 38.062635),,,,,,, +201700011041,419 BRANDON AVENUE,22903,-78.504216,38.030939,"Cooking fire, confined to container",18.65,2017-11-27 21:50:21,2017,0.0,Multifamily dwelling,"Cooking area, kitchen","Heat from powered equipment, other","Furniture, utensils, other",Unintentional,TRK8,2.41,2017-11-27 21:50:21,POINT (-78.504216 38.030939),,,,,,, +201700011058,1127 TUPELO TERRACE,22903,-78.523444,38.014603,"Chimney or flue fire, confined to chimney or flue",44.32,2017-11-28 17:45:30,2017,0.0,Multifamily dwelling,,,,,E10,10.57,2017-11-28 17:45:30,POINT (-78.523444 38.014603),,,,,,, +201700011249,2115 MORRIS ROAD,22903,-78.514034,38.041936,"Cooking fire, confined to container",13.93,2017-12-04 12:20:44,2017,0.0,1 or 2 family dwelling,"Cooking area, kitchen","Heat from powered equipment, other",Appliance housing or casing,Unintentional,E10,6.42,2017-12-04 12:20:44,POINT (-78.514034 38.041936),,,,,,, +201700011479,808 MALLSIDE FOREST COURT,22901,-78.468725,38.079728,"Cooking fire, confined to container",22.05,2017-12-11 20:12:40,2017,,Multifamily dwelling,,,,,E1,8.36,2017-12-11 20:12:40,POINT (-78.46872500000001 38.079728),,,,,,, +201700011518,1370 STONE CREEK LANE,22902,-78.487496,37.998161,Building fire,43.75,2017-12-13 11:34:29,2017,3000.0,Multifamily dwelling,Undetermined,Undetermined,Undetermined,Cause under investigation,E2,4.28,2017-12-13 11:34:29,POINT (-78.48749599999999 37.998161),,,,,,, +201700011590,210 15TH STREET NORTHWEST,22903,-78.499412,38.035492,"Outside rubbish fire, other",17.68,2017-12-15 03:37:43,2017,50.0,Vehicle parking area,"Highway, parking lot, street: on or near",Heat from undetermined smoking material,"Heavy vegetation - not crop, including trees",Intentional,E3,8.72,2017-12-15 03:37:43,POINT (-78.49941200000001 38.035492),,,,,,, +201800000136,621 HARRIS ROAD,22902,-78.497775,38.015511,Brush or brush-and-grass mixture fire,54.63,2018-01-04 11:43:34,2018,,1 or 2 family dwelling,,,,,E4,5.28,2018-01-04 11:43:34,POINT (-78.497775 38.015511),,,,,,, +201800000184,428 EDNAM DRIVE,22903,,,"Chimney or flue fire, confined to chimney or flue",78.05,2018-01-05 19:42:03,2018,,1 or 2 family dwelling,,,,,E10,9.95,2018-01-05 19:42:03,POINT (nan nan),,,,,,, +201800000215,1005 COTTONWOOD ROAD,22901,-78.466951,38.04353,"Chimney or flue fire, confined to chimney or flue",75.7,2018-01-06 13:19:13,2018,0.0,1 or 2 family dwelling,Chimney (conversion only),Heat from other open flame or smoking materials,"Organic materials, other",Failure of equipment or heat source,E1,5.75,2018-01-06 13:19:13,POINT (-78.46695099999999 38.04353),,,,,,, +201800000459,247 RIDGE MCINTIRE ROAD,22903,-78.48537,38.032289,Building fire,59.5,2018-01-12 12:03:53,2018,500.0,Restaurant or cafeteria,"Attic: vacant, crawl space above top story, cupola",Electrical arcing,Appliance housing or casing,Unintentional,A01,2.35,2018-01-12 12:03:53,POINT (-78.48537 38.032289),,,,,,, +201800000516,401 4TH STREET NORTHWEST,22903,-78.485466,38.034066,Building fire,19.9,2018-01-14 03:43:42,2018,0.0,Multifamily dwelling,Bedroom - < 5 persons; included are jail or prison,"Hot or smoldering object, other","Bedding; blanket, sheet, comforter",Unintentional,BC1,5.89,2018-01-14 03:43:42,POINT (-78.485466 38.034066),,,,,,, +201800000704,420 MONROE LANE,22903,-78.502712,38.031215,Building fire,57.53,2018-01-19 23:03:36,2018,1000.0,Multifamily dwelling,Bedroom - 5+ persons; including barrack/dormitory,"Hot or smoldering object, other","Electrical wire, cable insulation",Failure of equipment or heat source,E4,6.29,2018-01-19 23:03:36,POINT (-78.502712 38.031215),,,,,,, +201800000788,222 WAHOO WAY,22903,-78.516434,38.0081,"Cooking fire, confined to container",18.98,2018-01-22 00:11:43,2018,,Multifamily dwelling,,,,,E10,9.75,2018-01-22 00:11:43,POINT (-78.516434 38.0081),,,,,,, +201800000884,1180 SEMINOLE TRAIL,22901,-78.485925,38.068648,"Trash or rubbish fire, contained",74.8,2018-01-25 07:48:14,2018,,Vehicle parking area,,,,,E1,24.08,2018-01-25 07:48:14,POINT (-78.48592499999999 38.068648),,,,,,, +201800000977,585 MCCORMICK ROAD,22903,-78.516925,38.03252,Brush or brush-and-grass mixture fire,111.53,2018-01-27 11:39:54,2018,,"Forest, timberland, woodland","Wildland, woods",Undetermined,"Heavy vegetation - not crop, including trees",Cause under investigation,E10,6.0,2018-01-27 11:39:54,POINT (-78.516925 38.03252),,,,,,, +201800001066,1ST ST S / GARRETT STREET,22902,-78.482506,38.028667,"Outside rubbish fire, other",27.63,2018-01-29 20:05:26,2018,,Railroad right of way ,,,,,E4,6.25,2018-01-29 20:05:26,POINT (-78.482506 38.028667),,,,,,, +201800001099,1108 GRADY AVENUE,22903,-78.494036,38.039266,Building fire,130.78,2018-01-30 18:29:48,2018,50000.0,Multifamily dwelling,Bedroom - < 5 persons; included are jail or prison,Undetermined,Undetermined,Cause undetermined after investigation,E10,3.17,2018-01-30 18:29:48,POINT (-78.49403599999999 38.039266),,,,,,, +201800001153,823 PROSPECT AVENUE,22903,-78.497788,38.020534,Building fire,35.35,2018-02-01 16:58:05,2018,25.0,1 or 2 family dwelling,"Open area - outside; included are farmland, field",Cigarette,"Exterior trim, including doors",Unintentional,A01,3.79,2018-02-01 16:58:05,POINT (-78.497788 38.020534),,,,,,, +201800001273,1314 BITTERNUT LANE,22902,-78.519968,37.99873,"Fire, other",35.23,2018-02-05 11:34:53,2018,,1 or 2 family dwelling,"Cooking area, kitchen","Radiated, conducted heat from operating equipment",Undetermined,Unintentional,E4,10.68,2018-02-05 11:34:53,POINT (-78.51996800000001 37.99873),,,,,,, +201800001298,389 ZAN ROAD,22901,-78.487016,38.064191,"Outside rubbish fire, other",33.27,2018-02-06 11:10:21,2018,0.0,Outside material storage area,"Exterior stairway, ramp, or fire escape","Hot or smoldering object, other","Pallet, skid (empty)",Cause under investigation,BC1,5.36,2018-02-06 11:10:21,POINT (-78.487016 38.064191),,,,,,, +201800001599,2004 CALVARY CIRCLE,22911,-78.446334,38.037217,Outside equipment fire,25.32,2018-02-15 18:44:52,2018,1.0,Multifamily dwelling,"Courtyard, patio, terrace","Spark, ember, or flame from operating equipment","Cooking materials, including edible materials",Unintentional,E1,8.6,2018-02-15 18:44:52,POINT (-78.44633399999999 38.037217),,,,,,, +201800001636,600 MCCORMICK ROAD,22903,-78.522389,38.032924,Passenger vehicle fire,34.47,2018-02-16 20:48:27,2018,5000.0,,"Vehicle area, other",Undetermined,"Electrical wire, cable insulation",Unintentional,E7,8.26,2018-02-16 20:48:27,POINT (-78.522389 38.032924),,,,,,, +201800001638,424 GARRETT STREET,22902,-78.480151,38.027834,Outside equipment fire,55.97,2018-02-16 21:08:23,2018,,1 or 2 family dwelling,"Courtyard, patio, terrace",Heat from undetermined smoking material,Household utensils,Cause undetermined after investigation,BC1,7.86,2018-02-16 21:08:23,POINT (-78.48015100000001 38.027834),,,,,,, +201800001646,201 ELLIOTT AVENUE,22902,-78.485726,38.023267,Brush or brush-and-grass mixture fire,19.62,2018-02-17 05:57:29,2018,0.0,"Street, other",,,,,E7,6.47,2018-02-17 05:57:29,POINT (-78.485726 38.023267),,,,,,, +201800001754,1540 JEFFERSON PARK AVENUE,22903,-78.505417,38.031798,"Outside rubbish, trash or waste fire",12.57,2018-02-19 22:23:38,2018,0.0,Street or road in commercial area,,,,,E10,6.54,2018-02-19 22:23:38,POINT (-78.50541699999999 38.031798),,,,,,, +201800002195,FONTAINE AVENUE EXT DRIVE,22903,-78.524679,38.026446,Brush or brush-and-grass mixture fire,49.05,2018-03-05 12:04:47,2018,0.0,Outside material storage area,Undetermined,Undetermined,Undetermined,Act of nature,A01,1.96,2018-03-05 12:04:47,POINT (-78.52467900000001 38.026446),,,,,,, +201800002197,1155 SEMINOLE TRAIL,22901,-78.485417,38.067265,Grass fire,11.33,2018-03-05 13:17:39,2018,,Street or road in commercial area,"Highway, parking lot, street: on or near",Heat from undetermined smoking material,Undetermined,Unintentional,E1,5.47,2018-03-05 13:17:39,POINT (-78.485417 38.067265),,,,,,, +201800002368,204 DICE STREET,22902,-78.48603,38.027968,Brush or brush-and-grass mixture fire,49.75,2018-03-11 15:28:58,2018,0.0,"Property Use, other",,,,,E2,4.21,2018-03-11 15:28:58,POINT (-78.48603 38.027968),,,,,,, +201800002372,817 HARDY DRIVE,22903,-78.491578,38.033752,"Cooking fire, confined to container",42.28,2018-03-11 16:30:39,2018,,Multifamily dwelling,,,,,E2,4.0,2018-03-11 16:30:39,POINT (-78.491578 38.033752),,,,,,, +201800002452,900 RIVER ROAD,22901,-78.458114,38.036319,"Trash or rubbish fire, contained",15.63,2018-03-14 07:37:26,2018,0.0,Open land or field,"Outside area, other","Lighter: cigarette, cigar","Light vegetation - not crop, including grass",Intentional,E1,5.4,2018-03-14 07:37:26,POINT (-78.45811399999999 38.036319),,,,,,, +201800002508,120 7TH STREET NORTHEAST,22902,-78.476521,38.02976,Brush or brush-and-grass mixture fire,10.32,2018-03-16 07:40:47,2018,0.0,"Fixed use recreation places, other ","Outside area, other",Cigarette,"Chips, including wood chips",Act of nature,E7,5.62,2018-03-16 07:40:47,POINT (-78.47652100000001 38.02976),,,,,,, +201800002531,1827 FENDALL AVENUE,22903,-78.499477,38.045098,"Chimney or flue fire, confined to chimney or flue",41.25,2018-03-16 19:02:50,2018,0.0,1 or 2 family dwelling,Other area of fire origin,Hot ember or ash,"Organic materials, other",Unintentional,E1,5.84,2018-03-16 19:02:50,POINT (-78.499477 38.045098),,,,,,, +201800002533,1745 ALLIED STREET,22903,-78.479484,38.041326,"Cooking fire, confined to container",58.23,2018-03-16 19:39:10,2018,0.0,Multifamily dwelling,"Cooking area, kitchen",Heat source: other,"Cooking materials, including edible materials",Unintentional,E7,3.26,2018-03-16 19:39:10,POINT (-78.479484 38.041326),,,,,,, +201800002624,115 RUPPEL DRIVE,22903,-78.504039,38.03249,Dumpster or other outside trash receptacle fire,12.13,2018-03-18 20:14:12,2018,0.0,"Outside or special property, other",,,,,E10,7.18,2018-03-18 20:14:12,POINT (-78.50403900000001 38.03249),,,,,,, +201800002658,108 LANKFORD AVENUE,22902,-78.487622,38.021509,Building fire,28.32,2018-03-20 03:54:00,2018,,1 or 2 family dwelling,Bedroom - < 5 persons; included are jail or prison,Undetermined,"Soft goods, wearing apparel, other",Cause undetermined after investigation,E7,,2018-03-20 03:54:00,POINT (-78.487622 38.021509),,,,,,, +201800002907,100 MEADE AVENUE,22902,-78.467254,38.023316,Passenger vehicle fire,14.13,2018-03-27 15:24:05,2018,2500.0,"Motor vehicle or boat sales, services, repair","Vehicle area, other",Heat source: other,"Electrical wire, cable insulation",Failure of equipment or heat source,E1,7.65,2018-03-27 15:24:05,POINT (-78.467254 38.023316),,,,,,, +201800003013,600 RUGBY ROAD,22903,-78.500049,38.041869,Brush or brush-and-grass mixture fire,13.77,2018-03-30 22:10:30,2018,0.0,1 or 2 family dwelling,"Outside area, other","Lighter: cigarette, cigar","Pallet, skid (empty)",Intentional,E7,6.61,2018-03-30 22:10:30,POINT (-78.500049 38.041869),,,,,,, +201800003040,1418 EMMET STREET NORTH,22903,-78.495722,38.056175,"Special outside fire, other",13.07,2018-03-31 12:21:57,2018,,Vehicle parking area,,,,,E1,5.37,2018-03-31 12:21:57,POINT (-78.495722 38.056175),,,,,,, +201800003339,583 BRANDON AVENUE,22903,-78.504968,38.029549,"Cooking fire, confined to container",14.97,2018-04-10 21:29:03,2018,0.0,"Barracks, dormitory","Cooking area, kitchen","Radiated, conducted heat from operating equipment","Cooking materials, including edible materials",Unintentional,E10,6.22,2018-04-10 21:29:03,POINT (-78.50496800000001 38.029549),,,,,,, +201800003390,364 HILLSDALE DRIVE,22901,-78.488415,38.06405,Brush or brush-and-grass mixture fire,63.92,2018-04-12 15:07:11,2018,0.0,Vehicle parking area,,,,,E1,5.66,2018-04-12 15:07:11,POINT (-78.488415 38.06405),,,,,,, +201800003394,10TH STREET NORTHEAST,22902,-78.473919,38.028205,Brush or brush-and-grass mixture fire,6.32,2018-04-12 16:24:31,2018,,Vehicle parking area,,,,,E7,4.22,2018-04-12 16:24:31,POINT (-78.473919 38.028205),,,,,,, +201800003395,1349 OVERLOOK DRIVE,22903,-78.539477,38.014717,Brush or brush-and-grass mixture fire,112.28,2018-04-12 16:57:11,2018,,1 or 2 family dwelling,,,,,E10,6.06,2018-04-12 16:57:11,POINT (-78.53947700000001 38.014717),,,,,,, +201800003398,2 LINK EVANS LANE,22936,-78.498447,38.15513,Building fire,233.2,2018-04-12 18:16:11,2018,75000.0,1 or 2 family dwelling,Multiple areas,Heat source: other,"Structural component or finish, other",Cause under investigation,E1,16.67,2018-04-12 18:16:11,POINT (-78.498447 38.15513),,,,,,, +201800003433,930 OLYMPIA DRIVE,22911,-78.447863,38.034401,Brush or brush-and-grass mixture fire,36.32,2018-04-13 16:30:53,2018,,Street or road in commercial area,,,,,E1,9.29,2018-04-13 16:30:53,POINT (-78.447863 38.034401),,,,,,, +201800003450,320 BERRING STREET,22902,-78.491558,38.023698,Brush or brush-and-grass mixture fire,29.53,2018-04-13 21:32:45,2018,0.0,1 or 2 family dwelling,"Outside area, other",Cigarette,Undetermined,Unintentional,E7,6.43,2018-04-13 21:32:45,POINT (-78.491558 38.023698),,,,,,, +201800003480,1169 EMMET STREET NORTH,22903,-78.499226,38.052745,Brush or brush-and-grass mixture fire,14.75,2018-04-14 13:59:22,2018,,Graded and cared-for plots of land,,,,,E1,6.18,2018-04-14 13:59:22,POINT (-78.49922599999999 38.052745),,,,,,, +201800003482,314 14TH STREET NORTHWEST,22903,,,Brush or brush-and-grass mixture fire,,2018-04-14 14:54:48,2018,0.0,Multifamily dwelling,,,,,E7,,2018-04-14 14:54:48,POINT (nan nan),,,,,,, +201800003485,815 ANDERSON STREET,22903,-78.490057,38.03513,Building fire,261.53,2018-04-14 16:03:34,2018,10000.0,1 or 2 family dwelling,Wall surface: exterior,Electrical arcing,Undetermined,Unintentional,A01,5.64,2018-04-14 16:03:34,POINT (-78.49005699999999 38.03513),,,,,,, +201800003654,INTERSTATE 64,22903,-78.558998,38.021771,Grass fire,35.32,2018-04-19 13:43:21,2018,,Highway or divided highway,"Highway, parking lot, street: on or near",Undetermined,"Light vegetation - not crop, including grass",Cause undetermined after investigation,E3,6.07,2018-04-19 13:43:21,POINT (-78.558998 38.021771),,,,,,, +201800003758,1422 FOREST RIDGE ROAD,22903,-78.49835,38.02304,"Fire, other",16.42,2018-04-22 22:02:57,2018,,1 or 2 family dwelling,Undetermined,Undetermined,Undetermined,Unintentional,E7,9.5,2018-04-22 22:02:57,POINT (-78.49835 38.02304),,,,,,, +201800003933,415 GARRETT STREET,22902,-78.480312,38.028029,Building fire,196.08,2018-04-28 15:54:11,2018,41000.0,Multifamily dwelling,"Cooking area, kitchen","Radiated, conducted heat from operating equipment","Cooking materials, including edible materials",Unintentional,A01,2.03,2018-04-28 15:54:11,POINT (-78.480312 38.028029),,,,,,, +201800003979,100 WILTON PASTURE LANE,22911,-78.448069,38.035602,Building fire,81.12,2018-04-29 18:13:12,2018,20000.0,Multifamily dwelling,"Cooking area, kitchen","Radiated, conducted heat from operating equipment","Furniture, utensils, other",Unintentional,E1,12.65,2018-04-29 18:13:12,POINT (-78.448069 38.035602),,,,,,, +201800004025,250 BYPASS EXPRESSWAY EAST,22901,-78.495331,38.057384,Brush or brush-and-grass mixture fire,66.9,2018-04-30 22:44:08,2018,0.0,Vacant lot,,,,,BC6,5.77,2018-04-30 22:44:08,POINT (-78.49533099999999 38.057384),,,,,,, +201800004186,LANKFORD AVE / 1ST STREET SOUTH,22902,-78.486791,38.021361,Grass fire,17.15,2018-05-05 14:10:47,2018,0.0,1 or 2 family dwelling,"Outside area, other",Undetermined,Undetermined,Unintentional,E7,,2018-05-05 14:10:47,POINT (-78.486791 38.021361),,,,,,, +201800004232,221 CARLTON ROAD,22902,-78.470484,38.023111,"Fire, other",30.95,2018-05-06 19:58:54,2018,,"Laundry, dry cleaning","Laundry area, wash house (laundry)","Heat from powered equipment, other",Undetermined,Failure of equipment or heat source,BC1,5.4,2018-05-06 19:58:54,POINT (-78.470484 38.023111),,,,,,, +201800004576,114 TODD AVENUE,22903,-78.513528,38.024878,"Cooking fire, confined to container",32.35,2018-05-16 16:59:25,2018,0.0,1 or 2 family dwelling,,,,,TO10,5.9,2018-05-16 16:59:25,POINT (-78.51352799999999 38.024878),,,,,,, +201800004976,314 ROLKIN ROAD,22911,-78.442438,38.030446,Building fire,31.2,2018-05-28 21:05:31,2018,2000.0,"Mercantile, business, other",Wall surface: exterior,Electrical arcing,"Electrical wire, cable insulation",Cause under investigation,E1,13.39,2018-05-28 21:05:31,POINT (-78.442438 38.030446),,,,,,, +201800004989,1200 EMMET STREET NORTH,22903,-78.498971,38.052775,Building fire,72.7,2018-05-29 14:35:03,2018,2000.0,"Mercantile, business, other","Equipment or service area, other","Spark, ember, or flame from operating equipment","Structural component or finish, other",Unintentional,E1,6.53,2018-05-29 14:35:03,POINT (-78.498971 38.052775),,,,,,, +201800005151,730 PROSPECT AVENUE,22903,-78.495185,38.023142,"Cooking fire, confined to container",27.9,2018-06-02 20:31:47,2018,20.0,Multifamily dwelling,,,,,BC1,5.49,2018-06-02 20:31:47,POINT (-78.49518500000001 38.023142),,,,,,, +201800005529,1210 LITTLE HIGH STREET,22902,-78.46741,38.029259,"Cooking fire, confined to container",31.35,2018-06-15 20:40:10,2018,0.0,1 or 2 family dwelling,"Cooking area, kitchen","Radiated, conducted heat from operating equipment","Cooking materials, including edible materials",Unintentional,E5,6.8,2018-06-15 20:40:10,POINT (-78.46741 38.029259),,,,,,, +201800005771,500 CRESTWOOD DRIVE,22903,-78.518476,38.051837,"Cooking fire, confined to container",12.87,2018-06-23 19:21:18,2018,,Multifamily dwelling,"Cooking area, kitchen","Radiated, conducted heat from operating equipment","Cooking materials, including edible materials",Unintentional,E10,7.86,2018-06-23 19:21:18,POINT (-78.51847600000001 38.051837),,,,,,, +201800006134,509 ROSE HILL DR AVENUE,22903,-78.487979,38.037594,"Outside rubbish, trash or waste fire",26.92,2018-07-04 22:32:19,2018,,"Residential street, road or residential driveway","Exterior balcony, unenclosed porch",Fireworks,"Pyrotechnics, explosives",Unintentional,E7,4.49,2018-07-04 22:32:19,POINT (-78.487979 38.037594),,,,,,, +201800006307,1335 LEE STREET,22904,-78.499882,38.032851,"Trash or rubbish fire, contained",9.82,2018-07-11 14:14:33,2018,,"Residential street, road or residential driveway","Highway, parking lot, street: on or near",Cigarette,"Organic materials, other",Unintentional,E7,6.47,2018-07-11 14:14:33,POINT (-78.499882 38.032851),,,,,,, +201800006321,600 MASON STREET,22902,-78.465586,38.019716,Building fire,63.7,2018-07-11 20:22:55,2018,2500.0,Multifamily dwelling,"Cooking area, kitchen","Heat from powered equipment, other",Appliance housing or casing,Unintentional,E5,3.07,2018-07-11 20:22:55,POINT (-78.465586 38.019716),,,,,,, +201800006359,1335 LEE STREET,22904,-78.499882,38.032851,"Outside rubbish, trash or waste fire",7.23,2018-07-13 15:02:35,2018,,Street or road in commercial area,,,,,E5,5.56,2018-07-13 15:02:35,POINT (-78.499882 38.032851),,,,,,, +201800006394,1115 EMMET STREET NORTH,22903,-78.50182,38.051711,Building fire,183.38,2018-07-14 11:59:24,2018,15000.0,"General retail, other","Conduit, pipe, utility, or ventilation shaft",Electrical arcing,Exterior roof covering or finish,Failure of equipment or heat source,TRK9,8.45,2018-07-14 11:59:24,POINT (-78.50182 38.051711),,,,,,, +201800006558,103 DARIEN TERRACE,22902,-78.469893,38.01888,"Cooking fire, confined to container",28.68,2018-07-19 14:17:51,2018,,Multifamily dwelling,,,,,E5,3.62,2018-07-19 14:17:51,POINT (-78.469893 38.01888),,,,,,, +201800006581,1648 RIO HILL DRIVE,22901,-78.46666,38.082574,Building fire,70.83,2018-07-19 23:09:06,2018,,Multifamily dwelling,"Cooking area, kitchen",Heat source: other,Appliance housing or casing,Unintentional,E1,4.3,2018-07-19 23:09:06,POINT (-78.46666 38.082574),,,,,,, +201800006658,111 DANBURY COURT,22902,-78.471005,38.018455,Outside equipment fire,48.22,2018-07-22 14:22:06,2018,300.0,Multifamily dwelling,"Exterior balcony, unenclosed porch","Radiated, conducted heat from operating equipment",Appliance housing or casing,Unintentional,E5,5.69,2018-07-22 14:22:06,POINT (-78.47100500000001 38.018455),,,,,,, +201800007070,1390 STONE CREEK LANE,22902,-78.487966,37.997873,"Fire, other",26.92,2018-08-04 23:00:39,2018,,Multifamily dwelling,Undetermined,Candle,Undetermined,Cause under investigation,E7,5.93,2018-08-04 23:00:39,POINT (-78.487966 37.997873),,,,,,, +201800007626,5TH STREET SOUTHWEST,22902,-78.50984,38.00752,Passenger vehicle fire,14.42,2018-08-23 15:50:53,2018,0.0,Highway or divided highway,Undetermined,Undetermined,Undetermined,Cause under investigation,E7,7.49,2018-08-23 15:50:53,POINT (-78.50984 38.00752),,,,,,, +201800007643,500 1ST STREET SOUTH,22902,-78.483836,38.026601,Brush or brush-and-grass mixture fire,22.63,2018-08-24 02:07:06,2018,0.0,Vehicle parking area,,,,,E5,6.3,2018-08-24 02:07:06,POINT (-78.483836 38.026601),,,,,,, +201800007854,1211 VILLA LANE,22903,-78.523787,38.006467,Building fire,145.67,2018-08-30 17:06:22,2018,120900.0,Multifamily dwelling,Undetermined,Undetermined,Undetermined,Cause under investigation,E10,6.9,2018-08-30 17:06:22,POINT (-78.523787 38.006467),,,,,,, +201800007870,1211 VILLA LANE,22903,-78.523787,38.006467,Building fire,416.25,2018-08-31 01:27:33,2018,1450800.0,Multifamily dwelling,Undetermined,Undetermined,Undetermined,Cause under investigation,BC6,6.59,2018-08-31 01:27:33,POINT (-78.523787 38.006467),,,,,,, +201800008241,210 SOUTH PANTOPS DRIVE,22911,-78.450525,38.028555,"Cooking fire, confined to container",47.13,2018-09-09 16:34:35,2018,,Multifamily dwelling,"Cooking area, kitchen","Heat from powered equipment, other","Cooking materials, including edible materials",Unintentional,E1,7.33,2018-09-09 16:34:35,POINT (-78.450525 38.028555),,,,,,, +201800008303,2145 INGLEWOOD DRIVE,22901,-78.492868,38.068341,"Cooking fire, confined to container",11.12,2018-09-11 17:19:56,2018,,Multifamily dwelling,,,,,E1,8.57,2018-09-11 17:19:56,POINT (-78.492868 38.068341),,,,,,, +201800008309,2613 HYDRAULIC ROAD,22901,-78.498271,38.068917,"Cooking fire, confined to container",21.83,2018-09-11 20:28:35,2018,,Multifamily dwelling,,,,,E1,6.0,2018-09-11 20:28:35,POINT (-78.498271 38.068917),,,,,,, +201800008311,820 MALLSIDE FOREST COURT,22901,-78.467797,38.079288,"Cooking fire, confined to container",16.05,2018-09-11 21:05:05,2018,,Multifamily dwelling,,,,,E1,10.4,2018-09-11 21:05:05,POINT (-78.467797 38.079288),,,,,,, +201800008342,INTERSTATE 64,22903,-78.57715,38.022497,Passenger vehicle fire,10.85,2018-09-12 18:55:23,2018,,Highway or divided highway,Undetermined,Undetermined,Undetermined,Unintentional,E10,9.03,2018-09-12 18:55:23,POINT (-78.57715 38.022497),,,,,,, +201800008345,508 16TH STREET NORTHWEST,22903,-78.498282,38.040275,Building fire,47.02,2018-09-12 19:37:21,2018,1000.0,Multifamily dwelling,"Cooking area, kitchen","Spark, ember, or flame from operating equipment",Cabinetry (including built-in),Failure of equipment or heat source,E7,5.98,2018-09-12 19:37:21,POINT (-78.498282 38.040275),,,,,,, +201800008376,826 HARDY DRIVE,22903,-78.49289,38.033696,"Outside rubbish, trash or waste fire",10.1,2018-09-13 19:54:01,2018,,Multifamily dwelling,,,,,E7,4.43,2018-09-13 19:54:01,POINT (-78.49289 38.033696),,,,,,, +201800008537,1831 AVON STREET EXTENSION,22902,-78.503145,37.992403,Passenger vehicle fire,57.05,2018-09-17 21:41:11,2018,50000.0,Vehicle parking area,"Highway, parking lot, street: on or near",Undetermined,Undetermined,Unintentional,E7,10.47,2018-09-17 21:41:11,POINT (-78.503145 37.992403),,,,,,, +201800009009,511 12TH STREET NORTHWEST,22903,-78.49466,38.03921,Building fire,72.85,2018-09-30 00:07:27,2018,0.0,1 or 2 family dwelling,"Exterior balcony, unenclosed porch",Undetermined,"Furniture, utensils, other",Cause under investigation,E5,5.42,2018-09-30 00:07:27,POINT (-78.49466 38.03921),,,,,,, +201800009018,201 ELLIOTT AVENUE,22902,-78.485726,38.023267,"Outside rubbish fire, other",28.85,2018-09-30 03:32:03,2018,0.0,Street or road in commercial area,,,,,E5,4.77,2018-09-30 03:32:03,POINT (-78.485726 38.023267),,,,,,, +201800009026,1610 MONTICELLO AVENUE,22902,-78.473172,38.016716,"Cooking fire, confined to container",18.93,2018-09-30 12:03:46,2018,1.0,1 or 2 family dwelling,"Cooking area, kitchen","Heat from powered equipment, other","Cooking materials, including edible materials",Unintentional,E7,5.57,2018-09-30 12:03:46,POINT (-78.47317200000001 38.016716),,,,,,, +201800009078,I64EB @ 115MM,22903,-78.593045,38.029636,Passenger vehicle fire,38.1,2018-10-02 08:16:18,2018,,,,,,,E10,8.56,2018-10-02 08:16:18,POINT (-78.593045 38.029636),,,,,,, +201800009165,817 WATSON AVENUE,22901,-78.465827,38.038695,"Cooking fire, confined to container",37.53,2018-10-04 19:31:07,2018,,1 or 2 family dwelling,"Cooking area, kitchen","Heat from powered equipment, other","Cooking materials, including edible materials",Unintentional,E1,5.54,2018-10-04 19:31:07,POINT (-78.465827 38.038695),,,,,,, +201800009382,1131 5TH STREET SOUTHWEST,22903,-78.502968,38.013273,Building fire,73.18,2018-10-11 16:06:34,2018,2000.0,"Food and beverage sales, grocery store","Bathroom, checkroom, lavatory, locker room",Undetermined,Undetermined,Cause under investigation,E5,5.61,2018-10-11 16:06:34,POINT (-78.502968 38.013273),,,,,,, +201800009392,401 FAIRWAY AVENUE,22902,-78.462399,38.027404,Passenger vehicle fire,48.07,2018-10-11 20:18:27,2018,5000.0,"Residential street, road or residential driveway","Engine area, running gear, wheel area",Undetermined,Undetermined,Cause undetermined after investigation,E5,7.82,2018-10-11 20:18:27,POINT (-78.462399 38.027404),,,,,,, +201800009649,1907 EMMET STREET NORTH,22901,-78.492392,38.062191,Passenger vehicle fire,53.9,2018-10-18 22:07:35,2018,2500.0,Vehicle parking area,"Engine area, running gear, wheel area","Spark, ember, or flame from operating equipment","Electrical wire, cable insulation",Unintentional,E1,5.73,2018-10-18 22:07:35,POINT (-78.492392 38.062191),,,,,,, +201800009887,1516 JEFFERSON PARK AVENUE,22903,-78.504774,38.03197,Dumpster or other outside trash receptacle fire,14.07,2018-10-25 16:13:12,2018,0.0,Graded and cared-for plots of land,,,,,E10,5.91,2018-10-25 16:13:12,POINT (-78.504774 38.03197),,,,,,, +201800009908,1600 6TH STREET SOUTHEAST,22902,-78.486629,38.016582,Fire in mobile home used as fixed residence,22.05,2018-10-26 07:16:03,2018,0.0,1 or 2 family dwelling,Bedroom - < 5 persons; included are jail or prison,Cigarette,"Bedding; blanket, sheet, comforter",Unintentional,TRK9,6.99,2018-10-26 07:16:03,POINT (-78.48662899999999 38.016582),,,,,,, +201800009921,2309 TARLETON DRIVE,22901,-78.466603,38.06505,"Chimney or flue fire, confined to chimney or flue",16.65,2018-10-26 14:26:04,2018,,,,,,,BC1,8.11,2018-10-26 14:26:04,POINT (-78.46660300000001 38.06505),,,,,,, +201800009958,1304 JACKSON DRIVE,22902,-78.522669,37.996288,Building fire,60.77,2018-10-27 08:09:41,2018,2000.0,1 or 2 family dwelling,,,,,E10,11.0,2018-10-27 08:09:41,POINT (-78.52266899999999 37.996288),,,,,,, +201800010042,2214 IVY ROAD,22903,-78.516821,38.044811,"Cooking fire, confined to container",13.98,2018-10-29 11:23:48,2018,,Restaurant or cafeteria,,,,,E10,6.3,2018-10-29 11:23:48,POINT (-78.51682099999999 38.044811),,,,,,, +201800010335,221 LAKE CLUB COURT,22902,-78.493151,38.003112,"Cooking fire, confined to container",28.23,2018-11-06 10:02:44,2018,,Multifamily dwelling,"Cooking area, kitchen","Heat from powered equipment, other","Organic materials, other",Unintentional,E7,7.35,2018-11-06 10:02:44,POINT (-78.493151 38.003112),,,,,,, +201800010403,1623 MERIDIAN STREET,22902,-78.482749,38.0127,"Fire, other",26.5,2018-11-08 18:35:10,2018,,Multifamily dwelling,"Cooking area, kitchen","Radiated, conducted heat from operating equipment","Cooking materials, including edible materials",Unintentional,BC1,6.25,2018-11-08 18:35:10,POINT (-78.482749 38.0127),,,,,,, +201800010587,1500 RUGBY ROAD,22903,-78.488303,38.055184,"Cooking fire, confined to container",63.92,2018-11-13 15:46:07,2018,500.0,1 or 2 family dwelling,"Cooking area, kitchen","Heat from direct flame, convection currents","Cooking materials, including edible materials",Unintentional,E7,5.93,2018-11-13 15:46:07,POINT (-78.488303 38.055184),,,,,,, +201800010898,11TH GARAGE,22903,-78.496329,38.032295,Dumpster or other outside trash receptacle fire,24.42,2018-11-22 21:14:26,2018,0.0,Vehicle parking area,,,,,E5,5.57,2018-11-22 21:14:26,POINT (-78.496329 38.032295),,,,,,, +201800010962,814 PROSPECT AVENUE,22903,,,Building fire,49.72,2018-11-25 10:20:09,2018,3000.0,1 or 2 family dwelling,"Common room, den, family room, living room, lounge",Candle,Decoration,Unintentional,E5,4.83,2018-11-25 10:20:09,POINT (nan nan),,,,,,, +201800011033,1700 EMMET STREET NORTH,22901,-78.493889,38.058827,Road freight or transport vehicle fire,16.87,2018-11-27 15:31:53,2018,,"Street, other","Highway, parking lot, street: on or near","Radiated, conducted heat from operating equipment",Tire,Failure of equipment or heat source,TRK9,5.83,2018-11-27 15:31:53,POINT (-78.493889 38.058827),,,,,,, +201800011472,304 OLD LYNCHBURG ROAD,22903,-78.516599,38.012717,Passenger vehicle fire,59.82,2018-12-09 18:51:29,2018,,,"Engine area, running gear, wheel area",Heat source: other,"Item first ignited, other",Unintentional,BC1,7.0,2018-12-09 18:51:29,POINT (-78.516599 38.012717),,,,,,, +201800011491,2111 MICHIE DRIVE,22901,-78.487653,38.059975,Building fire,97.82,2018-12-10 08:36:51,2018,2500.0,Multifamily dwelling,"Common room, den, family room, living room, lounge",Electrical arcing,"Electrical wire, cable insulation",Unintentional,E1,7.72,2018-12-10 08:36:51,POINT (-78.48765299999999 38.059975),,,,,,, +201900000405,1900 CARR'S HILL ROAD,22903,-78.503861,38.037975,Fires in structure other than in a building,153.77,2019-01-14 16:20:15,2019,100000.0,Steam or heat generating plant ,"Conduit, pipe, utility, or ventilation shaft","Spark, ember, or flame from operating equipment","Electrical wire, cable insulation",Cause undetermined after investigation,E10,5.28,2019-01-14 16:20:15,POINT (-78.503861 38.037975),,,,,,, +201900000471,502 RUGBY ROAD,22903,-78.500845,38.040941,"Cooking fire, confined to container",32.98,2019-01-16 19:43:47,2019,0.0,"Sorority house, fraternity house","Cooking area, kitchen","Radiated, conducted heat from operating equipment",Household utensils,Unintentional,E7,8.0,2019-01-16 19:43:47,POINT (-78.500845 38.040941),,,,,,, +201900000841,290 MASSIE ROAD,22904,-78.507675,38.044931,"Cooking fire, confined to container",14.98,2019-01-29 14:54:40,2019,,"Adult education center, college classroom",,,,,E1,6.57,2019-01-29 14:54:40,POINT (-78.50767500000001 38.044931),,,,,,, +201900000923,2228 GREENBRIER DRIVE,22901,-78.470719,38.063258,Building fire,59.88,2019-02-01 09:36:34,2019,1500.0,"Elementary school, including kindergarten","Laundry area, wash house (laundry)","Spark, ember, or flame from operating equipment","Dust, fiber, lint, including sawdust and excelsior",Unintentional,BC1,7.98,2019-02-01 09:36:34,POINT (-78.470719 38.063258),,,,,,, +201900001212,I64 MM 118,22903,-78.540667,38.021787,Passenger vehicle fire,13.2,2019-02-10 10:02:42,2019,,Highway or divided highway,Cargo/trunk area - all vehicles,"Hot or smoldering object, other",Multiple items first ignited,Unintentional,E10,6.33,2019-02-10 10:02:42,POINT (-78.540667 38.021787),,,,,,, +201900001524,1540 FOUNDERS PLACE,22902,-78.494991,37.996598,Building fire,48.2,2019-02-21 06:51:11,2019,,"24-hour care Nursing homes, 4 or more persons",,,,,E5,6.9,2019-02-21 06:51:11,POINT (-78.494991 37.996598),,,,,,, +201900001732,720 MONTROSE AVENUE,22902,-78.479929,38.02141,Building fire,134.93,2019-02-26 23:36:50,2019,60000.0,1 or 2 family dwelling,"Attic: vacant, crawl space above top story, cupola","Heat from direct flame, convection currents",Flammable liquid/gas - in/from final container,Unintentional,CHF1,2.27,2019-02-26 23:36:50,POINT (-78.479929 38.02141),,,,,,, +201900002123,1730 RESERVOIR ROAD,22903,-78.555423,38.026423,Brush or brush-and-grass mixture fire,31.75,2019-03-11 15:31:20,2019,,Beach,,,,,E10,12.78,2019-03-11 15:31:20,POINT (-78.555423 38.026423),,,,,,, +201900002134,606 DRUID AVENUE,22902,-78.483953,38.020165,Building fire,156.28,2019-03-12 03:44:40,2019,25000.0,1 or 2 family dwelling,Interior stairway or ramp,Electrical arcing,"Interior wall covering excluding drapes, etc.",Unintentional,E5,6.42,2019-03-12 03:44:40,POINT (-78.483953 38.020165),,,,,,, +201900002297,600 BURGOYNE ROAD,22901,-78.512445,38.063588,"Natural vegetation fire, other",18.23,2019-03-17 14:36:40,2019,,Multifamily dwelling,,,,,E1,3.51,2019-03-17 14:36:40,POINT (-78.512445 38.063588),,,,,,, +201900002932,INTERSTATE 64 WEST,22902,-78.509954,38.008325,Road freight or transport vehicle fire,23.83,2019-04-05 12:42:03,2019,,,,,,,E7,10.6,2019-04-05 12:42:03,POINT (-78.50995399999999 38.008325),,,,,,, +201900003220,583 BRANDON AVENUE,22903,-78.504968,38.029549,Building fire,107.8,2019-04-13 19:44:53,2019,100000.0,"Dormitory type residence, other ",Bedroom - 5+ persons; including barrack/dormitory,Undetermined,Undetermined,Cause under investigation,E4,5.55,2019-04-13 19:44:53,POINT (-78.50496800000001 38.029549),,,,,,, +201900003240,1884 WESTVIEW ROAD,22903,-78.500142,38.049337,Building fire,91.48,2019-04-14 11:36:24,2019,15000.0,1 or 2 family dwelling,"Cooking area, kitchen","Spark, ember, or flame from operating equipment",Appliance housing or casing,Failure of equipment or heat source,E10,15.72,2019-04-14 11:36:24,POINT (-78.500142 38.049337),,,,,,, +201900003245,2208 NORTH BERKSHIRE ROAD,22901,-78.495464,38.061312,Building fire,90.93,2019-04-14 16:42:10,2019,5000.0,1 or 2 family dwelling,"Cooking area, kitchen","Spark, ember, or flame from operating equipment","Cooking materials, including edible materials",Unintentional,E10,9.14,2019-04-14 16:42:10,POINT (-78.495464 38.061312),,,,,,, +201900003544,1309 WEST MAIN STREET,22903,-78.498876,38.033563,Building fire,99.58,2019-04-23 19:23:58,2019,500.0,"Hotel/motel, commercial","Wall assembly, concealed wall space",Heat source: other,"Organic materials, other",Cause under investigation,E7,3.16,2019-04-23 19:23:58,POINT (-78.498876 38.033563),,,,,,, +201900003560,1802 SOLOMON ROAD,22901,-78.49797,38.066271,Building fire,66.85,2019-04-24 12:01:41,2019,30000.0,1 or 2 family dwelling,"Function area, other",Undetermined,Undetermined,Cause under investigation,E1,5.68,2019-04-24 12:01:41,POINT (-78.49797 38.066271),,,,,,, +201900004447,I64 WEST @ 116MM,22903,-78.577035,38.022727,Passenger vehicle fire,18.53,2019-05-20 16:09:13,2019,,,"Engine area, running gear, wheel area",Undetermined,Undetermined,Failure of equipment or heat source,E10,6.79,2019-05-20 16:09:13,POINT (-78.577035 38.022727),,,,,,, +201900004509,104 14TH STREET NORTHWEST,22903,-78.49902,38.034397,Brush or brush-and-grass mixture fire,25.57,2019-05-22 15:32:04,2019,0.0,Graded and cared-for plots of land,,,,,E10,3.62,2019-05-22 15:32:04,POINT (-78.49902 38.034397),,,,,,, +201900004544,1089 EAST WATER STREET,22902,-78.470565,38.026038,Brush or brush-and-grass mixture fire,12.02,2019-05-23 15:49:24,2019,1.0,"Street, other","Outside area, other",Cigarette,"Chips, including wood chips",Unintentional,E4,3.68,2019-05-23 15:49:24,POINT (-78.47056499999999 38.026038),,,,,,, +201900004583,1210 LEE STREET,22903,-78.497432,38.031444,"Outside rubbish fire, other",10.8,2019-05-24 16:13:01,2019,0.0,"Outside or special property, other",,,,,E10,1.05,2019-05-24 16:13:01,POINT (-78.497432 38.031444),,,,,,, +201900004604,2021 IVY ROAD,22903,-78.510009,38.042615,Building fire,93.33,2019-05-25 03:39:47,2019,25000.0,Multifamily dwelling,"Bathroom, checkroom, lavatory, locker room","Heat from powered equipment, other","Electrical wire, cable insulation",Unintentional,BC1,9.46,2019-05-25 03:39:47,POINT (-78.510009 38.042615),,,,,,, +201900005126,221 AZALEA DRIVE,22903,-78.512911,38.012925,Passenger vehicle fire,25.68,2019-06-09 15:42:34,2019,6000.0,"Residential street, road or residential driveway",Operator/passenger area of transportation equipment,"Spark, ember, or flame from operating equipment","Upholstered sofa, chair, vehicle seats",Cause undetermined after investigation,E10,5.57,2019-06-09 15:42:34,POINT (-78.512911 38.012925),,,,,,, +201900005291,455 2ND STREET SOUTHEAST,22902,-78.482407,38.027607,"Natural vegetation fire, other",12.57,2019-06-15 06:11:24,2019,0.0,Street or road in commercial area,,,,,E7,5.95,2019-06-15 06:11:24,POINT (-78.48240699999999 38.027607),,,,,,, +201900005315,901 ROSE HILL DRIVE,22903,-78.486546,38.039029,"Outside rubbish, trash or waste fire",12.82,2019-06-15 16:00:29,2019,,,"Outside area, other",Match,"Rubbish, trash, or waste",Intentional,E7,7.33,2019-06-15 16:00:29,POINT (-78.486546 38.039029),,,,,,, +201900005322,2300 COMMONWEALTH DRIVE,22901,-78.488293,38.073082,"Natural vegetation fire, other",19.9,2019-06-15 17:35:53,2019,,"Personal service, including barber & beauty shops",,,,,E1,6.9,2019-06-15 17:35:53,POINT (-78.488293 38.073082),,,,,,, +201900005446,215 WEST WATER STREET,22902,-78.48299,38.030645,Dumpster or other outside trash receptacle fire,18.43,2019-06-20 01:28:23,2019,500.0,"Street, other",Undetermined,Undetermined,Undetermined,Cause undetermined after investigation,E5,6.53,2019-06-20 01:28:23,POINT (-78.48299 38.030645),,,,,,, +201900005519,2111 MICHIE DRIVE,22901,-78.487653,38.059975,Outside equipment fire,29.95,2019-06-22 21:34:55,2019,30.0,Multifamily dwelling,"Entranceway, lobby",Electrical arcing,"Electrical wire, cable insulation",Cause undetermined after investigation,E1,7.06,2019-06-22 21:34:55,POINT (-78.48765299999999 38.059975),,,,,,, +201900005551,735 ORANGEDALE AVENUE,22903,-78.496692,38.023432,"Cooking fire, confined to container",11.93,2019-06-23 16:10:40,2019,,1 or 2 family dwelling,"Open area - outside; included are farmland, field","Spark, ember, or flame from operating equipment",Undetermined,Unintentional,E7,5.95,2019-06-23 16:10:40,POINT (-78.496692 38.023432),,,,,,, +201900005773,2454 OLD IVY ROAD,22903,-78.522616,38.049115,"Fire, other",23.63,2019-07-01 10:50:59,2019,,Refrigerated storage,"Storage area, other",Heat source: other,"Item first ignited, other",Failure of equipment or heat source,E1,7.54,2019-07-01 10:50:59,POINT (-78.522616 38.049115),,,,,,, +201900005786,1221 HARRIS STREET,22903,-78.480561,38.040832,"Natural vegetation fire, other",93.7,2019-07-01 16:33:35,2019,,"Outside or special property, other",,,,,E1,3.75,2019-07-01 16:33:35,POINT (-78.48056099999999 38.040832),,,,,,, +201900005806,1201 PEN PARK LANE,22901,-78.458612,38.05053,"Cooking fire, confined to container",33.45,2019-07-02 13:42:34,2019,0.0,1 or 2 family dwelling,,,,,E1,7.94,2019-07-02 13:42:34,POINT (-78.458612 38.05053),,,,,,, +201900005822,455 BURGOYNE ROAD,22901,-78.511996,38.065462,"Cooking fire, confined to container",67.37,2019-07-02 20:18:33,2019,,Multifamily dwelling,,,,,E1,8.08,2019-07-02 20:18:33,POINT (-78.511996 38.065462),,,,,,, +201900005836,600 BURGOYNE ROAD,22901,-78.512445,38.063588,"Natural vegetation fire, other",14.33,2019-07-03 13:23:46,2019,,Multifamily dwelling,,,,,E1,7.85,2019-07-03 13:23:46,POINT (-78.512445 38.063588),,,,,,, +201900005885,398 OLD LYNCHBURG ROAD,22903,-78.516599,38.012717,Building fire,30.35,2019-07-04 21:55:59,2019,300.0,"Outbuilding, protective shelter","Outside area, other",Fireworks,"Pyrotechnics, explosives",Cause under investigation,E10,7.69,2019-07-04 21:55:59,POINT (-78.516599 38.012717),,,,,,, +201900005958,500 MARTHA JEFFERSON DRIVE,22911,-78.44175,38.023613,Building fire,15.27,2019-07-07 12:14:18,2019,,Hospital - medical or psychiatric,"Cooking area, kitchen","Heat from powered equipment, other","Item first ignited, other",Unintentional,E1,9.71,2019-07-07 12:14:18,POINT (-78.44175 38.023613),,,,,,, +201900006023,291 MCCORMICK ROAD,22903,-78.507987,38.033623,Passenger vehicle fire,30.42,2019-07-09 13:56:08,2019,15000.0,Street or road in commercial area,"Engine area, running gear, wheel area",Undetermined,Undetermined,Cause undetermined after investigation,E10,6.81,2019-07-09 13:56:08,POINT (-78.507987 38.033623),,,,,,, +201900006050,100 BARBOUR DRIVE,22903,-78.491808,38.043464,Outside equipment fire,12.45,2019-07-10 17:29:16,2019,0.0,Residential board and care,"Courtyard, patio, terrace",Heat source: other,"Cooking materials, including edible materials",Unintentional,E7,5.74,2019-07-10 17:29:16,POINT (-78.49180800000001 38.043464),,,,,,, +201900006285,525 BURGOYNE ROAD,22901,-78.510377,38.064117,"Cooking fire, confined to container",34.47,2019-07-17 10:45:22,2019,0.0,Multifamily dwelling,,,,,E10,8.04,2019-07-17 10:45:22,POINT (-78.51037700000001 38.064117),,,,,,, +201900006330,250 BYP / RAMP,22901,-78.479443,38.046718,Passenger vehicle fire,21.02,2019-07-18 15:50:34,2019,,"Street, other",Undetermined,Undetermined,Undetermined,Unintentional,E1,5.06,2019-07-18 15:50:34,POINT (-78.479443 38.046718),,,,,,, +201900006331,250 BYP / RAMP,22901,-78.479443,38.046718,"Fire, other",20.18,2019-07-18 15:51:24,2019,,"Street, other",Undetermined,Undetermined,Undetermined,Cause undetermined after investigation,E1,4.22,2019-07-18 15:51:24,POINT (-78.479443 38.046718),,,,,,, +201900006469,500 CHERRY AVENUE,22903,-78.490886,38.026057,"Outside rubbish, trash or waste fire",8.32,2019-07-22 04:09:23,2019,,"Residential street, road or residential driveway","Highway, parking lot, street: on or near",Undetermined,"Rubbish, trash, or waste",Cause undetermined after investigation,E7,6.78,2019-07-22 04:09:23,POINT (-78.490886 38.026057),,,,,,, +201900006608,I64 MM115 EB,22903,-78.593045,38.029636,Passenger vehicle fire,28.9,2019-07-26 11:22:14,2019,10000.0,Highway or divided highway,Undetermined,Undetermined,Undetermined,Unintentional,E10,13.91,2019-07-26 11:22:14,POINT (-78.593045 38.029636),,,,,,, +201900006666,1000 EMMET STREET NORTH,22903,-78.502192,38.050066,"Cooking fire, confined to container",62.85,2019-07-28 05:52:57,2019,5000.0,Restaurant or cafeteria,"Cooking area, kitchen","Radiated, conducted heat from operating equipment",Flammable liquid/gas - in/from final container,Unintentional,E10,7.33,2019-07-28 05:52:57,POINT (-78.50219199999999 38.050066),,,,,,, +201900006713,2ND STREET SOUTHEAST,22902,-78.482696,38.027344,"Natural vegetation fire, other",13.25,2019-07-29 16:50:21,2019,,"Outside or special property, other",,,,,E5,5.4,2019-07-29 16:50:21,POINT (-78.482696 38.027344),,,,,,, +201900007003,1205 LONG STREET,22901,-78.462696,38.036821,"Natural vegetation fire, other",17.97,2019-08-06 16:16:12,2019,,Bank,,,,,E1,5.63,2019-08-06 16:16:12,POINT (-78.46269599999999 38.036821),,,,,,, +201900007107,520 MONTICELLO AVE / 2ND STREET SOUTHEAST,22902,-78.482378,38.026999,Passenger vehicle fire,25.25,2019-08-10 09:44:29,2019,,"Street, other","Engine area, running gear, wheel area",Electrical arcing,"Electrical wire, cable insulation",Unintentional,E7,3.84,2019-08-10 09:44:29,POINT (-78.482378 38.026999),,,,,,, +201900007118,2322 FONTAINE AVENUE,22903,-78.518499,38.02586,Outside equipment fire,36.6,2019-08-10 13:15:34,2019,0.0,Multifamily dwelling,"Outside area, other","Hot or smoldering object, other","Cooking materials, including edible materials",Unintentional,TO10,3.59,2019-08-10 13:15:34,POINT (-78.51849900000001 38.02586),,,,,,, +201900007403,601 CONCORD AVENUE,22903,-78.482906,38.03766,Building fire,310.75,2019-08-18 18:25:01,2019,200000.0,"Mercantile, business, other",Undetermined,Undetermined,Undetermined,Unintentional,TO10,8.3,2019-08-18 18:25:01,POINT (-78.482906 38.03766),,,,,,, +201900007596,1102 LEONARD STREET,22902,-78.472144,38.023125,"Cooking fire, confined to container",24.27,2019-08-23 15:37:59,2019,200.0,Multifamily dwelling,,,,,BC1,4.57,2019-08-23 15:37:59,POINT (-78.472144 38.023125),,,,,,, +201900007736,SHAMROCK ROAD,22903,-78.511347,38.027722,Brush or brush-and-grass mixture fire,22.55,2019-08-27 11:04:42,2019,0.0,Railroad right of way ,,,,,E10,5.11,2019-08-27 11:04:42,POINT (-78.511347 38.027722),,,,,,, +201900008674,241 ZAN ROAD,22901,-78.487656,38.064559,"Outside rubbish fire, other",11.37,2019-09-22 12:19:23,2019,10.0,Vehicle parking area,,,,,E1,6.0,2019-09-22 12:19:23,POINT (-78.487656 38.064559),,,,,,,