Week 7 Spatial Analysis in Arcpy
Week 7: Arcpy
What is ArcPy¶
- What is arcpy
ArcPy
is a collection of modules, classes and functions which give access to all the geoprocessing tools inArcGIS
from withinPython
- Most
geoprocessing
scripts will start with: import arcpy - Note:
ArcPy
replaces the olderarcgisscripting
module
Key features of arcpy¶
- Geoprocessing Tools: Provides access to hundreds of tools, such as buffers, spatial joins, and overlay operations.
- Automation: Automates repetitive GIS tasks, like updating feature classes or running models, which improves workflow efficiency.
- Spatial Analysis: Supports complex spatial operations like proximity analysis, surface analysis, and spatial statistics.
- Data Management: Handles the creation, manipulation, and conversion of spatial data formats (e.g., shapefiles, geodatabases).
- Map Production: Helps generate and modify maps by automating tasks such as adding layers, symbols, and exporting maps.
In [1]:
Copied!
import pandas as pd
from arcgis import GIS
import pandas as pd
from arcgis import GIS
In [2]:
Copied!
gis = GIS()
m = gis.map('USA', zoomlevel=4)
gis = GIS()
m = gis.map('USA', zoomlevel=4)
In [8]:
Copied!
sedf = pd.DataFrame.spatial.from_featureclass("2024_Vehicle_Level_Crash_Details")
sedf = pd.DataFrame.spatial.from_featureclass("2024_Vehicle_Level_Crash_Details")
In [9]:
Copied!
sedf.spatial.plot()
sedf.spatial.plot()
MapView(layout=Layout(height='400px', width='100%'))
In [34]:
Copied!
sedf.head()
sedf.head()
Out[34]:
FID | OBJECTID | CRASH_NUMB | CITY_TOWN_ | CRASH_DATE | CRASH_DA_1 | CRASH_STAT | CRASH_SEVE | MAX_INJR_S | NUMB_VEHC | NUMB_NONFA | NUMB_FATAL | POLC_AGNCY | MANR_COLL_ | VEHC_MNVR_ | VEHC_TRVL_ | VEHC_SEQ_E | AMBNT_LIGH | WEATH_COND | ROAD_SURF_ | FIRST_HRMF | MOST_HRMFL | DRVR_CNTRB | VEHC_CONFI | STREET_NUM | RDWY | DIST_DIRC_ | NEAR_INT_R | MM_RTE | DIST_DIR_1 | MILEMARKER | EXIT_RTE | DIST_DIR_2 | EXIT_NUMB | DIST_DIR_3 | LANDMARK | RDWY_JNCT_ | TRAF_CNTRL | TRAFY_DESC | JURISDICTN | ... | SHLDR_UL_T | SHLDR_UL_W | T_EXC_TYPE | T_EXC_TIME | F_F_CLASS | VEHC_UNIT_ | ALC_SUSPD_ | DRIVER_AGE | DRVR_CNT_1 | DRIVER_DIS | DRVR_LCN_S | DRUG_SUSPD | EMERGENCY_ | FMCSA_RP_2 | HAZ_MAT_PL | MAX_INJR_1 | MOST_HRMF_ | TOTAL_OCCP | VEHC_MANR_ | VEHC_CONFG | VEHC_MOST_ | OWNER_ADDR | OWNER_AD_1 | VEHC_REG_S | VEHC_REG_T | VEHC_SEQ_1 | VEHC_TOW_1 | VEHICLE_MA | VEHICLE_MO | VEHICLE_VI | DRIVER_VIO | NON_MTRS_3 | NON_MTRS_4 | NON_MTRS_5 | NON_MTRS_6 | NON_MTRS_7 | NON_MTRS_8 | TRAFFIC_CO | SHAPE_1 | SHAPE | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
0 | 0 | 5015146 | 5344998 | WORCESTER | 01/05/2024 | 2024-01-05 | Open | Property damage only (none injured) | No Apparent Injury (O) | 2 | 0 | 0 | State police | Rear-end | V1: Slowing or stopped in traffic / V2: Slowin... | V1: E / V2: E | V1:(Collision with motor vehicle in traffic) ... | Dawn | Clear | Dry | Collision with motor vehicle in traffic | V1:(Collision with motor vehicle in traffic) /... | D1: (Operating defective equipment) / D2: (No... | V1:(Passenger car) / V2:(Light truck(van, mini... | 290 | 21 | Not at junction | No controls | Two-way, divided, positive median barrier | Massachusetts Department of Transportation | ... | 0 | 0 | Interstate | 1 | No | 22 | DCC1:Operating defective equipment, DCC2:Not r... | Not reported | MA | No | No | No, not federally reportable | Not reported | No Apparent Injury (O) | Collision with motor vehicle in traffic | 1 | Slowing or stopped in traffic | Passenger car | MDA1:Center front, MDA2:Total (all areas) | WORCESTER | MA | MA | PAN | SEQ1:Collision with motor vehicle in traffic | Yes, other reason not disabled | NISS | SENTRA | 3N1CB51D05L567022 | V1: (90-20-B),(90-7-A),(720 906-B) / V2: (90-9-B) | {"x": 175799.5225000009, "y": 891002.076600000... | ||||||||||||||||||||
1 | 1 | 5015146 | 5344998 | WORCESTER | 01/05/2024 | 2024-01-05 | Open | Property damage only (none injured) | No Apparent Injury (O) | 2 | 0 | 0 | State police | Rear-end | V1: Slowing or stopped in traffic / V2: Slowin... | V1: E / V2: E | V1:(Collision with motor vehicle in traffic) ... | Dawn | Clear | Dry | Collision with motor vehicle in traffic | V1:(Collision with motor vehicle in traffic) /... | D1: (Operating defective equipment) / D2: (No... | V1:(Passenger car) / V2:(Light truck(van, mini... | 290 | 21 | Not at junction | No controls | Two-way, divided, positive median barrier | Massachusetts Department of Transportation | ... | 0 | 0 | Interstate | 2 | No | 44 | DCC1:No improper driving, DCC2:Not reported | Not Distracted | RI | No | No | No, not federally reportable | Not reported | No Apparent Injury (O) | Collision with motor vehicle in traffic | 1 | Slowing or stopped in traffic | Light truck(van, mini-van, pickup, sport utility) | MDA1:Center rear | WOONSOCKET | RI | RI | PAN | SEQ1:Collision with motor vehicle in traffic | Yes, vehicle or trailer disabled | NISSAN | V1: (90-20-B),(90-7-A),(720 906-B) / V2: (90-9-B) | {"x": 175799.5225000009, "y": 891002.076600000... | ||||||||||||||||||||||
2 | 2 | 5015832 | 5345091 | WORCESTER | 01/07/2024 | 2024-01-07 | Open | Property damage only (none injured) | No Apparent Injury (O) | 2 | 0 | 0 | State police | Rear-end | V1: Travelling straight ahead / V2: Travelling... | V1: W / V2: W | V1:(Collision with motor vehicle in traffic) ... | Dark - lighted roadway | Snow | Snow | Collision with motor vehicle in traffic | V1:(Collision with motor vehicle in traffic) /... | D1: (No improper driving) / D2: (Over-correct... | V1:(Light truck(van, mini-van, pickup, sport u... | 290 | 22 | Not at junction | No controls | One-way, not divided | Massachusetts Department of Transportation | ... | 0 | 0 | Interstate | 1 | No | 29 | DCC1:No improper driving, DCC2:Not reported | Not Distracted | MA | No | No | No, not federally reportable | Not reported | No Apparent Injury (O) | Collision with motor vehicle in traffic | 1 | Travelling straight ahead | Light truck(van, mini-van, pickup, sport utility) | MDA1:Right front | MARLBOROUGH | MA | MA | PAN | SEQ1:Collision with motor vehicle in traffic | Yes, vehicle or trailer disabled | CADI | ESCALD | 1GYEK63N86R102235 | {"x": 175994.68299999833, "y": 893358.65329999... | |||||||||||||||||||||
3 | 3 | 5015832 | 5345091 | WORCESTER | 01/07/2024 | 2024-01-07 | Open | Property damage only (none injured) | No Apparent Injury (O) | 2 | 0 | 0 | State police | Rear-end | V1: Travelling straight ahead / V2: Travelling... | V1: W / V2: W | V1:(Collision with motor vehicle in traffic) ... | Dark - lighted roadway | Snow | Snow | Collision with motor vehicle in traffic | V1:(Collision with motor vehicle in traffic) /... | D1: (No improper driving) / D2: (Over-correct... | V1:(Light truck(van, mini-van, pickup, sport u... | 290 | 22 | Not at junction | No controls | One-way, not divided | Massachusetts Department of Transportation | ... | 0 | 0 | Interstate | 2 | No | 44 | DCC1:Over-correcting/over-steering, DCC2:Not r... | Not Distracted | RI | No | No | No, not federally reportable | Not reported | No Apparent Injury (O) | Collision with motor vehicle in traffic | 1 | Travelling straight ahead | Passenger car | MDA1:Right rear, MDA2:Center rear, MDA3:Left rear | MANVILLE | RI | RI | PAN | SEQ1:Collision with motor vehicle in traffic | Yes, vehicle or trailer disabled | LEXUS | {"x": 175994.68299999833, "y": 893358.65329999... | |||||||||||||||||||||||
4 | 4 | 5016653 | 5345778 | WORCESTER | 01/02/2024 | 2024-01-02 | Open | Property damage only (none injured) | No Apparent Injury (O) | 3 | 0 | 0 | State police | Rear-to-rear | V1: Travelling straight ahead / V2: Travelling... | V1: W / V2: W / V3: W | V1:(Collision with motor vehicle in traffic) ... | Daylight | Clear | Dry | Collision with motor vehicle in traffic | V1:(Collision with motor vehicle in traffic) /... | D1: (No improper driving) / D2: (No improper ... | V1:(Passenger car) / V2:(Truck/trailer) / V3:(... | INTERSTATE 290 Rte I290 W | Not at junction | No controls | Two-way, divided, positive median barrier | Massachusetts Department of Transportation | ... | 0 | 0 | Interstate | 3 | No | 56 | DCC1:No improper driving, DCC2:Not reported | Not Distracted | GA | No | No | No, not federally reportable | Not reported | No Apparent Injury (O) | Collision with motor vehicle in traffic | 1 | Travelling straight ahead | Light truck(van, mini-van, pickup, sport utility) | MDA1:Center front, MDA2:Right front, MDA3:Left... | LITHONIA | GA | NH | PAS | SEQ1:Collision with motor vehicle in traffic | Yes, vehicle or trailer disabled | GMC | {"x": 175639.38759999722, "y": 891405.46480000... |
5 rows × 151 columns
In [11]:
Copied!
# Check the column and row in sedf
sedf.shape
# Check the column and row in sedf
sedf.shape
Out[11]:
(6803, 151)
In [12]:
Copied!
sedf.info()
sedf.info()
<class 'pandas.core.frame.DataFrame'> RangeIndex: 6803 entries, 0 to 6802 Columns: 151 entries, FID to SHAPE dtypes: Int32(9), Int64(1), datetime64[ns](1), float64(4), geometry(1), string(135) memory usage: 7.7 MB
In [13]:
Copied!
sedf.spatial.geometry_type
sedf.spatial.geometry_type
Out[13]:
['point', None]
In [14]:
Copied!
# Visualize geometry
sedf.SHAPE[0]
# Visualize geometry
sedf.SHAPE[0]
Out[14]:
In [15]:
Copied!
sedf.columns
sedf.columns
Out[15]:
Index(['FID', 'OBJECTID', 'CRASH_NUMB', 'CITY_TOWN_', 'CRASH_DATE', 'CRASH_DA_1', 'CRASH_STAT', 'CRASH_SEVE', 'MAX_INJR_S', 'NUMB_VEHC', ... 'DRIVER_VIO', 'NON_MTRS_3', 'NON_MTRS_4', 'NON_MTRS_5', 'NON_MTRS_6', 'NON_MTRS_7', 'NON_MTRS_8', 'TRAFFIC_CO', 'SHAPE_1', 'SHAPE'], dtype='object', length=151)
In [16]:
Copied!
new_sedf = sedf.loc[:,['CRASH_SEVE','NUMB_VEHC', 'TRAFFIC_CO','SHAPE']]
new_sedf
new_sedf = sedf.loc[:,['CRASH_SEVE','NUMB_VEHC', 'TRAFFIC_CO','SHAPE']]
new_sedf
Out[16]:
CRASH_SEVE | NUMB_VEHC | TRAFFIC_CO | SHAPE | |
---|---|---|---|---|
0 | Property damage only (none injured) | 2 | {"x": 175799.5225000009, "y": 891002.076600000... | |
1 | Property damage only (none injured) | 2 | {"x": 175799.5225000009, "y": 891002.076600000... | |
2 | Property damage only (none injured) | 2 | {"x": 175994.68299999833, "y": 893358.65329999... | |
3 | Property damage only (none injured) | 2 | {"x": 175994.68299999833, "y": 893358.65329999... | |
4 | Property damage only (none injured) | 3 | {"x": 175639.38759999722, "y": 891405.46480000... | |
... | ... | ... | ... | ... |
6798 | Property damage only (none injured) | 2 | {"x": 174673.46880000085, "y": 892618.37489999... | |
6799 | Non-fatal injury | 3 | {"x": 173238.51539999992, "y": 889548.00010000... | |
6800 | Non-fatal injury | 3 | {"x": 173238.51539999992, "y": 889548.00010000... | |
6801 | Non-fatal injury | 3 | {"x": 173238.51539999992, "y": 889548.00010000... | |
6802 | 0 | {"x": 175970.9534725231, "y": 888826.234260270... |
6803 rows × 4 columns
Visualizing data with SEDF¶
In [17]:
Copied!
new_sedf.spatial.plot(renderer_type='u', col = 'CRASH_SEVE')
new_sedf.spatial.plot(renderer_type='u', col = 'CRASH_SEVE')
MapView(layout=Layout(height='400px', width='100%'))
In [18]:
Copied!
new_sedf.spatial.plot(renderer_type='h')
new_sedf.spatial.plot(renderer_type='h')
MapView(layout=Layout(height='400px', width='100%'))
In [19]:
Copied!
paths = r'M:\python_UTD\sample_sedf.shp'
new_sedf.spatial.to_featureclass(paths)
paths = r'M:\python_UTD\sample_sedf.shp'
new_sedf.spatial.to_featureclass(paths)
--------------------------------------------------------------------------- ExecuteError Traceback (most recent call last) In [19]: Line 3: new_sedf.spatial.to_featureclass(paths) File G:\ArcGIS_Pro\ArcGISPRO\bin\Python\envs\arcgispro-py3\lib\site-packages\arcgis\features\geo\_accessor.py, in to_featureclass: Line 2637: result = to_featureclass( File G:\ArcGIS_Pro\ArcGISPRO\bin\Python\envs\arcgispro-py3\lib\site-packages\arcgis\features\geo\_io\fileops.py, in to_featureclass: Line 1095: raise e File G:\ArcGIS_Pro\ArcGISPRO\bin\Python\envs\arcgispro-py3\lib\site-packages\arcgis\features\geo\_io\fileops.py, in to_featureclass: Line 989: fc = arcpy.CreateFeatureclass_management( File G:\ArcGIS_Pro\ArcGISPRO\Resources\ArcPy\arcpy\management.py, in CreateFeatureclass: Line 3858: raise e File G:\ArcGIS_Pro\ArcGISPRO\Resources\ArcPy\arcpy\management.py, in CreateFeatureclass: Line 3855: retval = convertArcObjectToPythonObject(gp.CreateFeatureclass_management(*gp_fixargs((out_path, out_name, geometry_type, template, has_m, has_z, spatial_reference, config_keyword, spatial_grid_1, spatial_grid_2, spatial_grid_3, out_alias), True))) File G:\ArcGIS_Pro\ArcGISPRO\Resources\ArcPy\arcpy\geoprocessing\_base.py, in <lambda>: Line 512: return lambda *args: val(*gp_fixargs(args, True)) ExecuteError: Failed to execute. Parameters are not valid. ERROR 000732: Feature Class Location: Dataset M:\python_UTD does not exist or is not supported Failed to execute (CreateFeatureclass). ---------------------------------------------------------------------------
Cursors in arcpy¶
- Cursors are in-memory objects used to iterate over and manipulate rows in feature classes or tables within a geodatabase.
- They can read, update, or delete data efficiently.
There are three main types of cursors¶
- SearchCursor(): Read only view of data from a table or feature class
- InsertCursor(): Adds rows to a table or feature class
- UpdateCursor(): Edit or delete rows in a table or feature class
Describt(): Return Descriptive Information about a feature class¶
In [20]:
Copied!
desc = arcpy.Describe("zip_Worcester")
desc = arcpy.Describe("zip_Worcester")
In [21]:
Copied!
print("The data type is:" + desc.datatype)
print("The data type is:" + desc.datatype)
The data type is:FeatureLayer
In [22]:
Copied!
print("The shape type is:" + desc.shapetype)
print("The shape type is:" + desc.shapetype)
The shape type is:Polygon
List the column names¶
In [23]:
Copied!
feature_class = "T2024_Vehicle_Level_Crash_Details"
fields = arcpy.ListFields(feature_class)
# Print the name of each field
for field in fields:
print(field.name)
feature_class = "T2024_Vehicle_Level_Crash_Details"
fields = arcpy.ListFields(feature_class)
# Print the name of each field
for field in fields:
print(field.name)
OBJECTID_1 Shape OBJECTID CRASH_NUMB CITY_TOWN_ CRASH_DATE CRASH_DA_1 CRASH_STAT CRASH_SEVE MAX_INJR_S NUMB_VEHC NUMB_NONFA NUMB_FATAL POLC_AGNCY MANR_COLL_ VEHC_MNVR_ VEHC_TRVL_ VEHC_SEQ_E AMBNT_LIGH WEATH_COND ROAD_SURF_ FIRST_HRMF MOST_HRMFL DRVR_CNTRB VEHC_CONFI STREET_NUM RDWY DIST_DIRC_ NEAR_INT_R MM_RTE DIST_DIR_1 MILEMARKER EXIT_RTE DIST_DIR_2 EXIT_NUMB DIST_DIR_3 LANDMARK RDWY_JNCT_ TRAF_CNTRL TRAFY_DESC JURISDICTN FIRST_HR_1 NON_MTRST_ NON_MTRS_1 NON_MTRS_2 IS_GEOCODE GEOCODING_ X Y LAT LON RMV_DOC_ID CRASH_RPT_ YEAR AGE_DRVR_Y AGE_DRVR_O AGE_NONMTR AGE_NONM_1 DRVR_DISTR DISTRICT_N RPA_ABBR VEHC_EMER_ VEHC_TOWED CNTY_NAME FMCSA_RPTB FMCSA_RP_1 HIT_RUN_DE LCLTY_NAME ROAD_CNTRB SCHL_BUS_R SPEED_LIMI TRAF_CNT_1 WORK_ZONE_ AADT AADT_YEAR PK_PCT_SUT AV_PCT_SUT PK_PCT_CT AV_PCT_CT CURB TRUCK_RTE LT_SIDEWLK RT_SIDEWLK SHLDR_LT_W SHLDR_LT_T SURFACE_WD SURFACE_TP SHLDR_RT_W SHLDR_RT_T NUM_LANES OPP_LANES MED_WIDTH MED_TYPE URBAN_TYPE F_CLASS URBAN_AREA FD_AID_RTE FACILITY OPERATION CONTROL PEAK_LANE SPEED_LIM STREETNAME FROMSTREET TOSTREETNA CITY STRUCT_CND TERRAIN URBAN_LOC_ AADT_DERIV STATN_NUM OP_DIR_SL SHLDR_UL_T SHLDR_UL_W T_EXC_TYPE T_EXC_TIME F_F_CLASS VEHC_UNIT_ ALC_SUSPD_ DRIVER_AGE DRVR_CNT_1 DRIVER_DIS DRVR_LCN_S DRUG_SUSPD EMERGENCY_ FMCSA_RP_2 HAZ_MAT_PL MAX_INJR_1 MOST_HRMF_ TOTAL_OCCP VEHC_MANR_ VEHC_CONFG VEHC_MOST_ OWNER_ADDR OWNER_AD_1 VEHC_REG_S VEHC_REG_T VEHC_SEQ_1 VEHC_TOW_1 VEHICLE_MA VEHICLE_MO VEHICLE_VI DRIVER_VIO NON_MTRS_3 NON_MTRS_4 NON_MTRS_5 NON_MTRS_6 NON_MTRS_7 NON_MTRS_8 TRAFFIC_CO SHAPE_1
SearchCursor¶
- SearchCursor is a read-only cursor object so it can't be used to insert of update existing records. You can only view the contents.
- Loop through each record in the cursor
Iterate through a feature class and print the values of specific fields.¶
- with statement:This statement is used to open the cursor.
In [24]:
Copied!
fields = ["SHAPE"]
with arcpy.da.SearchCursor(feature_class, fields) as cursor:
for row in cursor:
print(row)
fields = ["SHAPE"]
with arcpy.da.SearchCursor(feature_class, fields) as cursor:
for row in cursor:
print(row)
((175799.5225000009, 891002.0766000003),) ((175799.5225000009, 891002.0766000003),) ((175994.68299999833, 893358.6532999985),) ((175994.68299999833, 893358.6532999985),) ((175639.38759999722, 891405.4648000002),) ((175639.38759999722, 891405.4648000002),) ((175639.38759999722, 891405.4648000002),) ((175994.68299999833, 893358.6532999985),) ((175994.68299999833, 893358.6532999985),) ((175994.68299999833, 893358.6532999985),) ((176259.87610000372, 886890.5615999997),) ((175692.5622999966, 889283.2498999983),) ((175692.5622999966, 889283.2498999983),) ((175692.5622999966, 889283.2498999983),) ((175702.4450000003, 889483.3106000014),) ((175702.4450000003, 889483.3106000014),) ((175771.81430000067, 889823.0256999992),) ((175444.75389999896, 892553.6413000003),) ((175444.75389999896, 892553.6413000003),) ((175672.09629999846, 889554.6110000014),) ((175672.09629999846, 889554.6110000014),) ((175672.09629999846, 889554.6110000014),) ((175449.68090000004, 891963.1068000011),) ((175449.68090000004, 891963.1068000011),) ((175785.08150000125, 890988.1578000002),) ((175785.08150000125, 890988.1578000002),) ((175785.08150000125, 890988.1578000002),) ((None, None),) ((None, None),) ((None, None),) ((None, None),) ((175047.55550000072, 887925.9155000001),) ((175449.68090000004, 891963.1068000011),) ((175449.68090000004, 891963.1068000011),) ((175799.5225000009, 891002.0766000003),) ((175799.5225000009, 891002.0766000003),) ((173355.1247999966, 886997.4145999998),) ((173355.1247999966, 886997.4145999998),) ((175312.6630000025, 889016.2679999992),) ((176875.23860000074, 889323.6662999988),) ((174561.15160000324, 895347.5073999986),) ((175444.75389999896, 892553.6413000003),) ((174426.87110000104, 888041.3073000014),) ((173046.78899999708, 888760.8073000014),) ((173046.78899999708, 888760.8073000014),) ((175233.23430000246, 888984.0001999997),) ((175233.23430000246, 888984.0001999997),) ((172518.85930000246, 888343.1251999997),) ((172518.85930000246, 888343.1251999997),) ((None, None),) ((171694.96869999915, 886660.5626999997),) ((171694.96869999915, 886660.5626999997),) ((173603.15569999814, 889051.4519000016),) ((173603.15569999814, 889051.4519000016),) ((176171.36649999768, 891372.436900001),) ((176171.36649999768, 891372.436900001),) ((171215.65839999914, 889785.117800001),) ((171215.65839999914, 889785.117800001),) ((175158.91960000247, 891079.5399000011),) ((175855.42119999975, 888995.2261000015),) ((175855.42119999975, 888995.2261000015),) ((None, None),) ((None, None),) ((None, None),) ((None, None),) ((None, None),) ((175449.68090000004, 891963.1068000011),) ((175055.62690000236, 894007.1442999989),) ((175055.62690000236, 894007.1442999989),) ((176173.65330000222, 892531.3062000014),) ((176173.65330000222, 892531.3062000014),) ((178500.0053000003, 893613.7122999988),) ((178500.0053000003, 893613.7122999988),) ((171661.4997999966, 887742.8123999983),) ((171661.4997999966, 887742.8123999983),) ((175660.5577000007, 888926.9171000011),) ((175660.5577000007, 888926.9171000011),) ((171178.9531000033, 886652.3123000003),) ((171178.9531000033, 886652.3123000003),) ((175799.5225000009, 891002.0766000003),) ((175799.5225000009, 891002.0766000003),) ((175366.42149999738, 893176.6138000004),) ((175229.02070000023, 888815.6726999991),) ((175229.02070000023, 888815.6726999991),) ((175384.6719999984, 898143.623399999),) ((None, None),) ((None, None),) ((174520.18779999763, 890350.3971000016),) ((174520.18779999763, 890350.3971000016),) ((171690.45750000328, 892076.9633000009),) ((172939.4373999983, 889203.1873000003),) ((172939.4373999983, 889203.1873000003),) ((172939.4373999983, 889203.1873000003),) ((178122.4177000001, 888937.4756000005),) ((175430.41420000046, 892536.8211000003),) ((175654.45160000026, 889560.1550999992),) ((175654.45160000026, 889560.1550999992),) ((171726.92830000073, 888087.0976000018),) ((171726.92830000073, 888087.0976000018),) ((173111.80870000273, 892815.0491999984),) ((178407.90990000218, 894052.001699999),) ((178407.90990000218, 894052.001699999),) ((175426.89840000123, 890558.8103),) ((175426.89840000123, 890558.8103),) ((172173.0324999988, 888255.9805999994),) ((172173.0324999988, 888255.9805999994),) ((176151.35209999979, 891011.5868999995),) ((176151.35209999979, 891011.5868999995),) ((174820.7969999984, 889950.6873000003),) ((174820.7969999984, 889950.6873000003),) ((None, None),) ((None, None),) ((176453.24769999832, 891897.7292999998),) ((176453.24769999832, 891897.7292999998),) ((176453.24769999832, 891897.7292999998),) ((177287.37470000237, 888636.875),) ((177287.37470000237, 888636.875),) ((178156.80460000038, 888925.1856000014),) ((173235.82100000232, 890906.0832000002),) ((173235.82100000232, 890906.0832000002),) ((171219.802199997, 889808.3264000006),) ((171219.802199997, 889808.3264000006),) ((176759.12610000372, 893995.371199999),) ((173541.85920000076, 890163.6251000017),) ((173541.85920000076, 890163.6251000017),) ((175235.65450000018, 888990.4224000014),) ((175235.65450000018, 888990.4224000014),) ((172563.3906000033, 887809.6515999995),) ((174909.5468999967, 889466.1875),) ((172166.34690000117, 891924.3321999982),) ((174694.57819999754, 890010.1251000017),) ((174694.57819999754, 890010.1251000017),) ((None, None),) ((None, None),) ((None, None),) ((None, None),) ((175033.15590000153, 888008.738499999),) ((175033.15590000153, 888008.738499999),) ((175033.15590000153, 888008.738499999),) ((174130.5195999965, 887821.3192999996),) ((None, None),) ((175353.5218999982, 893336.7639000006),) ((175033.15590000153, 888008.738499999),) ((175411.1696999967, 890734.7868000008),) ((175411.1696999967, 890734.7868000008),) ((177055.7317999974, 895693.4340999983),) ((171557.2519999966, 894911.0267999992),) ((175109.04659999907, 891262.875),) ((175109.04659999907, 891262.875),) ((175109.04659999907, 891262.875),) ((175422.24679999799, 895634.0802000016),) ((175422.24679999799, 895634.0802000016),) ((174823.33829999715, 888359.4534999989),) ((175656.54249999672, 886987.0639999993),) ((175656.54249999672, 886987.0639999993),) ((173761.7250000015, 888695.7657999992),) ((173761.7250000015, 888695.7657999992),) ((None, None),) ((None, None),) ((175269.07789999992, 894781.3126999997),) ((175269.07789999992, 894781.3126999997),) ((173361.15139999986, 890225.5839999989),) ((173361.15139999986, 890225.5839999989),) ((175609.8123999983, 884620.8751000017),) ((175609.8123999983, 884620.8751000017),) ((178287.33150000125, 891452.6187000014),) ((178287.33150000125, 891452.6187000014),) ((174926.2076999992, 891249.8638000004),) ((174926.2076999992, 891249.8638000004),) ((175566.31390000135, 887497.9222999997),) ((175046.69799999893, 889731.7201999985),) ((175046.69799999893, 889731.7201999985),) ((173887.6048000008, 890339.0269999988),) ((173887.6048000008, 890339.0269999988),) ((178887.54869999737, 887253.1807999983),) ((178887.54869999737, 887253.1807999983),) ((176892.50659999996, 893555.806400001),) ((176892.50659999996, 893555.806400001),) ((174135.28880000114, 889269.7129000016),) ((174135.28880000114, 889269.7129000016),) ((173482.03559999913, 894490.3590000011),) ((173482.03559999913, 894490.3590000011),) ((None, None),) ((None, None),) ((174754.29670000076, 889177.0001999997),) ((174754.29670000076, 889177.0001999997),) ((None, None),) ((175219.4050000012, 892542.8302000016),) ((175219.4050000012, 892542.8302000016),) ((175219.4050000012, 892542.8302000016),) ((177328.0271999985, 893832.3244000003),) ((177328.0271999985, 893832.3244000003),) ((174095.25720000267, 889416.4758000001),) ((175707.57829999924, 889490.6253000014),) ((175707.57829999924, 889490.6253000014),) ((175196.1502000019, 890872.996100001),) ((174442.252700001, 893205.0590999983),) ((174442.252700001, 893205.0590999983),) ((178492.89819999784, 893248.8717),) ((178492.89819999784, 893248.8717),) ((None, None),) ((None, None),) ((None, None),) ((None, None),) ((171196.2622999996, 887951.0392999984),) ((171196.2622999996, 887951.0392999984),) ((171196.2622999996, 887951.0392999984),) ((None, None),) ((None, None),) ((None, None),) ((None, None),) ((None, None),) ((None, None),) ((None, None),) ((None, None),) ((None, None),) ((None, None),) ((None, None),) ((None, None),) ((None, None),) ((None, None),) ((171374.7206000015, 892085.5337999985),) ((176615.35559999943, 888922.4635999985),) ((176615.35559999943, 888922.4635999985),) ((172594.80470000207, 892143.3682999983),) ((None, None),) ((None, None),) ((None, None),) ((174250.2066999972, 890549.5694999993),) ((174250.2066999972, 890549.5694999993),) ((None, None),) ((None, None),) ((None, None),) ((None, None),) ((172939.4373999983, 889203.1873000003),) ((172939.4373999983, 889203.1873000003),) ((172243.5874999985, 888309.7714000009),) ((172243.5874999985, 888309.7714000009),) ((173107.3527000025, 888695.0456999987),) ((173107.3527000025, 888695.0456999987),) ((173107.3527000025, 888695.0456999987),) ((177284.40910000354, 894247.2617000006),) ((177284.40910000354, 894247.2617000006),) ((176055.95329999924, 891355.8123000003),) ((173748.59359999746, 896040.4375),) ((172996.92870000005, 892887.3612000011),) ((177682.12600000203, 891466.3165000007),) ((177682.12600000203, 891466.3165000007),) ((174803.0577000007, 891684.1576000005),) ((174803.0577000007, 891684.1576000005),) ((174803.0577000007, 891684.1576000005),) ((172431.70149999857, 888657.4045000002),) ((172431.70149999857, 888657.4045000002),) ((175490.0155000016, 889296.7498999983),) ((175490.0155000016, 889296.7498999983),) ((174814.81920000166, 889956.3621000014),) ((174814.81920000166, 889956.3621000014),) ((174120.95660000294, 889433.0841999985),) ((174120.95660000294, 889433.0841999985),) ((173637.4574000016, 889335.5267999992),) ((173637.4574000016, 889335.5267999992),) ((176855.38870000094, 890920.571800001),) ((176855.38870000094, 890920.571800001),) ((177159.62839999795, 890753.1363000013),) ((177159.62839999795, 890753.1363000013),) ((None, None),) ((177058.93050000072, 893658.6766000018),) ((177058.93050000072, 893658.6766000018),) ((177058.93050000072, 893658.6766000018),) ((178445.59329999983, 888598.2501000017),) ((178445.59329999983, 888598.2501000017),) ((177107.26539999992, 889180.4376999997),) ((177107.26539999992, 889180.4376999997),) ((173534.48430000246, 894482.5),) ((173534.48430000246, 894482.5),) ((173534.48430000246, 894482.5),) ((None, None),) ((None, None),) ((175089.28079999983, 893089.8577000014),) ((175089.28079999983, 893089.8577000014),) ((176907.96609999985, 893564.4880999997),) ((176058.08590000123, 889297.2835000008),) ((176058.08590000123, 889297.2835000008),) ((173479.55390000343, 887188.6957999989),) ((173479.55390000343, 887188.6957999989),) ((173627.16550000012, 888782.7344000004),) ((173627.16550000012, 888782.7344000004),) ((177235.6480000019, 890493.6138000004),) ((177235.6480000019, 890493.6138000004),) ((175464.34359999746, 891530.932500001),) ((174148.32829999924, 889451.4996999986),) ((174148.32829999924, 889451.4996999986),) ((175473.0821999982, 888055.1801000014),) ((175473.0821999982, 888055.1801000014),) ((175850.0627000034, 889145.3125),) ((175850.0627000034, 889145.3125),) ((173728.55470000207, 889756.1028000005),) ((173728.55470000207, 889756.1028000005),) ((176731.0917999968, 890206.6682000011),) ((176731.0917999968, 890206.6682000011),) ((175865.6873999983, 888730.5),) ((175865.6873999983, 888730.5),) ((177732.32289999723, 891290.4877999984),) ((179398.2371999994, 888470.6482000016),) ((179398.2371999994, 888470.6482000016),) ((179398.2371999994, 888470.6482000016),) ((175471.65460000187, 888107.5091000013),) ((175471.65460000187, 888107.5091000013),) ((175787.03760000318, 889068.2217000015),) ((175787.03760000318, 889068.2217000015),) ((175787.03760000318, 889068.2217000015),) ((171477.81560000032, 888033.7641999982),) ((171477.81560000032, 888033.7641999982),) ((172566.43150000274, 888251.3183000013),) ((172566.43150000274, 888251.3183000013),) ((178885.5028000027, 887901.9276),) ((178885.5028000027, 887901.9276),) ((175712.802199997, 890232.6704000011),) ((175712.802199997, 890232.6704000011),) ((173340.23420000076, 889666.2501000017),) ((173340.23420000076, 889666.2501000017),) ((None, None),) ((None, None),) ((None, None),) ((None, None),) ((None, None),) ((None, None),) ((173430.13710000366, 889433.251600001),) ((173430.13710000366, 889433.251600001),) ((173430.13710000366, 889433.251600001),) ((173430.13710000366, 889433.251600001),) ((172173.12250000238, 886720.566399999),) ((172173.12250000238, 886720.566399999),) ((172453.12160000205, 890449.5698999986),) ((175394.64389999956, 889982.7078999989),) ((175394.64389999956, 889982.7078999989),) ((177408.96559999883, 888912.4602999985),) ((177408.96559999883, 888912.4602999985),) ((175631.23849999905, 890704.9937999994),) ((174206.58389999717, 889171.4096000008),) ((None, None),) ((None, None),) ((176651.1621999964, 890779.7789999992),) ((176651.1621999964, 890779.7789999992),) ((172874.08299999684, 888483.0069000013),) ((172874.08299999684, 888483.0069000013),) ((176410.30939999968, 888849.3310999982),) ((176410.30939999968, 888849.3310999982),) ((None, None),) ((None, None),) ((174088.89450000226, 889315.7666999996),) ((174088.89450000226, 889315.7666999996),) ((173663.5326000005, 889559.4290999994),) ((173663.5326000005, 889559.4290999994),) ((173791.89130000025, 890825.7085000016),) ((173791.89130000025, 890825.7085000016),) ((176101.53440000117, 889010.0678999983),) ((177094.245099999, 890737.3306000009),) ((177094.245099999, 890737.3306000009),) ((172732.07599999756, 892073.7481999993),) ((172732.07599999756, 892073.7481999993),) ((None, None),) ((None, None),) ((175269.07909999788, 892573.2344999984),) ((175269.07909999788, 892573.2344999984),) ((175007.40640000254, 891257.8751000017),) ((172053.09380000085, 891931.4373000003),) ((None, None),) ((176762.03499999642, 889119.8178999983),) ((176762.03499999642, 889119.8178999983),) ((175723.44319999963, 891308.311900001),) ((175723.44319999963, 891308.311900001),) ((175561.14630000293, 890191.1140000001),) ((175561.14630000293, 890191.1140000001),) ((175058.45289999992, 891561.6873000003),) ((175058.45289999992, 891561.6873000003),) ((176186.84960000217, 891374.6744000018),) ((178487.8615999967, 891541.7901999988),) ((178487.8615999967, 891541.7901999988),) ((176443.1074000001, 890635.8020000011),) ((176443.1074000001, 890635.8020000011),) ((176443.1074000001, 890635.8020000011),) ((None, None),) ((None, None),) ((174754.29670000076, 889177.0001999997),) ((174754.29670000076, 889177.0001999997),) ((175583.41279999912, 889141.1424000002),) ((175583.41279999912, 889141.1424000002),) ((177154.8303000033, 890752.2001999989),) ((None, None),) ((None, None),) ((None, None),) ((176712.34399999678, 889461.3751999997),) ((176712.34399999678, 889461.3751999997),) ((175430.68129999936, 887233.6336999983),) ((175430.68129999936, 887233.6336999983),) ((176375.6679000035, 888707.5909000002),) ((176375.6679000035, 888707.5909000002),) ((174038.7479000017, 891110.5535000004),) ((174038.7479000017, 891110.5535000004),) ((None, None),) ((None, None),) ((173608.39039999992, 890139.5),) ((173608.39039999992, 890139.5),) ((174232.8748999983, 888173.75),) ((174232.8748999983, 888173.75),) ((174917.1252000034, 893262.0),) ((174917.1252000034, 893262.0),) ((None, None),) ((None, None),) ((174031.9998999983, 889372.9998999983),) ((174031.9998999983, 889372.9998999983),) ((174696.35930000246, 891224.5),) ((174696.35930000246, 891224.5),) ((175384.6719999984, 898143.623399999),) ((175384.6719999984, 898143.623399999),) ((175384.6719999984, 898143.623399999),) ((174527.60220000148, 887072.9155000001),) ((174527.60220000148, 887072.9155000001),) ((174335.9877000004, 889735.0461000018),) ((174631.31830000132, 895831.5632000007),) ((None, None),) ((None, None),) ((None, None),) ((None, None),) ((None, None),) ((175449.68090000004, 891963.1068000011),) ((175449.68090000004, 891963.1068000011),) ((175449.68090000004, 891963.1068000011),) ((175322.28880000114, 893765.7811000012),) ((175322.28880000114, 893765.7811000012),) ((175490.0155000016, 889296.7498999983),) ((175490.0155000016, 889296.7498999983),) ((176183.55799999833, 889577.5419999994),) ((176183.55799999833, 889577.5419999994),) ((172403.4250999987, 888258.2908000015),) ((172403.4250999987, 888258.2908000015),) ((171538.8973999992, 887646.2723999992),) ((171538.8973999992, 887646.2723999992),) ((172939.4373999983, 889203.1873000003),) ((172939.4373999983, 889203.1873000003),) ((172939.4373999983, 889203.1873000003),) ((174786.7179000005, 891445.8707999997),) ((174786.7179000005, 891445.8707999997),) ((172201.50590000302, 886747.0280000009),) ((172201.50590000302, 886747.0280000009),) ((176027.06809999794, 889605.1022999994),) ((174820.7969999984, 889950.6873000003),) ((174820.7969999984, 889950.6873000003),) ((179913.49539999664, 887923.3418000005),) ((173389.9098000005, 892564.6843000017),) ((176097.79460000247, 889009.9087000005),) ((176097.79460000247, 889009.9087000005),) ((175095.09880000353, 888712.050999999),) ((175095.09880000353, 888712.050999999),) ((173678.7722999975, 890539.307),) ((173678.7722999975, 890539.307),) ((173732.374499999, 890676.2809000015),) ((176070.04389999807, 890477.6024999991),) ((174823.33829999715, 888359.4534999989),) ((174125.8126000017, 889953.3125),) ((174125.8126000017, 889953.3125),) ((175776.71109999716, 891315.5423000008),) ((175776.71109999716, 891315.5423000008),) ((177072.32090000063, 889563.2890000008),) ((177072.32090000063, 889563.2890000008),) ((172616.09809999913, 889367.5487000011),) ((172616.09809999913, 889367.5487000011),) ((175312.65259999782, 888519.0960000008),) ((175500.65600000322, 885707.3748000003),) ((172932.99499999732, 889851.8660000004),) ((174883.40619999915, 890398.7498999983),) ((174883.40619999915, 890398.7498999983),) ((174350.4397, 888202.6664000005),) ((174350.4397, 888202.6664000005),) ((175007.40640000254, 891257.8751000017),) ((175007.40640000254, 891257.8751000017),) ((177201.8949000016, 893740.9175000004),) ((177201.8949000016, 893740.9175000004),) ((175646.0174999982, 889066.7237999998),) ((175646.0174999982, 889066.7237999998),) ((174820.7969999984, 889950.6873000003),) ((174820.7969999984, 889950.6873000003),) ((172499.8200000003, 888339.0837000012),) ((172499.8200000003, 888339.0837000012),) ((175561.14630000293, 890191.1140000001),) ((175561.14630000293, 890191.1140000001),) ((None, None),) ((None, None),) ((174024.54339999706, 887910.2580999993),) ((174024.54339999706, 887910.2580999993),) ((174700.7656000033, 889838.2501999997),) ((173776.67960000038, 888282.6229000017),) ((173776.67960000038, 888282.6229000017),) ((None, None),) ((173597.0393999964, 894933.1125999987),) ((173597.0393999964, 894933.1125999987),) ((170546.71909999847, 887751.9200999998),) ((170546.71909999847, 887751.9200999998),) ((None, None),) ((None, None),) ((176478.5627000034, 889528.2501000017),) ((176478.5627000034, 889528.2501000017),) ((179220.78140000254, 887374.6873000003),) ((175571.90640000254, 889583.1878999993),) ((175571.90640000254, 889583.1878999993),) ((175196.1502000019, 890872.996100001),) ((175196.1502000019, 890872.996100001),) ((176307.82190000266, 889976.8048),) ((176307.82190000266, 889976.8048),) ((172649.4055000022, 889356.7613000013),) ((172649.4055000022, 889356.7613000013),) ((172649.4055000022, 889356.7613000013),) ((169262.96620000154, 892289.8403999992),) ((169262.96620000154, 892289.8403999992),) ((174325.78350000083, 887269.6779999994),) ((174325.78350000083, 887269.6779999994),) ((172229.98420000076, 890360.0626999997),) ((172229.98420000076, 890360.0626999997),) ((172229.98420000076, 890360.0626999997),) ((177165.98070000112, 889569.3451000005),) ((177165.98070000112, 889569.3451000005),) ((177058.92289999872, 890720.0826999992),) ((177058.92289999872, 890720.0826999992),) ((None, None),) ((177282.12340000272, 893166.4263000004),) ((177282.12340000272, 893166.4263000004),) ((175771.81430000067, 889823.0256999992),) ((175771.81430000067, 889823.0256999992),) ((None, None),) ((None, None),) ((175449.68090000004, 891963.1068000011),) ((175449.68090000004, 891963.1068000011),) ((171569.30409999937, 887958.3797000013),) ((171569.30409999937, 887958.3797000013),) ((171569.30409999937, 887958.3797000013),) ((172922.1032000035, 890653.5091000013),) ((172922.1032000035, 890653.5091000013),) ((176726.66110000014, 889053.4992000014),) ((176726.66110000014, 889053.4992000014),) ((None, None),) ((169584.87349999696, 892243.1361000016),) ((169584.87349999696, 892243.1361000016),) ((178037.6827000007, 895295.6226999983),) ((178037.6827000007, 895295.6226999983),) ((None, None),) ((None, None),) ((None, None),) ((None, None),) ((None, None),) ((None, None),) ((None, None),) ((176566.17960000038, 889858.1746999994),) ((176566.17960000038, 889858.1746999994),) ((None, None),) ((None, None),) ((175217.29580000043, 891481.2496999986),) ((175217.29580000043, 891481.2496999986),) ((177891.90680000186, 885933.1799999997),) ((177891.90680000186, 885933.1799999997),) ((None, None),) ((None, None),) ((179319.51539999992, 887298.5621999986),) ((179319.51539999992, 887298.5621999986),) ((178602.7599999979, 890457.9598000012),) ((178602.7599999979, 890457.9598000012),) ((176132.01539999992, 891366.75),) ((176132.01539999992, 891366.75),) ((176132.01539999992, 891366.75),) ((176132.01539999992, 891366.75),) ((None, None),) ((None, None),) ((173111.80870000273, 892815.0491999984),) ((175571.90640000254, 889583.1878999993),) ((175571.90640000254, 889583.1878999993),) ((176163.682099998, 888185.2734000012),) ((176163.682099998, 888185.2734000012),) ((None, None),) ((None, None),) ((174902.30889999866, 889727.2531999983),) ((176265.59130000323, 890527.8344999999),) ((176265.59130000323, 890527.8344999999),) ((175440.95910000056, 887546.6488000005),) ((175440.95910000056, 887546.6488000005),) ((175007.40640000254, 891257.8751000017),) ((175007.40640000254, 891257.8751000017),) ((174551.50129999965, 892260.0678000003),) ((171049.05939999968, 890805.250500001),) ((171049.05939999968, 890805.250500001),) ((172495.6251000017, 892666.4373999983),) ((176453.8751000017, 889108.4376999997),) ((176453.8751000017, 889108.4376999997),) ((171865.40630000085, 888126.125),) ((171865.40630000085, 888126.125),) ((175071.64410000294, 889707.1140000001),) ((175071.64410000294, 889707.1140000001),) ((177395.96230000257, 890757.8348000012),) ((177395.96230000257, 890757.8348000012),) ((176104.49700000137, 891362.814100001),) ((176104.49700000137, 891362.814100001),) ((174024.1115999967, 889366.6475000009),) ((174024.1115999967, 889366.6475000009),) ((177084.20650000125, 891079.5357999988),) ((177084.20650000125, 891079.5357999988),) ((None, None),) ((None, None),) ((173634.52109999955, 889995.9193000011),) ((173634.52109999955, 889995.9193000011),) ((175013.79119999707, 894124.0769000016),) ((175013.79119999707, 894124.0769000016),) ((171594.04829999804, 889240.6838000007),) ((179408.74480000138, 887256.2115000002),) ((179408.74480000138, 887256.2115000002),) ((177627.42880000174, 888169.6831),) ((172822.56679999828, 888240.5546999983),) ((172822.56679999828, 888240.5546999983),) ((177755.53859999776, 893496.0551000014),) ((177755.53859999776, 893496.0551000014),) ((177755.53859999776, 893496.0551000014),) ((None, None),) ((None, None),) ((None, None),) ((None, None),) ((173609.65579999983, 888373.0885000005),) ((173609.65579999983, 888373.0885000005),) ((173609.65579999983, 888373.0885000005),) ((None, None),) ((None, None),) ((None, None),) ((None, None),) ((None, None),) ((None, None),) ((None, None),) ((None, None),) ((175229.02070000023, 888815.6726999991),) ((175229.02070000023, 888815.6726999991),) ((None, None),) ((175206.4852000028, 894734.2619999982),) ((175446.9531000033, 889414.5700000003),) ((177037.58659999818, 895159.068500001),) ((None, None),) ((175887.09910000116, 890869.5298999995),) ((175887.09910000116, 890869.5298999995),) ((175889.1877000034, 891032.4375),) ((175889.1877000034, 891032.4375),) ((None, None),) ((175375.35490000248, 895446.0923000015),) ((175375.35490000248, 895446.0923000015),) ((175375.35490000248, 895446.0923000015),) ((174351.12210000306, 888236.6944999993),) ((173854.04710000008, 888172.3748000003),) ((173854.04710000008, 888172.3748000003),) ((174777.3127000034, 890573.2498000003),) ((174777.3127000034, 890573.2498000003),) ((173711.47709999979, 889459.0406999998),) ((173711.47709999979, 889459.0406999998),) ((176593.1704000011, 888109.5920000002),) ((176593.1704000011, 888109.5920000002),) ((174830.2969999984, 888957.3126999997),) ((174830.2969999984, 888957.3126999997),) ((176008.67369999737, 889494.8920000009),) ((176008.67369999737, 889494.8920000009),) ((175656.1872999966, 888939.6251000017),) ((175656.1872999966, 888939.6251000017),) ((175260.82819999754, 889510.0),) ((175260.82819999754, 889510.0),) ((175821.80579999834, 892278.1942000017),) ((175821.80579999834, 892278.1942000017),) ((175420.7098999992, 890434.7397999987),) ((175420.7098999992, 890434.7397999987),) ((175451.64890000224, 887725.3443000019),) ((171538.8973999992, 887646.2723999992),) ((171538.8973999992, 887646.2723999992),) ((172476.09399999678, 888618.4371999986),) ((172476.09399999678, 888618.4371999986),) ((171253.817900002, 887968.2677000016),) ((171253.817900002, 887968.2677000016),) ((174889.70180000365, 890220.2815999985),) ((174889.70180000365, 890220.2815999985),) ((173844.7405000031, 890122.9684000015),) ((173844.7405000031, 890122.9684000015),) ((175148.9376000017, 891514.8751000017),) ((175148.9376000017, 891514.8751000017),) ((175148.9376000017, 891514.8751000017),) ((173051.5116999969, 888874.1928000003),) ((173051.5116999969, 888874.1928000003),) ((173058.40850000083, 888745.3128000014),) ((173058.40850000083, 888745.3128000014),) ((175611.64559999853, 889642.5910999998),) ((175611.64559999853, 889642.5910999998),) ((174254.5156000033, 896003.8751000017),) ((174254.5156000033, 896003.8751000017),) ((174254.5156000033, 896003.8751000017),) ((175356.62420000136, 897999.5736999996),) ((175356.62420000136, 897999.5736999996),) ((177786.53119999915, 887989.6251000017),) ((177786.53119999915, 887989.6251000017),) ((173180.79640000314, 891039.2232000008),) ((173180.79640000314, 891039.2232000008),) ((173517.34359999746, 888174.9998000003),) ((175834.45799999684, 890546.1860000007),) ((175834.45799999684, 890546.1860000007),) ((178638.85549999774, 891538.1180000007),) ((178638.85549999774, 891538.1180000007),) ((175647.57620000094, 890489.5234999992),) ((175647.57620000094, 890489.5234999992),) ((174222.3747999966, 889184.4998999983),) ((174222.3747999966, 889184.4998999983),) ((173021.99159999937, 888403.8156999983),) ((173021.99159999937, 888403.8156999983),) ((173845.71599999815, 888360.0683000013),) ((174411.80409999937, 888741.4221000001),) ((174411.80409999937, 888741.4221000001),) ((175792.5155000016, 891317.6875),) ((175792.5155000016, 891317.6875),) ((174863.8123999983, 893612.8751000017),) ((174863.8123999983, 893612.8751000017),) ((170876.58179999888, 889464.6075000018),) ((170876.58179999888, 889464.6075000018),) ((176027.06809999794, 889605.1022999994),) ((173163.59359999746, 891088.1251999997),) ((173163.59359999746, 891088.1251999997),) ((174384.44690000266, 888426.3751999997),) ((174384.44690000266, 888426.3751999997),) ((176976.01630000025, 893606.7692000009),) ((176976.01630000025, 893606.7692000009),) ((176409.76680000126, 889931.2434),) ((176409.76680000126, 889931.2434),) ((173163.59359999746, 891088.1251999997),) ((173163.59359999746, 891088.1251999997),) ((175381.125, 890858.0626000017),) ((175381.125, 890858.0626000017),) ((170189.5802000016, 893140.1174000017),) ((172462.07829999924, 890455.0621000007),) ((172462.07829999924, 890455.0621000007),) ((176357.197800003, 888718.2377000004),) ((176357.197800003, 888718.2377000004),) ((173340.23420000076, 889666.2501000017),) ((173340.23420000076, 889666.2501000017),) ((None, None),) ((None, None),) ((None, None),) ((173377.9877000004, 889763.7096999995),) ((173377.9877000004, 889763.7096999995),) ((175224.7206000015, 887930.9477999993),) ((175224.7206000015, 887930.9477999993),) ((175218.20899999887, 890328.0234999992),) ((175218.20899999887, 890328.0234999992),) ((172835.13819999993, 889378.2974000014),) ((172835.13819999993, 889378.2974000014),) ((174906.55189999938, 893245.0223999992),) ((174906.55189999938, 893245.0223999992),) ((175465.9240999967, 887858.7736000009),) ((175465.9240999967, 887858.7736000009),) ((174389.64549999684, 890064.5931000002),) ((178674.99400000274, 891616.2210999988),) ((178674.99400000274, 891616.2210999988),) ((173253.59350000322, 888800.4375),) ((173253.59350000322, 888800.4375),) ((173253.59350000322, 888800.4375),) ((174384.44690000266, 888426.3751999997),) ((174384.44690000266, 888426.3751999997),) ((174946.16470000148, 891252.0538000017),) ((174946.16470000148, 891252.0538000017),) ((174049.35930000246, 888745.6248000003),) ((174049.35930000246, 888745.6248000003),) ((176784.1094999984, 895624.2501000017),) ((176784.1094999984, 895624.2501000017),) ((175785.08150000125, 890988.1578000002),) ((175785.08150000125, 890988.1578000002),) ((None, None),) ((None, None),) ((None, None),) ((177705.93050000072, 893509.6480999999),) ((177705.93050000072, 893509.6480999999),) ((175449.68090000004, 891963.1068000011),) ((175449.68090000004, 891963.1068000011),) ((173747.14350000024, 887412.9439000003),) ((173747.14350000024, 887412.9439000003),) ((None, None),) ((None, None),) ((175312.6630000025, 889016.2679999992),) ((175312.6630000025, 889016.2679999992),) ((175278.04119999707, 893795.4530999996),) ((175278.04119999707, 893795.4530999996),) ((175054.34089999646, 890328.3775000013),) ((175054.34089999646, 890328.3775000013),) ((175312.6630000025, 889016.2679999992),) ((175312.6630000025, 889016.2679999992),) ((175312.6630000025, 889016.2679999992),) ((175444.75389999896, 892553.6413000003),) ((175444.75389999896, 892553.6413000003),) ((175655.35170000046, 888855.2782000005),) ((175655.35170000046, 888855.2782000005),) ((174854.6876000017, 893593.4492000006),) ((177438.97829999775, 893880.1856999993),) ((177438.97829999775, 893880.1856999993),) ((180163.24909999967, 887857.3753000014),) ((176009.92499999702, 889652.8205000013),) ((176009.92499999702, 889652.8205000013),) ((176950.11800000072, 888831.7078999989),) ((176950.11800000072, 888831.7078999989),) ((175624.26150000095, 889661.4270000011),) ((175624.26150000095, 889661.4270000011),) ((170756.44049999863, 887972.8892999999),) ((170756.44049999863, 887972.8892999999),) ((175214.93879999965, 891469.9490999989),) ((176531.35350000113, 885791.320700001),) ((173425.0622999966, 888380.0),) ((173425.0622999966, 888380.0),) ((172212.78149999678, 888270.625),) ((172212.78149999678, 888270.625),) ((175842.64090000093, 889353.4758000001),) ((175842.64090000093, 889353.4758000001),) ((173340.23420000076, 889666.2501000017),) ((173340.23420000076, 889666.2501000017),) ((173743.51539999992, 890704.8121999986),) ((173743.51539999992, 890704.8121999986),) ((175604.74560000002, 890780.6138999984),) ((175604.74560000002, 890780.6138999984),) ((None, None),) ((None, None),) ((170537.07829999924, 887753.0001999997),) ((170537.07829999924, 887753.0001999997),) ((172542.74889999628, 888723.7278999984),) ((172542.74889999628, 888723.7278999984),) ((171540.90640000254, 888052.4378000014),) ((171540.90640000254, 888052.4378000014),) ((175109.04659999907, 891262.875),) ((175109.04659999907, 891262.875),) ((174761.65619999915, 892421.6875),) ((174761.65619999915, 892421.6875),) ((175690.9179000035, 889067.4891999997),) ((175690.9179000035, 889067.4891999997),) ((172466.4472000003, 888626.9050000012),) ((172466.4472000003, 888626.9050000012),) ((172466.4472000003, 888626.9050000012),) ((174737.11789999902, 890301.0742000006),) ((174737.11789999902, 890301.0742000006),) ((175827.34820000082, 890960.3907000013),) ((175827.34820000082, 890960.3907000013),) ((175522.62539999932, 891597.9453999996),) ((175522.62539999932, 891597.9453999996),) ((175462.67180000246, 888058.4373000003),) ((175462.67180000246, 888058.4373000003),) ((178692.57569999993, 892174.319600001),) ((178692.57569999993, 892174.319600001),) ((176364.5473999977, 889545.0284000002),) ((176364.5473999977, 889545.0284000002),) ((176954.47079999745, 889556.2677999996),) ((176954.47079999745, 889556.2677999996),) ((175631.23849999905, 890704.9937999994),) ((175631.23849999905, 890704.9937999994),) ((174482.3280000016, 888089.0278000012),) ((174482.3280000016, 888089.0278000012),) ((175430.68129999936, 887233.6336999983),) ((175430.68129999936, 887233.6336999983),) ((178612.30929999799, 888366.4981000014),) ((178612.30929999799, 888366.4981000014),) ((174996.30929999799, 891588.4343000017),) ((174996.30929999799, 891588.4343000017),) ((176882.78149999678, 889202.8348999992),) ((176882.78149999678, 889202.8348999992),) ((176151.9020999968, 890886.8409000002),) ((176151.9020999968, 890886.8409000002),) ((176151.9020999968, 890886.8409000002),) ((176151.9020999968, 890886.8409000002),) ((176151.9020999968, 890886.8409000002),) ((173908.3752000034, 890057.5621999986),) ((174920.4530000016, 891625.4373999983),) ((174920.4530000016, 891625.4373999983),) ((174820.7969999984, 889950.6873000003),) ((172958.4372999966, 889849.3748999983),) ((172958.4372999966, 889849.3748999983),) ((171236.23420000076, 887963.0001000017),) ((171236.23420000076, 887963.0001000017),) ((172143.69789999723, 886674.3062999994),) ((176688.28499999642, 889737.8328000009),) ((172198.49430000037, 888265.3612999991),) ((172198.49430000037, 888265.3612999991),) ((175677.65649999678, 886949.5626000017),) ((175677.65649999678, 886949.5626000017),) ((174619.96909999847, 892741.4378999993),) ((174619.96909999847, 892741.4378999993),) ((176907.96609999985, 893564.4880999997),) ((176907.96609999985, 893564.4880999997),) ((176907.96609999985, 893564.4880999997),) ((177758.2344999984, 891342.4376000017),) ((177758.2344999984, 891342.4376000017),) ((176112.53499999642, 891363.9637000002),) ((175500.52329999954, 895961.2193000019),) ((175500.52329999954, 895961.2193000019),) ((174114.5828000009, 889408.7747000009),) ((174114.5828000009, 889408.7747000009),) ((174257.29680000246, 890638.9998000003),) ((174257.29680000246, 890638.9998000003),) ((175557.67180000246, 890951.8123000003),) ((175557.67180000246, 890951.8123000003),) ((175929.32720000297, 894414.8434000015),) ((175929.32720000297, 894414.8434000015),) ((174148.32829999924, 889451.4996999986),) ((174148.32829999924, 889451.4996999986),) ((174148.32829999924, 889451.4996999986),) ((177029.13139999658, 893640.3220999986),) ((174935.73430000246, 891251.0623999983),) ((174935.73430000246, 891251.0623999983),) ((176326.50900000334, 886418.8147),) ((176326.50900000334, 886418.8147),) ((175712.802199997, 890232.6704000011),) ((175712.802199997, 890232.6704000011),) ((172607.3920999989, 886894.7204000019),) ((172607.3920999989, 886894.7204000019),) ((172607.3920999989, 886894.7204000019),) ((172607.3920999989, 886894.7204000019),) ((None, None),) ((None, None),) ((173340.23420000076, 889666.2501000017),) ((173340.23420000076, 889666.2501000017),) ((172044.09120000154, 888208.4560999982),) ((172044.09120000154, 888208.4560999982),) ((173831.6405000016, 889692.8125),) ((173831.6405000016, 889692.8125),) ((173831.6405000016, 889692.8125),) ((174529.40799999982, 890432.9266000018),) ((174529.40799999982, 890432.9266000018),) ((174883.40619999915, 890398.7498999983),) ((174883.40619999915, 890398.7498999983),) ((173414.78689999878, 889386.3533000015),) ((173414.78689999878, 889386.3533000015),) ((176264.5780000016, 891386.1251000017),) ((176264.5780000016, 891386.1251000017),) ((172917.70610000193, 892975.3603999987),) ((172917.70610000193, 892975.3603999987),) ((177333.8945999965, 893823.2446999997),) ((174305.87110000104, 888124.8929999992),) ((174305.87110000104, 888124.8929999992),) ((175234.0741999969, 894644.1585000008),) ((175234.0741999969, 894644.1585000008),) ((175234.0741999969, 894644.1585000008),) ((176733.34359999746, 889314.25),) ((176733.34359999746, 889314.25),) ((179728.60090000182, 887697.2793000005),) ((179728.60090000182, 887697.2793000005),) ((None, None),) ((None, None),) ((None, None),) ((175459.61370000243, 896387.3495000005),) ((175459.61370000243, 896387.3495000005),) ((175760.86800000072, 892089.9279999994),) ((175760.86800000072, 892089.9279999994),) ((174904.57190000266, 893725.9378000014),) ((174904.57190000266, 893725.9378000014),) ((173897.5002000034, 891142.2501000017),) ((173897.5002000034, 891142.2501000017),) ((172939.4373999983, 889203.1873000003),) ((172939.4373999983, 889203.1873000003),) ((173634.52109999955, 889995.9193000011),) ((173634.52109999955, 889995.9193000011),) ((173634.52109999955, 889995.9193000011),) ((None, None),) ((None, None),) ((None, None),) ((None, None),) ((176760.92499999702, 889217.1601000018),) ((176760.92499999702, 889217.1601000018),) ((174754.29670000076, 889177.0001999997),) ((174754.29670000076, 889177.0001999997),) ((176151.6101000011, 890961.7008000016),) ((176151.6101000011, 890961.7008000016),) ((173758.17390000075, 889527.0998999998),) ((173758.17390000075, 889527.0998999998),) ((177463.40649999678, 890830.9998000003),) ((177463.40649999678, 890830.9998000003),) ((170756.44049999863, 887972.8892999999),) ((170756.44049999863, 887972.8892999999),) ((172579.79720000178, 888782.0621999986),) ((172579.79720000178, 888782.0621999986),) ((179052.82980000228, 887856.0205999985),) ((179052.82980000228, 887856.0205999985),) ((None, None),) ((None, None),) ((176022.6125999987, 891310.0208999999),) ((176022.6125999987, 891310.0208999999),) ((None, None),) ((None, None),) ((175901.84059999883, 891333.378899999),) ((175901.84059999883, 891333.378899999),) ((None, None),) ((None, None),) ((174319.66600000113, 889106.3746000007),) ((170357.44810000062, 887811.924899999),) ((170357.44810000062, 887811.924899999),) ((170733.3295999989, 892060.1944999993),) ((170733.3295999989, 892060.1944999993),) ((172598.28670000285, 888808.6864),) ((172598.28670000285, 888808.6864),) ((173244.98420000076, 889698.3748999983),) ((173244.98420000076, 889698.3748999983),) ((175742.7848000005, 892048.9118000008),) ((175742.7848000005, 892048.9118000008),) ((172823.1873999983, 890914.3123999983),) ((172823.1873999983, 890914.3123999983),) ((175710.7030000016, 891504.0626999997),) ((176655.55789999664, 888681.8905999996),) ((176655.55789999664, 888681.8905999996),) ((176655.55789999664, 888681.8905999996),) ((174591.04710000008, 889512.9376999997),) ((174591.04710000008, 889512.9376999997),) ((174695.19889999926, 893435.1158999987),) ((174695.19889999926, 893435.1158999987),) ((172486.48319999874, 890436.810800001),) ((172486.48319999874, 890436.810800001),) ((172537.59049999714, 890398.7153000012),) ((172537.59049999714, 890398.7153000012),) ((173059.15670000017, 888744.319600001),) ((173059.15670000017, 888744.319600001),) ((None, None),) ((175786.62939999998, 890292.1526000015),) ((173747.14350000024, 887412.9439000003),) ((173747.14350000024, 887412.9439000003),) ((None, None),) ((None, None),) ((174744.34149999917, 894605.492899999),) ((175229.02070000023, 888815.6726999991),) ((175793.64289999753, 890091.5967000015),) ((175793.64289999753, 890091.5967000015),) ((175793.64289999753, 890091.5967000015),) ((175785.08150000125, 890988.1578000002),) ((175785.08150000125, 890988.1578000002),) ((None, None),) ((None, None),) ((None, None),) ((177755.53859999776, 893496.0551000014),) ((177755.53859999776, 893496.0551000014),) ((None, None),) ((None, None),) ((174130.5195999965, 887821.3192999996),) ((175799.5225000009, 891002.0766000003),) ((175799.5225000009, 891002.0766000003),) ((175799.5225000009, 891002.0766000003),) ((175799.5225000009, 891002.0766000003),) ((175799.5225000009, 891002.0766000003),) ((None, None),) ((177838.99159999937, 889704.9534999989),) ((None, None),) ((None, None),) ((176334.76529999822, 889550.75),) ((176334.76529999822, 889550.75),) ((175834.45799999684, 890546.1860000007),) ((175834.45799999684, 890546.1860000007),) ((176514.3423999995, 889263.180399999),) ((176514.3423999995, 889263.180399999),) ((175122.89029999822, 891261.5577999987),) ((175122.89029999822, 891261.5577999987),) ((172546.05420000106, 892761.2652999982),) ((172546.05420000106, 892761.2652999982),) ((171492.68169999868, 886620.2082000002),) ((171492.68169999868, 886620.2082000002),) ((None, None),) ((None, None),) ((178234.752700001, 891530.6594999991),) ((178234.752700001, 891530.6594999991),) ((178366.2699000016, 888360.4072000012),) ((172239.67159999907, 890349.9178999998),) ((172239.67159999907, 890349.9178999998),) ((172239.67159999907, 890349.9178999998),) ((None, None),) ((None, None),) ((176799.89609999955, 888963.6845999993),) ((176799.89609999955, 888963.6845999993),) ((175684.57299999893, 886681.1556000002),) ((175684.57299999893, 886681.1556000002),) ((175684.57299999893, 886681.1556000002),) ((175024.19609999657, 890842.6226999983),) ((172560.7317999974, 888752.0055),) ((172560.7317999974, 888752.0055),) ((174697.0622999966, 889615.6248999983),) ((174697.0622999966, 889615.6248999983),) ((173513.45899999887, 894920.8724999987),) ((173513.45899999887, 894920.8724999987),) ((None, None),) ((None, None),) ((173924.01420000196, 889808.2646000013),) ((173924.01420000196, 889808.2646000013),) ((173705.92440000176, 894933.3031000011),) ((173705.92440000176, 894933.3031000011),) ((173931.6094999984, 889470.8748999983),) ((173931.6094999984, 889470.8748999983),) ((175672.89079999924, 888540.5001999997),) ((176156.24589999765, 895123.6147999987),) ((176156.24589999765, 895123.6147999987),) ((176156.24589999765, 895123.6147999987),) ((176328.1745999977, 888723.4312000014),) ((176328.1745999977, 888723.4312000014),) ((174642.5625, 889796.7501000017),) ((174642.5625, 889796.7501000017),) ((175714.34380000085, 886880.8123000003),) ((173754.90600000322, 889160.9376999997),) ((175847.37210000306, 891325.5395999998),) ((170756.44049999863, 887972.8892999999),) ((None, None),) ((None, None),) ((173721.65619999915, 894026.0623000003),) ((173721.65619999915, 894026.0623000003),) ((174750.4531000033, 896039.9373000003),) ((174750.4531000033, 896039.9373000003),) ((174750.10960000008, 890411.8126000017),) ((174750.10960000008, 890411.8126000017),) ((174750.10960000008, 890411.8126000017),) ((174750.10960000008, 890411.8126000017),) ((175783.48920000345, 886683.9877000004),) ((175783.48920000345, 886683.9877000004),) ((173091.11410000175, 890383.6209000014),) ((173091.11410000175, 890383.6209000014),) ((171718.625, 888074.0449000001),) ((174124.5622999966, 890060.6873000003),) ((174124.5622999966, 890060.6873000003),) ((None, None),) ((None, None),) ((None, None),) ((None, None),) ((175799.5225000009, 891002.0766000003),) ((175799.5225000009, 891002.0766000003),) ((174902.80370000005, 894288.1768000014),) ((174902.80370000005, 894288.1768000014),) ((174130.5195999965, 887821.3192999996),) ((None, None),) ((None, None),) ((None, None),) ((None, None),) ((175793.64289999753, 890091.5967000015),) ((175793.64289999753, 890091.5967000015),) ((175312.6630000025, 889016.2679999992),) ((175312.6630000025, 889016.2679999992),) ((None, None),) ((None, None),) ((175786.62939999998, 890292.1526000015),) ((175786.62939999998, 890292.1526000015),) ((175449.68090000004, 891963.1068000011),) ((175449.68090000004, 891963.1068000011),) ((None, None),) ((172600.62539999932, 888811.8680999987),) ((172600.62539999932, 888811.8680999987),) ((175880.0522999987, 887446.3830999993),) ((175880.0522999987, 887446.3830999993),) ((178320.7229000032, 894002.6075000018),) ((178320.7229000032, 894002.6075000018),) ((175668.22240000218, 895373.2331999987),) ((175668.22240000218, 895373.2331999987),) ((172598.28670000285, 888808.6864),) ((172598.28670000285, 888808.6864),) ((174765.9196999967, 893427.0637999997),) ((174765.9196999967, 893427.0637999997),) ((172518.85930000246, 888343.1251999997),) ((172518.85930000246, 888343.1251999997),) ((175614.68869999796, 890706.9145000018),) ((173197.77650000155, 889500.6444999985),) ((177618.32819999754, 895972.0626000017),) ((177618.32819999754, 895972.0626000017),) ((175890.682099998, 890281.5058000013),) ((174303.27120000124, 888118.3579000011),) ((174303.27120000124, 888118.3579000011),) ((175847.37210000306, 891325.5395999998),) ((None, None),) ((None, None),) ((175793.64289999753, 890091.5967000015),) ((175793.64289999753, 890091.5967000015),) ((175793.64289999753, 890091.5967000015),) ((None, None),) ((None, None),) ((173425.12629999965, 889638.3812999986),) ((173425.12629999965, 889638.3812999986),) ((None, None),) ((None, None),) ((174948.6128000021, 890110.0615999997),) ((174948.6128000021, 890110.0615999997),) ((173792.04720000178, 890073.7501000017),) ((173792.04720000178, 890073.7501000017),) ((176939.5525000021, 890861.6644000001),) ((176939.5525000021, 890861.6644000001),) ((176150.1948999986, 888948.6788000017),) ((176150.1948999986, 888948.6788000017),) ((175213.51569999754, 893010.4998000003),) ((175213.51569999754, 893010.4998000003),) ((175104.34489999712, 890062.4178000018),) ((175104.34489999712, 890062.4178000018),) ((169805.7616999969, 892150.2109999992),) ((169805.7616999969, 892150.2109999992),) ((175938.91409999877, 888269.7608000003),) ((175938.91409999877, 888269.7608000003),) ((178835.5253000036, 888164.371199999),) ((178835.5253000036, 888164.371199999),) ((173717.2298000008, 889475.7857999988),) ((173717.2298000008, 889475.7857999988),) ((174448.09359999746, 888230.3126999997),) ((177206.68519999832, 891491.9288000017),) ((177206.68519999832, 891491.9288000017),) ((175685.4593999982, 890188.5678000003),) ((175685.4593999982, 890188.5678000003),) ((174735.43620000035, 897463.6818000004),) ((174735.43620000035, 897463.6818000004),) ((174611.73430000246, 890032.75),) ((174611.73430000246, 890032.75),) ((174232.8748999983, 888173.75),) ((174232.8748999983, 888173.75),) ((None, None),) ((None, None),) ((175410.85300000012, 892857.8616000004),) ((175410.85300000012, 892857.8616000004),) ((175672.09629999846, 889554.6110000014),) ((175672.09629999846, 889554.6110000014),) ((175444.75389999896, 892553.6413000003),) ((175444.75389999896, 892553.6413000003),) ((174578.07190000266, 895193.0577000007),) ((174578.07190000266, 895193.0577000007),) ((None, None),) ((None, None),) ((175430.68129999936, 887233.6336999983),) ((175430.68129999936, 887233.6336999983),) ((176287.00670000166, 890542.635400001),) ((176287.00670000166, 890542.635400001),) ((175685.4593999982, 890188.5678000003),) ((175685.4593999982, 890188.5678000003),) ((174272.52059999853, 890063.6592000015),) ((174272.52059999853, 890063.6592000015),) ((None, None),) ((None, None),) ((None, None),) ((None, None),) ((176701.125, 889540.3123000003),) ((176701.125, 889540.3123000003),) ((174046.125, 890410.4373999983),) ((175894.8123999983, 891332.375),) ((173466.17210000008, 890189.6251000017),) ((176266.64840000123, 889562.0496999994),) ((175307.67909999937, 887959.0491999984),) ((175307.67909999937, 887959.0491999984),) ((173935.8830000013, 891196.0824000016),) ((173935.8830000013, 891196.0824000016),) ((None, None),) ((None, None),) ((174935.73430000246, 891251.0623999983),) ((174935.73430000246, 891251.0623999983),) ((None, None),) ((None, None),) ((175021.65649999678, 889114.6253000014),) ((175021.65649999678, 889114.6253000014),) ((171846.9375, 891524.6251000017),) ((171846.9375, 891524.6251000017),) ((174232.8748999983, 888173.75),) ((174232.8748999983, 888173.75),) ((175446.9531000033, 889414.5700000003),) ((175446.9531000033, 889414.5700000003),) ((176630.70329999924, 898281.3128000014),) ((176630.70329999924, 898281.3128000014),) ((177440.0469999984, 890805.0623999983),) ((177440.0469999984, 890805.0623999983),) ((175919.5002000034, 891691.8126000017),) ((175919.5002000034, 891691.8126000017),) ((174442.9531000033, 889653.6251000017),) ((174442.9531000033, 889653.6251000017),) ((170990.27619999647, 890424.1831),) ((170990.27619999647, 890424.1831),) ((175040.43150000274, 888079.2558000013),) ((175040.43150000274, 888079.2558000013),) ((177180.44669999927, 888671.5289999992),) ((177180.44669999927, 888671.5289999992),) ((None, None),) ((None, None),) ((None, None),) ((None, None),) ((175046.69799999893, 889731.7201999985),) ((175046.69799999893, 889731.7201999985),) ((176567.2832000032, 890736.6524999999),) ((176567.2832000032, 890736.6524999999),) ((176567.2832000032, 890736.6524999999),) ((173024.46829999983, 888646.3929999992),) ((173024.46829999983, 888646.3929999992),) ((172212.78149999678, 888270.625),) ((172212.78149999678, 888270.625),) ((176186.6318999976, 889089.1495000012),) ((176186.6318999976, 889089.1495000012),) ((175432.91640000045, 887233.4426000006),) ((175432.91640000045, 887233.4426000006),) ((174255.4802000001, 888002.8522999994),) ((174255.4802000001, 888002.8522999994),) ((175941.9376000017, 892302.5625),) ((175941.9376000017, 892302.5625),) ((None, None),) ((None, None),) ((177755.53859999776, 893496.0551000014),) ((177755.53859999776, 893496.0551000014),) ((177755.53859999776, 893496.0551000014),) ((175672.09629999846, 889554.6110000014),) ((175672.09629999846, 889554.6110000014),) ((175672.09629999846, 889554.6110000014),) ((175672.09629999846, 889554.6110000014),) ((175672.09629999846, 889554.6110000014),) ((175672.09629999846, 889554.6110000014),) ((175672.09629999846, 889554.6110000014),) ((175672.09629999846, 889554.6110000014),) ((175672.09629999846, 889554.6110000014),) ((175672.09629999846, 889554.6110000014),) ((175785.08150000125, 890988.1578000002),) ((175785.08150000125, 890988.1578000002),) ((175785.08150000125, 890988.1578000002),) ((None, None),) ((175449.68090000004, 891963.1068000011),) ((175449.68090000004, 891963.1068000011),) ((175786.62939999998, 890292.1526000015),) ((175786.62939999998, 890292.1526000015),) ((175786.62939999998, 890292.1526000015),) ((175786.62939999998, 890292.1526000015),) ((175786.62939999998, 890292.1526000015),) ((None, None),) ((None, None),) ((None, None),) ((None, None),) ((175444.75389999896, 892553.6413000003),) ((174162.7969999984, 887785.25),) ((174162.7969999984, 887785.25),) ((173605.8126000017, 889788.5001999997),) ((173605.8126000017, 889788.5001999997),) ((175936.60300000012, 897447.3202),) ((175936.60300000012, 897447.3202),) ((174820.7969999984, 889950.6873000003),) ((174820.7969999984, 889950.6873000003),) ((175972.56889999658, 888450.4420999996),) ((175972.56889999658, 888450.4420999996),) ((175792.5155000016, 891317.6875),) ((175792.5155000016, 891317.6875),) ((173082.9353, 888286.3542000018),) ((173082.9353, 888286.3542000018),) ((174761.65619999915, 892421.6875),) ((174761.65619999915, 892421.6875),) ((171133.98430000246, 887932.4378000014),) ((171133.98430000246, 887932.4378000014),) ((175853.73430000246, 889066.8126000017),) ((175853.73430000246, 889066.8126000017),) ((177392.90470000356, 889319.7226999998),) ((177392.90470000356, 889319.7226999998),) ((174864.76810000092, 894261.9035999998),) ((174864.76810000092, 894261.9035999998),) ((None, None),) ((None, None),) ((176391.58680000156, 889103.7668000013),) ((176391.58680000156, 889103.7668000013),) ((175444.75389999896, 892553.6413000003),) ((175444.75389999896, 892553.6413000003),) ((177859.88930000365, 891501.2397999987),) ((177859.88930000365, 891501.2397999987),) ((174773.09409999847, 893441.4373000003),) ((174773.09409999847, 893441.4373000003),) ((None, None),) ((None, None),) ((175444.75389999896, 892553.6413000003),) ((175444.75389999896, 892553.6413000003),) ((175426.09650000185, 887525.9745000005),) ((176043.76569999754, 894928.6873000003),) ((176043.76569999754, 894928.6873000003),) ((None, None),) ((None, None),) ((176271.68400000036, 891417.4686999992),) ((176271.68400000036, 891417.4686999992),) ((173581.82339999825, 890062.8909000009),) ((173581.82339999825, 890062.8909000009),) ((174750.10960000008, 890411.8126000017),) ((174750.10960000008, 890411.8126000017),) ((174117.2853000015, 889405.1627999991),) ((174117.2853000015, 889405.1627999991),) ((173904.1228, 891142.7501000017),) ((173904.1228, 891142.7501000017),) ((176071.5204000026, 890770.7465999983),) ((176071.5204000026, 890770.7465999983),) ((175979.50519999862, 891672.7947000004),) ((175979.50519999862, 891672.7947000004),) ((173493.89649999887, 892483.9754999988),) ((173493.89649999887, 892483.9754999988),) ((173927.87650000304, 888642.7085999995),) ((173927.87650000304, 888642.7085999995),) ((176879.03700000048, 889262.1020000018),) ((176879.03700000048, 889262.1020000018),) ((174794.42090000212, 893431.4527000003),) ((174794.42090000212, 893431.4527000003),) ((173541.85920000076, 890163.6251000017),) ((173541.85920000076, 890163.6251000017),) ((174110.47399999946, 891437.6506000012),) ((174110.47399999946, 891437.6506000012),) ((174110.47399999946, 891437.6506000012),) ((172641.33940000087, 889619.5839999989),) ((172641.33940000087, 889619.5839999989),) ((176204.9224999994, 890486.320700001),) ((176204.9224999994, 890486.320700001),) ((175389.7901000008, 888498.4952000007),) ((175389.7901000008, 888498.4952000007),) ((175770.68159999698, 891314.7239000015),) ((175770.68159999698, 891314.7239000015),) ((175770.68159999698, 891314.7239000015),) ((178576.2691999972, 888418.1864),) ((178576.2691999972, 888418.1864),) ((170756.44049999863, 887972.8892999999),) ((170756.44049999863, 887972.8892999999),) ((176885.87950000167, 893551.9805000015),) ((176885.87950000167, 893551.9805000015),) ((175051.92029999942, 893709.6788000017),) ((175051.92029999942, 893709.6788000017),) ((173908.3752000034, 890057.5621999986),) ((173908.3752000034, 890057.5621999986),) ((177804.3980000019, 890155.1132999994),) ((177804.3980000019, 890155.1132999994),) ((173920.3127000034, 889280.375),) ((173920.3127000034, 889280.375),) ((173920.3127000034, 889280.375),) ((179046.9375, 889991.8748000003),) ((179046.9375, 889991.8748000003),) ((174511.96869999915, 888994.8126000017),) ((174511.96869999915, 888994.8126000017),) ((174662.64389999956, 892642.4580000006),) ((176498.4877000004, 895345.1044999994),) ((176498.4877000004, 895345.1044999994),) ((174258.4544999972, 890444.6915000007),) ((176055.95329999924, 891355.8123000003),) ((176055.95329999924, 891355.8123000003),) ((176630.70329999924, 898281.3128000014),) ((176630.70329999924, 898281.3128000014),) ((175191.24830000103, 894767.5390999988),) ((175191.24830000103, 894767.5390999988),) ((175245.55590000004, 890278.6403999999),) ((175245.55590000004, 890278.6403999999),) ((175452.14660000056, 890206.4499999993),) ((175452.14660000056, 890206.4499999993),) ((175410.3126000017, 889704.2501000017),) ((175410.3126000017, 889704.2501000017),) ((176834.65519999713, 893525.7047999986),) ((176834.65519999713, 893525.7047999986),) ((174410.64840000123, 889045.5084000006),) ((180446.2677000016, 887583.557),) ((172518.85930000246, 888343.1251999997),) ((175287.29670000076, 891260.4061000012),) ((175287.29670000076, 891260.4061000012),) ((175773.93980000168, 886764.876699999),) ((175773.93980000168, 886764.876699999),) ((172372.0218999982, 888473.9875000007),) ((172372.0218999982, 888473.9875000007),) ((171652.90640000254, 892011.4373000003),) ((171652.90640000254, 892011.4373000003),) ((170800.01569999754, 892048.8123000003),) ((170800.01569999754, 892048.8123000003),) ((170800.01569999754, 892048.8123000003),) ((175472.72829999775, 889654.8828999996),) ((175472.72829999775, 889654.8828999996),) ((176151.9680000022, 888923.0251000002),) ((176151.9680000022, 888923.0251000002),) ((173679.0270999968, 890113.7631999999),) ((173679.0270999968, 890113.7631999999),) ((177005.88750000298, 888774.9160000011),) ((172960.67920000106, 890288.0295999981),) ((172960.67920000106, 890288.0295999981),) ((None, None),) ((176279.7478, 890031.125),) ((176279.7478, 890031.125),) ((172571.09409999847, 888353.315299999),) ((172571.09409999847, 888353.315299999),) ((None, None),) ((176784.1094999984, 895624.2501000017),) ((176784.1094999984, 895624.2501000017),) ((175396.51569999754, 889338.25),) ((173091.40630000085, 890273.5859999992),) ((173091.40630000085, 890273.5859999992),) ((None, None),) ((175695.54659999907, 896765.5969000012),) ((176080.74340000004, 891456.6757999994),) ((176080.74340000004, 891456.6757999994),) ((None, None),) ((None, None),) ((178172.74490000308, 889888.2250000015),) ((178172.74490000308, 889888.2250000015),) ((178172.74490000308, 889888.2250000015),) ((178172.74490000308, 889888.2250000015),) ((178172.74490000308, 889888.2250000015),) ((175250.1625000015, 889365.2551000006),) ((175250.1625000015, 889365.2551000006),) ((173435.7324000001, 889634.7204999998),) ((173435.7324000001, 889634.7204999998),) ((None, None),) ((None, None),) ((174151.78490000218, 890578.1493999995),) ((174151.78490000218, 890578.1493999995),) ((174151.78490000218, 890578.1493999995),) ((None, None),) ((None, None),) ((178574.0107000023, 893158.2685999982),) ((178574.0107000023, 893158.2685999982),) ((173271.59539999813, 889586.4666000009),) ((173271.59539999813, 889586.4666000009),) ((173271.59539999813, 889586.4666000009),) ((175676.97360000014, 895624.0828999989),) ((175676.97360000014, 895624.0828999989),) ((176322.51609999686, 893207.0104999989),) ((176322.51609999686, 893207.0104999989),) ((171102.0625, 887306.8126000017),) ((171102.0625, 887306.8126000017),) ((173358.31289999932, 889715.3451000005),) ((173358.31289999932, 889715.3451000005),) ((175672.5097000003, 888841.5357000008),) ((175672.5097000003, 888841.5357000008),) ((176828.31159999967, 888966.2413000017),) ((176828.31159999967, 888966.2413000017),) ((174406.0625, 889047.8123000003),) ((174406.0625, 889047.8123000003),) ((173024.46829999983, 888646.3929999992),) ((173024.46829999983, 888646.3929999992),) ((173024.46829999983, 888646.3929999992),) ((176132.01539999992, 891366.75),) ((176132.01539999992, 891366.75),) ((174250.73070000112, 889519.2087000012),) ((174250.73070000112, 889519.2087000012),) ((174250.73070000112, 889519.2087000012),) ((174250.73070000112, 889519.2087000012),) ((171905.74120000005, 888385.7023000009),) ((171905.74120000005, 888385.7023000009),) ((173098.0625, 889385.5621999986),) ((173098.0625, 889385.5621999986),) ((174224.95660000294, 890218.2430000007),) ((174224.95660000294, 890218.2430000007),) ((None, None),) ((None, None),) ((175670.32819999754, 888901.3128999993),) ((175670.32819999754, 888901.3128999993),) ((175556.03559999913, 888279.8044000007),) ((175556.03559999913, 888279.8044000007),) ((172939.4373999983, 889203.1873000003),) ((172939.4373999983, 889203.1873000003),) ((173608.39039999992, 890139.5),) ((173608.39039999992, 890139.5),) ((175584.02700000256, 889117.5159999989),) ((175584.02700000256, 889117.5159999989),) ((178398.86580000073, 894111.4175999984),) ((178398.86580000073, 894111.4175999984),) ((172469.21989999712, 888624.4712000005),) ((172469.21989999712, 888624.4712000005),) ((175493.18110000342, 887239.7875999995),) ((175493.18110000342, 887239.7875999995),) ((174105.5353000015, 893370.0056000017),) ((173124.07230000198, 888174.319600001),) ((173566.50840000063, 889025.3619999997),) ((175849.47450000048, 891713.1262999997),) ((176834.65519999713, 893525.7047999986),) ((176834.65519999713, 893525.7047999986),) ((175044.9726999998, 893634.7778000012),) ((175044.9726999998, 893634.7778000012),) ((None, None),) ((None, None),) ((175771.81430000067, 889823.0256999992),) ((176061.29860000312, 890477.3783),) ((176061.29860000312, 890477.3783),) ((172546.3752000034, 887845.6251000017),) ((172546.3752000034, 887845.6251000017),) ((172476.09399999678, 888618.4371999986),) ((172476.09399999678, 888618.4371999986),) ((176951.46899999678, 888830.3751000017),) ((176951.46899999678, 888830.3751000017),) ((176377.7553000003, 890605.4153999984),) ((176377.7553000003, 890605.4153999984),) ((172939.4373999983, 889203.1873000003),) ((172939.4373999983, 889203.1873000003),) ((173957.34380000085, 889311.7763999999),) ((173957.34380000085, 889311.7763999999),) ((None, None),) ((None, None),) ((None, None),) ((None, None),) ((176550.85109999776, 890303.310899999),) ((176550.85109999776, 890303.310899999),) ((173838.09369999915, 887242.0001000017),) ((173838.09369999915, 887242.0001000017),) ((174079.90619999915, 888171.6876999997),) ((174079.90619999915, 888171.6876999997),) ((170906.07819999754, 891852.3748999983),) ((170906.07819999754, 891852.3748999983),) ((172212.78149999678, 888270.625),) ((172212.78149999678, 888270.625),) ((174642.5625, 889796.7501000017),) ((174642.5625, 889796.7501000017),) ((179845.3906000033, 887933.1248999983),) ((179845.3906000033, 887933.1248999983),) ((174557.9530000016, 891209.8751000017),) ((174557.9530000016, 891209.8751000017),) ((168947.0855000019, 892740.5733000003),) ((170833.0622999966, 887110.5625),) ((179845.3906000033, 887933.1248999983),) ((179845.3906000033, 887933.1248999983),) ((174136.66170000285, 887724.5139000006),) ((174136.66170000285, 887724.5139000006),) ((172905.3224999979, 890863.0370000005),) ((172905.3224999979, 890863.0370000005),) ((172905.3224999979, 890863.0370000005),) ((178892.69139999896, 890930.1297000013),) ((178892.69139999896, 890930.1297000013),) ((173649.43249999732, 892383.1856000014),) ((176891.11100000143, 885293.4279999994),) ((176891.11100000143, 885293.4279999994),) ((176891.11100000143, 885293.4279999994),) ((174663.84549999982, 888287.3460000008),) ((174663.84549999982, 888287.3460000008),) ((174255.36299999803, 887599.6294),) ((176261.03130000085, 895220.1873999983),) ((176261.03130000085, 895220.1873999983),) ((175109.20579999685, 891684.257199999),) ((175109.20579999685, 891684.257199999),) ((174902.20329999924, 892542.4376000017),) ((174902.20329999924, 892542.4376000017),) ((173738.34380000085, 891506.1875),) ((173978.06639999896, 895970.6682999991),) ((173978.06639999896, 895970.6682999991),) ((173629.20329999924, 890414.188000001),) ((173629.20329999924, 890414.188000001),) ((173995.1947999969, 889691.6689000018),) ((173995.1947999969, 889691.6689000018),) ((175007.40640000254, 891257.8751000017),) ((175007.40640000254, 891257.8751000017),) ((175451.91589999944, 892248.624400001),) ((175451.91589999944, 892248.624400001),) ((174773.09409999847, 893441.4373000003),) ((174773.09409999847, 893441.4373000003),) ((173534.48430000246, 894482.5),) ((173534.48430000246, 894482.5),) ((172365.87789999694, 892318.9981999993),) ((172365.87789999694, 892318.9981999993),) ((175995.22680000216, 889664.8405000009),) ((175995.22680000216, 889664.8405000009),) ((175417.71829999983, 895615.6871000007),) ((175417.71829999983, 895615.6871000007),) ((175223.96850000322, 894694.3128999993),) ((175223.96850000322, 894694.3128999993),) ((None, None),) ((None, None),) ((None, None),) ((None, None),) ((176157.51200000197, 887051.1420999989),) ((176157.51200000197, 887051.1420999989),) ((179220.78140000254, 887374.6873000003),) ((179220.78140000254, 887374.6873000003),) ((177047.0099999979, 893812.8834000006),) ((177047.0099999979, 893812.8834000006),) ((175007.40640000254, 891257.8751000017),) ((175007.40640000254, 891257.8751000017),) ((175007.40640000254, 891257.8751000017),) ((175288.75240000337, 891252.8852000013),) ((175288.75240000337, 891252.8852000013),) ((176174.60769999772, 889088.1444999985),) ((173904.1228, 891142.7501000017),) ((173904.1228, 891142.7501000017),) ((176518.17700000107, 889112.8438999988),) ((176518.17700000107, 889112.8438999988),) ((176166.17210000008, 895465.4998999983),)
In [35]:
Copied!
feature_class = "2024_Vehicle_Level_Crash_Details"
fields = ["CRASH_DA_1", "NUMB_VEHC", "STREETNAME"]
with arcpy.da.SearchCursor(feature_class, fields) as cursor:
for row in cursor:
print('On {}, there are {} vehicles that involved in traffic accident at {}'.format(row[0], row[1], row[2]))
feature_class = "2024_Vehicle_Level_Crash_Details"
fields = ["CRASH_DA_1", "NUMB_VEHC", "STREETNAME"]
with arcpy.da.SearchCursor(feature_class, fields) as cursor:
for row in cursor:
print('On {}, there are {} vehicles that involved in traffic accident at {}'.format(row[0], row[1], row[2]))
On 2024-01-05 00:00:00, there are 2 vehicles that involved in traffic accident at INTERSTATE 290 On 2024-01-05 00:00:00, there are 2 vehicles that involved in traffic accident at INTERSTATE 290 On 2024-01-07 00:00:00, there are 2 vehicles that involved in traffic accident at INTERSTATE 290 On 2024-01-07 00:00:00, there are 2 vehicles that involved in traffic accident at INTERSTATE 290 On 2024-01-02 00:00:00, there are 3 vehicles that involved in traffic accident at INTERSTATE 290 On 2024-01-02 00:00:00, there are 3 vehicles that involved in traffic accident at INTERSTATE 290 On 2024-01-02 00:00:00, there are 3 vehicles that involved in traffic accident at INTERSTATE 290 On 2024-01-04 00:00:00, there are 3 vehicles that involved in traffic accident at INTERSTATE 290 On 2024-01-04 00:00:00, there are 3 vehicles that involved in traffic accident at INTERSTATE 290 On 2024-01-04 00:00:00, there are 3 vehicles that involved in traffic accident at INTERSTATE 290 On 2024-01-12 00:00:00, there are 1 vehicles that involved in traffic accident at PURPLE HEART HIGHWAY On 2024-01-02 00:00:00, there are 3 vehicles that involved in traffic accident at FOX STREET On 2024-01-02 00:00:00, there are 3 vehicles that involved in traffic accident at FOX STREET On 2024-01-02 00:00:00, there are 3 vehicles that involved in traffic accident at FOX STREET On 2024-01-01 00:00:00, there are 2 vehicles that involved in traffic accident at BLAKE STREET On 2024-01-01 00:00:00, there are 2 vehicles that involved in traffic accident at BLAKE STREET On 2024-01-16 00:00:00, there are 1 vehicles that involved in traffic accident at INTERSTATE 290 On 2024-01-11 00:00:00, there are 2 vehicles that involved in traffic accident at INTERSTATE 290 On 2024-01-11 00:00:00, there are 2 vehicles that involved in traffic accident at INTERSTATE 290 On 2024-01-02 00:00:00, there are 3 vehicles that involved in traffic accident at INTERSTATE 290 On 2024-01-02 00:00:00, there are 3 vehicles that involved in traffic accident at INTERSTATE 290 On 2024-01-02 00:00:00, there are 3 vehicles that involved in traffic accident at INTERSTATE 290 On 2024-01-05 00:00:00, there are 2 vehicles that involved in traffic accident at INTERSTATE 290 On 2024-01-05 00:00:00, there are 2 vehicles that involved in traffic accident at INTERSTATE 290 On 2024-01-02 00:00:00, there are 3 vehicles that involved in traffic accident at INTERSTATE 290 On 2024-01-02 00:00:00, there are 3 vehicles that involved in traffic accident at INTERSTATE 290 On 2024-01-02 00:00:00, there are 3 vehicles that involved in traffic accident at INTERSTATE 290 On 2024-01-04 00:00:00, there are 4 vehicles that involved in traffic accident at INTERSTATE 290 On 2024-01-04 00:00:00, there are 4 vehicles that involved in traffic accident at INTERSTATE 290 On 2024-01-04 00:00:00, there are 4 vehicles that involved in traffic accident at INTERSTATE 290 On 2024-01-04 00:00:00, there are 4 vehicles that involved in traffic accident at INTERSTATE 290 On 2024-01-08 00:00:00, there are 1 vehicles that involved in traffic accident at QUINSIGAMOND AVENUE On 2024-01-04 00:00:00, there are 2 vehicles that involved in traffic accident at INTERSTATE 290 On 2024-01-04 00:00:00, there are 2 vehicles that involved in traffic accident at INTERSTATE 290 On 2024-01-08 00:00:00, there are 2 vehicles that involved in traffic accident at INTERSTATE 290 On 2024-01-08 00:00:00, there are 2 vehicles that involved in traffic accident at INTERSTATE 290 On 2024-01-03 00:00:00, there are 2 vehicles that involved in traffic accident at RAMP-RT 12 SB TO RT 290 EB On 2024-01-03 00:00:00, there are 2 vehicles that involved in traffic accident at RAMP-RT 12 SB TO RT 290 EB On 2024-01-10 00:00:00, there are 1 vehicles that involved in traffic accident at INTERSTATE 290 On 2024-01-06 00:00:00, there are 1 vehicles that involved in traffic accident at INGLESIDE AVENUE On 2024-01-13 00:00:00, there are 1 vehicles that involved in traffic accident at INTERSTATE 190 On 2024-01-08 00:00:00, there are 1 vehicles that involved in traffic accident at INTERSTATE 290 On 2024-01-09 00:00:00, there are 1 vehicles that involved in traffic accident at INTERSTATE 290 On 2024-01-10 00:00:00, there are 2 vehicles that involved in traffic accident at CLEMENT STREET On 2024-01-10 00:00:00, there are 2 vehicles that involved in traffic accident at CLEMENT STREET On 2024-01-09 00:00:00, there are 2 vehicles that involved in traffic accident at ENDICOTT STREET On 2024-01-09 00:00:00, there are 2 vehicles that involved in traffic accident at ENDICOTT STREET On 2024-01-09 00:00:00, there are 2 vehicles that involved in traffic accident at MILL STREET EXTENSION On 2024-01-09 00:00:00, there are 2 vehicles that involved in traffic accident at MILL STREET EXTENSION On 2024-01-16 00:00:00, there are 1 vehicles that involved in traffic accident at INTERSTATE 290 On 2024-01-03 00:00:00, there are 2 vehicles that involved in traffic accident at HEARD STREET On 2024-01-03 00:00:00, there are 2 vehicles that involved in traffic accident at HEARD STREET On 2024-01-06 00:00:00, there are 2 vehicles that involved in traffic accident at MAIN STREET On 2024-01-06 00:00:00, there are 2 vehicles that involved in traffic accident at MAIN STREET On 2024-01-07 00:00:00, there are 2 vehicles that involved in traffic accident at BELMONT STREET On 2024-01-07 00:00:00, there are 2 vehicles that involved in traffic accident at BELMONT STREET On 2024-01-07 00:00:00, there are 2 vehicles that involved in traffic accident at MILL STREET On 2024-01-07 00:00:00, there are 2 vehicles that involved in traffic accident at MILL STREET On 2024-01-03 00:00:00, there are 1 vehicles that involved in traffic accident at STATE STREET On 2024-01-08 00:00:00, there are 2 vehicles that involved in traffic accident at PROVIDENCE STREET On 2024-01-08 00:00:00, there are 2 vehicles that involved in traffic accident at PROVIDENCE STREET On 2024-01-08 00:00:00, there are 1 vehicles that involved in traffic accident at On 2024-01-16 00:00:00, there are 2 vehicles that involved in traffic accident at On 2024-01-16 00:00:00, there are 2 vehicles that involved in traffic accident at On 2024-01-03 00:00:00, there are 2 vehicles that involved in traffic accident at INTERSTATE 290 On 2024-01-03 00:00:00, there are 2 vehicles that involved in traffic accident at INTERSTATE 290 On 2024-01-07 00:00:00, there are 1 vehicles that involved in traffic accident at INTERSTATE 290 On 2024-01-14 00:00:00, there are 2 vehicles that involved in traffic accident at INTERSTATE 190 On 2024-01-14 00:00:00, there are 2 vehicles that involved in traffic accident at INTERSTATE 190 On 2024-01-09 00:00:00, there are 2 vehicles that involved in traffic accident at MCKINLEY ROAD On 2024-01-09 00:00:00, there are 2 vehicles that involved in traffic accident at MCKINLEY ROAD On 2024-01-02 00:00:00, there are 2 vehicles that involved in traffic accident at PLANTATION STREET On 2024-01-02 00:00:00, there are 2 vehicles that involved in traffic accident at PLANTATION STREET On 2024-01-01 00:00:00, there are 2 vehicles that involved in traffic accident at STAFFORD STREET On 2024-01-01 00:00:00, there are 2 vehicles that involved in traffic accident at STAFFORD STREET On 2024-01-06 00:00:00, there are 2 vehicles that involved in traffic accident at VERNON STREET On 2024-01-06 00:00:00, there are 2 vehicles that involved in traffic accident at VERNON STREET On 2024-01-03 00:00:00, there are 2 vehicles that involved in traffic accident at SOUTH LUDLOW STREET On 2024-01-03 00:00:00, there are 2 vehicles that involved in traffic accident at SOUTH LUDLOW STREET On 2024-01-05 00:00:00, there are 2 vehicles that involved in traffic accident at INTERSTATE 290 On 2024-01-05 00:00:00, there are 2 vehicles that involved in traffic accident at INTERSTATE 290 On 2024-01-19 00:00:00, there are 1 vehicles that involved in traffic accident at INTERSTATE 190 On 2024-01-17 00:00:00, there are 2 vehicles that involved in traffic accident at INTERSTATE 290 On 2024-01-17 00:00:00, there are 2 vehicles that involved in traffic accident at INTERSTATE 290 On 2024-01-19 00:00:00, there are 1 vehicles that involved in traffic accident at INTERSTATE 190 On 2024-01-16 00:00:00, there are 2 vehicles that involved in traffic accident at INTERSTATE 290 On 2024-01-16 00:00:00, there are 2 vehicles that involved in traffic accident at INTERSTATE 290 On 2024-01-16 00:00:00, there are 2 vehicles that involved in traffic accident at CONGRESS STREET On 2024-01-16 00:00:00, there are 2 vehicles that involved in traffic accident at CONGRESS STREET On 2024-01-16 00:00:00, there are 1 vehicles that involved in traffic accident at MORELAND STREET On 2024-01-11 00:00:00, there are 3 vehicles that involved in traffic accident at PARK AVENUE On 2024-01-11 00:00:00, there are 3 vehicles that involved in traffic accident at PARK AVENUE On 2024-01-11 00:00:00, there are 3 vehicles that involved in traffic accident at PARK AVENUE On 2024-01-16 00:00:00, there are 1 vehicles that involved in traffic accident at GRAFTON STREET On 2024-01-07 00:00:00, there are 1 vehicles that involved in traffic accident at INTERSTATE 290 On 2024-01-07 00:00:00, there are 2 vehicles that involved in traffic accident at INTERSTATE 290 On 2024-01-07 00:00:00, there are 2 vehicles that involved in traffic accident at INTERSTATE 290 On 2024-01-16 00:00:00, there are 2 vehicles that involved in traffic accident at MAIN STREET On 2024-01-16 00:00:00, there are 2 vehicles that involved in traffic accident at MAIN STREET On 2024-01-17 00:00:00, there are 1 vehicles that involved in traffic accident at SALISBURY STREET On 2024-01-17 00:00:00, there are 2 vehicles that involved in traffic accident at PLANTATION STREET On 2024-01-17 00:00:00, there are 2 vehicles that involved in traffic accident at PLANTATION STREET On 2024-01-08 00:00:00, there are 2 vehicles that involved in traffic accident at MAJOR TAYLOR BOULEVARD On 2024-01-08 00:00:00, there are 2 vehicles that involved in traffic accident at MAJOR TAYLOR BOULEVARD On 2024-01-07 00:00:00, there are 2 vehicles that involved in traffic accident at MAIN STREET On 2024-01-07 00:00:00, there are 2 vehicles that involved in traffic accident at MAIN STREET On 2024-01-07 00:00:00, there are 2 vehicles that involved in traffic accident at MERRIFIELD STREET On 2024-01-07 00:00:00, there are 2 vehicles that involved in traffic accident at MERRIFIELD STREET On 2024-01-01 00:00:00, there are 2 vehicles that involved in traffic accident at MAIN STREET On 2024-01-01 00:00:00, there are 2 vehicles that involved in traffic accident at MAIN STREET On 2024-01-17 00:00:00, there are 2 vehicles that involved in traffic accident at MIDDLESEX AVENUE On 2024-01-17 00:00:00, there are 2 vehicles that involved in traffic accident at MIDDLESEX AVENUE On 2024-01-07 00:00:00, there are 3 vehicles that involved in traffic accident at RODNEY STREET On 2024-01-07 00:00:00, there are 3 vehicles that involved in traffic accident at RODNEY STREET On 2024-01-07 00:00:00, there are 3 vehicles that involved in traffic accident at RODNEY STREET On 2024-01-02 00:00:00, there are 2 vehicles that involved in traffic accident at LAMAR AVENUE On 2024-01-02 00:00:00, there are 2 vehicles that involved in traffic accident at LAMAR AVENUE On 2024-01-16 00:00:00, there are 1 vehicles that involved in traffic accident at GRAFTON STREET On 2024-01-16 00:00:00, there are 2 vehicles that involved in traffic accident at PLEASANT STREET On 2024-01-16 00:00:00, there are 2 vehicles that involved in traffic accident at PLEASANT STREET On 2024-01-16 00:00:00, there are 2 vehicles that involved in traffic accident at MILL STREET On 2024-01-16 00:00:00, there are 2 vehicles that involved in traffic accident at MILL STREET On 2024-01-16 00:00:00, there are 1 vehicles that involved in traffic accident at BEVERLY ROAD On 2024-01-15 00:00:00, there are 2 vehicles that involved in traffic accident at CHANDLER STREET On 2024-01-15 00:00:00, there are 2 vehicles that involved in traffic accident at CHANDLER STREET On 2024-01-16 00:00:00, there are 2 vehicles that involved in traffic accident at MILLBURY STREET On 2024-01-16 00:00:00, there are 2 vehicles that involved in traffic accident at MILLBURY STREET On 2024-01-08 00:00:00, there are 1 vehicles that involved in traffic accident at WEBSTER STREET On 2024-01-12 00:00:00, there are 1 vehicles that involved in traffic accident at HERMON STREET On 2024-01-14 00:00:00, there are 1 vehicles that involved in traffic accident at PLEASANT STREET On 2024-01-14 00:00:00, there are 2 vehicles that involved in traffic accident at CHANDLER STREET On 2024-01-14 00:00:00, there are 2 vehicles that involved in traffic accident at CHANDLER STREET On 2024-01-18 00:00:00, there are 2 vehicles that involved in traffic accident at HARDING STREET On 2024-01-18 00:00:00, there are 2 vehicles that involved in traffic accident at HARDING STREET On 2024-01-17 00:00:00, there are 2 vehicles that involved in traffic accident at INTERSTATE 290 On 2024-01-17 00:00:00, there are 2 vehicles that involved in traffic accident at INTERSTATE 290 On 2024-01-24 00:00:00, there are 2 vehicles that involved in traffic accident at PURPLE HEART HIGHWAY On 2024-01-24 00:00:00, there are 2 vehicles that involved in traffic accident at PURPLE HEART HIGHWAY On 2024-01-20 00:00:00, there are 1 vehicles that involved in traffic accident at PURPLE HEART HIGHWAY On 2024-01-18 00:00:00, there are 1 vehicles that involved in traffic accident at INTERSTATE 290 On 2024-01-19 00:00:00, there are 1 vehicles that involved in traffic accident at On 2024-01-20 00:00:00, there are 1 vehicles that involved in traffic accident at INTERSTATE 190 On 2024-01-19 00:00:00, there are 1 vehicles that involved in traffic accident at PURPLE HEART HIGHWAY On 2024-01-02 00:00:00, there are 2 vehicles that involved in traffic accident at MAJOR TAYLOR BOULEVARD On 2024-01-02 00:00:00, there are 2 vehicles that involved in traffic accident at MAJOR TAYLOR BOULEVARD On 2024-01-16 00:00:00, there are 1 vehicles that involved in traffic accident at CLARK STREET On 2024-01-15 00:00:00, there are 1 vehicles that involved in traffic accident at SALISBURY STREET On 2024-01-17 00:00:00, there are 3 vehicles that involved in traffic accident at HIGHLAND STREET On 2024-01-17 00:00:00, there are 3 vehicles that involved in traffic accident at HIGHLAND STREET On 2024-01-17 00:00:00, there are 3 vehicles that involved in traffic accident at HIGHLAND STREET On 2024-01-07 00:00:00, there are 2 vehicles that involved in traffic accident at WEST BOYLSTON STREET On 2024-01-07 00:00:00, there are 2 vehicles that involved in traffic accident at WEST BOYLSTON STREET On 2024-01-17 00:00:00, there are 1 vehicles that involved in traffic accident at CAMBRIDGE STREET On 2024-01-12 00:00:00, there are 2 vehicles that involved in traffic accident at BLACKSTONE RIVER ROAD On 2024-01-12 00:00:00, there are 2 vehicles that involved in traffic accident at BLACKSTONE RIVER ROAD On 2024-01-13 00:00:00, there are 2 vehicles that involved in traffic accident at GRAND STREET On 2024-01-13 00:00:00, there are 2 vehicles that involved in traffic accident at GRAND STREET On 2024-01-13 00:00:00, there are 2 vehicles that involved in traffic accident at On 2024-01-13 00:00:00, there are 2 vehicles that involved in traffic accident at On 2024-01-13 00:00:00, there are 2 vehicles that involved in traffic accident at BARBER AVENUE On 2024-01-13 00:00:00, there are 2 vehicles that involved in traffic accident at BARBER AVENUE On 2024-01-13 00:00:00, there are 2 vehicles that involved in traffic accident at CHANDLER STREET On 2024-01-13 00:00:00, there are 2 vehicles that involved in traffic accident at CHANDLER STREET On 2024-01-13 00:00:00, there are 2 vehicles that involved in traffic accident at GREENWOOD STREET On 2024-01-13 00:00:00, there are 2 vehicles that involved in traffic accident at GREENWOOD STREET On 2024-01-13 00:00:00, there are 2 vehicles that involved in traffic accident at DUSTIN STREET On 2024-01-13 00:00:00, there are 2 vehicles that involved in traffic accident at DUSTIN STREET On 2024-01-13 00:00:00, there are 2 vehicles that involved in traffic accident at HIGHLAND STREET On 2024-01-13 00:00:00, there are 2 vehicles that involved in traffic accident at HIGHLAND STREET On 2024-01-13 00:00:00, there are 1 vehicles that involved in traffic accident at MILLBURY STREET On 2024-01-13 00:00:00, there are 2 vehicles that involved in traffic accident at MADISON STREET On 2024-01-13 00:00:00, there are 2 vehicles that involved in traffic accident at MADISON STREET On 2024-01-14 00:00:00, there are 2 vehicles that involved in traffic accident at BELLEVUE STREET On 2024-01-14 00:00:00, there are 2 vehicles that involved in traffic accident at BELLEVUE STREET On 2024-01-14 00:00:00, there are 2 vehicles that involved in traffic accident at BLITHEWOOD AVENUE On 2024-01-14 00:00:00, there are 2 vehicles that involved in traffic accident at BLITHEWOOD AVENUE On 2024-01-14 00:00:00, there are 2 vehicles that involved in traffic accident at LINCOLN STREET On 2024-01-14 00:00:00, there are 2 vehicles that involved in traffic accident at LINCOLN STREET On 2024-01-14 00:00:00, there are 2 vehicles that involved in traffic accident at HAMMOND STREET On 2024-01-14 00:00:00, there are 2 vehicles that involved in traffic accident at HAMMOND STREET On 2024-01-14 00:00:00, there are 2 vehicles that involved in traffic accident at CHESTER STREET On 2024-01-14 00:00:00, there are 2 vehicles that involved in traffic accident at CHESTER STREET On 2024-01-14 00:00:00, there are 2 vehicles that involved in traffic accident at On 2024-01-14 00:00:00, there are 2 vehicles that involved in traffic accident at On 2024-01-15 00:00:00, there are 2 vehicles that involved in traffic accident at QUINSIGAMOND AVENUE On 2024-01-15 00:00:00, there are 2 vehicles that involved in traffic accident at QUINSIGAMOND AVENUE On 2024-01-05 00:00:00, there are 1 vehicles that involved in traffic accident at SHAWMUT STREET On 2024-01-15 00:00:00, there are 3 vehicles that involved in traffic accident at SIGOURNEY STREET On 2024-01-15 00:00:00, there are 3 vehicles that involved in traffic accident at SIGOURNEY STREET On 2024-01-15 00:00:00, there are 3 vehicles that involved in traffic accident at SIGOURNEY STREET On 2024-01-15 00:00:00, there are 2 vehicles that involved in traffic accident at LINCOLN STREET On 2024-01-15 00:00:00, there are 2 vehicles that involved in traffic accident at LINCOLN STREET On 2024-01-15 00:00:00, there are 1 vehicles that involved in traffic accident at MAIN STREET On 2024-01-15 00:00:00, there are 2 vehicles that involved in traffic accident at BLAKE STREET On 2024-01-15 00:00:00, there are 2 vehicles that involved in traffic accident at BLAKE STREET On 2024-01-18 00:00:00, there are 1 vehicles that involved in traffic accident at MAIN STREET On 2024-01-17 00:00:00, there are 2 vehicles that involved in traffic accident at GROVE STREET On 2024-01-17 00:00:00, there are 2 vehicles that involved in traffic accident at GROVE STREET On 2024-01-04 00:00:00, there are 2 vehicles that involved in traffic accident at LAKE AVENUE NORTH On 2024-01-04 00:00:00, there are 2 vehicles that involved in traffic accident at LAKE AVENUE NORTH On 2024-01-25 00:00:00, there are 2 vehicles that involved in traffic accident at On 2024-01-25 00:00:00, there are 2 vehicles that involved in traffic accident at On 2024-01-25 00:00:00, there are 2 vehicles that involved in traffic accident at On 2024-01-25 00:00:00, there are 2 vehicles that involved in traffic accident at On 2024-01-16 00:00:00, there are 3 vehicles that involved in traffic accident at MAIN STREET On 2024-01-16 00:00:00, there are 3 vehicles that involved in traffic accident at MAIN STREET On 2024-01-16 00:00:00, there are 3 vehicles that involved in traffic accident at MAIN STREET On 2024-01-12 00:00:00, there are 4 vehicles that involved in traffic accident at On 2024-01-12 00:00:00, there are 4 vehicles that involved in traffic accident at On 2024-01-12 00:00:00, there are 4 vehicles that involved in traffic accident at On 2024-01-12 00:00:00, there are 4 vehicles that involved in traffic accident at On 2024-01-17 00:00:00, there are 2 vehicles that involved in traffic accident at On 2024-01-17 00:00:00, there are 2 vehicles that involved in traffic accident at On 2024-01-19 00:00:00, there are 2 vehicles that involved in traffic accident at INTERSTATE 290 On 2024-01-19 00:00:00, there are 2 vehicles that involved in traffic accident at INTERSTATE 290 On 2024-01-19 00:00:00, there are 2 vehicles that involved in traffic accident at INTERSTATE 290 On 2024-01-19 00:00:00, there are 2 vehicles that involved in traffic accident at INTERSTATE 290 On 2024-01-14 00:00:00, there are 2 vehicles that involved in traffic accident at On 2024-01-14 00:00:00, there are 2 vehicles that involved in traffic accident at On 2024-01-07 00:00:00, there are 2 vehicles that involved in traffic accident at INTERSTATE 290 On 2024-01-07 00:00:00, there are 2 vehicles that involved in traffic accident at INTERSTATE 290 On 2024-01-20 00:00:00, there are 1 vehicles that involved in traffic accident at WRENTHAM ROAD On 2024-01-01 00:00:00, there are 2 vehicles that involved in traffic accident at ASHWOOD STREET On 2024-01-01 00:00:00, there are 2 vehicles that involved in traffic accident at ASHWOOD STREET On 2024-01-16 00:00:00, there are 1 vehicles that involved in traffic accident at RICHMOND AVENUE On 2024-01-17 00:00:00, there are 1 vehicles that involved in traffic accident at On 2024-01-02 00:00:00, there are 2 vehicles that involved in traffic accident at On 2024-01-02 00:00:00, there are 2 vehicles that involved in traffic accident at On 2024-01-01 00:00:00, there are 2 vehicles that involved in traffic accident at SEVER STREET On 2024-01-01 00:00:00, there are 2 vehicles that involved in traffic accident at SEVER STREET On 2024-01-31 00:00:00, there are 2 vehicles that involved in traffic accident at On 2024-01-31 00:00:00, there are 2 vehicles that involved in traffic accident at On 2024-01-22 00:00:00, there are 2 vehicles that involved in traffic accident at On 2024-01-22 00:00:00, there are 2 vehicles that involved in traffic accident at On 2024-01-09 00:00:00, there are 2 vehicles that involved in traffic accident at PARK AVENUE On 2024-01-09 00:00:00, there are 2 vehicles that involved in traffic accident at PARK AVENUE On 2024-01-12 00:00:00, there are 2 vehicles that involved in traffic accident at PARK AVENUE On 2024-01-12 00:00:00, there are 2 vehicles that involved in traffic accident at PARK AVENUE On 2024-01-10 00:00:00, there are 3 vehicles that involved in traffic accident at MAIN STREET On 2024-01-10 00:00:00, there are 3 vehicles that involved in traffic accident at MAIN STREET On 2024-01-10 00:00:00, there are 3 vehicles that involved in traffic accident at MAIN STREET On 2024-01-10 00:00:00, there are 2 vehicles that involved in traffic accident at COUNTRY CLUB BOULEVARD On 2024-01-10 00:00:00, there are 2 vehicles that involved in traffic accident at COUNTRY CLUB BOULEVARD On 2024-01-16 00:00:00, there are 1 vehicles that involved in traffic accident at BELMONT STREET On 2024-01-11 00:00:00, there are 1 vehicles that involved in traffic accident at ARARAT STREET On 2024-01-11 00:00:00, there are 1 vehicles that involved in traffic accident at SALISBURY STREET On 2024-01-11 00:00:00, there are 2 vehicles that involved in traffic accident at SHREWSBURY STREET On 2024-01-11 00:00:00, there are 2 vehicles that involved in traffic accident at SHREWSBURY STREET On 2024-01-11 00:00:00, there are 3 vehicles that involved in traffic accident at SALISBURY STREET On 2024-01-11 00:00:00, there are 3 vehicles that involved in traffic accident at SALISBURY STREET On 2024-01-11 00:00:00, there are 3 vehicles that involved in traffic accident at SALISBURY STREET On 2024-01-10 00:00:00, there are 2 vehicles that involved in traffic accident at MILL STREET On 2024-01-10 00:00:00, there are 2 vehicles that involved in traffic accident at MILL STREET On 2024-01-11 00:00:00, there are 2 vehicles that involved in traffic accident at VERNON STREET On 2024-01-11 00:00:00, there are 2 vehicles that involved in traffic accident at VERNON STREET On 2024-01-11 00:00:00, there are 2 vehicles that involved in traffic accident at CHANDLER STREET On 2024-01-11 00:00:00, there are 2 vehicles that involved in traffic accident at CHANDLER STREET On 2024-01-11 00:00:00, there are 2 vehicles that involved in traffic accident at MAIN STREET On 2024-01-11 00:00:00, there are 2 vehicles that involved in traffic accident at MAIN STREET On 2024-01-11 00:00:00, there are 2 vehicles that involved in traffic accident at OBERLIN STREET On 2024-01-11 00:00:00, there are 2 vehicles that involved in traffic accident at OBERLIN STREET On 2024-01-17 00:00:00, there are 2 vehicles that involved in traffic accident at SHREWSBURY STREET On 2024-01-17 00:00:00, there are 2 vehicles that involved in traffic accident at SHREWSBURY STREET On 2024-01-17 00:00:00, there are 2 vehicles that involved in traffic accident at FRANKLIN STREET On 2024-01-17 00:00:00, there are 2 vehicles that involved in traffic accident at FRANKLIN STREET On 2024-01-17 00:00:00, there are 1 vehicles that involved in traffic accident at On 2024-01-11 00:00:00, there are 3 vehicles that involved in traffic accident at LINCOLN STREET On 2024-01-11 00:00:00, there are 3 vehicles that involved in traffic accident at LINCOLN STREET On 2024-01-11 00:00:00, there are 3 vehicles that involved in traffic accident at LINCOLN STREET On 2024-01-12 00:00:00, there are 2 vehicles that involved in traffic accident at GRAFTON STREET On 2024-01-12 00:00:00, there are 2 vehicles that involved in traffic accident at GRAFTON STREET On 2024-01-12 00:00:00, there are 2 vehicles that involved in traffic accident at PURITAN AVENUE On 2024-01-12 00:00:00, there are 2 vehicles that involved in traffic accident at PURITAN AVENUE On 2024-01-22 00:00:00, there are 3 vehicles that involved in traffic accident at GROVE STREET On 2024-01-22 00:00:00, there are 3 vehicles that involved in traffic accident at GROVE STREET On 2024-01-22 00:00:00, there are 3 vehicles that involved in traffic accident at GROVE STREET On 2024-01-24 00:00:00, there are 2 vehicles that involved in traffic accident at On 2024-01-24 00:00:00, there are 2 vehicles that involved in traffic accident at On 2024-01-23 00:00:00, there are 2 vehicles that involved in traffic accident at MILLBROOK STREET On 2024-01-23 00:00:00, there are 2 vehicles that involved in traffic accident at MILLBROOK STREET On 2024-01-24 00:00:00, there are 1 vehicles that involved in traffic accident at LINCOLN STREET On 2024-01-25 00:00:00, there are 2 vehicles that involved in traffic accident at PENN AVENUE On 2024-01-25 00:00:00, there are 2 vehicles that involved in traffic accident at PENN AVENUE On 2024-01-28 00:00:00, there are 2 vehicles that involved in traffic accident at INTERSTATE 290 On 2024-01-28 00:00:00, there are 2 vehicles that involved in traffic accident at INTERSTATE 290 On 2024-01-04 00:00:00, there are 2 vehicles that involved in traffic accident at ALBERT STREET On 2024-01-04 00:00:00, there are 2 vehicles that involved in traffic accident at ALBERT STREET On 2024-01-23 00:00:00, there are 2 vehicles that involved in traffic accident at PLANTATION STREET On 2024-01-23 00:00:00, there are 2 vehicles that involved in traffic accident at PLANTATION STREET On 2024-01-21 00:00:00, there are 1 vehicles that involved in traffic accident at LINCOLN STREET On 2024-01-22 00:00:00, there are 2 vehicles that involved in traffic accident at MAIN STREET On 2024-01-22 00:00:00, there are 2 vehicles that involved in traffic accident at MAIN STREET On 2024-01-22 00:00:00, there are 2 vehicles that involved in traffic accident at UPSALA STREET On 2024-01-22 00:00:00, there are 2 vehicles that involved in traffic accident at UPSALA STREET On 2024-01-20 00:00:00, there are 2 vehicles that involved in traffic accident at PATTISON STREET On 2024-01-20 00:00:00, there are 2 vehicles that involved in traffic accident at PATTISON STREET On 2024-01-20 00:00:00, there are 2 vehicles that involved in traffic accident at KINGSBURY STREET On 2024-01-20 00:00:00, there are 2 vehicles that involved in traffic accident at KINGSBURY STREET On 2024-01-21 00:00:00, there are 2 vehicles that involved in traffic accident at ORIENT STREET On 2024-01-21 00:00:00, there are 2 vehicles that involved in traffic accident at ORIENT STREET On 2024-01-18 00:00:00, there are 2 vehicles that involved in traffic accident at WINTHROP STREET On 2024-01-18 00:00:00, there are 2 vehicles that involved in traffic accident at WINTHROP STREET On 2024-01-21 00:00:00, there are 1 vehicles that involved in traffic accident at PLANTATION STREET On 2024-01-21 00:00:00, there are 3 vehicles that involved in traffic accident at LAKE AVENUE On 2024-01-21 00:00:00, there are 3 vehicles that involved in traffic accident at LAKE AVENUE On 2024-01-21 00:00:00, there are 3 vehicles that involved in traffic accident at LAKE AVENUE On 2024-01-21 00:00:00, there are 2 vehicles that involved in traffic accident at VERNON STREET On 2024-01-21 00:00:00, there are 2 vehicles that involved in traffic accident at VERNON STREET On 2024-01-14 00:00:00, there are 3 vehicles that involved in traffic accident at DORCHESTER STREET On 2024-01-14 00:00:00, there are 3 vehicles that involved in traffic accident at DORCHESTER STREET On 2024-01-14 00:00:00, there are 3 vehicles that involved in traffic accident at DORCHESTER STREET On 2024-01-08 00:00:00, there are 2 vehicles that involved in traffic accident at MAIN STREET On 2024-01-08 00:00:00, there are 2 vehicles that involved in traffic accident at MAIN STREET On 2024-01-08 00:00:00, there are 2 vehicles that involved in traffic accident at MILL STREET EXTENSION On 2024-01-08 00:00:00, there are 2 vehicles that involved in traffic accident at MILL STREET EXTENSION On 2024-01-08 00:00:00, there are 2 vehicles that involved in traffic accident at SUNDERLAND ROAD On 2024-01-08 00:00:00, there are 2 vehicles that involved in traffic accident at SUNDERLAND ROAD On 2024-01-09 00:00:00, there are 2 vehicles that involved in traffic accident at SHREWSBURY STREET On 2024-01-09 00:00:00, there are 2 vehicles that involved in traffic accident at SHREWSBURY STREET On 2024-01-09 00:00:00, there are 2 vehicles that involved in traffic accident at MAY STREET On 2024-01-09 00:00:00, there are 2 vehicles that involved in traffic accident at MAY STREET On 2024-01-28 00:00:00, there are 1 vehicles that involved in traffic accident at INTERSTATE 290 On 2024-02-02 00:00:00, there are 2 vehicles that involved in traffic accident at INTERSTATE 290 On 2024-02-02 00:00:00, there are 2 vehicles that involved in traffic accident at INTERSTATE 290 On 2024-01-29 00:00:00, there are 2 vehicles that involved in traffic accident at On 2024-01-29 00:00:00, there are 2 vehicles that involved in traffic accident at On 2024-01-25 00:00:00, there are 1 vehicles that involved in traffic accident at INTERSTATE 290 On 2024-01-01 00:00:00, there are 4 vehicles that involved in traffic accident at FLORENCE STREET On 2024-01-01 00:00:00, there are 4 vehicles that involved in traffic accident at FLORENCE STREET On 2024-01-01 00:00:00, there are 4 vehicles that involved in traffic accident at FLORENCE STREET On 2024-01-01 00:00:00, there are 4 vehicles that involved in traffic accident at FLORENCE STREET On 2024-01-23 00:00:00, there are 2 vehicles that involved in traffic accident at ROYAL ROAD On 2024-01-23 00:00:00, there are 2 vehicles that involved in traffic accident at ROYAL ROAD On 2024-01-07 00:00:00, there are 1 vehicles that involved in traffic accident at JUNE STREET On 2024-01-06 00:00:00, there are 2 vehicles that involved in traffic accident at FOSTER STREET On 2024-01-06 00:00:00, there are 2 vehicles that involved in traffic accident at FOSTER STREET On 2024-01-07 00:00:00, there are 2 vehicles that involved in traffic accident at GRAFTON STREET On 2024-01-07 00:00:00, there are 2 vehicles that involved in traffic accident at GRAFTON STREET On 2024-01-07 00:00:00, there are 1 vehicles that involved in traffic accident at EAST CENTRAL STREET On 2024-01-07 00:00:00, there are 1 vehicles that involved in traffic accident at BEACON STREET On 2024-01-07 00:00:00, there are 2 vehicles that involved in traffic accident at On 2024-01-07 00:00:00, there are 2 vehicles that involved in traffic accident at On 2024-01-07 00:00:00, there are 2 vehicles that involved in traffic accident at SHREWSBURY STREET On 2024-01-07 00:00:00, there are 2 vehicles that involved in traffic accident at SHREWSBURY STREET On 2024-01-20 00:00:00, there are 2 vehicles that involved in traffic accident at STONELAND ROAD On 2024-01-20 00:00:00, there are 2 vehicles that involved in traffic accident at STONELAND ROAD On 2024-01-20 00:00:00, there are 2 vehicles that involved in traffic accident at NUTTALL LANE On 2024-01-20 00:00:00, there are 2 vehicles that involved in traffic accident at NUTTALL LANE On 2024-01-20 00:00:00, there are 2 vehicles that involved in traffic accident at On 2024-01-20 00:00:00, there are 2 vehicles that involved in traffic accident at On 2024-01-14 00:00:00, there are 2 vehicles that involved in traffic accident at HAMMOND STREET On 2024-01-14 00:00:00, there are 2 vehicles that involved in traffic accident at HAMMOND STREET On 2024-01-14 00:00:00, there are 2 vehicles that involved in traffic accident at MAY STREET On 2024-01-14 00:00:00, there are 2 vehicles that involved in traffic accident at MAY STREET On 2024-01-15 00:00:00, there are 2 vehicles that involved in traffic accident at PARK AVENUE On 2024-01-15 00:00:00, there are 2 vehicles that involved in traffic accident at PARK AVENUE On 2024-01-20 00:00:00, there are 1 vehicles that involved in traffic accident at SOUTH STREET On 2024-01-16 00:00:00, there are 2 vehicles that involved in traffic accident at FRANKLIN STREET On 2024-01-16 00:00:00, there are 2 vehicles that involved in traffic accident at FRANKLIN STREET On 2024-01-20 00:00:00, there are 2 vehicles that involved in traffic accident at VASSAR STREET On 2024-01-20 00:00:00, there are 2 vehicles that involved in traffic accident at VASSAR STREET On 2024-01-17 00:00:00, there are 2 vehicles that involved in traffic accident at ELM STREET On 2024-01-17 00:00:00, there are 2 vehicles that involved in traffic accident at ELM STREET On 2024-01-20 00:00:00, there are 2 vehicles that involved in traffic accident at BYRON STREET On 2024-01-20 00:00:00, there are 2 vehicles that involved in traffic accident at BYRON STREET On 2024-01-24 00:00:00, there are 1 vehicles that involved in traffic accident at HIGHLAND STREET On 2024-01-24 00:00:00, there are 1 vehicles that involved in traffic accident at PLEASANT STREET On 2024-01-24 00:00:00, there are 1 vehicles that involved in traffic accident at On 2024-01-17 00:00:00, there are 2 vehicles that involved in traffic accident at PLANTATION STREET On 2024-01-17 00:00:00, there are 2 vehicles that involved in traffic accident at PLANTATION STREET On 2024-01-22 00:00:00, there are 2 vehicles that involved in traffic accident at BELMONT STREET On 2024-01-22 00:00:00, there are 2 vehicles that involved in traffic accident at BELMONT STREET On 2024-01-25 00:00:00, there are 2 vehicles that involved in traffic accident at FOSTER STREET On 2024-01-25 00:00:00, there are 2 vehicles that involved in traffic accident at FOSTER STREET On 2024-01-18 00:00:00, there are 2 vehicles that involved in traffic accident at SALISBURY STREET On 2024-01-18 00:00:00, there are 2 vehicles that involved in traffic accident at SALISBURY STREET On 2024-01-06 00:00:00, there are 1 vehicles that involved in traffic accident at BELMONT STREET On 2024-01-10 00:00:00, there are 2 vehicles that involved in traffic accident at BELMONT STREET On 2024-01-10 00:00:00, there are 2 vehicles that involved in traffic accident at BELMONT STREET On 2024-01-11 00:00:00, there are 3 vehicles that involved in traffic accident at SHREWSBURY STREET On 2024-01-11 00:00:00, there are 3 vehicles that involved in traffic accident at SHREWSBURY STREET On 2024-01-11 00:00:00, there are 3 vehicles that involved in traffic accident at SHREWSBURY STREET On 2024-01-17 00:00:00, there are 2 vehicles that involved in traffic accident at On 2024-01-17 00:00:00, there are 2 vehicles that involved in traffic accident at On 2024-01-17 00:00:00, there are 2 vehicles that involved in traffic accident at LAFAYETTE STREET On 2024-01-17 00:00:00, there are 2 vehicles that involved in traffic accident at LAFAYETTE STREET On 2024-01-18 00:00:00, there are 2 vehicles that involved in traffic accident at PATTISON STREET On 2024-01-18 00:00:00, there are 2 vehicles that involved in traffic accident at PATTISON STREET On 2024-01-16 00:00:00, there are 1 vehicles that involved in traffic accident at FRANKLIN STREET On 2024-01-12 00:00:00, there are 3 vehicles that involved in traffic accident at On 2024-01-12 00:00:00, there are 3 vehicles that involved in traffic accident at On 2024-01-12 00:00:00, there are 3 vehicles that involved in traffic accident at On 2024-01-12 00:00:00, there are 2 vehicles that involved in traffic accident at CAROLINE STREET On 2024-01-12 00:00:00, there are 2 vehicles that involved in traffic accident at CAROLINE STREET On 2024-01-12 00:00:00, there are 2 vehicles that involved in traffic accident at MCKEON ROAD On 2024-01-12 00:00:00, there are 2 vehicles that involved in traffic accident at MCKEON ROAD On 2024-01-10 00:00:00, there are 2 vehicles that involved in traffic accident at HEYWOOD STREET On 2024-01-10 00:00:00, there are 2 vehicles that involved in traffic accident at HEYWOOD STREET On 2024-01-22 00:00:00, there are 2 vehicles that involved in traffic accident at RUSSELL STREET On 2024-01-22 00:00:00, there are 2 vehicles that involved in traffic accident at RUSSELL STREET On 2024-01-25 00:00:00, there are 2 vehicles that involved in traffic accident at On 2024-01-25 00:00:00, there are 2 vehicles that involved in traffic accident at On 2024-01-24 00:00:00, there are 2 vehicles that involved in traffic accident at CHANDLER STREET On 2024-01-24 00:00:00, there are 2 vehicles that involved in traffic accident at CHANDLER STREET On 2024-01-24 00:00:00, there are 2 vehicles that involved in traffic accident at CAMBRIDGE STREET On 2024-01-24 00:00:00, there are 2 vehicles that involved in traffic accident at CAMBRIDGE STREET On 2024-01-01 00:00:00, there are 2 vehicles that involved in traffic accident at GOLD STAR BOULEVARD On 2024-01-01 00:00:00, there are 2 vehicles that involved in traffic accident at GOLD STAR BOULEVARD On 2024-02-03 00:00:00, there are 2 vehicles that involved in traffic accident at On 2024-02-03 00:00:00, there are 2 vehicles that involved in traffic accident at On 2024-01-21 00:00:00, there are 2 vehicles that involved in traffic accident at MAIN STREET On 2024-01-21 00:00:00, there are 2 vehicles that involved in traffic accident at MAIN STREET On 2024-01-04 00:00:00, there are 2 vehicles that involved in traffic accident at HIGHLAND STREET On 2024-01-04 00:00:00, there are 2 vehicles that involved in traffic accident at HIGHLAND STREET On 2024-01-18 00:00:00, there are 3 vehicles that involved in traffic accident at INTERSTATE 190 On 2024-01-18 00:00:00, there are 3 vehicles that involved in traffic accident at INTERSTATE 190 On 2024-01-18 00:00:00, there are 3 vehicles that involved in traffic accident at INTERSTATE 190 On 2024-01-17 00:00:00, there are 2 vehicles that involved in traffic accident at DUTTON STREET On 2024-01-17 00:00:00, there are 2 vehicles that involved in traffic accident at DUTTON STREET On 2024-01-12 00:00:00, there are 1 vehicles that involved in traffic accident at PRESTON STREET On 2024-02-10 00:00:00, there are 1 vehicles that involved in traffic accident at INTERSTATE 190 On 2024-02-01 00:00:00, there are 2 vehicles that involved in traffic accident at On 2024-02-01 00:00:00, there are 2 vehicles that involved in traffic accident at On 2024-01-31 00:00:00, there are 3 vehicles that involved in traffic accident at On 2024-01-31 00:00:00, there are 3 vehicles that involved in traffic accident at On 2024-01-31 00:00:00, there are 3 vehicles that involved in traffic accident at On 2024-02-05 00:00:00, there are 3 vehicles that involved in traffic accident at INTERSTATE 290 On 2024-02-05 00:00:00, there are 3 vehicles that involved in traffic accident at INTERSTATE 290 On 2024-02-05 00:00:00, there are 3 vehicles that involved in traffic accident at INTERSTATE 290 On 2024-01-25 00:00:00, there are 2 vehicles that involved in traffic accident at INTERSTATE 190 On 2024-01-25 00:00:00, there are 2 vehicles that involved in traffic accident at INTERSTATE 190 On 2024-01-23 00:00:00, there are 2 vehicles that involved in traffic accident at VERNON STREET On 2024-01-23 00:00:00, there are 2 vehicles that involved in traffic accident at VERNON STREET On 2024-01-23 00:00:00, there are 2 vehicles that involved in traffic accident at GRAFTON STREET On 2024-01-23 00:00:00, there are 2 vehicles that involved in traffic accident at GRAFTON STREET On 2024-01-18 00:00:00, there are 2 vehicles that involved in traffic accident at CURTIS STREET On 2024-01-18 00:00:00, there are 2 vehicles that involved in traffic accident at CURTIS STREET On 2024-01-23 00:00:00, there are 2 vehicles that involved in traffic accident at STAFFORD STREET On 2024-01-23 00:00:00, there are 2 vehicles that involved in traffic accident at STAFFORD STREET On 2024-01-23 00:00:00, there are 3 vehicles that involved in traffic accident at PARK AVENUE On 2024-01-23 00:00:00, there are 3 vehicles that involved in traffic accident at PARK AVENUE On 2024-01-23 00:00:00, there are 3 vehicles that involved in traffic accident at PARK AVENUE On 2024-01-23 00:00:00, there are 2 vehicles that involved in traffic accident at BOYNTON STREET On 2024-01-23 00:00:00, there are 2 vehicles that involved in traffic accident at BOYNTON STREET On 2024-01-07 00:00:00, there are 2 vehicles that involved in traffic accident at CLOVER STREET On 2024-01-07 00:00:00, there are 2 vehicles that involved in traffic accident at CLOVER STREET On 2024-01-20 00:00:00, there are 1 vehicles that involved in traffic accident at PENN AVENUE On 2024-01-23 00:00:00, there are 2 vehicles that involved in traffic accident at CHANDLER STREET On 2024-01-23 00:00:00, there are 2 vehicles that involved in traffic accident at CHANDLER STREET On 2024-01-08 00:00:00, there are 1 vehicles that involved in traffic accident at WESTBOROUGH STREET On 2024-01-16 00:00:00, there are 1 vehicles that involved in traffic accident at SALISBURY STREET On 2024-01-21 00:00:00, there are 2 vehicles that involved in traffic accident at SOUTH STREET On 2024-01-21 00:00:00, there are 2 vehicles that involved in traffic accident at SOUTH STREET On 2024-01-27 00:00:00, there are 2 vehicles that involved in traffic accident at HARDING STREET On 2024-01-27 00:00:00, there are 2 vehicles that involved in traffic accident at HARDING STREET On 2024-01-26 00:00:00, there are 2 vehicles that involved in traffic accident at PARK AVENUE On 2024-01-26 00:00:00, there are 2 vehicles that involved in traffic accident at PARK AVENUE On 2024-01-26 00:00:00, there are 1 vehicles that involved in traffic accident at PARK AVENUE On 2024-01-23 00:00:00, there are 1 vehicles that involved in traffic accident at EAST CENTRAL STREET On 2024-01-19 00:00:00, there are 1 vehicles that involved in traffic accident at CAMBRIDGE STREET On 2024-01-25 00:00:00, there are 2 vehicles that involved in traffic accident at QUEEN STREET On 2024-01-25 00:00:00, there are 2 vehicles that involved in traffic accident at QUEEN STREET On 2024-01-25 00:00:00, there are 2 vehicles that involved in traffic accident at BELMONT STREET On 2024-01-25 00:00:00, there are 2 vehicles that involved in traffic accident at BELMONT STREET On 2024-01-25 00:00:00, there are 2 vehicles that involved in traffic accident at HAMILTON STREET On 2024-01-25 00:00:00, there are 2 vehicles that involved in traffic accident at HAMILTON STREET On 2024-01-22 00:00:00, there are 2 vehicles that involved in traffic accident at MAYWOOD STREET On 2024-01-22 00:00:00, there are 2 vehicles that involved in traffic accident at MAYWOOD STREET On 2024-01-24 00:00:00, there are 1 vehicles that involved in traffic accident at PERRY AVENUE On 2024-01-23 00:00:00, there are 1 vehicles that involved in traffic accident at SPOFFORD ROAD On 2024-01-24 00:00:00, there are 1 vehicles that involved in traffic accident at MAY STREET On 2024-01-24 00:00:00, there are 2 vehicles that involved in traffic accident at PLEASANT STREET On 2024-01-24 00:00:00, there are 2 vehicles that involved in traffic accident at PLEASANT STREET On 2024-01-27 00:00:00, there are 2 vehicles that involved in traffic accident at CAMBRIDGE STREET On 2024-01-27 00:00:00, there are 2 vehicles that involved in traffic accident at CAMBRIDGE STREET On 2024-01-08 00:00:00, there are 2 vehicles that involved in traffic accident at HIGHLAND STREET On 2024-01-08 00:00:00, there are 2 vehicles that involved in traffic accident at HIGHLAND STREET On 2024-01-08 00:00:00, there are 2 vehicles that involved in traffic accident at LINCOLN STREET On 2024-01-08 00:00:00, there are 2 vehicles that involved in traffic accident at LINCOLN STREET On 2024-01-14 00:00:00, there are 2 vehicles that involved in traffic accident at DORCHESTER STREET On 2024-01-14 00:00:00, there are 2 vehicles that involved in traffic accident at DORCHESTER STREET On 2024-01-25 00:00:00, there are 2 vehicles that involved in traffic accident at CHANDLER STREET On 2024-01-25 00:00:00, there are 2 vehicles that involved in traffic accident at CHANDLER STREET On 2024-02-01 00:00:00, there are 2 vehicles that involved in traffic accident at MAIN STREET On 2024-02-01 00:00:00, there are 2 vehicles that involved in traffic accident at MAIN STREET On 2024-02-01 00:00:00, there are 2 vehicles that involved in traffic accident at FRONT STREET On 2024-02-01 00:00:00, there are 2 vehicles that involved in traffic accident at FRONT STREET On 2024-01-21 00:00:00, there are 2 vehicles that involved in traffic accident at On 2024-01-21 00:00:00, there are 2 vehicles that involved in traffic accident at On 2024-02-01 00:00:00, there are 2 vehicles that involved in traffic accident at BRUSSELS STREET On 2024-02-01 00:00:00, there are 2 vehicles that involved in traffic accident at BRUSSELS STREET On 2024-02-05 00:00:00, there are 1 vehicles that involved in traffic accident at MAIN STREET On 2024-01-17 00:00:00, there are 2 vehicles that involved in traffic accident at HACKER STREET On 2024-01-17 00:00:00, there are 2 vehicles that involved in traffic accident at HACKER STREET On 2024-01-04 00:00:00, there are 1 vehicles that involved in traffic accident at LINCOLN STREET On 2024-01-16 00:00:00, there are 2 vehicles that involved in traffic accident at DRUMMOND AVENUE On 2024-01-16 00:00:00, there are 2 vehicles that involved in traffic accident at DRUMMOND AVENUE On 2024-01-16 00:00:00, there are 2 vehicles that involved in traffic accident at MAIN STREET On 2024-01-16 00:00:00, there are 2 vehicles that involved in traffic accident at MAIN STREET On 2024-01-16 00:00:00, there are 2 vehicles that involved in traffic accident at On 2024-01-16 00:00:00, there are 2 vehicles that involved in traffic accident at On 2024-02-04 00:00:00, there are 2 vehicles that involved in traffic accident at GRAFTON STREET On 2024-02-04 00:00:00, there are 2 vehicles that involved in traffic accident at GRAFTON STREET On 2024-01-16 00:00:00, there are 1 vehicles that involved in traffic accident at GRAFTON STREET On 2024-01-16 00:00:00, there are 2 vehicles that involved in traffic accident at HARRISON STREET On 2024-01-16 00:00:00, there are 2 vehicles that involved in traffic accident at HARRISON STREET On 2024-01-21 00:00:00, there are 2 vehicles that involved in traffic accident at MAIN STREET On 2024-01-21 00:00:00, there are 2 vehicles that involved in traffic accident at MAIN STREET On 2024-01-02 00:00:00, there are 2 vehicles that involved in traffic accident at SUFFOLK STREET On 2024-01-02 00:00:00, there are 2 vehicles that involved in traffic accident at SUFFOLK STREET On 2024-01-20 00:00:00, there are 3 vehicles that involved in traffic accident at MAYWOOD STREET On 2024-01-20 00:00:00, there are 3 vehicles that involved in traffic accident at MAYWOOD STREET On 2024-01-20 00:00:00, there are 3 vehicles that involved in traffic accident at MAYWOOD STREET On 2024-01-20 00:00:00, there are 2 vehicles that involved in traffic accident at PLEASANT STREET On 2024-01-20 00:00:00, there are 2 vehicles that involved in traffic accident at PLEASANT STREET On 2024-01-22 00:00:00, there are 2 vehicles that involved in traffic accident at COLLEGE STREET On 2024-01-22 00:00:00, there are 2 vehicles that involved in traffic accident at COLLEGE STREET On 2024-01-17 00:00:00, there are 3 vehicles that involved in traffic accident at MAY STREET On 2024-01-17 00:00:00, there are 3 vehicles that involved in traffic accident at MAY STREET On 2024-01-17 00:00:00, there are 3 vehicles that involved in traffic accident at MAY STREET On 2024-01-22 00:00:00, there are 2 vehicles that involved in traffic accident at HAMILTON STREET On 2024-01-22 00:00:00, there are 2 vehicles that involved in traffic accident at HAMILTON STREET On 2024-01-16 00:00:00, there are 2 vehicles that involved in traffic accident at FRANKLIN STREET On 2024-01-16 00:00:00, there are 2 vehicles that involved in traffic accident at FRANKLIN STREET On 2024-01-20 00:00:00, there are 1 vehicles that involved in traffic accident at LANESBORO ROAD On 2024-01-22 00:00:00, there are 2 vehicles that involved in traffic accident at MOUNT HOLYOKE AVENUE On 2024-01-22 00:00:00, there are 2 vehicles that involved in traffic accident at MOUNT HOLYOKE AVENUE On 2024-02-09 00:00:00, there are 2 vehicles that involved in traffic accident at INTERSTATE 290 On 2024-02-09 00:00:00, there are 2 vehicles that involved in traffic accident at INTERSTATE 290 On 2024-01-19 00:00:00, there are 2 vehicles that involved in traffic accident at INTERSTATE 290 On 2024-01-19 00:00:00, there are 2 vehicles that involved in traffic accident at INTERSTATE 290 On 2024-02-14 00:00:00, there are 2 vehicles that involved in traffic accident at INTERSTATE 290 On 2024-02-14 00:00:00, there are 2 vehicles that involved in traffic accident at INTERSTATE 290 On 2024-01-30 00:00:00, there are 3 vehicles that involved in traffic accident at CURTIS PARKWAY On 2024-01-30 00:00:00, there are 3 vehicles that involved in traffic accident at CURTIS PARKWAY On 2024-01-30 00:00:00, there are 3 vehicles that involved in traffic accident at CURTIS PARKWAY On 2024-01-30 00:00:00, there are 2 vehicles that involved in traffic accident at BROWNELL STREET On 2024-01-30 00:00:00, there are 2 vehicles that involved in traffic accident at BROWNELL STREET On 2024-02-06 00:00:00, there are 2 vehicles that involved in traffic accident at GRAFTON STREET On 2024-02-06 00:00:00, there are 2 vehicles that involved in traffic accident at GRAFTON STREET On 2024-02-10 00:00:00, there are 1 vehicles that involved in traffic accident at On 2024-02-02 00:00:00, there are 2 vehicles that involved in traffic accident at PLEASANT STREET On 2024-02-02 00:00:00, there are 2 vehicles that involved in traffic accident at PLEASANT STREET On 2024-02-01 00:00:00, there are 2 vehicles that involved in traffic accident at NORTHEAST CUTOFF On 2024-02-01 00:00:00, there are 2 vehicles that involved in traffic accident at NORTHEAST CUTOFF On 2024-02-03 00:00:00, there are 2 vehicles that involved in traffic accident at On 2024-02-03 00:00:00, there are 2 vehicles that involved in traffic accident at On 2024-02-10 00:00:00, there are 4 vehicles that involved in traffic accident at On 2024-02-10 00:00:00, there are 4 vehicles that involved in traffic accident at On 2024-02-10 00:00:00, there are 4 vehicles that involved in traffic accident at On 2024-02-10 00:00:00, there are 4 vehicles that involved in traffic accident at On 2024-02-11 00:00:00, there are 1 vehicles that involved in traffic accident at On 2024-01-10 00:00:00, there are 2 vehicles that involved in traffic accident at ORIENT STREET On 2024-01-10 00:00:00, there are 2 vehicles that involved in traffic accident at ORIENT STREET On 2024-01-14 00:00:00, there are 2 vehicles that involved in traffic accident at On 2024-01-14 00:00:00, there are 2 vehicles that involved in traffic accident at On 2024-02-02 00:00:00, there are 2 vehicles that involved in traffic accident at SALISBURY STREET On 2024-02-02 00:00:00, there are 2 vehicles that involved in traffic accident at SALISBURY STREET On 2024-02-02 00:00:00, there are 2 vehicles that involved in traffic accident at SOUTHWEST CUTOFF On 2024-02-02 00:00:00, there are 2 vehicles that involved in traffic accident at SOUTHWEST CUTOFF On 2024-01-07 00:00:00, there are 2 vehicles that involved in traffic accident at On 2024-01-07 00:00:00, there are 2 vehicles that involved in traffic accident at On 2024-01-30 00:00:00, there are 2 vehicles that involved in traffic accident at NATHANIEL STREET On 2024-01-30 00:00:00, there are 2 vehicles that involved in traffic accident at NATHANIEL STREET On 2024-02-01 00:00:00, there are 2 vehicles that involved in traffic accident at COBURN AVENUE On 2024-02-01 00:00:00, there are 2 vehicles that involved in traffic accident at COBURN AVENUE On 2024-01-05 00:00:00, there are 4 vehicles that involved in traffic accident at BELMONT STREET On 2024-01-05 00:00:00, there are 4 vehicles that involved in traffic accident at BELMONT STREET On 2024-01-05 00:00:00, there are 4 vehicles that involved in traffic accident at BELMONT STREET On 2024-01-05 00:00:00, there are 4 vehicles that involved in traffic accident at BELMONT STREET On 2024-01-23 00:00:00, there are 2 vehicles that involved in traffic accident at On 2024-01-23 00:00:00, there are 2 vehicles that involved in traffic accident at On 2024-01-23 00:00:00, there are 1 vehicles that involved in traffic accident at SALISBURY STREET On 2024-01-30 00:00:00, there are 2 vehicles that involved in traffic accident at GRAFTON STREET On 2024-01-30 00:00:00, there are 2 vehicles that involved in traffic accident at GRAFTON STREET On 2024-01-29 00:00:00, there are 2 vehicles that involved in traffic accident at LOXWOOD STREET On 2024-01-29 00:00:00, there are 2 vehicles that involved in traffic accident at LOXWOOD STREET On 2024-02-03 00:00:00, there are 2 vehicles that involved in traffic accident at On 2024-02-03 00:00:00, there are 2 vehicles that involved in traffic accident at On 2024-01-29 00:00:00, there are 1 vehicles that involved in traffic accident at SOUTHBRIDGE STREET On 2024-02-06 00:00:00, there are 2 vehicles that involved in traffic accident at SHREWSBURY STREET On 2024-02-06 00:00:00, there are 2 vehicles that involved in traffic accident at SHREWSBURY STREET On 2024-02-05 00:00:00, there are 2 vehicles that involved in traffic accident at MILLBURY STREET On 2024-02-05 00:00:00, there are 2 vehicles that involved in traffic accident at MILLBURY STREET On 2024-02-07 00:00:00, there are 2 vehicles that involved in traffic accident at HIGHLAND STREET On 2024-02-07 00:00:00, there are 2 vehicles that involved in traffic accident at HIGHLAND STREET On 2024-01-07 00:00:00, there are 1 vehicles that involved in traffic accident at PARK AVENUE On 2024-01-07 00:00:00, there are 2 vehicles that involved in traffic accident at PATCH RESERVOIR DRIVE On 2024-01-07 00:00:00, there are 2 vehicles that involved in traffic accident at PATCH RESERVOIR DRIVE On 2024-01-07 00:00:00, there are 1 vehicles that involved in traffic accident at FLAGG STREET On 2024-02-08 00:00:00, there are 2 vehicles that involved in traffic accident at DORCHESTER STREET On 2024-02-08 00:00:00, there are 2 vehicles that involved in traffic accident at DORCHESTER STREET On 2024-01-10 00:00:00, there are 2 vehicles that involved in traffic accident at MAIN STREET On 2024-01-10 00:00:00, there are 2 vehicles that involved in traffic accident at MAIN STREET On 2024-01-10 00:00:00, there are 2 vehicles that involved in traffic accident at MADISON STREET On 2024-01-10 00:00:00, there are 2 vehicles that involved in traffic accident at MADISON STREET On 2024-01-14 00:00:00, there are 2 vehicles that involved in traffic accident at PLANTATION STREET On 2024-01-14 00:00:00, there are 2 vehicles that involved in traffic accident at PLANTATION STREET On 2024-01-24 00:00:00, there are 2 vehicles that involved in traffic accident at BELMONT STREET On 2024-01-24 00:00:00, there are 2 vehicles that involved in traffic accident at BELMONT STREET On 2024-02-07 00:00:00, there are 2 vehicles that involved in traffic accident at MAIN STREET On 2024-02-07 00:00:00, there are 2 vehicles that involved in traffic accident at MAIN STREET On 2024-02-08 00:00:00, there are 2 vehicles that involved in traffic accident at SHREWSBURY STREET On 2024-02-08 00:00:00, there are 2 vehicles that involved in traffic accident at SHREWSBURY STREET On 2024-01-05 00:00:00, there are 2 vehicles that involved in traffic accident at On 2024-01-05 00:00:00, there are 2 vehicles that involved in traffic accident at On 2024-01-07 00:00:00, there are 2 vehicles that involved in traffic accident at WINFIELD STREET On 2024-01-07 00:00:00, there are 2 vehicles that involved in traffic accident at WINFIELD STREET On 2024-01-24 00:00:00, there are 2 vehicles that involved in traffic accident at GOLD STAR BOULEVARD On 2024-01-24 00:00:00, there are 2 vehicles that involved in traffic accident at GOLD STAR BOULEVARD On 2024-01-24 00:00:00, there are 1 vehicles that involved in traffic accident at MILL STREET On 2024-01-25 00:00:00, there are 2 vehicles that involved in traffic accident at GRAFTON STREET On 2024-01-25 00:00:00, there are 2 vehicles that involved in traffic accident at GRAFTON STREET On 2024-01-25 00:00:00, there are 1 vehicles that involved in traffic accident at MASSASOIT ROAD On 2024-02-06 00:00:00, there are 2 vehicles that involved in traffic accident at CAMBRIDGE STREET On 2024-02-06 00:00:00, there are 2 vehicles that involved in traffic accident at CAMBRIDGE STREET On 2024-02-14 00:00:00, there are 3 vehicles that involved in traffic accident at INTERSTATE 290 On 2024-02-14 00:00:00, there are 3 vehicles that involved in traffic accident at INTERSTATE 290 On 2024-02-14 00:00:00, there are 3 vehicles that involved in traffic accident at INTERSTATE 290 On 2024-02-13 00:00:00, there are 2 vehicles that involved in traffic accident at On 2024-02-13 00:00:00, there are 2 vehicles that involved in traffic accident at On 2024-02-12 00:00:00, there are 2 vehicles that involved in traffic accident at On 2024-02-12 00:00:00, there are 2 vehicles that involved in traffic accident at On 2024-01-09 00:00:00, there are 3 vehicles that involved in traffic accident at CANTERBURY STREET On 2024-01-09 00:00:00, there are 3 vehicles that involved in traffic accident at CANTERBURY STREET On 2024-01-09 00:00:00, there are 3 vehicles that involved in traffic accident at CANTERBURY STREET On 2024-02-17 00:00:00, there are 2 vehicles that involved in traffic accident at On 2024-02-17 00:00:00, there are 2 vehicles that involved in traffic accident at On 2024-02-16 00:00:00, there are 1 vehicles that involved in traffic accident at INTERSTATE 290 On 2024-02-20 00:00:00, there are 2 vehicles that involved in traffic accident at INTERSTATE 290 On 2024-02-20 00:00:00, there are 2 vehicles that involved in traffic accident at INTERSTATE 290 On 2024-02-14 00:00:00, there are 3 vehicles that involved in traffic accident at On 2024-02-14 00:00:00, there are 3 vehicles that involved in traffic accident at On 2024-02-14 00:00:00, there are 3 vehicles that involved in traffic accident at On 2024-02-22 00:00:00, there are 2 vehicles that involved in traffic accident at INTERSTATE 290 On 2024-02-22 00:00:00, there are 2 vehicles that involved in traffic accident at INTERSTATE 290 On 2024-02-20 00:00:00, there are 1 vehicles that involved in traffic accident at On 2024-02-10 00:00:00, there are 1 vehicles that involved in traffic accident at WEST BOYLSTON STREET On 2024-02-14 00:00:00, there are 1 vehicles that involved in traffic accident at KELLEY SQUARE On 2024-01-06 00:00:00, there are 1 vehicles that involved in traffic accident at SAINT NICHOLAS AVENUE On 2024-02-14 00:00:00, there are 1 vehicles that involved in traffic accident at On 2024-02-03 00:00:00, there are 2 vehicles that involved in traffic accident at SHELBY STREET On 2024-02-03 00:00:00, there are 2 vehicles that involved in traffic accident at SHELBY STREET On 2024-02-07 00:00:00, there are 2 vehicles that involved in traffic accident at EDWARD STREET On 2024-02-07 00:00:00, there are 2 vehicles that involved in traffic accident at EDWARD STREET On 2024-02-07 00:00:00, there are 1 vehicles that involved in traffic accident at On 2024-02-07 00:00:00, there are 3 vehicles that involved in traffic accident at WEST BOYLSTON STREET On 2024-02-07 00:00:00, there are 3 vehicles that involved in traffic accident at WEST BOYLSTON STREET On 2024-02-07 00:00:00, there are 3 vehicles that involved in traffic accident at WEST BOYLSTON STREET On 2024-02-07 00:00:00, there are 1 vehicles that involved in traffic accident at SOUTHBRIDGE STREET On 2024-02-07 00:00:00, there are 2 vehicles that involved in traffic accident at CAMBRIDGE STREET On 2024-02-07 00:00:00, there are 2 vehicles that involved in traffic accident at CAMBRIDGE STREET On 2024-02-06 00:00:00, there are 2 vehicles that involved in traffic accident at ELM STREET On 2024-02-06 00:00:00, there are 2 vehicles that involved in traffic accident at ELM STREET On 2024-02-06 00:00:00, there are 2 vehicles that involved in traffic accident at WOODLAND STREET On 2024-02-06 00:00:00, there are 2 vehicles that involved in traffic accident at WOODLAND STREET On 2024-02-06 00:00:00, there are 2 vehicles that involved in traffic accident at GRANITE STREET On 2024-02-06 00:00:00, there are 2 vehicles that involved in traffic accident at GRANITE STREET On 2024-02-06 00:00:00, there are 2 vehicles that involved in traffic accident at ENDICOTT STREET On 2024-02-06 00:00:00, there are 2 vehicles that involved in traffic accident at ENDICOTT STREET On 2024-02-04 00:00:00, there are 2 vehicles that involved in traffic accident at CLARKSON STREET On 2024-02-04 00:00:00, there are 2 vehicles that involved in traffic accident at CLARKSON STREET On 2024-02-04 00:00:00, there are 2 vehicles that involved in traffic accident at VERNON STREET On 2024-02-04 00:00:00, there are 2 vehicles that involved in traffic accident at VERNON STREET On 2024-02-04 00:00:00, there are 2 vehicles that involved in traffic accident at MADISON STREET On 2024-02-04 00:00:00, there are 2 vehicles that involved in traffic accident at MADISON STREET On 2024-02-05 00:00:00, there are 2 vehicles that involved in traffic accident at LINCOLN STREET On 2024-02-05 00:00:00, there are 2 vehicles that involved in traffic accident at LINCOLN STREET On 2024-02-14 00:00:00, there are 2 vehicles that involved in traffic accident at MAJOR TAYLOR BOULEVARD On 2024-02-14 00:00:00, there are 2 vehicles that involved in traffic accident at MAJOR TAYLOR BOULEVARD On 2024-02-01 00:00:00, there are 1 vehicles that involved in traffic accident at ESTHER STREET On 2024-02-07 00:00:00, there are 2 vehicles that involved in traffic accident at STAFFORD STREET On 2024-02-07 00:00:00, there are 2 vehicles that involved in traffic accident at STAFFORD STREET On 2024-01-26 00:00:00, there are 2 vehicles that involved in traffic accident at MILL STREET On 2024-01-26 00:00:00, there are 2 vehicles that involved in traffic accident at MILL STREET On 2024-01-30 00:00:00, there are 2 vehicles that involved in traffic accident at MAIN STREET On 2024-01-30 00:00:00, there are 2 vehicles that involved in traffic accident at MAIN STREET On 2024-01-19 00:00:00, there are 2 vehicles that involved in traffic accident at CHATHAM STREET On 2024-01-19 00:00:00, there are 2 vehicles that involved in traffic accident at CHATHAM STREET On 2024-01-08 00:00:00, there are 2 vehicles that involved in traffic accident at BELLEVUE STREET On 2024-01-08 00:00:00, there are 2 vehicles that involved in traffic accident at BELLEVUE STREET On 2024-01-19 00:00:00, there are 3 vehicles that involved in traffic accident at TUCKERMAN STREET On 2024-01-19 00:00:00, there are 3 vehicles that involved in traffic accident at TUCKERMAN STREET On 2024-01-19 00:00:00, there are 3 vehicles that involved in traffic accident at TUCKERMAN STREET On 2024-01-19 00:00:00, there are 2 vehicles that involved in traffic accident at BEAVER STREET On 2024-01-19 00:00:00, there are 2 vehicles that involved in traffic accident at BEAVER STREET On 2024-01-19 00:00:00, there are 2 vehicles that involved in traffic accident at CLEMENT STREET On 2024-01-19 00:00:00, there are 2 vehicles that involved in traffic accident at CLEMENT STREET On 2024-01-19 00:00:00, there are 2 vehicles that involved in traffic accident at GRAFTON STREET On 2024-01-19 00:00:00, there are 2 vehicles that involved in traffic accident at GRAFTON STREET On 2024-01-19 00:00:00, there are 3 vehicles that involved in traffic accident at ARARAT STREET On 2024-01-19 00:00:00, there are 3 vehicles that involved in traffic accident at ARARAT STREET On 2024-01-19 00:00:00, there are 3 vehicles that involved in traffic accident at ARARAT STREET On 2024-01-19 00:00:00, there are 2 vehicles that involved in traffic accident at MALDEN STREET On 2024-01-19 00:00:00, there are 2 vehicles that involved in traffic accident at MALDEN STREET On 2024-02-13 00:00:00, there are 2 vehicles that involved in traffic accident at PRIMROSE STREET On 2024-02-13 00:00:00, there are 2 vehicles that involved in traffic accident at PRIMROSE STREET On 2024-02-06 00:00:00, there are 2 vehicles that involved in traffic accident at PLEASANT STREET On 2024-02-06 00:00:00, there are 2 vehicles that involved in traffic accident at PLEASANT STREET On 2024-02-10 00:00:00, there are 1 vehicles that involved in traffic accident at CAMBRIDGE STREET On 2024-01-19 00:00:00, there are 2 vehicles that involved in traffic accident at MULBERRY STREET On 2024-01-19 00:00:00, there are 2 vehicles that involved in traffic accident at MULBERRY STREET On 2024-02-14 00:00:00, there are 2 vehicles that involved in traffic accident at BELMONT STREET On 2024-02-14 00:00:00, there are 2 vehicles that involved in traffic accident at BELMONT STREET On 2024-02-14 00:00:00, there are 2 vehicles that involved in traffic accident at SUMMER STREET On 2024-02-14 00:00:00, there are 2 vehicles that involved in traffic accident at SUMMER STREET On 2024-02-14 00:00:00, there are 2 vehicles that involved in traffic accident at BEACON STREET On 2024-02-14 00:00:00, there are 2 vehicles that involved in traffic accident at BEACON STREET On 2024-02-12 00:00:00, there are 2 vehicles that involved in traffic accident at STONELAND ROAD On 2024-02-12 00:00:00, there are 2 vehicles that involved in traffic accident at STONELAND ROAD On 2024-02-12 00:00:00, there are 1 vehicles that involved in traffic accident at CAMP STREET On 2024-01-14 00:00:00, there are 2 vehicles that involved in traffic accident at SOUTHBRIDGE STREET On 2024-01-14 00:00:00, there are 2 vehicles that involved in traffic accident at SOUTHBRIDGE STREET On 2024-02-11 00:00:00, there are 2 vehicles that involved in traffic accident at OAK AVENUE On 2024-02-11 00:00:00, there are 2 vehicles that involved in traffic accident at OAK AVENUE On 2024-01-20 00:00:00, there are 2 vehicles that involved in traffic accident at WEST BOYLSTON STREET On 2024-01-20 00:00:00, there are 2 vehicles that involved in traffic accident at WEST BOYLSTON STREET On 2024-02-11 00:00:00, there are 2 vehicles that involved in traffic accident at FOURTH STREET On 2024-02-11 00:00:00, there are 2 vehicles that involved in traffic accident at FOURTH STREET On 2024-01-20 00:00:00, there are 1 vehicles that involved in traffic accident at PENN AVENUE On 2024-02-08 00:00:00, there are 2 vehicles that involved in traffic accident at HIGHLAND STREET On 2024-02-08 00:00:00, there are 2 vehicles that involved in traffic accident at HIGHLAND STREET On 2024-02-01 00:00:00, there are 2 vehicles that involved in traffic accident at SOUTHBRIDGE STREET On 2024-02-01 00:00:00, there are 2 vehicles that involved in traffic accident at SOUTHBRIDGE STREET On 2024-02-10 00:00:00, there are 2 vehicles that involved in traffic accident at ANDREWS AVENUE On 2024-02-10 00:00:00, there are 2 vehicles that involved in traffic accident at ANDREWS AVENUE On 2024-01-17 00:00:00, there are 2 vehicles that involved in traffic accident at GROTON PLACE On 2024-01-17 00:00:00, there are 2 vehicles that involved in traffic accident at GROTON PLACE On 2024-02-12 00:00:00, there are 2 vehicles that involved in traffic accident at JUNE STREET On 2024-02-12 00:00:00, there are 2 vehicles that involved in traffic accident at JUNE STREET On 2024-02-08 00:00:00, there are 2 vehicles that involved in traffic accident at THOMAS STREET On 2024-02-08 00:00:00, there are 2 vehicles that involved in traffic accident at THOMAS STREET On 2024-01-30 00:00:00, there are 1 vehicles that involved in traffic accident at OLEAN STREET On 2024-02-02 00:00:00, there are 2 vehicles that involved in traffic accident at JUNE STREET On 2024-02-02 00:00:00, there are 2 vehicles that involved in traffic accident at JUNE STREET On 2024-02-09 00:00:00, there are 2 vehicles that involved in traffic accident at HEYWOOD STREET On 2024-02-09 00:00:00, there are 2 vehicles that involved in traffic accident at HEYWOOD STREET On 2024-01-31 00:00:00, there are 2 vehicles that involved in traffic accident at PARK AVENUE On 2024-01-31 00:00:00, there are 2 vehicles that involved in traffic accident at PARK AVENUE On 2024-01-31 00:00:00, there are 1 vehicles that involved in traffic accident at On 2024-02-10 00:00:00, there are 2 vehicles that involved in traffic accident at MILLBURY STREET On 2024-02-10 00:00:00, there are 2 vehicles that involved in traffic accident at MILLBURY STREET On 2024-01-26 00:00:00, there are 2 vehicles that involved in traffic accident at PARK AVENUE On 2024-01-26 00:00:00, there are 2 vehicles that involved in traffic accident at PARK AVENUE On 2024-02-10 00:00:00, there are 2 vehicles that involved in traffic accident at FIFTH AVENUE On 2024-02-10 00:00:00, there are 2 vehicles that involved in traffic accident at FIFTH AVENUE On 2024-02-09 00:00:00, there are 2 vehicles that involved in traffic accident at COMMERCIAL STREET On 2024-02-09 00:00:00, there are 2 vehicles that involved in traffic accident at COMMERCIAL STREET On 2024-01-22 00:00:00, there are 2 vehicles that involved in traffic accident at STEVENS ROAD On 2024-01-22 00:00:00, there are 2 vehicles that involved in traffic accident at STEVENS ROAD On 2024-01-31 00:00:00, there are 2 vehicles that involved in traffic accident at GOLD STAR BOULEVARD On 2024-01-31 00:00:00, there are 2 vehicles that involved in traffic accident at GOLD STAR BOULEVARD On 2024-01-22 00:00:00, there are 2 vehicles that involved in traffic accident at VERNON STREET On 2024-01-22 00:00:00, there are 2 vehicles that involved in traffic accident at VERNON STREET On 2024-02-14 00:00:00, there are 1 vehicles that involved in traffic accident at CHANDLER STREET On 2024-02-06 00:00:00, there are 2 vehicles that involved in traffic accident at LAKE AVENUE NORTH On 2024-02-06 00:00:00, there are 2 vehicles that involved in traffic accident at LAKE AVENUE NORTH On 2024-01-06 00:00:00, there are 3 vehicles that involved in traffic accident at BEAVER STREET On 2024-01-06 00:00:00, there are 3 vehicles that involved in traffic accident at BEAVER STREET On 2024-01-06 00:00:00, there are 3 vehicles that involved in traffic accident at BEAVER STREET On 2024-01-06 00:00:00, there are 2 vehicles that involved in traffic accident at SOUTHBRIDGE STREET On 2024-01-06 00:00:00, there are 2 vehicles that involved in traffic accident at SOUTHBRIDGE STREET On 2024-01-06 00:00:00, there are 2 vehicles that involved in traffic accident at HIGHLAND STREET On 2024-01-06 00:00:00, there are 2 vehicles that involved in traffic accident at HIGHLAND STREET On 2024-01-06 00:00:00, there are 2 vehicles that involved in traffic accident at CANTERBURY STREET On 2024-01-06 00:00:00, there are 2 vehicles that involved in traffic accident at CANTERBURY STREET On 2024-01-06 00:00:00, there are 2 vehicles that involved in traffic accident at CLARK STREET On 2024-01-06 00:00:00, there are 2 vehicles that involved in traffic accident at CLARK STREET On 2024-02-23 00:00:00, there are 2 vehicles that involved in traffic accident at INTERSTATE 290 On 2024-02-23 00:00:00, there are 2 vehicles that involved in traffic accident at INTERSTATE 290 On 2024-02-03 00:00:00, there are 3 vehicles that involved in traffic accident at On 2024-02-03 00:00:00, there are 3 vehicles that involved in traffic accident at On 2024-02-03 00:00:00, there are 3 vehicles that involved in traffic accident at On 2024-02-14 00:00:00, there are 2 vehicles that involved in traffic accident at INTERSTATE 290 On 2024-02-14 00:00:00, there are 2 vehicles that involved in traffic accident at INTERSTATE 290 On 2024-02-20 00:00:00, there are 2 vehicles that involved in traffic accident at INTERSTATE 290 On 2024-02-20 00:00:00, there are 2 vehicles that involved in traffic accident at INTERSTATE 290 On 2024-02-14 00:00:00, there are 2 vehicles that involved in traffic accident at INTERSTATE 290 On 2024-02-14 00:00:00, there are 2 vehicles that involved in traffic accident at INTERSTATE 290 On 2024-02-13 00:00:00, there are 2 vehicles that involved in traffic accident at INTERSTATE 290 On 2024-02-13 00:00:00, there are 2 vehicles that involved in traffic accident at INTERSTATE 290 On 2024-02-09 00:00:00, there are 2 vehicles that involved in traffic accident at INTERSTATE 290 On 2024-02-09 00:00:00, there are 2 vehicles that involved in traffic accident at INTERSTATE 290 On 2024-02-24 00:00:00, there are 2 vehicles that involved in traffic accident at INTERSTATE 190 On 2024-02-24 00:00:00, there are 2 vehicles that involved in traffic accident at INTERSTATE 190 On 2024-02-15 00:00:00, there are 2 vehicles that involved in traffic accident at MAIN STREET On 2024-02-15 00:00:00, there are 2 vehicles that involved in traffic accident at MAIN STREET On 2024-02-11 00:00:00, there are 3 vehicles that involved in traffic accident at INTERSTATE 290 On 2024-02-11 00:00:00, there are 3 vehicles that involved in traffic accident at INTERSTATE 290 On 2024-02-11 00:00:00, there are 3 vehicles that involved in traffic accident at INTERSTATE 290 On 2024-02-27 00:00:00, there are 2 vehicles that involved in traffic accident at INTERSTATE 290 On 2024-02-27 00:00:00, there are 2 vehicles that involved in traffic accident at INTERSTATE 290 On 2024-02-10 00:00:00, there are 2 vehicles that involved in traffic accident at SUFFIELD STREET On 2024-02-10 00:00:00, there are 2 vehicles that involved in traffic accident at SUFFIELD STREET On 2024-01-14 00:00:00, there are 1 vehicles that involved in traffic accident at WEST BOYLSTON STREET On 2024-01-08 00:00:00, there are 2 vehicles that involved in traffic accident at LINCOLN STREET On 2024-01-08 00:00:00, there are 2 vehicles that involved in traffic accident at LINCOLN STREET On 2024-01-08 00:00:00, there are 1 vehicles that involved in traffic accident at WESTBOROUGH STREET On 2024-02-09 00:00:00, there are 2 vehicles that involved in traffic accident at GRAFTON STREET On 2024-02-09 00:00:00, there are 2 vehicles that involved in traffic accident at GRAFTON STREET On 2024-02-09 00:00:00, there are 2 vehicles that involved in traffic accident at MASSASOIT ROAD On 2024-02-09 00:00:00, there are 2 vehicles that involved in traffic accident at MASSASOIT ROAD On 2024-02-09 00:00:00, there are 2 vehicles that involved in traffic accident at GRAFTON STREET On 2024-02-09 00:00:00, there are 2 vehicles that involved in traffic accident at GRAFTON STREET On 2024-01-08 00:00:00, there are 2 vehicles that involved in traffic accident at APRICOT STREET On 2024-01-08 00:00:00, there are 2 vehicles that involved in traffic accident at APRICOT STREET On 2024-01-08 00:00:00, there are 1 vehicles that involved in traffic accident at SALISBURY STREET On 2024-01-07 00:00:00, there are 1 vehicles that involved in traffic accident at MILLBURY STREET On 2024-01-29 00:00:00, there are 2 vehicles that involved in traffic accident at CRYSTAL STREET On 2024-01-29 00:00:00, there are 2 vehicles that involved in traffic accident at CRYSTAL STREET On 2024-02-10 00:00:00, there are 2 vehicles that involved in traffic accident at MAIN STREET On 2024-02-10 00:00:00, there are 2 vehicles that involved in traffic accident at MAIN STREET On 2024-02-01 00:00:00, there are 2 vehicles that involved in traffic accident at PROVIDENCE STREET On 2024-02-01 00:00:00, there are 2 vehicles that involved in traffic accident at PROVIDENCE STREET On 2024-02-09 00:00:00, there are 2 vehicles that involved in traffic accident at PARK AVENUE On 2024-02-09 00:00:00, there are 2 vehicles that involved in traffic accident at PARK AVENUE On 2024-02-01 00:00:00, there are 2 vehicles that involved in traffic accident at PARK AVENUE On 2024-02-01 00:00:00, there are 2 vehicles that involved in traffic accident at PARK AVENUE On 2024-01-08 00:00:00, there are 2 vehicles that involved in traffic accident at SUMMER STREET On 2024-01-08 00:00:00, there are 2 vehicles that involved in traffic accident at SUMMER STREET On 2024-01-08 00:00:00, there are 2 vehicles that involved in traffic accident at On 2024-01-08 00:00:00, there are 2 vehicles that involved in traffic accident at On 2024-01-08 00:00:00, there are 2 vehicles that involved in traffic accident at MAIN STREET On 2024-01-08 00:00:00, there are 2 vehicles that involved in traffic accident at MAIN STREET On 2024-02-09 00:00:00, there are 2 vehicles that involved in traffic accident at PARK AVENUE On 2024-02-09 00:00:00, there are 2 vehicles that involved in traffic accident at PARK AVENUE On 2024-01-31 00:00:00, there are 2 vehicles that involved in traffic accident at MAIN STREET On 2024-01-31 00:00:00, there are 2 vehicles that involved in traffic accident at MAIN STREET On 2024-02-10 00:00:00, there are 2 vehicles that involved in traffic accident at HIGHLAND STREET On 2024-02-10 00:00:00, there are 2 vehicles that involved in traffic accident at HIGHLAND STREET On 2024-02-10 00:00:00, there are 2 vehicles that involved in traffic accident at GROVE STREET On 2024-02-10 00:00:00, there are 2 vehicles that involved in traffic accident at GROVE STREET On 2024-01-08 00:00:00, there are 2 vehicles that involved in traffic accident at DORCHESTER STREET On 2024-01-08 00:00:00, there are 2 vehicles that involved in traffic accident at DORCHESTER STREET On 2024-02-10 00:00:00, there are 3 vehicles that involved in traffic accident at MILL STREET On 2024-02-10 00:00:00, there are 3 vehicles that involved in traffic accident at MILL STREET On 2024-02-10 00:00:00, there are 3 vehicles that involved in traffic accident at MILL STREET On 2024-01-31 00:00:00, there are 2 vehicles that involved in traffic accident at IRVING STREET On 2024-01-31 00:00:00, there are 2 vehicles that involved in traffic accident at IRVING STREET On 2024-01-08 00:00:00, there are 2 vehicles that involved in traffic accident at LAUREL STREET On 2024-01-08 00:00:00, there are 2 vehicles that involved in traffic accident at LAUREL STREET On 2024-02-12 00:00:00, there are 2 vehicles that involved in traffic accident at LINCOLN STREET On 2024-02-12 00:00:00, there are 2 vehicles that involved in traffic accident at LINCOLN STREET On 2024-01-22 00:00:00, there are 2 vehicles that involved in traffic accident at VERNON STREET On 2024-01-22 00:00:00, there are 2 vehicles that involved in traffic accident at VERNON STREET On 2024-01-26 00:00:00, there are 2 vehicles that involved in traffic accident at LAKE AVENUE NORTH On 2024-01-26 00:00:00, there are 2 vehicles that involved in traffic accident at LAKE AVENUE NORTH On 2024-02-12 00:00:00, there are 2 vehicles that involved in traffic accident at GRAFTON STREET On 2024-02-12 00:00:00, there are 2 vehicles that involved in traffic accident at GRAFTON STREET On 2024-02-10 00:00:00, there are 2 vehicles that involved in traffic accident at HAMILTON STREET On 2024-02-10 00:00:00, there are 2 vehicles that involved in traffic accident at HAMILTON STREET On 2024-02-12 00:00:00, there are 2 vehicles that involved in traffic accident at EAST CENTRAL STREET On 2024-02-12 00:00:00, there are 2 vehicles that involved in traffic accident at EAST CENTRAL STREET On 2024-02-12 00:00:00, there are 2 vehicles that involved in traffic accident at MCKEON ROAD On 2024-02-12 00:00:00, there are 2 vehicles that involved in traffic accident at MCKEON ROAD On 2024-02-12 00:00:00, there are 2 vehicles that involved in traffic accident at MCKEON ROAD On 2024-02-12 00:00:00, there are 2 vehicles that involved in traffic accident at MCKEON ROAD On 2024-02-13 00:00:00, there are 2 vehicles that involved in traffic accident at GRAFTON STREET On 2024-02-13 00:00:00, there are 2 vehicles that involved in traffic accident at GRAFTON STREET On 2024-01-19 00:00:00, there are 2 vehicles that involved in traffic accident at SALISBURY STREET On 2024-01-19 00:00:00, there are 2 vehicles that involved in traffic accident at SALISBURY STREET On 2024-01-07 00:00:00, there are 2 vehicles that involved in traffic accident at INGLESIDE AVENUE On 2024-01-07 00:00:00, there are 2 vehicles that involved in traffic accident at INGLESIDE AVENUE On 2024-01-28 00:00:00, there are 5 vehicles that involved in traffic accident at MERRIFIELD STREET On 2024-01-28 00:00:00, there are 5 vehicles that involved in traffic accident at MERRIFIELD STREET On 2024-01-28 00:00:00, there are 5 vehicles that involved in traffic accident at MERRIFIELD STREET On 2024-01-28 00:00:00, there are 5 vehicles that involved in traffic accident at MERRIFIELD STREET On 2024-01-28 00:00:00, there are 5 vehicles that involved in traffic accident at MERRIFIELD STREET On 2024-02-19 00:00:00, there are 1 vehicles that involved in traffic accident at CHANDLER STREET On 2024-01-27 00:00:00, there are 2 vehicles that involved in traffic accident at DEAN STREET On 2024-01-27 00:00:00, there are 2 vehicles that involved in traffic accident at DEAN STREET On 2024-01-16 00:00:00, there are 1 vehicles that involved in traffic accident at CHANDLER STREET On 2024-01-28 00:00:00, there are 2 vehicles that involved in traffic accident at MAY STREET On 2024-01-28 00:00:00, there are 2 vehicles that involved in traffic accident at MAY STREET On 2024-02-20 00:00:00, there are 2 vehicles that involved in traffic accident at HENSHAW STREET On 2024-02-20 00:00:00, there are 2 vehicles that involved in traffic accident at HENSHAW STREET On 2024-02-18 00:00:00, there are 1 vehicles that involved in traffic accident at CLOVER STREET On 2024-01-28 00:00:00, there are 1 vehicles that involved in traffic accident at PLANTATION STREET On 2024-01-09 00:00:00, there are 2 vehicles that involved in traffic accident at MAIN STREET On 2024-01-09 00:00:00, there are 2 vehicles that involved in traffic accident at MAIN STREET On 2024-02-13 00:00:00, there are 2 vehicles that involved in traffic accident at WHIPPLE STREET On 2024-02-13 00:00:00, there are 2 vehicles that involved in traffic accident at WHIPPLE STREET On 2024-01-03 00:00:00, there are 2 vehicles that involved in traffic accident at GROVE STREET On 2024-01-03 00:00:00, there are 2 vehicles that involved in traffic accident at GROVE STREET On 2024-02-07 00:00:00, there are 3 vehicles that involved in traffic accident at MARSH AVENUE On 2024-02-07 00:00:00, there are 3 vehicles that involved in traffic accident at MARSH AVENUE On 2024-02-07 00:00:00, there are 3 vehicles that involved in traffic accident at MARSH AVENUE On 2024-02-27 00:00:00, there are 2 vehicles that involved in traffic accident at PLANTATION STREET On 2024-02-27 00:00:00, there are 2 vehicles that involved in traffic accident at PLANTATION STREET On 2024-01-16 00:00:00, there are 1 vehicles that involved in traffic accident at BELMONT STREET On 2024-02-27 00:00:00, there are 2 vehicles that involved in traffic accident at WEST BOYLSTON STREET On 2024-02-27 00:00:00, there are 2 vehicles that involved in traffic accident at WEST BOYLSTON STREET On 2024-01-21 00:00:00, there are 2 vehicles that involved in traffic accident at ALLEN STREET On 2024-01-21 00:00:00, there are 2 vehicles that involved in traffic accident at ALLEN STREET On 2024-01-21 00:00:00, there are 2 vehicles that involved in traffic accident at ELM STREET On 2024-01-21 00:00:00, there are 2 vehicles that involved in traffic accident at ELM STREET On 2024-02-22 00:00:00, there are 2 vehicles that involved in traffic accident at SUMMER STREET On 2024-02-22 00:00:00, there are 2 vehicles that involved in traffic accident at SUMMER STREET On 2024-02-02 00:00:00, there are 2 vehicles that involved in traffic accident at HYCREST DRIVE On 2024-02-02 00:00:00, there are 2 vehicles that involved in traffic accident at HYCREST DRIVE On 2024-02-08 00:00:00, there are 3 vehicles that involved in traffic accident at MAIN STREET On 2024-02-08 00:00:00, there are 3 vehicles that involved in traffic accident at MAIN STREET On 2024-02-08 00:00:00, there are 3 vehicles that involved in traffic accident at MAIN STREET On 2024-01-23 00:00:00, there are 1 vehicles that involved in traffic accident at LINCOLN STREET On 2024-01-07 00:00:00, there are 2 vehicles that involved in traffic accident at WACHUSETT STREET On 2024-01-07 00:00:00, there are 2 vehicles that involved in traffic accident at WACHUSETT STREET On 2024-01-24 00:00:00, there are 2 vehicles that involved in traffic accident at BLACKSTONE RIVER ROAD On 2024-01-24 00:00:00, there are 2 vehicles that involved in traffic accident at BLACKSTONE RIVER ROAD On 2024-01-24 00:00:00, there are 2 vehicles that involved in traffic accident at SHREWSBURY STREET On 2024-01-24 00:00:00, there are 2 vehicles that involved in traffic accident at SHREWSBURY STREET On 2024-01-25 00:00:00, there are 4 vehicles that involved in traffic accident at HOPE AVENUE On 2024-01-25 00:00:00, there are 4 vehicles that involved in traffic accident at HOPE AVENUE On 2024-01-25 00:00:00, there are 4 vehicles that involved in traffic accident at HOPE AVENUE On 2024-01-25 00:00:00, there are 4 vehicles that involved in traffic accident at HOPE AVENUE On 2024-01-25 00:00:00, there are 2 vehicles that involved in traffic accident at On 2024-01-25 00:00:00, there are 2 vehicles that involved in traffic accident at On 2024-01-25 00:00:00, there are 2 vehicles that involved in traffic accident at PARK AVENUE On 2024-01-25 00:00:00, there are 2 vehicles that involved in traffic accident at PARK AVENUE On 2024-01-25 00:00:00, there are 2 vehicles that involved in traffic accident at MAIN STREET On 2024-01-25 00:00:00, there are 2 vehicles that involved in traffic accident at MAIN STREET On 2024-01-25 00:00:00, there are 3 vehicles that involved in traffic accident at WOODLAND STREET On 2024-01-25 00:00:00, there are 3 vehicles that involved in traffic accident at WOODLAND STREET On 2024-01-25 00:00:00, there are 3 vehicles that involved in traffic accident at WOODLAND STREET On 2024-01-17 00:00:00, there are 2 vehicles that involved in traffic accident at PLEASANT STREET On 2024-01-17 00:00:00, there are 2 vehicles that involved in traffic accident at PLEASANT STREET On 2024-01-26 00:00:00, there are 2 vehicles that involved in traffic accident at PLEASANT STREET On 2024-01-26 00:00:00, there are 2 vehicles that involved in traffic accident at PLEASANT STREET On 2024-01-26 00:00:00, there are 2 vehicles that involved in traffic accident at FLORENCE STREET On 2024-01-26 00:00:00, there are 2 vehicles that involved in traffic accident at FLORENCE STREET On 2024-02-06 00:00:00, there are 2 vehicles that involved in traffic accident at BELMONT STREET On 2024-02-06 00:00:00, there are 2 vehicles that involved in traffic accident at BELMONT STREET On 2024-02-11 00:00:00, there are 2 vehicles that involved in traffic accident at FLAGG STREET On 2024-02-11 00:00:00, there are 2 vehicles that involved in traffic accident at FLAGG STREET On 2024-02-10 00:00:00, there are 1 vehicles that involved in traffic accident at LINCOLN STREET On 2024-01-16 00:00:00, there are 2 vehicles that involved in traffic accident at SOUTHBRIDGE STREET On 2024-01-16 00:00:00, there are 2 vehicles that involved in traffic accident at SOUTHBRIDGE STREET On 2024-02-29 00:00:00, there are 3 vehicles that involved in traffic accident at WEST BOYLSTON STREET On 2024-02-29 00:00:00, there are 3 vehicles that involved in traffic accident at WEST BOYLSTON STREET On 2024-02-29 00:00:00, there are 3 vehicles that involved in traffic accident at WEST BOYLSTON STREET On 2024-02-28 00:00:00, there are 2 vehicles that involved in traffic accident at PLANTATION STREET On 2024-02-28 00:00:00, there are 2 vehicles that involved in traffic accident at PLANTATION STREET On 2024-02-27 00:00:00, there are 2 vehicles that involved in traffic accident at SOUTHWEST CUTOFF On 2024-02-27 00:00:00, there are 2 vehicles that involved in traffic accident at SOUTHWEST CUTOFF On 2024-01-09 00:00:00, there are 3 vehicles that involved in traffic accident at On 2024-01-09 00:00:00, there are 3 vehicles that involved in traffic accident at On 2024-01-09 00:00:00, there are 3 vehicles that involved in traffic accident at On 2024-01-08 00:00:00, there are 2 vehicles that involved in traffic accident at HIGGINS STREET On 2024-01-08 00:00:00, there are 2 vehicles that involved in traffic accident at HIGGINS STREET On 2024-02-18 00:00:00, there are 2 vehicles that involved in traffic accident at LINCOLN STREET On 2024-02-18 00:00:00, there are 2 vehicles that involved in traffic accident at LINCOLN STREET On 2024-02-20 00:00:00, there are 2 vehicles that involved in traffic accident at WEST BOYLSTON STREET On 2024-02-20 00:00:00, there are 2 vehicles that involved in traffic accident at WEST BOYLSTON STREET On 2024-01-18 00:00:00, there are 2 vehicles that involved in traffic accident at HIGHLAND STREET On 2024-01-18 00:00:00, there are 2 vehicles that involved in traffic accident at HIGHLAND STREET On 2024-01-21 00:00:00, there are 2 vehicles that involved in traffic accident at MAYWOOD STREET On 2024-01-21 00:00:00, there are 2 vehicles that involved in traffic accident at MAYWOOD STREET On 2024-02-04 00:00:00, there are 3 vehicles that involved in traffic accident at WINFIELD STREET On 2024-02-04 00:00:00, there are 3 vehicles that involved in traffic accident at WINFIELD STREET On 2024-02-04 00:00:00, there are 3 vehicles that involved in traffic accident at WINFIELD STREET On 2024-01-09 00:00:00, there are 2 vehicles that involved in traffic accident at On 2024-01-09 00:00:00, there are 2 vehicles that involved in traffic accident at On 2024-02-20 00:00:00, there are 2 vehicles that involved in traffic accident at On 2024-02-20 00:00:00, there are 2 vehicles that involved in traffic accident at On 2024-01-03 00:00:00, there are 2 vehicles that involved in traffic accident at VILLAGE STREET On 2024-01-03 00:00:00, there are 2 vehicles that involved in traffic accident at VILLAGE STREET On 2024-01-03 00:00:00, there are 2 vehicles that involved in traffic accident at LAMARTINE STREET On 2024-01-03 00:00:00, there are 2 vehicles that involved in traffic accident at LAMARTINE STREET On 2024-01-03 00:00:00, there are 2 vehicles that involved in traffic accident at MERRIFIELD STREET On 2024-01-03 00:00:00, there are 2 vehicles that involved in traffic accident at MERRIFIELD STREET On 2024-01-17 00:00:00, there are 2 vehicles that involved in traffic accident at MAY STREET On 2024-01-17 00:00:00, there are 2 vehicles that involved in traffic accident at MAY STREET On 2024-01-17 00:00:00, there are 2 vehicles that involved in traffic accident at FRANKLIN STREET On 2024-01-17 00:00:00, there are 2 vehicles that involved in traffic accident at FRANKLIN STREET On 2024-01-17 00:00:00, there are 2 vehicles that involved in traffic accident at APRICOT STREET On 2024-01-17 00:00:00, there are 2 vehicles that involved in traffic accident at APRICOT STREET On 2024-01-04 00:00:00, there are 2 vehicles that involved in traffic accident at PARK AVENUE On 2024-01-04 00:00:00, there are 2 vehicles that involved in traffic accident at PARK AVENUE On 2024-01-04 00:00:00, there are 2 vehicles that involved in traffic accident at GRAFTON STREET On 2024-01-04 00:00:00, there are 2 vehicles that involved in traffic accident at GRAFTON STREET On 2024-01-05 00:00:00, there are 2 vehicles that involved in traffic accident at CAMBRIDGE STREET On 2024-01-05 00:00:00, there are 2 vehicles that involved in traffic accident at CAMBRIDGE STREET On 2024-01-28 00:00:00, there are 2 vehicles that involved in traffic accident at ELIZABETH STREET On 2024-01-28 00:00:00, there are 2 vehicles that involved in traffic accident at ELIZABETH STREET On 2024-01-26 00:00:00, there are 2 vehicles that involved in traffic accident at On 2024-01-26 00:00:00, there are 2 vehicles that involved in traffic accident at On 2024-01-04 00:00:00, there are 2 vehicles that involved in traffic accident at BELMONT STREET On 2024-01-04 00:00:00, there are 2 vehicles that involved in traffic accident at BELMONT STREET On 2024-02-05 00:00:00, there are 2 vehicles that involved in traffic accident at On 2024-02-05 00:00:00, there are 2 vehicles that involved in traffic accident at On 2024-01-07 00:00:00, there are 1 vehicles that involved in traffic accident at HAMMOND STREET On 2024-01-09 00:00:00, there are 2 vehicles that involved in traffic accident at MAIN STREET On 2024-01-09 00:00:00, there are 2 vehicles that involved in traffic accident at MAIN STREET On 2024-01-09 00:00:00, there are 2 vehicles that involved in traffic accident at PLEASANT STREET On 2024-01-09 00:00:00, there are 2 vehicles that involved in traffic accident at PLEASANT STREET On 2024-01-09 00:00:00, there are 2 vehicles that involved in traffic accident at PARK AVENUE On 2024-01-09 00:00:00, there are 2 vehicles that involved in traffic accident at PARK AVENUE On 2024-01-05 00:00:00, there are 2 vehicles that involved in traffic accident at MAY STREET On 2024-01-05 00:00:00, there are 2 vehicles that involved in traffic accident at MAY STREET On 2024-01-09 00:00:00, there are 2 vehicles that involved in traffic accident at LINCOLN STREET On 2024-01-09 00:00:00, there are 2 vehicles that involved in traffic accident at LINCOLN STREET On 2024-01-14 00:00:00, there are 2 vehicles that involved in traffic accident at NEVADA STREET On 2024-01-14 00:00:00, there are 2 vehicles that involved in traffic accident at NEVADA STREET On 2024-01-05 00:00:00, there are 1 vehicles that involved in traffic accident at KENDALL STREET On 2024-02-02 00:00:00, there are 3 vehicles that involved in traffic accident at HEYWOOD STREET On 2024-02-02 00:00:00, there are 3 vehicles that involved in traffic accident at HEYWOOD STREET On 2024-02-02 00:00:00, there are 3 vehicles that involved in traffic accident at HEYWOOD STREET On 2024-02-02 00:00:00, there are 2 vehicles that involved in traffic accident at JACKSON STREET On 2024-02-02 00:00:00, there are 2 vehicles that involved in traffic accident at JACKSON STREET On 2024-01-08 00:00:00, there are 2 vehicles that involved in traffic accident at GIFFORD DRIVE On 2024-01-08 00:00:00, there are 2 vehicles that involved in traffic accident at GIFFORD DRIVE On 2024-02-15 00:00:00, there are 2 vehicles that involved in traffic accident at CHANDLER STREET On 2024-02-15 00:00:00, there are 2 vehicles that involved in traffic accident at CHANDLER STREET On 2024-02-07 00:00:00, there are 2 vehicles that involved in traffic accident at CHANDLER STREET On 2024-02-07 00:00:00, there are 2 vehicles that involved in traffic accident at CHANDLER STREET On 2024-01-18 00:00:00, there are 2 vehicles that involved in traffic accident at CLEMENT STREET On 2024-01-18 00:00:00, there are 2 vehicles that involved in traffic accident at CLEMENT STREET On 2024-03-02 00:00:00, there are 1 vehicles that involved in traffic accident at On 2024-03-03 00:00:00, there are 1 vehicles that involved in traffic accident at INTERSTATE 290 On 2024-03-03 00:00:00, there are 2 vehicles that involved in traffic accident at INTERSTATE 290 On 2024-03-03 00:00:00, there are 2 vehicles that involved in traffic accident at INTERSTATE 290 On 2024-03-04 00:00:00, there are 2 vehicles that involved in traffic accident at On 2024-03-04 00:00:00, there are 2 vehicles that involved in traffic accident at On 2024-02-29 00:00:00, there are 1 vehicles that involved in traffic accident at INTERSTATE 190 On 2024-02-22 00:00:00, there are 1 vehicles that involved in traffic accident at INTERSTATE 290 On 2024-02-12 00:00:00, there are 3 vehicles that involved in traffic accident at INTERSTATE 290 On 2024-02-12 00:00:00, there are 3 vehicles that involved in traffic accident at INTERSTATE 290 On 2024-02-12 00:00:00, there are 3 vehicles that involved in traffic accident at INTERSTATE 290 On 2024-02-16 00:00:00, there are 2 vehicles that involved in traffic accident at INTERSTATE 290 On 2024-02-16 00:00:00, there are 2 vehicles that involved in traffic accident at INTERSTATE 290 On 2024-02-01 00:00:00, there are 3 vehicles that involved in traffic accident at INTERSTATE 290 On 2024-02-01 00:00:00, there are 3 vehicles that involved in traffic accident at INTERSTATE 290 On 2024-02-01 00:00:00, there are 3 vehicles that involved in traffic accident at INTERSTATE 290 On 2024-02-14 00:00:00, there are 2 vehicles that involved in traffic accident at INTERSTATE 290 On 2024-02-14 00:00:00, there are 2 vehicles that involved in traffic accident at INTERSTATE 290 On 2024-02-29 00:00:00, there are 2 vehicles that involved in traffic accident at INTERSTATE 290 On 2024-02-29 00:00:00, there are 2 vehicles that involved in traffic accident at INTERSTATE 290 On 2024-02-07 00:00:00, there are 1 vehicles that involved in traffic accident at INTERSTATE 290 On 2024-02-08 00:00:00, there are 3 vehicles that involved in traffic accident at INTERSTATE 290 On 2024-02-08 00:00:00, there are 3 vehicles that involved in traffic accident at INTERSTATE 290 On 2024-02-08 00:00:00, there are 3 vehicles that involved in traffic accident at INTERSTATE 290 On 2024-02-09 00:00:00, there are 2 vehicles that involved in traffic accident at INTERSTATE 290 On 2024-02-09 00:00:00, there are 2 vehicles that involved in traffic accident at INTERSTATE 290 On 2024-01-28 00:00:00, there are 1 vehicles that involved in traffic accident at On 2024-01-23 00:00:00, there are 1 vehicles that involved in traffic accident at HAMILTON STREET On 2024-01-23 00:00:00, there are 2 vehicles that involved in traffic accident at SOUTHBRIDGE STREET On 2024-01-23 00:00:00, there are 2 vehicles that involved in traffic accident at SOUTHBRIDGE STREET On 2024-01-31 00:00:00, there are 2 vehicles that involved in traffic accident at WALL STREET On 2024-01-31 00:00:00, there are 2 vehicles that involved in traffic accident at WALL STREET On 2024-01-23 00:00:00, there are 2 vehicles that involved in traffic accident at EAST CENTRAL STREET On 2024-01-23 00:00:00, there are 2 vehicles that involved in traffic accident at EAST CENTRAL STREET On 2024-02-01 00:00:00, there are 2 vehicles that involved in traffic accident at PALM STREET On 2024-02-01 00:00:00, there are 2 vehicles that involved in traffic accident at PALM STREET On 2024-01-22 00:00:00, there are 2 vehicles that involved in traffic accident at HIGHLAND STREET On 2024-01-22 00:00:00, there are 2 vehicles that involved in traffic accident at HIGHLAND STREET On 2024-01-22 00:00:00, there are 2 vehicles that involved in traffic accident at FLAGG STREET On 2024-01-22 00:00:00, there are 2 vehicles that involved in traffic accident at FLAGG STREET On 2024-01-22 00:00:00, there are 2 vehicles that involved in traffic accident at CLOVER STREET On 2024-01-22 00:00:00, there are 2 vehicles that involved in traffic accident at CLOVER STREET On 2024-01-18 00:00:00, there are 2 vehicles that involved in traffic accident at MCKEON ROAD On 2024-01-18 00:00:00, there are 2 vehicles that involved in traffic accident at MCKEON ROAD On 2024-02-05 00:00:00, there are 2 vehicles that involved in traffic accident at BELMONT STREET On 2024-02-05 00:00:00, there are 2 vehicles that involved in traffic accident at BELMONT STREET On 2024-01-24 00:00:00, there are 1 vehicles that involved in traffic accident at SUNDERLAND ROAD On 2024-01-22 00:00:00, there are 3 vehicles that involved in traffic accident at MAY STREET On 2024-01-22 00:00:00, there are 3 vehicles that involved in traffic accident at MAY STREET On 2024-01-22 00:00:00, there are 3 vehicles that involved in traffic accident at MAY STREET On 2024-01-22 00:00:00, there are 2 vehicles that involved in traffic accident at BEAVER BROOK PARKWAY On 2024-01-22 00:00:00, there are 2 vehicles that involved in traffic accident at BEAVER BROOK PARKWAY On 2024-02-03 00:00:00, there are 2 vehicles that involved in traffic accident at ACTON STREET On 2024-02-03 00:00:00, there are 2 vehicles that involved in traffic accident at ACTON STREET On 2024-01-24 00:00:00, there are 3 vehicles that involved in traffic accident at HALMSTAD STREET On 2024-01-24 00:00:00, there are 3 vehicles that involved in traffic accident at HALMSTAD STREET On 2024-01-24 00:00:00, there are 3 vehicles that involved in traffic accident at HALMSTAD STREET On 2024-01-24 00:00:00, there are 1 vehicles that involved in traffic accident at HARVARD PLACE On 2024-01-24 00:00:00, there are 2 vehicles that involved in traffic accident at PARK AVENUE On 2024-01-24 00:00:00, there are 2 vehicles that involved in traffic accident at PARK AVENUE On 2024-02-02 00:00:00, there are 2 vehicles that involved in traffic accident at BEACON STREET On 2024-02-02 00:00:00, there are 2 vehicles that involved in traffic accident at BEACON STREET On 2024-01-27 00:00:00, there are 2 vehicles that involved in traffic accident at GROVE STREET On 2024-01-27 00:00:00, there are 2 vehicles that involved in traffic accident at GROVE STREET On 2024-01-28 00:00:00, there are 2 vehicles that involved in traffic accident at SHORE DRIVE On 2024-01-28 00:00:00, there are 2 vehicles that involved in traffic accident at SHORE DRIVE On 2024-02-02 00:00:00, there are 2 vehicles that involved in traffic accident at KING STREET On 2024-02-02 00:00:00, there are 2 vehicles that involved in traffic accident at KING STREET On 2024-01-28 00:00:00, there are 2 vehicles that involved in traffic accident at DRUMMOND AVENUE On 2024-01-28 00:00:00, there are 2 vehicles that involved in traffic accident at DRUMMOND AVENUE On 2024-01-19 00:00:00, there are 2 vehicles that involved in traffic accident at KINGSBURY STREET On 2024-01-19 00:00:00, there are 2 vehicles that involved in traffic accident at KINGSBURY STREET On 2024-01-07 00:00:00, there are 1 vehicles that involved in traffic accident at VIEW STREET On 2024-01-08 00:00:00, there are 3 vehicles that involved in traffic accident at BURNCOAT STREET On 2024-01-08 00:00:00, there are 3 vehicles that involved in traffic accident at BURNCOAT STREET On 2024-01-08 00:00:00, there are 3 vehicles that involved in traffic accident at BURNCOAT STREET On 2024-01-18 00:00:00, there are 2 vehicles that involved in traffic accident at HEYWOOD STREET On 2024-01-18 00:00:00, there are 2 vehicles that involved in traffic accident at HEYWOOD STREET On 2024-03-03 00:00:00, there are 2 vehicles that involved in traffic accident at MAIN STREET On 2024-03-03 00:00:00, there are 2 vehicles that involved in traffic accident at MAIN STREET On 2024-03-03 00:00:00, there are 1 vehicles that involved in traffic accident at BLACKSTONE RIVER ROAD On 2024-03-06 00:00:00, there are 1 vehicles that involved in traffic accident at MAIN STREET On 2024-03-06 00:00:00, there are 1 vehicles that involved in traffic accident at BELMONT STREET On 2024-03-07 00:00:00, there are 1 vehicles that involved in traffic accident at APRICOT STREETOn 2024-03-06 00:00:00, there are 2 vehicles that involved in traffic accident at MADISON STREET On 2024-03-06 00:00:00, there are 2 vehicles that involved in traffic accident at MADISON STREET On 2024-04-05 00:00:00, there are 2 vehicles that involved in traffic accident at BELMONT STREET On 2024-04-05 00:00:00, there are 2 vehicles that involved in traffic accident at BELMONT STREET On 2024-04-05 00:00:00, there are 2 vehicles that involved in traffic accident at SOUTHWEST CUTOFF On 2024-04-05 00:00:00, there are 2 vehicles that involved in traffic accident at SOUTHWEST CUTOFF On 2024-04-05 00:00:00, there are 2 vehicles that involved in traffic accident at DERBY STREET On 2024-04-05 00:00:00, there are 2 vehicles that involved in traffic accident at DERBY STREET On 2024-04-07 00:00:00, there are 2 vehicles that involved in traffic accident at ROUTE 20 On 2024-04-07 00:00:00, there are 2 vehicles that involved in traffic accident at ROUTE 20 On 2024-04-11 00:00:00, there are 2 vehicles that involved in traffic accident at GRAFTON STREET On 2024-04-11 00:00:00, there are 2 vehicles that involved in traffic accident at GRAFTON STREET On 2024-04-12 00:00:00, there are 2 vehicles that involved in traffic accident at EDWARD STREET On 2024-04-12 00:00:00, there are 2 vehicles that involved in traffic accident at EDWARD STREET On 2024-04-05 00:00:00, there are 2 vehicles that involved in traffic accident at MAIN STREET On 2024-04-05 00:00:00, there are 2 vehicles that involved in traffic accident at MAIN STREET On 2024-04-05 00:00:00, there are 2 vehicles that involved in traffic accident at ASHMONT AVENUE On 2024-04-05 00:00:00, there are 2 vehicles that involved in traffic accident at ASHMONT AVENUE On 2024-04-05 00:00:00, there are 2 vehicles that involved in traffic accident at VERNON STREET On 2024-04-05 00:00:00, there are 2 vehicles that involved in traffic accident at VERNON STREET On 2024-03-25 00:00:00, there are 2 vehicles that involved in traffic accident at FREELAND STREET On 2024-03-25 00:00:00, there are 2 vehicles that involved in traffic accident at FREELAND STREET On 2024-04-06 00:00:00, there are 2 vehicles that involved in traffic accident at STAFFORD STREET On 2024-04-06 00:00:00, there are 2 vehicles that involved in traffic accident at STAFFORD STREET On 2024-04-05 00:00:00, there are 2 vehicles that involved in traffic accident at GRAFTON STREET On 2024-04-05 00:00:00, there are 2 vehicles that involved in traffic accident at GRAFTON STREET On 2024-04-05 00:00:00, there are 2 vehicles that involved in traffic accident at LAKE AVENUE On 2024-04-05 00:00:00, there are 2 vehicles that involved in traffic accident at LAKE AVENUE On 2024-04-05 00:00:00, there are 2 vehicles that involved in traffic accident at LINCOLN STREET On 2024-04-05 00:00:00, there are 2 vehicles that involved in traffic accident at LINCOLN STREET On 2024-04-05 00:00:00, there are 4 vehicles that involved in traffic accident at SOUTHWEST CUTOFF On 2024-04-05 00:00:00, there are 4 vehicles that involved in traffic accident at SOUTHWEST CUTOFF On 2024-04-05 00:00:00, there are 4 vehicles that involved in traffic accident at SOUTHWEST CUTOFF On 2024-04-05 00:00:00, there are 4 vehicles that involved in traffic accident at SOUTHWEST CUTOFF On 2024-04-28 00:00:00, there are 2 vehicles that involved in traffic accident at SOUTHBRIDGE STREET On 2024-04-28 00:00:00, there are 2 vehicles that involved in traffic accident at SOUTHBRIDGE STREET On 2024-03-24 00:00:00, there are 2 vehicles that involved in traffic accident at BURNCOAT STREET On 2024-03-24 00:00:00, there are 2 vehicles that involved in traffic accident at BURNCOAT STREET On 2024-04-05 00:00:00, there are 2 vehicles that involved in traffic accident at DEWEY STREET On 2024-04-05 00:00:00, there are 2 vehicles that involved in traffic accident at DEWEY STREET On 2024-03-21 00:00:00, there are 2 vehicles that involved in traffic accident at MURRAY AVENUE On 2024-03-21 00:00:00, there are 2 vehicles that involved in traffic accident at MURRAY AVENUE On 2024-03-27 00:00:00, there are 2 vehicles that involved in traffic accident at PARK AVENUE On 2024-03-27 00:00:00, there are 2 vehicles that involved in traffic accident at PARK AVENUE On 2024-03-27 00:00:00, there are 2 vehicles that involved in traffic accident at PLEASANT STREET On 2024-03-27 00:00:00, there are 2 vehicles that involved in traffic accident at PLEASANT STREET On 2024-04-05 00:00:00, there are 2 vehicles that involved in traffic accident at STAFFORD STREET On 2024-04-05 00:00:00, there are 2 vehicles that involved in traffic accident at STAFFORD STREET On 2024-04-18 00:00:00, there are 1 vehicles that involved in traffic accident at NORTHEAST CUTOFF On 2024-04-05 00:00:00, there are 2 vehicles that involved in traffic accident at FAIRFAX ROAD On 2024-04-05 00:00:00, there are 2 vehicles that involved in traffic accident at FAIRFAX ROAD On 2024-04-05 00:00:00, there are 2 vehicles that involved in traffic accident at SHREWSBURY STREET On 2024-04-05 00:00:00, there are 2 vehicles that involved in traffic accident at SHREWSBURY STREET On 2024-04-18 00:00:00, there are 2 vehicles that involved in traffic accident at HIGHLAND STREET On 2024-04-18 00:00:00, there are 2 vehicles that involved in traffic accident at HIGHLAND STREET On 2024-04-05 00:00:00, there are 2 vehicles that involved in traffic accident at MASSASOIT ROAD On 2024-04-05 00:00:00, there are 2 vehicles that involved in traffic accident at MASSASOIT ROAD On 2024-04-02 00:00:00, there are 2 vehicles that involved in traffic accident at SOUTHBRIDGE STREET On 2024-04-02 00:00:00, there are 2 vehicles that involved in traffic accident at SOUTHBRIDGE STREET On 2024-04-04 00:00:00, there are 2 vehicles that involved in traffic accident at RICHARDS STREET On 2024-04-04 00:00:00, there are 2 vehicles that involved in traffic accident at RICHARDS STREET On 2024-03-07 00:00:00, there are 3 vehicles that involved in traffic accident at BELMONT STREET On 2024-03-07 00:00:00, there are 3 vehicles that involved in traffic accident at BELMONT STREET On 2024-03-07 00:00:00, there are 3 vehicles that involved in traffic accident at BELMONT STREET On 2024-03-28 00:00:00, there are 2 vehicles that involved in traffic accident at GREENWOOD STREET On 2024-03-28 00:00:00, there are 2 vehicles that involved in traffic accident at GREENWOOD STREET On 2024-05-06 00:00:00, there are 2 vehicles that involved in traffic accident at INTERSTATE 290 On 2024-05-06 00:00:00, there are 2 vehicles that involved in traffic accident at INTERSTATE 290 On 2024-05-01 00:00:00, there are 2 vehicles that involved in traffic accident at INTERSTATE 290 On 2024-05-01 00:00:00, there are 2 vehicles that involved in traffic accident at INTERSTATE 290 On 2024-04-26 00:00:00, there are 2 vehicles that involved in traffic accident at On 2024-04-26 00:00:00, there are 2 vehicles that involved in traffic accident at On 2024-04-11 00:00:00, there are 2 vehicles that involved in traffic accident at INTERSTATE 290 On 2024-04-11 00:00:00, there are 2 vehicles that involved in traffic accident at INTERSTATE 290 On 2024-05-01 00:00:00, there are 2 vehicles that involved in traffic accident at On 2024-05-01 00:00:00, there are 2 vehicles that involved in traffic accident at On 2024-04-02 00:00:00, there are 2 vehicles that involved in traffic accident at MAIN STREET On 2024-04-02 00:00:00, there are 2 vehicles that involved in traffic accident at MAIN STREET On 2024-04-02 00:00:00, there are 2 vehicles that involved in traffic accident at SHREWSBURY STREET On 2024-04-02 00:00:00, there are 2 vehicles that involved in traffic accident at SHREWSBURY STREET On 2024-04-02 00:00:00, there are 2 vehicles that involved in traffic accident at WEST BOYLSTON STREET On 2024-04-02 00:00:00, there are 2 vehicles that involved in traffic accident at WEST BOYLSTON STREET On 2024-01-19 00:00:00, there are 2 vehicles that involved in traffic accident at MAIN STREET On 2024-01-19 00:00:00, there are 2 vehicles that involved in traffic accident at MAIN STREET On 2024-02-03 00:00:00, there are 2 vehicles that involved in traffic accident at CAMBRIDGE STREET On 2024-02-03 00:00:00, there are 2 vehicles that involved in traffic accident at CAMBRIDGE STREET On 2024-02-22 00:00:00, there are 2 vehicles that involved in traffic accident at GRAFTON STREET On 2024-02-22 00:00:00, there are 2 vehicles that involved in traffic accident at GRAFTON STREET On 2024-04-02 00:00:00, there are 2 vehicles that involved in traffic accident at FOREST STREET On 2024-04-02 00:00:00, there are 2 vehicles that involved in traffic accident at FOREST STREET On 2024-02-22 00:00:00, there are 2 vehicles that involved in traffic accident at STAFFORD STREET On 2024-02-22 00:00:00, there are 2 vehicles that involved in traffic accident at STAFFORD STREET On 2024-04-02 00:00:00, there are 2 vehicles that involved in traffic accident at ANDREWS AVENUE On 2024-04-02 00:00:00, there are 2 vehicles that involved in traffic accident at ANDREWS AVENUE On 2024-02-22 00:00:00, there are 2 vehicles that involved in traffic accident at CHANDLER STREET On 2024-02-22 00:00:00, there are 2 vehicles that involved in traffic accident at CHANDLER STREET On 2024-02-22 00:00:00, there are 2 vehicles that involved in traffic accident at HOPE AVENUE On 2024-02-22 00:00:00, there are 2 vehicles that involved in traffic accident at HOPE AVENUE On 2024-04-16 00:00:00, there are 2 vehicles that involved in traffic accident at DORCHESTER STREET On 2024-04-16 00:00:00, there are 2 vehicles that involved in traffic accident at DORCHESTER STREET On 2024-05-01 00:00:00, there are 2 vehicles that involved in traffic accident at LAFAYETTE STREET On 2024-05-01 00:00:00, there are 2 vehicles that involved in traffic accident at LAFAYETTE STREET On 2024-04-02 00:00:00, there are 2 vehicles that involved in traffic accident at VERNON STREET On 2024-04-02 00:00:00, there are 2 vehicles that involved in traffic accident at VERNON STREET On 2024-02-22 00:00:00, there are 2 vehicles that involved in traffic accident at JAMES STREET On 2024-02-22 00:00:00, there are 2 vehicles that involved in traffic accident at JAMES STREET On 2024-04-02 00:00:00, there are 2 vehicles that involved in traffic accident at VERNON STREET On 2024-04-02 00:00:00, there are 2 vehicles that involved in traffic accident at VERNON STREET On 2024-02-18 00:00:00, there are 2 vehicles that involved in traffic accident at On 2024-02-18 00:00:00, there are 2 vehicles that involved in traffic accident at On 2024-04-16 00:00:00, there are 2 vehicles that involved in traffic accident at WARD STREET On 2024-04-16 00:00:00, there are 2 vehicles that involved in traffic accident at WARD STREET On 2024-04-01 00:00:00, there are 2 vehicles that involved in traffic accident at BELMONT STREET On 2024-04-01 00:00:00, there are 2 vehicles that involved in traffic accident at BELMONT STREET On 2024-04-16 00:00:00, there are 2 vehicles that involved in traffic accident at LINCOLN STREET On 2024-04-16 00:00:00, there are 2 vehicles that involved in traffic accident at LINCOLN STREET On 2024-04-01 00:00:00, there are 2 vehicles that involved in traffic accident at CLARK STREET On 2024-04-01 00:00:00, there are 2 vehicles that involved in traffic accident at CLARK STREET On 2024-04-10 00:00:00, there are 2 vehicles that involved in traffic accident at GRAFTON STREET On 2024-04-10 00:00:00, there are 2 vehicles that involved in traffic accident at GRAFTON STREET On 2024-04-16 00:00:00, there are 2 vehicles that involved in traffic accident at GRAFTON STREET On 2024-04-16 00:00:00, there are 2 vehicles that involved in traffic accident at GRAFTON STREET On 2024-04-10 00:00:00, there are 2 vehicles that involved in traffic accident at MAIN STREET On 2024-04-10 00:00:00, there are 2 vehicles that involved in traffic accident at MAIN STREET On 2024-04-15 00:00:00, there are 2 vehicles that involved in traffic accident at BELMONT STREET On 2024-04-15 00:00:00, there are 2 vehicles that involved in traffic accident at BELMONT STREET On 2024-04-10 00:00:00, there are 3 vehicles that involved in traffic accident at PLEASANT STREET On 2024-04-10 00:00:00, there are 3 vehicles that involved in traffic accident at PLEASANT STREET On 2024-04-10 00:00:00, there are 3 vehicles that involved in traffic accident at PLEASANT STREET On 2024-04-15 00:00:00, there are 2 vehicles that involved in traffic accident at MELROSE STREET On 2024-04-15 00:00:00, there are 2 vehicles that involved in traffic accident at MELROSE STREET On 2024-04-10 00:00:00, there are 1 vehicles that involved in traffic accident at SALISBURY STREET On 2024-02-08 00:00:00, there are 2 vehicles that involved in traffic accident at RIDGEWOOD ROAD On 2024-02-08 00:00:00, there are 2 vehicles that involved in traffic accident at RIDGEWOOD ROAD On 2024-04-01 00:00:00, there are 2 vehicles that involved in traffic accident at BURNCOAT STREET On 2024-04-01 00:00:00, there are 2 vehicles that involved in traffic accident at BURNCOAT STREET On 2024-04-08 00:00:00, there are 2 vehicles that involved in traffic accident at GREEN STREET On 2024-04-08 00:00:00, there are 2 vehicles that involved in traffic accident at GREEN STREET On 2024-04-26 00:00:00, there are 2 vehicles that involved in traffic accident at CLOVER STREET On 2024-04-26 00:00:00, there are 2 vehicles that involved in traffic accident at CLOVER STREET On 2024-02-03 00:00:00, there are 2 vehicles that involved in traffic accident at MILL STREET EXTENSION On 2024-02-03 00:00:00, there are 2 vehicles that involved in traffic accident at MILL STREET EXTENSION On 2024-04-02 00:00:00, there are 2 vehicles that involved in traffic accident at GREEN STREET On 2024-04-02 00:00:00, there are 2 vehicles that involved in traffic accident at GREEN STREET On 2024-05-02 00:00:00, there are 2 vehicles that involved in traffic accident at On 2024-05-02 00:00:00, there are 2 vehicles that involved in traffic accident at On 2024-02-05 00:00:00, there are 2 vehicles that involved in traffic accident at PARK AVENUE On 2024-02-05 00:00:00, there are 2 vehicles that involved in traffic accident at PARK AVENUE On 2024-04-26 00:00:00, there are 2 vehicles that involved in traffic accident at MAY STREET On 2024-04-26 00:00:00, there are 2 vehicles that involved in traffic accident at MAY STREET On 2024-04-14 00:00:00, there are 2 vehicles that involved in traffic accident at PROVIDENCE STREET On 2024-04-14 00:00:00, there are 2 vehicles that involved in traffic accident at PROVIDENCE STREET On 2024-05-02 00:00:00, there are 2 vehicles that involved in traffic accident at HIGHLAND STREET On 2024-05-02 00:00:00, there are 2 vehicles that involved in traffic accident at HIGHLAND STREET On 2024-04-26 00:00:00, there are 2 vehicles that involved in traffic accident at PLANTATION STREET On 2024-04-26 00:00:00, there are 2 vehicles that involved in traffic accident at PLANTATION STREET On 2024-02-22 00:00:00, there are 2 vehicles that involved in traffic accident at HAMILTON STREET On 2024-02-22 00:00:00, there are 2 vehicles that involved in traffic accident at HAMILTON STREET On 2024-04-26 00:00:00, there are 2 vehicles that involved in traffic accident at MAIN STREET On 2024-04-26 00:00:00, there are 2 vehicles that involved in traffic accident at MAIN STREET On 2024-02-22 00:00:00, there are 2 vehicles that involved in traffic accident at PLEASANT STREET On 2024-02-22 00:00:00, there are 2 vehicles that involved in traffic accident at PLEASANT STREET On 2024-04-13 00:00:00, there are 2 vehicles that involved in traffic accident at GRAFTON STREET On 2024-04-13 00:00:00, there are 2 vehicles that involved in traffic accident at GRAFTON STREET On 2024-04-26 00:00:00, there are 2 vehicles that involved in traffic accident at CAMBRIDGE STREET On 2024-04-26 00:00:00, there are 2 vehicles that involved in traffic accident at CAMBRIDGE STREET On 2024-02-22 00:00:00, there are 2 vehicles that involved in traffic accident at On 2024-02-22 00:00:00, there are 2 vehicles that involved in traffic accident at On 2024-05-01 00:00:00, there are 2 vehicles that involved in traffic accident at PARK AVENUE On 2024-05-01 00:00:00, there are 2 vehicles that involved in traffic accident at PARK AVENUE On 2024-04-26 00:00:00, there are 2 vehicles that involved in traffic accident at On 2024-04-26 00:00:00, there are 2 vehicles that involved in traffic accident at On 2024-02-26 00:00:00, there are 2 vehicles that involved in traffic accident at BEECHMONT STREET On 2024-02-26 00:00:00, there are 2 vehicles that involved in traffic accident at BEECHMONT STREET On 2024-02-22 00:00:00, there are 2 vehicles that involved in traffic accident at PLEASANT STREET On 2024-02-22 00:00:00, there are 2 vehicles that involved in traffic accident at PLEASANT STREET On 2024-04-26 00:00:00, there are 3 vehicles that involved in traffic accident at OBERLIN STREET On 2024-04-26 00:00:00, there are 3 vehicles that involved in traffic accident at OBERLIN STREET On 2024-04-26 00:00:00, there are 3 vehicles that involved in traffic accident at OBERLIN STREET On 2024-04-13 00:00:00, there are 2 vehicles that involved in traffic accident at AMES STREET On 2024-04-13 00:00:00, there are 2 vehicles that involved in traffic accident at AMES STREET On 2024-04-25 00:00:00, there are 3 vehicles that involved in traffic accident at JUNE STREET On 2024-04-25 00:00:00, there are 3 vehicles that involved in traffic accident at JUNE STREET On 2024-04-25 00:00:00, there are 3 vehicles that involved in traffic accident at JUNE STREET On 2024-02-22 00:00:00, there are 2 vehicles that involved in traffic accident at GOLD STAR BOULEVARD On 2024-02-22 00:00:00, there are 2 vehicles that involved in traffic accident at GOLD STAR BOULEVARD On 2024-04-13 00:00:00, there are 2 vehicles that involved in traffic accident at HAMMOND STREET On 2024-04-13 00:00:00, there are 2 vehicles that involved in traffic accident at HAMMOND STREET On 2024-02-25 00:00:00, there are 2 vehicles that involved in traffic accident at SOUTHWEST CUTOFF On 2024-02-25 00:00:00, there are 2 vehicles that involved in traffic accident at SOUTHWEST CUTOFF On 2024-04-13 00:00:00, there are 2 vehicles that involved in traffic accident at CHANDLER STREET On 2024-04-13 00:00:00, there are 2 vehicles that involved in traffic accident at CHANDLER STREET On 2024-04-04 00:00:00, there are 2 vehicles that involved in traffic accident at PARK AVENUE On 2024-04-04 00:00:00, there are 2 vehicles that involved in traffic accident at PARK AVENUE On 2024-04-25 00:00:00, there are 2 vehicles that involved in traffic accident at HIGHLAND STREET On 2024-04-25 00:00:00, there are 2 vehicles that involved in traffic accident at HIGHLAND STREET On 2024-02-26 00:00:00, there are 2 vehicles that involved in traffic accident at CHESTNUT STREET On 2024-02-26 00:00:00, there are 2 vehicles that involved in traffic accident at CHESTNUT STREET On 2024-04-12 00:00:00, there are 2 vehicles that involved in traffic accident at GATES STREET On 2024-04-12 00:00:00, there are 2 vehicles that involved in traffic accident at GATES STREET On 2024-03-10 00:00:00, there are 5 vehicles that involved in traffic accident at PROVIDENCE STREET On 2024-03-10 00:00:00, there are 5 vehicles that involved in traffic accident at PROVIDENCE STREET On 2024-03-10 00:00:00, there are 5 vehicles that involved in traffic accident at PROVIDENCE STREET On 2024-03-10 00:00:00, there are 5 vehicles that involved in traffic accident at PROVIDENCE STREET On 2024-03-10 00:00:00, there are 5 vehicles that involved in traffic accident at PROVIDENCE STREET On 2024-02-25 00:00:00, there are 2 vehicles that involved in traffic accident at BRANCH STREET On 2024-02-25 00:00:00, there are 2 vehicles that involved in traffic accident at BRANCH STREET On 2024-04-12 00:00:00, there are 3 vehicles that involved in traffic accident at SHREWSBURY STREET On 2024-04-12 00:00:00, there are 3 vehicles that involved in traffic accident at SHREWSBURY STREET On 2024-04-12 00:00:00, there are 3 vehicles that involved in traffic accident at SHREWSBURY STREET On 2024-02-25 00:00:00, there are 2 vehicles that involved in traffic accident at On 2024-02-25 00:00:00, there are 2 vehicles that involved in traffic accident at On 2024-04-12 00:00:00, there are 2 vehicles that involved in traffic accident at SUNDERLAND ROAD On 2024-04-12 00:00:00, there are 2 vehicles that involved in traffic accident at SUNDERLAND ROAD On 2024-03-14 00:00:00, there are 2 vehicles that involved in traffic accident at BROOKSHIRE ROAD On 2024-03-14 00:00:00, there are 2 vehicles that involved in traffic accident at BROOKSHIRE ROAD On 2024-04-11 00:00:00, there are 2 vehicles that involved in traffic accident at SUNDERLAND ROAD On 2024-04-11 00:00:00, there are 2 vehicles that involved in traffic accident at SUNDERLAND ROAD On 2024-03-14 00:00:00, there are 2 vehicles that involved in traffic accident at MILL STREET On 2024-03-14 00:00:00, there are 2 vehicles that involved in traffic accident at MILL STREET On 2024-05-14 00:00:00, there are 2 vehicles that involved in traffic accident at INTERSTATE 290 On 2024-05-14 00:00:00, there are 2 vehicles that involved in traffic accident at INTERSTATE 290 On 2024-05-16 00:00:00, there are 1 vehicles that involved in traffic accident at INTERSTATE 290 On 2024-05-17 00:00:00, there are 1 vehicles that involved in traffic accident at INTERSTATE 290 On 2024-05-16 00:00:00, there are 2 vehicles that involved in traffic accident at INTERSTATE 290 On 2024-05-16 00:00:00, there are 2 vehicles that involved in traffic accident at INTERSTATE 290 On 2024-03-04 00:00:00, there are 2 vehicles that involved in traffic accident at PLANTATION STREET On 2024-03-04 00:00:00, there are 2 vehicles that involved in traffic accident at PLANTATION STREET On 2024-03-01 00:00:00, there are 2 vehicles that involved in traffic accident at EASTERN AVENUE On 2024-03-01 00:00:00, there are 2 vehicles that involved in traffic accident at EASTERN AVENUE On 2024-03-04 00:00:00, there are 2 vehicles that involved in traffic accident at MILLBURY STREET On 2024-03-04 00:00:00, there are 2 vehicles that involved in traffic accident at MILLBURY STREET On 2024-03-03 00:00:00, there are 2 vehicles that involved in traffic accident at MILLBURY STREET On 2024-03-03 00:00:00, there are 2 vehicles that involved in traffic accident at MILLBURY STREET On 2024-04-22 00:00:00, there are 2 vehicles that involved in traffic accident at GROVE STREET On 2024-04-22 00:00:00, there are 2 vehicles that involved in traffic accident at GROVE STREET On 2024-04-30 00:00:00, there are 2 vehicles that involved in traffic accident at CONSTITUTION AVENUE On 2024-04-30 00:00:00, there are 2 vehicles that involved in traffic accident at CONSTITUTION AVENUE On 2024-03-03 00:00:00, there are 1 vehicles that involved in traffic accident at MASSASOIT ROAD On 2024-03-03 00:00:00, there are 2 vehicles that involved in traffic accident at GRAND STREET On 2024-03-03 00:00:00, there are 2 vehicles that involved in traffic accident at GRAND STREET On 2024-04-22 00:00:00, there are 2 vehicles that involved in traffic accident at PARK AVENUE On 2024-04-22 00:00:00, there are 2 vehicles that involved in traffic accident at PARK AVENUE On 2024-03-26 00:00:00, there are 2 vehicles that involved in traffic accident at FLAGG STREET On 2024-03-26 00:00:00, there are 2 vehicles that involved in traffic accident at FLAGG STREET On 2024-04-22 00:00:00, there are 2 vehicles that involved in traffic accident at WHITMARSH AVENUE On 2024-04-22 00:00:00, there are 2 vehicles that involved in traffic accident at WHITMARSH AVENUE On 2024-03-04 00:00:00, there are 2 vehicles that involved in traffic accident at WEBSTER STREET On 2024-03-04 00:00:00, there are 2 vehicles that involved in traffic accident at WEBSTER STREET On 2024-03-04 00:00:00, there are 2 vehicles that involved in traffic accident at SHREWSBURY STREET On 2024-03-04 00:00:00, there are 2 vehicles that involved in traffic accident at SHREWSBURY STREET On 2024-04-21 00:00:00, there are 1 vehicles that involved in traffic accident at LINCOLN STREET On 2024-03-28 00:00:00, there are 2 vehicles that involved in traffic accident at On 2024-03-28 00:00:00, there are 2 vehicles that involved in traffic accident at On 2024-04-09 00:00:00, there are 2 vehicles that involved in traffic accident at GROVE STREET On 2024-04-09 00:00:00, there are 2 vehicles that involved in traffic accident at GROVE STREET On 2024-03-28 00:00:00, there are 2 vehicles that involved in traffic accident at On 2024-03-28 00:00:00, there are 2 vehicles that involved in traffic accident at On 2024-04-18 00:00:00, there are 3 vehicles that involved in traffic accident at BELMONT STREET On 2024-04-18 00:00:00, there are 3 vehicles that involved in traffic accident at BELMONT STREET On 2024-04-18 00:00:00, there are 3 vehicles that involved in traffic accident at BELMONT STREET On 2024-03-04 00:00:00, there are 2 vehicles that involved in traffic accident at BELMONT STREET On 2024-03-04 00:00:00, there are 2 vehicles that involved in traffic accident at BELMONT STREET On 2024-04-17 00:00:00, there are 2 vehicles that involved in traffic accident at GOLD STAR BOULEVARD On 2024-04-17 00:00:00, there are 2 vehicles that involved in traffic accident at GOLD STAR BOULEVARD On 2024-03-01 00:00:00, there are 2 vehicles that involved in traffic accident at AUSTIN STREET On 2024-03-01 00:00:00, there are 2 vehicles that involved in traffic accident at AUSTIN STREET On 2024-04-08 00:00:00, there are 2 vehicles that involved in traffic accident at SHORE DRIVE On 2024-04-08 00:00:00, there are 2 vehicles that involved in traffic accident at SHORE DRIVE On 2024-04-17 00:00:00, there are 2 vehicles that involved in traffic accident at SOUTHBRIDGE STREET On 2024-04-17 00:00:00, there are 2 vehicles that involved in traffic accident at SOUTHBRIDGE STREET On 2024-03-01 00:00:00, there are 2 vehicles that involved in traffic accident at PARK AVENUE On 2024-03-01 00:00:00, there are 2 vehicles that involved in traffic accident at PARK AVENUE On 2024-04-25 00:00:00, there are 2 vehicles that involved in traffic accident at VERNON STREET On 2024-04-25 00:00:00, there are 2 vehicles that involved in traffic accident at VERNON STREET On 2024-04-17 00:00:00, there are 2 vehicles that involved in traffic accident at On 2024-04-17 00:00:00, there are 2 vehicles that involved in traffic accident at On 2024-03-27 00:00:00, there are 2 vehicles that involved in traffic accident at HIGHLAND STREET On 2024-03-27 00:00:00, there are 2 vehicles that involved in traffic accident at HIGHLAND STREET On 2024-03-27 00:00:00, there are 2 vehicles that involved in traffic accident at FRONT STREET On 2024-03-27 00:00:00, there are 2 vehicles that involved in traffic accident at FRONT STREET On 2024-04-25 00:00:00, there are 2 vehicles that involved in traffic accident at LAKE AVENUE On 2024-04-25 00:00:00, there are 2 vehicles that involved in traffic accident at LAKE AVENUE On 2024-04-16 00:00:00, there are 2 vehicles that involved in traffic accident at HARDING STREET On 2024-04-16 00:00:00, there are 2 vehicles that involved in traffic accident at HARDING STREET On 2024-04-16 00:00:00, there are 2 vehicles that involved in traffic accident at BURNCOAT STREET On 2024-04-16 00:00:00, there are 2 vehicles that involved in traffic accident at BURNCOAT STREET On 2024-04-16 00:00:00, there are 2 vehicles that involved in traffic accident at MAIN STREET On 2024-04-16 00:00:00, there are 2 vehicles that involved in traffic accident at MAIN STREET On 2024-05-05 00:00:00, there are 1 vehicles that involved in traffic accident at On 2024-04-19 00:00:00, there are 2 vehicles that involved in traffic accident at HIGHLAND STREET On 2024-04-19 00:00:00, there are 2 vehicles that involved in traffic accident at HIGHLAND STREET On 2024-01-30 00:00:00, there are 2 vehicles that involved in traffic accident at QUEEN STREET On 2024-01-30 00:00:00, there are 2 vehicles that involved in traffic accident at QUEEN STREET On 2024-01-18 00:00:00, there are 2 vehicles that involved in traffic accident at HEYWOOD STREET On 2024-01-18 00:00:00, there are 2 vehicles that involved in traffic accident at HEYWOOD STREET On 2024-01-18 00:00:00, there are 2 vehicles that involved in traffic accident at MULBERRY STREET On 2024-01-18 00:00:00, there are 2 vehicles that involved in traffic accident at MULBERRY STREET On 2024-04-19 00:00:00, there are 2 vehicles that involved in traffic accident at SOUTHBRIDGE STREET On 2024-04-19 00:00:00, there are 2 vehicles that involved in traffic accident at SOUTHBRIDGE STREET On 2024-01-18 00:00:00, there are 2 vehicles that involved in traffic accident at HARVARD STREET On 2024-01-18 00:00:00, there are 2 vehicles that involved in traffic accident at HARVARD STREET On 2024-04-25 00:00:00, there are 2 vehicles that involved in traffic accident at MOUNTAIN STREET WEST On 2024-04-25 00:00:00, there are 2 vehicles that involved in traffic accident at MOUNTAIN STREET WEST On 2024-04-18 00:00:00, there are 2 vehicles that involved in traffic accident at MAY STREET On 2024-04-18 00:00:00, there are 2 vehicles that involved in traffic accident at MAY STREET On 2024-04-09 00:00:00, there are 2 vehicles that involved in traffic accident at On 2024-04-09 00:00:00, there are 2 vehicles that involved in traffic accident at On 2024-04-07 00:00:00, there are 2 vehicles that involved in traffic accident at SHREWSBURY STREET On 2024-04-07 00:00:00, there are 2 vehicles that involved in traffic accident at SHREWSBURY STREET On 2024-01-04 00:00:00, there are 2 vehicles that involved in traffic accident at On 2024-01-04 00:00:00, there are 2 vehicles that involved in traffic accident at On 2024-04-19 00:00:00, there are 2 vehicles that involved in traffic accident at CONVERSE STREET On 2024-04-19 00:00:00, there are 2 vehicles that involved in traffic accident at CONVERSE STREET On 2024-04-17 00:00:00, there are 2 vehicles that involved in traffic accident at PATTISON STREET On 2024-04-17 00:00:00, there are 2 vehicles that involved in traffic accident at PATTISON STREET On 2024-01-05 00:00:00, there are 2 vehicles that involved in traffic accident at GREENWOOD STREET On 2024-01-05 00:00:00, there are 2 vehicles that involved in traffic accident at GREENWOOD STREET On 2024-04-18 00:00:00, there are 2 vehicles that involved in traffic accident at ELLIS DRIVE On 2024-04-18 00:00:00, there are 2 vehicles that involved in traffic accident at ELLIS DRIVE On 2024-04-17 00:00:00, there are 2 vehicles that involved in traffic accident at MADISON STREET On 2024-04-17 00:00:00, there are 2 vehicles that involved in traffic accident at MADISON STREET On 2024-04-16 00:00:00, there are 2 vehicles that involved in traffic accident at STAFFORD STREET On 2024-04-16 00:00:00, there are 2 vehicles that involved in traffic accident at STAFFORD STREET On 2024-01-05 00:00:00, there are 2 vehicles that involved in traffic accident at STAFFORD STREET On 2024-01-05 00:00:00, there are 2 vehicles that involved in traffic accident at STAFFORD STREET On 2024-04-25 00:00:00, there are 2 vehicles that involved in traffic accident at PLANTATION STREET On 2024-04-25 00:00:00, there are 2 vehicles that involved in traffic accident at PLANTATION STREET On 2024-04-16 00:00:00, there are 2 vehicles that involved in traffic accident at KELLEY SQUARE On 2024-04-16 00:00:00, there are 2 vehicles that involved in traffic accident at KELLEY SQUARE On 2024-04-15 00:00:00, there are 2 vehicles that involved in traffic accident at On 2024-04-15 00:00:00, there are 2 vehicles that involved in traffic accident at On 2024-04-25 00:00:00, there are 2 vehicles that involved in traffic accident at WRENTHAM ROAD On 2024-04-25 00:00:00, there are 2 vehicles that involved in traffic accident at WRENTHAM ROAD On 2024-04-19 00:00:00, there are 2 vehicles that involved in traffic accident at SOUTHBRIDGE STREET On 2024-04-19 00:00:00, there are 2 vehicles that involved in traffic accident at SOUTHBRIDGE STREET On 2024-01-05 00:00:00, there are 2 vehicles that involved in traffic accident at DORCHESTER STREET On 2024-01-05 00:00:00, there are 2 vehicles that involved in traffic accident at DORCHESTER STREET On 2024-04-09 00:00:00, there are 2 vehicles that involved in traffic accident at LINCOLN STREET On 2024-04-09 00:00:00, there are 2 vehicles that involved in traffic accident at LINCOLN STREET On 2024-04-19 00:00:00, there are 2 vehicles that involved in traffic accident at On 2024-04-19 00:00:00, there are 2 vehicles that involved in traffic accident at On 2024-04-17 00:00:00, there are 2 vehicles that involved in traffic accident at PARK AVENUE On 2024-04-17 00:00:00, there are 2 vehicles that involved in traffic accident at PARK AVENUE On 2024-01-05 00:00:00, there are 2 vehicles that involved in traffic accident at JAQUES AVENUE On 2024-01-05 00:00:00, there are 2 vehicles that involved in traffic accident at JAQUES AVENUE On 2024-04-19 00:00:00, there are 2 vehicles that involved in traffic accident at PARK AVENUE On 2024-04-19 00:00:00, there are 2 vehicles that involved in traffic accident at PARK AVENUE On 2024-04-20 00:00:00, there are 1 vehicles that involved in traffic accident at VERNON STREET On 2024-04-20 00:00:00, there are 2 vehicles that involved in traffic accident at AETNA STREET On 2024-04-20 00:00:00, there are 2 vehicles that involved in traffic accident at AETNA STREET On 2024-04-23 00:00:00, there are 3 vehicles that involved in traffic accident at MILL STREET On 2024-04-23 00:00:00, there are 3 vehicles that involved in traffic accident at MILL STREET On 2024-04-23 00:00:00, there are 3 vehicles that involved in traffic accident at MILL STREET On 2024-04-23 00:00:00, there are 2 vehicles that involved in traffic accident at WATER STREET On 2024-04-23 00:00:00, there are 2 vehicles that involved in traffic accident at WATER STREET On 2024-04-30 00:00:00, there are 2 vehicles that involved in traffic accident at BURNCOAT STREET On 2024-04-30 00:00:00, there are 2 vehicles that involved in traffic accident at BURNCOAT STREET On 2024-04-20 00:00:00, there are 2 vehicles that involved in traffic accident at WINDHAM STREET On 2024-04-20 00:00:00, there are 2 vehicles that involved in traffic accident at WINDHAM STREET On 2024-01-05 00:00:00, there are 2 vehicles that involved in traffic accident at LOXWOOD STREET On 2024-01-05 00:00:00, there are 2 vehicles that involved in traffic accident at LOXWOOD STREET On 2024-05-02 00:00:00, there are 2 vehicles that involved in traffic accident at JUNE STREET On 2024-05-02 00:00:00, there are 2 vehicles that involved in traffic accident at JUNE STREET On 2024-04-21 00:00:00, there are 2 vehicles that involved in traffic accident at KING STREET On 2024-04-21 00:00:00, there are 2 vehicles that involved in traffic accident at KING STREET On 2024-01-05 00:00:00, there are 2 vehicles that involved in traffic accident at SALISBURY STREET On 2024-01-05 00:00:00, there are 2 vehicles that involved in traffic accident at SALISBURY STREET On 2024-05-01 00:00:00, there are 2 vehicles that involved in traffic accident at SALISBURY STREET On 2024-05-01 00:00:00, there are 2 vehicles that involved in traffic accident at SALISBURY STREET On 2024-04-21 00:00:00, there are 2 vehicles that involved in traffic accident at MARSH AVENUE On 2024-04-21 00:00:00, there are 2 vehicles that involved in traffic accident at MARSH AVENUE On 2024-01-05 00:00:00, there are 2 vehicles that involved in traffic accident at GOLD STAR BOULEVARD On 2024-01-05 00:00:00, there are 2 vehicles that involved in traffic accident at GOLD STAR BOULEVARD On 2024-05-02 00:00:00, there are 2 vehicles that involved in traffic accident at PLEASANT STREET On 2024-05-02 00:00:00, there are 2 vehicles that involved in traffic accident at PLEASANT STREET On 2024-04-23 00:00:00, there are 2 vehicles that involved in traffic accident at VERNON STREET On 2024-04-23 00:00:00, there are 2 vehicles that involved in traffic accident at VERNON STREET On 2024-04-21 00:00:00, there are 2 vehicles that involved in traffic accident at SHREWSBURY STREET On 2024-04-21 00:00:00, there are 2 vehicles that involved in traffic accident at SHREWSBURY STREET On 2024-05-21 00:00:00, there are 2 vehicles that involved in traffic accident at HERMON STREET On 2024-05-21 00:00:00, there are 2 vehicles that involved in traffic accident at HERMON STREET On 2024-04-21 00:00:00, there are 2 vehicles that involved in traffic accident at INTERSTATE 290 On 2024-04-21 00:00:00, there are 2 vehicles that involved in traffic accident at INTERSTATE 290 On 2024-04-23 00:00:00, there are 2 vehicles that involved in traffic accident at HAMMOND STREET On 2024-04-23 00:00:00, there are 2 vehicles that involved in traffic accident at HAMMOND STREET On 2024-04-21 00:00:00, there are 2 vehicles that involved in traffic accident at HAMILTON STREET On 2024-04-21 00:00:00, there are 2 vehicles that involved in traffic accident at HAMILTON STREET On 2024-04-23 00:00:00, there are 2 vehicles that involved in traffic accident at CAMBRIDGE STREET On 2024-04-23 00:00:00, there are 2 vehicles that involved in traffic accident at CAMBRIDGE STREET On 2024-04-09 00:00:00, there are 1 vehicles that involved in traffic accident at BURNCOAT STREET On 2024-04-22 00:00:00, there are 1 vehicles that involved in traffic accident at FOREST STREET On 2024-04-22 00:00:00, there are 2 vehicles that involved in traffic accident at GROVE STREET On 2024-04-22 00:00:00, there are 2 vehicles that involved in traffic accident at GROVE STREET On 2024-04-06 00:00:00, there are 2 vehicles that involved in traffic accident at SOUTHWEST CUTOFF On 2024-04-06 00:00:00, there are 2 vehicles that involved in traffic accident at SOUTHWEST CUTOFF On 2024-04-23 00:00:00, there are 2 vehicles that involved in traffic accident at GARDNER STREET On 2024-04-23 00:00:00, there are 2 vehicles that involved in traffic accident at GARDNER STREET On 2024-04-04 00:00:00, there are 2 vehicles that involved in traffic accident at SHANNON STREET On 2024-04-04 00:00:00, there are 2 vehicles that involved in traffic accident at SHANNON STREET On 2024-04-11 00:00:00, there are 2 vehicles that involved in traffic accident at EAST CENTRAL STREET On 2024-04-11 00:00:00, there are 2 vehicles that involved in traffic accident at EAST CENTRAL STREET On 2024-04-23 00:00:00, there are 2 vehicles that involved in traffic accident at SHREWSBURY STREET On 2024-04-23 00:00:00, there are 2 vehicles that involved in traffic accident at SHREWSBURY STREET On 2024-04-23 00:00:00, there are 2 vehicles that involved in traffic accident at MELROSE STREET On 2024-04-23 00:00:00, there are 2 vehicles that involved in traffic accident at MELROSE STREET On 2024-04-11 00:00:00, there are 2 vehicles that involved in traffic accident at SIGOURNEY STREET On 2024-04-11 00:00:00, there are 2 vehicles that involved in traffic accident at SIGOURNEY STREET On 2024-04-22 00:00:00, there are 2 vehicles that involved in traffic accident at MILLBURY STREET On 2024-04-22 00:00:00, there are 2 vehicles that involved in traffic accident at MILLBURY STREET On 2024-04-22 00:00:00, there are 2 vehicles that involved in traffic accident at SOUTHBRIDGE STREET On 2024-04-22 00:00:00, there are 2 vehicles that involved in traffic accident at SOUTHBRIDGE STREET On 2024-04-11 00:00:00, there are 2 vehicles that involved in traffic accident at IRVING STREET On 2024-04-11 00:00:00, there are 2 vehicles that involved in traffic accident at IRVING STREET On 2024-04-22 00:00:00, there are 2 vehicles that involved in traffic accident at STAFFORD STREET On 2024-04-22 00:00:00, there are 2 vehicles that involved in traffic accident at STAFFORD STREET On 2024-04-11 00:00:00, there are 2 vehicles that involved in traffic accident at NORTHAMPTON STREET On 2024-04-11 00:00:00, there are 2 vehicles that involved in traffic accident at NORTHAMPTON STREET On 2024-04-11 00:00:00, there are 2 vehicles that involved in traffic accident at HIGHLAND STREET On 2024-04-11 00:00:00, there are 2 vehicles that involved in traffic accident at HIGHLAND STREET On 2024-04-22 00:00:00, there are 2 vehicles that involved in traffic accident at SOUTHBRIDGE STREET On 2024-04-22 00:00:00, there are 2 vehicles that involved in traffic accident at SOUTHBRIDGE STREET On 2024-04-10 00:00:00, there are 2 vehicles that involved in traffic accident at On 2024-04-10 00:00:00, there are 2 vehicles that involved in traffic accident at On 2024-04-22 00:00:00, there are 2 vehicles that involved in traffic accident at MALDEN STREET On 2024-04-22 00:00:00, there are 2 vehicles that involved in traffic accident at MALDEN STREET On 2024-04-30 00:00:00, there are 2 vehicles that involved in traffic accident at On 2024-04-30 00:00:00, there are 2 vehicles that involved in traffic accident at On 2024-04-20 00:00:00, there are 2 vehicles that involved in traffic accident at On 2024-04-20 00:00:00, there are 2 vehicles that involved in traffic accident at On 2024-04-27 00:00:00, there are 2 vehicles that involved in traffic accident at MAIN STREET On 2024-04-27 00:00:00, there are 2 vehicles that involved in traffic accident at MAIN STREET On 2024-04-02 00:00:00, there are 2 vehicles that involved in traffic accident at SALISBURY STREET On 2024-04-02 00:00:00, there are 2 vehicles that involved in traffic accident at SALISBURY STREET On 2024-04-08 00:00:00, there are 2 vehicles that involved in traffic accident at MAIN STREET On 2024-04-08 00:00:00, there are 2 vehicles that involved in traffic accident at MAIN STREET On 2024-04-16 00:00:00, there are 2 vehicles that involved in traffic accident at SOUTHWEST CUTOFF On 2024-04-16 00:00:00, there are 2 vehicles that involved in traffic accident at SOUTHWEST CUTOFF On 2024-04-29 00:00:00, there are 2 vehicles that involved in traffic accident at MAIN STREET On 2024-04-29 00:00:00, there are 2 vehicles that involved in traffic accident at MAIN STREET On 2024-04-29 00:00:00, there are 2 vehicles that involved in traffic accident at VERNON STREET On 2024-04-29 00:00:00, there are 2 vehicles that involved in traffic accident at VERNON STREET On 2024-04-28 00:00:00, there are 2 vehicles that involved in traffic accident at WOODLAND STREET On 2024-04-28 00:00:00, there are 2 vehicles that involved in traffic accident at WOODLAND STREET On 2024-01-31 00:00:00, there are 2 vehicles that involved in traffic accident at On 2024-01-31 00:00:00, there are 2 vehicles that involved in traffic accident at On 2024-04-28 00:00:00, there are 2 vehicles that involved in traffic accident at AUSTIN STREET On 2024-04-28 00:00:00, there are 2 vehicles that involved in traffic accident at AUSTIN STREET On 2024-04-27 00:00:00, there are 2 vehicles that involved in traffic accident at VERNON STREET On 2024-04-27 00:00:00, there are 2 vehicles that involved in traffic accident at VERNON STREET On 2024-04-27 00:00:00, there are 2 vehicles that involved in traffic accident at LAKEWOOD STREET On 2024-04-27 00:00:00, there are 2 vehicles that involved in traffic accident at LAKEWOOD STREET On 2024-04-26 00:00:00, there are 2 vehicles that involved in traffic accident at SHREWSBURY STREET On 2024-04-26 00:00:00, there are 2 vehicles that involved in traffic accident at SHREWSBURY STREET On 2024-04-26 00:00:00, there are 2 vehicles that involved in traffic accident at MALVERN ROAD On 2024-04-26 00:00:00, there are 2 vehicles that involved in traffic accident at MALVERN ROAD On 2024-04-24 00:00:00, there are 2 vehicles that involved in traffic accident at BELMONT STREET On 2024-04-24 00:00:00, there are 2 vehicles that involved in traffic accident at BELMONT STREET On 2024-04-24 00:00:00, there are 2 vehicles that involved in traffic accident at MILL STREET On 2024-04-24 00:00:00, there are 2 vehicles that involved in traffic accident at MILL STREET On 2024-04-25 00:00:00, there are 2 vehicles that involved in traffic accident at On 2024-04-25 00:00:00, there are 2 vehicles that involved in traffic accident at On 2024-05-24 00:00:00, there are 3 vehicles that involved in traffic accident at INTERSTATE 290 On 2024-05-24 00:00:00, there are 3 vehicles that involved in traffic accident at INTERSTATE 290 On 2024-05-24 00:00:00, there are 3 vehicles that involved in traffic accident at INTERSTATE 290 On 2024-05-20 00:00:00, there are 2 vehicles that involved in traffic accident at INTERSTATE 290 On 2024-05-20 00:00:00, there are 2 vehicles that involved in traffic accident at INTERSTATE 290 On 2024-05-24 00:00:00, there are 2 vehicles that involved in traffic accident at INTERSTATE 290 On 2024-05-24 00:00:00, there are 2 vehicles that involved in traffic accident at INTERSTATE 290 On 2024-05-19 00:00:00, there are 1 vehicles that involved in traffic accident at INTERSTATE 290 On 2024-05-14 00:00:00, there are 2 vehicles that involved in traffic accident at INTERSTATE 290 On 2024-05-14 00:00:00, there are 2 vehicles that involved in traffic accident at INTERSTATE 290 On 2024-04-29 00:00:00, there are 2 vehicles that involved in traffic accident at On 2024-04-29 00:00:00, there are 2 vehicles that involved in traffic accident at On 2024-05-17 00:00:00, there are 1 vehicles that involved in traffic accident at On 2024-05-16 00:00:00, there are 2 vehicles that involved in traffic accident at INTERSTATE 290 On 2024-05-16 00:00:00, there are 2 vehicles that involved in traffic accident at INTERSTATE 290 On 2024-05-10 00:00:00, there are 2 vehicles that involved in traffic accident at INTERSTATE 290 On 2024-05-10 00:00:00, there are 2 vehicles that involved in traffic accident at INTERSTATE 290 On 2024-04-29 00:00:00, there are 2 vehicles that involved in traffic accident at INTERSTATE 290 On 2024-04-29 00:00:00, there are 2 vehicles that involved in traffic accident at INTERSTATE 290 On 2024-05-17 00:00:00, there are 1 vehicles that involved in traffic accident at INTERSTATE 290 On 2024-05-25 00:00:00, there are 2 vehicles that involved in traffic accident at INTERSTATE 290 On 2024-05-25 00:00:00, there are 2 vehicles that involved in traffic accident at INTERSTATE 290 On 2024-05-24 00:00:00, there are 2 vehicles that involved in traffic accident at INTERSTATE 290 On 2024-05-24 00:00:00, there are 2 vehicles that involved in traffic accident at INTERSTATE 290 On 2024-05-09 00:00:00, there are 1 vehicles that involved in traffic accident at MASSASOIT ROAD On 2024-05-09 00:00:00, there are 2 vehicles that involved in traffic accident at OBERLIN STREET On 2024-05-09 00:00:00, there are 2 vehicles that involved in traffic accident at OBERLIN STREET On 2024-03-02 00:00:00, there are 2 vehicles that involved in traffic accident at LAMARTINE STREET On 2024-03-02 00:00:00, there are 2 vehicles that involved in traffic accident at LAMARTINE STREET On 2024-03-02 00:00:00, there are 2 vehicles that involved in traffic accident at MAJOR TAYLOR BOULEVARD On 2024-03-02 00:00:00, there are 2 vehicles that involved in traffic accident at MAJOR TAYLOR BOULEVARD On 2024-03-02 00:00:00, there are 2 vehicles that involved in traffic accident at MAIN STREET On 2024-03-02 00:00:00, there are 2 vehicles that involved in traffic accident at MAIN STREET On 2024-03-01 00:00:00, there are 2 vehicles that involved in traffic accident at OTSEGO ROAD On 2024-03-01 00:00:00, there are 2 vehicles that involved in traffic accident at OTSEGO ROAD On 2024-03-02 00:00:00, there are 2 vehicles that involved in traffic accident at GREEN STREET On 2024-03-02 00:00:00, there are 2 vehicles that involved in traffic accident at GREEN STREET On 2024-05-06 00:00:00, there are 2 vehicles that involved in traffic accident at SOUTHBRIDGE STREET
Return a set of unique field values.¶
In [36]:
Copied!
feature_class = "2024_Vehicle_Level_Crash_Details"
field = 'STREETNAME'
# Syntax 1:
values = []
for row in arcpy.da.SearchCursor(feature_class, field):
values.append(row[0])
unique_values = set(values)
print(unique_values)
feature_class = "2024_Vehicle_Level_Crash_Details"
field = 'STREETNAME'
# Syntax 1:
values = []
for row in arcpy.da.SearchCursor(feature_class, field):
values.append(row[0])
unique_values = set(values)
print(unique_values)
{'HATHAWAY STREET', 'ARLINGTON STREET', 'RODNEY STREET', 'NORTHBORO STREET', 'HIGH STREET', 'GRANITE STREET', 'KING PHILIP ROAD', 'SEYMOUR STREET', 'HAMILTON STREET', 'ENID STREET', 'LAMAR AVENUE', 'PRESTON STREET', 'ERICSSON STREET', 'BLACKSTONE RIVER ROAD', 'DORCHESTER STREET', 'CURTIS STREET', 'PATCH RESERVOIR DRIVE', 'SIGEL STREET', 'SALISBURY STREET', 'ILLINOIS STREET', 'LODI STREET', 'STOWELL AVENUE', 'ESTHER STREET', 'FLAGG STREET', 'WINDHAM STREET', 'MILL STREET EXTENSION', 'AETNA STREET', 'BAILEY STREET', 'CURTIS PARKWAY', 'ENVELOPE TERRACE', 'CHESTER STREET', 'GIFFORD DRIVE', 'BANCROFT STREET', 'CROMPTON STREET', 'SYLVAN STREET', 'HARTWELL STREET', 'MILL STREET', 'WESTVIEW ROAD', 'MURRAY AVENUE', 'PLEASANT VALLEY DRIVE', 'JUDSON ROAD', 'FOSTER STREET', 'FAIRBANKS STREET', 'WEBSTER PLACE', 'HOLLIS STREET', 'JACQUES STREET', 'VARNUM STREET', 'GROSVENOR STREET', 'INTERSTATE 290', 'GARDNER STREET', 'CUTLER STREET', 'CRYSTAL STREET', 'TACOMA STREET', 'VIEW STREET', 'SPOFFORD ROAD', 'ASHLAND STREET', 'AIRPORT DRIVE', 'WINTHROP STREET', 'MARSHALL STREET', 'ASHMONT AVENUE', 'ISLAND ROAD', 'LINCOLN STREET', 'PLANTATION STREET', 'DUTTON STREET', 'HEROULT ROAD', 'CHINO AVENUE', 'MOUNT PLEASANT STREET', 'SUNDERLAND ROAD', 'GLADE STREET', 'UNION STREET', 'MUSKEEGO STREET', 'MALVERN ROAD', 'COLLEGE STREET', 'BELCOURT ROAD', 'COBURN AVENUE', 'LAKEWOOD STREET', 'BEACON STREET', 'SOUTH BUFFUM STREET', 'MILLBROOK STREET', 'ELIZABETH STREET', 'EDWARD STREET', 'MULBERRY STREET', 'BRANDON ROAD', 'WASHINGTON STREET', 'PINE CREST DRIVE', 'CHEYENNE ROAD', 'MOWER STREET', 'HARRINGTON WAY', 'WARD STREET', 'HILLSIDE STREET', 'ORIENT STREET', 'PAINE STREET', 'WATER STREET', 'MARCONI ROAD', 'MAJOR TAYLOR BOULEVARD', 'GREENDALE AVENUE', 'SHAMROCK STREET', 'CONSTITUTION AVENUE', 'JAMES STREET', 'BOYNTON STREET', 'EINHORN ROAD', 'AGAWAM STREET', 'BETHANY STREET', 'MCKINLEY ROAD', 'OLEAN STREET', 'NORTH STREET', 'WEST BOYLSTON DRIVE', 'SHANNON STREET', 'HOLDEN STREET', 'PATTISON STREET', 'QUEEN STREET', 'COOLIDGE ROAD', 'FOURTH STREET', 'MILLBURY STREET', 'MCKEON ROAD', 'CHANDLER STREET', 'BERKMANS STREET', 'EDGEWORTH STREET', 'COMMERCIAL STREET', 'EASTERN AVENUE', 'FAIRHAVEN ROAD', 'BROWNELL STREET', 'RANDALL STREET', 'DAYTON STREET', 'HACKER STREET', 'OTSEGO ROAD', 'WOODBURY STREET', 'INTERVALE ROAD', 'NORTHEAST CUTOFF', 'AUDUBON ROAD', 'BEAVER STREET', 'REXHAME ROAD', 'PALM STREET', 'SHELBY STREET', 'MCGILL STREET', 'IRVING STREET', 'STEVENS ROAD', 'PROVIDENCE STREET', 'WRENTHAM ROAD', 'OAKWOOD LANE', 'SUMMER STREET', 'CARPENTER AVENUE', 'INSTITUTE ROAD', 'ARROWSIC STREET', 'INDIANA STREET', 'NEWBURY STREET', 'LAKESIDE AVENUE', 'QUINCY STREET', 'GOLD STAR BOULEVARD', 'SUMMERHILL AVENUE', 'BENEFIT TERRACE', 'FISHER ROAD', 'CONVERSE STREET', 'DELMONT AVENUE', 'GODDARD MEMORIAL DRIVE', 'PROSPECT STREET', 'CANTON STREET', 'NEVADA STREET', 'BLAKE STREET', 'SEVER STREET', 'OLIVER STREET', 'SERVICE ROAD', 'LUND STREET', 'BRANTWOOD ROAD', 'MYRTLE STREET', 'LANESBORO ROAD', 'OBERLIN STREET', 'COES STREET', 'BENEFIT STREET', 'FRUIT STREET', 'RIVERSIDE STREET', 'NATURAL HISTORY DRIVE', 'PLEASANT STREET', 'COUNTRY CLUB BOULEVARD', 'GIBBS STREET', 'HARLEM STREET', 'SIGOURNEY STREET', 'WARNER AVENUE', 'THORNE STREET', 'SIMMONS AVENUE', 'TOWNSEND STREET', 'LAMARTINE STREET', 'CAMP STREET', 'TUCKERMAN STREET', 'GRAND VIEW AVENUE', 'NORTON DRIVE', 'BERKELEY STREET', 'WOODS AVENUE', 'SECOND STREET', 'HAWLEY STREET', 'ELLSWORTH STREET', 'CHARLOTTE STREET', 'INGLESIDE AVENUE', 'DOWNING STREET', 'WAVERLY STREET', 'BEVERLY ROAD', 'HALMSTAD STREET', 'EAST CENTRAL STREET', 'FISKE STREET', 'CARLETON STREET', 'GATES LANE', 'RAMP-RT 122A SB/MCKEON RD TO RTS 146 SB/122A SB', 'RUTHVEN AVENUE', 'BEECHMONT STREET', 'EUCLID AVENUE', 'AMES STREET', 'CHELSEA STREET', 'WARDEN STREET', 'HIGGINS STREET', 'WINCHESTER AVENUE', 'JUNE STREET', 'WAYNE STREET', 'MENDON STREET', 'FALES STREET', 'CHROME STREET', 'EMERSON STREET', 'PLANTATION PARKWAY', 'BRUSSELS STREET', 'FANTASIA DRIVE', 'RICHARDS STREET', 'SOUTH LUDLOW STREET', 'HILL STREET', 'BRIDLE PATH', 'WETHERELL STREET', 'STONEHAM ROAD', 'ABBOTT STREET', 'BOYDEN STREET', 'LAKE AVENUE NORTH', 'PARKER STREET', 'HEYWOOD STREET', 'ROUTE 20', 'CLARKSON STREET', 'RIDGEWOOD ROAD', 'THOMAS STREET', 'WIGWAM HILL DRIVE', 'BLANCHE STREET', 'LOVELL STREET', 'SUFFIELD STREET', 'ARBORETUM DRIVE', 'RAMP-RT 9 TO RT 290 WB', 'OLD LINCOLN STREET', 'GEORGE STREET', 'WINFIELD STREET', 'BARCLAY STREET', 'NORMAN AVENUE', 'LOWELL STREET', 'MAPLEWOOD AVENUE', 'EVERETT GAYLORD BOULEVARD', 'EVERTON AVENUE', 'MAIN STREET', 'WINTER STREET', 'NEW BOND STREET', 'FIFTH AVENUE', 'JOHN STREET', 'ACTON STREET', 'OLGA AVENUE', 'BAY STATE ROAD', 'ELM STREET', 'BLITHEWOOD AVENUE', 'CAROLINE STREET', 'HYCREST DRIVE', 'GRAFTON STREET', 'MIDDLESEX AVENUE', 'SAGAMORE ROAD', 'KINGSBURY STREET', 'WEST BOYLSTON STREET', 'DEERFIELD STREET', 'TROWBRIDGE ROAD', 'CUTTING AVENUE', 'ALLEN STREET', 'LAKE AVENUE', 'HITCHCOCK ROAD', 'WASHINGTON SQUARE CONNECTOR', 'BIRCH STREET', 'LAFAYETTE STREET', 'ARTHUR STREET', 'PULLMAN STREET', 'LEEDS STREET', 'WILLIAMSBERG DRIVE', 'LANCASTER STREET', 'MERCANTILE STREET', 'HERMON STREET', 'SUFFOLK STREET', 'GRAND STREET', 'VERNON STREET', 'HARRISON STREET', 'MARBLE STREET', 'FLORENCE STREET', 'BOYLSTON STREET', 'MOUNT AVENUE', 'MAY STREET', 'ROYAL ROAD', 'WASHINGTON SQUARE', 'BELLEVUE STREET', 'HENSHAW STREET', 'RUTH STREET', 'DANA AVENUE', 'STAFFORD STREET', 'WALL STREET', 'WEST STREET', 'JAQUES AVENUE', 'CASCO STREET', 'AUSTIN STREET', 'MELROSE STREET', 'LAURIER STREET', 'SWAN AVENUE', 'DAVIS STREET', 'SOUTHWEST CUTOFF', 'NEBRASKA STREET', 'STERLING STREET', 'SUSSEX LANE', 'EVERARD STREET', 'RAMP-RT 12 SB TO RT 290 EB', 'COTTAGE STREET', 'DRUMMOND AVENUE', 'MAYFIELD STREET', 'SOUTH HILL STREET', 'PRIMROSE STREET', 'GROVE STREET', 'WHITNEY STREET', 'INTERSTATE 190', 'AMESBURY STREET', 'MONTAGUE STREET', 'WEST BOYLSTON TERRACE', 'SHAWMUT STREET', 'OAK AVENUE', 'CLEARVIEW AVENUE', 'EATON PLACE', 'GREENWOOD STREET', 'ORNE STREET', 'HANCOCK STREET', 'SAINT JOHNS ROAD', 'HAMMOND STREET', 'CHAPIN STREET', 'NORTH ASHLAND STREET', 'DEAN STREET', 'CLEMENT STREET', 'HOWLAND TERRACE', 'STONELAND ROAD', 'MOUNTAIN STREET EAST', 'DUSTIN STREET', 'PILGRIM AVENUE', 'OREAD STREET', 'CUMBERLAND STREET', 'POND STREET', 'CLOVER STREET', 'MOUNTAIN STREET WEST', 'DEWEY STREET', 'GORHAM STREET', 'BEDFORD AVENUE', 'GENSELL AVENUE', 'VINSON STREET', 'STANDISH STREET', 'COMMONWEALTH AVENUE', 'ANDREWS AVENUE', 'WESTBOROUGH STREET', 'CANTERBURY STREET', 'DUPUIS AVENUE', 'OUTLOOK DRIVE', 'SHREWSBURY STREET', 'FRANKLIN STREET', 'ALVARADO AVENUE', 'HIGHLAND STREET', 'FAIRFAX ROAD', 'WINDSOR STREET', 'STATE STREET', 'LAUREL STREET', 'MONADNOCK ROAD', 'CHARLTON STREET', 'CHADWICK STREET', 'FRONT STREET', 'MARION AVENUE', 'HADWEN ROAD', 'CHESTNUT STREET', 'BRANCH STREET', 'CRILLON ROAD', ' ', 'GROTON PLACE', 'KENDALL STREET', 'NORTHAMPTON STREET', 'RAYMOND STREET', 'GREEN HILL PARKWAY', 'DUXBURY ROAD', 'FARADAY STREET', 'COHASSET STREET', 'MERRICK STREET', 'FEDERAL STREET', 'MOUNT HOLYOKE AVENUE', 'HARDING STREET', 'COUNTY STREET', 'MASSASOIT ROAD', 'PERRY AVENUE', 'MALDEN STREET', 'HEARD STREET', 'PENN AVENUE', 'MAYWOOD STREET', 'SHORE DRIVE', 'HUNTINGTON AVENUE', 'LUDLOW STREET', 'HOOPER STREET', 'CLARK STREET', 'KENBERMA ROAD', 'LOXWOOD STREET', 'HOME STREET', 'COMMODORE ROAD', 'IONIC AVENUE', 'HOPE AVENUE', 'PARK AVENUE', 'CREST CIRCLE', 'ARARAT STREET', 'FREELAND STREET', 'OAK STREET', 'FREEDOM WAY', 'DELLWOOD ROAD', 'DERBY STREET', 'CHILMARK STREET', 'BURNCOAT STREET', 'NORFOLK STREET', 'ENDICOTT STREET', 'SOPHIA DRIVE', 'WACHUSETT STREET', 'BAY EDGE DRIVE', 'FRANK STREET', 'GOLDTHWAITE ROAD', 'SAINT NICHOLAS AVENUE', 'MASON STREET', 'HARVARD STREET', 'TEMPLE STREET', 'APRICOT STREET', 'TOBIAS BOLAND WAY', 'LONGFELLOW ROAD', 'STEELE STREET', 'WHIPPLE STREET', 'HOUGHTON STREET', 'VASSAR STREET', 'OXFORD STREET', 'MORNINGSIDE ROAD', 'BELMONT STREET', 'BROOKSHIRE ROAD', 'PARK TERRACE ROAD', 'MERRIFIELD STREET', 'BARBER AVENUE', 'BALL STREET', 'ALPINE STREET', 'WASHBURN STREET', 'WEBSTER STREET', 'QUABOAG STREET', 'WHITMAN ROAD', 'FARRAR AVENUE', 'GATES STREET', 'WILLVAIL STREET', 'WEST CHESTER STREET', 'KELLEY SQUARE', 'FOREST STREET', 'MARSH AVENUE', 'RAMP-WEST BOYLSTON DR TO RT 190 NB', 'GERMAIN STREET', 'LARCH STREET', 'DOVER STREET', 'VALLEY HILL DRIVE', 'CARDINAL ROAD', 'KING STREET', 'MOUNT VERNON STREET', 'SHERIDAN STREET', 'ACUSHNET AVENUE', 'SOUTH STREET', 'LINDEN STREET', 'JACKSON STREET', 'DAVENPORT STREET', 'PLYMOUTH STREET', 'BEAVER BROOK PARKWAY', 'SOUTHGATE STREET', 'PURPLE HEART HIGHWAY', 'REED STREET', 'COPPERFIELD ROAD', 'ALBERT STREET', 'NUTTALL LANE', 'MADISON STREET', 'EAST WORCESTER STREET', 'FAIRMONT AVENUE', 'HARVARD PLACE', 'BYRON STREET', 'ASHWOOD STREET', 'VILLAGE STREET', 'ELLIS DRIVE', 'BOURNE STREET', 'PURITAN AVENUE', 'GREEN STREET', 'ENGLEWOOD AVENUE', 'MOHAVE ROAD', 'QUINSIGAMOND AVENUE', 'WOODLAND STREET', 'WINIFRED AVENUE', 'FREMONT STREET', 'STATE ROAD', 'RUSSELL STREET', 'WHITMARSH AVENUE', 'HOLCOMBE STREET', 'CEDAR STREET', 'FOX STREET', 'WELLINGTON STREET', 'UPSALA STREET', 'STRATHMORE ROAD', 'GLENNIE STREET', 'WEST UPSALA STREET', 'MORELAND STREET', 'WILSON STREET', 'KENDRICK AVENUE', 'PIEDMONT STREET', 'NATHANIEL STREET', 'FERDINAND STREET', 'CONGRESS STREET', 'HENCHMAN STREET', 'PORTLAND STREET', 'ATLANTA STREET', 'CHATHAM STREET', 'CATHARINE STREET', 'HAYNES STREET', 'BRECK STREET', 'SOUTHBRIDGE STREET', 'RICHMOND AVENUE', 'CAMBRIDGE STREET', 'CHANNING STREET', 'GARDEN STREET', 'MARY SCANO DRIVE'}
sorted() function to sort value¶
Use SearchCursor and the Python sorted method to sort rows.
In [37]:
Copied!
with arcpy.da.SearchCursor("2024_Vehicle_Level_Crash_Details", ("CRASH_DA_1", "NUMB_VEHC", "STREETNAME")) as cursor:
for row in sorted(cursor):
print('On {}, there are {} vehicles that involved in traffic accident {} '.format(row[0], row[1], row[2]))
with arcpy.da.SearchCursor("2024_Vehicle_Level_Crash_Details", ("CRASH_DA_1", "NUMB_VEHC", "STREETNAME")) as cursor:
for row in sorted(cursor):
print('On {}, there are {} vehicles that involved in traffic accident {} '.format(row[0], row[1], row[2]))
On 2024-01-01 00:00:00, there are 2 vehicles that involved in traffic accident ASHWOOD STREET On 2024-01-01 00:00:00, there are 2 vehicles that involved in traffic accident ASHWOOD STREET On 2024-01-01 00:00:00, there are 2 vehicles that involved in traffic accident BLAKE STREET On 2024-01-01 00:00:00, there are 2 vehicles that involved in traffic accident BLAKE STREET On 2024-01-01 00:00:00, there are 2 vehicles that involved in traffic accident GOLD STAR BOULEVARD On 2024-01-01 00:00:00, there are 2 vehicles that involved in traffic accident GOLD STAR BOULEVARD On 2024-01-01 00:00:00, there are 2 vehicles that involved in traffic accident MAIN STREET On 2024-01-01 00:00:00, there are 2 vehicles that involved in traffic accident MAIN STREET On 2024-01-01 00:00:00, there are 2 vehicles that involved in traffic accident SEVER STREET On 2024-01-01 00:00:00, there are 2 vehicles that involved in traffic accident SEVER STREET On 2024-01-01 00:00:00, there are 2 vehicles that involved in traffic accident STAFFORD STREET On 2024-01-01 00:00:00, there are 2 vehicles that involved in traffic accident STAFFORD STREET On 2024-01-01 00:00:00, there are 2 vehicles that involved in traffic accident VERNON STREET On 2024-01-01 00:00:00, there are 2 vehicles that involved in traffic accident VERNON STREET On 2024-01-01 00:00:00, there are 4 vehicles that involved in traffic accident FLORENCE STREET On 2024-01-01 00:00:00, there are 4 vehicles that involved in traffic accident FLORENCE STREET On 2024-01-01 00:00:00, there are 4 vehicles that involved in traffic accident FLORENCE STREET On 2024-01-01 00:00:00, there are 4 vehicles that involved in traffic accident FLORENCE STREET On 2024-01-02 00:00:00, there are 2 vehicles that involved in traffic accident On 2024-01-02 00:00:00, there are 2 vehicles that involved in traffic accident On 2024-01-02 00:00:00, there are 2 vehicles that involved in traffic accident LAMAR AVENUE On 2024-01-02 00:00:00, there are 2 vehicles that involved in traffic accident LAMAR AVENUE On 2024-01-02 00:00:00, there are 2 vehicles that involved in traffic accident LINCOLN STREET On 2024-01-02 00:00:00, there are 2 vehicles that involved in traffic accident LINCOLN STREET On 2024-01-02 00:00:00, there are 2 vehicles that involved in traffic accident MAJOR TAYLOR BOULEVARD On 2024-01-02 00:00:00, there are 2 vehicles that involved in traffic accident MAJOR TAYLOR BOULEVARD On 2024-01-02 00:00:00, there are 2 vehicles that involved in traffic accident NORTHEAST CUTOFF On 2024-01-02 00:00:00, there are 2 vehicles that involved in traffic accident NORTHEAST CUTOFF On 2024-01-02 00:00:00, there are 2 vehicles that involved in traffic accident PLANTATION STREET On 2024-01-02 00:00:00, there are 2 vehicles that involved in traffic accident PLANTATION STREET On 2024-01-02 00:00:00, there are 2 vehicles that involved in traffic accident SUFFOLK STREET On 2024-01-02 00:00:00, there are 2 vehicles that involved in traffic accident SUFFOLK STREET On 2024-01-02 00:00:00, there are 3 vehicles that involved in traffic accident FOX STREET On 2024-01-02 00:00:00, there are 3 vehicles that involved in traffic accident FOX STREET On 2024-01-02 00:00:00, there are 3 vehicles that involved in traffic accident FOX STREET On 2024-01-02 00:00:00, there are 3 vehicles that involved in traffic accident INTERSTATE 290 On 2024-01-02 00:00:00, there are 3 vehicles that involved in traffic accident INTERSTATE 290 On 2024-01-02 00:00:00, there are 3 vehicles that involved in traffic accident INTERSTATE 290 On 2024-01-02 00:00:00, there are 3 vehicles that involved in traffic accident INTERSTATE 290 On 2024-01-02 00:00:00, there are 3 vehicles that involved in traffic accident INTERSTATE 290 On 2024-01-02 00:00:00, there are 3 vehicles that involved in traffic accident INTERSTATE 290 On 2024-01-02 00:00:00, there are 3 vehicles that involved in traffic accident INTERSTATE 290 On 2024-01-02 00:00:00, there are 3 vehicles that involved in traffic accident INTERSTATE 290 On 2024-01-02 00:00:00, there are 3 vehicles that involved in traffic accident INTERSTATE 290 On 2024-01-03 00:00:00, there are 1 vehicles that involved in traffic accident STATE STREET On 2024-01-03 00:00:00, there are 2 vehicles that involved in traffic accident On 2024-01-03 00:00:00, there are 2 vehicles that involved in traffic accident On 2024-01-03 00:00:00, there are 2 vehicles that involved in traffic accident GROVE STREET On 2024-01-03 00:00:00, there are 2 vehicles that involved in traffic accident GROVE STREET On 2024-01-03 00:00:00, there are 2 vehicles that involved in traffic accident HEARD STREET On 2024-01-03 00:00:00, there are 2 vehicles that involved in traffic accident HEARD STREET On 2024-01-03 00:00:00, there are 2 vehicles that involved in traffic accident INTERSTATE 290 On 2024-01-03 00:00:00, there are 2 vehicles that involved in traffic accident INTERSTATE 290 On 2024-01-03 00:00:00, there are 2 vehicles that involved in traffic accident INTERSTATE 290 On 2024-01-03 00:00:00, there are 2 vehicles that involved in traffic accident INTERSTATE 290 On 2024-01-03 00:00:00, there are 2 vehicles that involved in traffic accident LAMARTINE STREET On 2024-01-03 00:00:00, there are 2 vehicles that involved in traffic accident LAMARTINE STREET On 2024-01-03 00:00:00, there are 2 vehicles that involved in traffic accident MERRIFIELD STREET On 2024-01-03 00:00:00, there are 2 vehicles that involved in traffic accident MERRIFIELD STREET On 2024-01-03 00:00:00, there are 2 vehicles that involved in traffic accident ORIENT STREET On 2024-01-03 00:00:00, there are 2 vehicles that involved in traffic accident ORIENT STREET On 2024-01-03 00:00:00, there are 2 vehicles that involved in traffic accident RAMP-RT 12 SB TO RT 290 EB On 2024-01-03 00:00:00, there are 2 vehicles that involved in traffic accident RAMP-RT 12 SB TO RT 290 EB On 2024-01-03 00:00:00, there are 2 vehicles that involved in traffic accident SOUTH LUDLOW STREET On 2024-01-03 00:00:00, there are 2 vehicles that involved in traffic accident SOUTH LUDLOW STREET On 2024-01-03 00:00:00, there are 2 vehicles that involved in traffic accident SOUTHWEST CUTOFF On 2024-01-03 00:00:00, there are 2 vehicles that involved in traffic accident SOUTHWEST CUTOFF On 2024-01-03 00:00:00, there are 2 vehicles that involved in traffic accident VILLAGE STREET On 2024-01-03 00:00:00, there are 2 vehicles that involved in traffic accident VILLAGE STREET On 2024-01-03 00:00:00, there are 3 vehicles that involved in traffic accident PARK AVENUE On 2024-01-03 00:00:00, there are 3 vehicles that involved in traffic accident PARK AVENUE On 2024-01-03 00:00:00, there are 3 vehicles that involved in traffic accident PARK AVENUE On 2024-01-04 00:00:00, there are 1 vehicles that involved in traffic accident LINCOLN STREET On 2024-01-04 00:00:00, there are 2 vehicles that involved in traffic accident On 2024-01-04 00:00:00, there are 2 vehicles that involved in traffic accident On 2024-01-04 00:00:00, there are 2 vehicles that involved in traffic accident On 2024-01-04 00:00:00, there are 2 vehicles that involved in traffic accident On 2024-01-04 00:00:00, there are 2 vehicles that involved in traffic accident ALBERT STREET On 2024-01-04 00:00:00, there are 2 vehicles that involved in traffic accident ALBERT STREET On 2024-01-04 00:00:00, there are 2 vehicles that involved in traffic accident BELMONT STREET On 2024-01-04 00:00:00, there are 2 vehicles that involved in traffic accident BELMONT STREET On 2024-01-04 00:00:00, there are 2 vehicles that involved in traffic accident CONVERSE STREET On 2024-01-04 00:00:00, there are 2 vehicles that involved in traffic accident CONVERSE STREET On 2024-01-04 00:00:00, there are 2 vehicles that involved in traffic accident GRAFTON STREET On 2024-01-04 00:00:00, there are 2 vehicles that involved in traffic accident GRAFTON STREET On 2024-01-04 00:00:00, there are 2 vehicles that involved in traffic accident GREENWOOD STREET On 2024-01-04 00:00:00, there are 2 vehicles that involved in traffic accident GREENWOOD STREET On 2024-01-04 00:00:00, there are 2 vehicles that involved in traffic accident HIGHLAND STREET On 2024-01-04 00:00:00, there are 2 vehicles that involved in traffic accident HIGHLAND STREET On 2024-01-04 00:00:00, there are 2 vehicles that involved in traffic accident INTERSTATE 290 On 2024-01-04 00:00:00, there are 2 vehicles that involved in traffic accident INTERSTATE 290 On 2024-01-04 00:00:00, there are 2 vehicles that involved in traffic accident LAKE AVENUE NORTH On 2024-01-04 00:00:00, there are 2 vehicles that involved in traffic accident LAKE AVENUE NORTH On 2024-01-04 00:00:00, there are 2 vehicles that involved in traffic accident MAY STREET On 2024-01-04 00:00:00, there are 2 vehicles that involved in traffic accident MAY STREET On 2024-01-04 00:00:00, there are 2 vehicles that involved in traffic accident PARK AVENUE On 2024-01-04 00:00:00, there are 2 vehicles that involved in traffic accident PARK AVENUE On 2024-01-04 00:00:00, there are 2 vehicles that involved in traffic accident THORNE STREET On 2024-01-04 00:00:00, there are 2 vehicles that involved in traffic accident THORNE STREET On 2024-01-04 00:00:00, there are 2 vehicles that involved in traffic accident WEST BOYLSTON STREET On 2024-01-04 00:00:00, there are 2 vehicles that involved in traffic accident WEST BOYLSTON STREET On 2024-01-04 00:00:00, there are 3 vehicles that involved in traffic accident HOOPER STREET On 2024-01-04 00:00:00, there are 3 vehicles that involved in traffic accident HOOPER STREET On 2024-01-04 00:00:00, there are 3 vehicles that involved in traffic accident HOOPER STREET On 2024-01-04 00:00:00, there are 3 vehicles that involved in traffic accident INTERSTATE 290 On 2024-01-04 00:00:00, there are 3 vehicles that involved in traffic accident INTERSTATE 290 On 2024-01-04 00:00:00, there are 3 vehicles that involved in traffic accident INTERSTATE 290 On 2024-01-04 00:00:00, there are 4 vehicles that involved in traffic accident INTERSTATE 290 On 2024-01-04 00:00:00, there are 4 vehicles that involved in traffic accident INTERSTATE 290 On 2024-01-04 00:00:00, there are 4 vehicles that involved in traffic accident INTERSTATE 290 On 2024-01-04 00:00:00, there are 4 vehicles that involved in traffic accident INTERSTATE 290 On 2024-01-05 00:00:00, there are 1 vehicles that involved in traffic accident KENDALL STREET On 2024-01-05 00:00:00, there are 1 vehicles that involved in traffic accident SHAWMUT STREET On 2024-01-05 00:00:00, there are 2 vehicles that involved in traffic accident On 2024-01-05 00:00:00, there are 2 vehicles that involved in traffic accident On 2024-01-05 00:00:00, there are 2 vehicles that involved in traffic accident CAMBRIDGE STREET On 2024-01-05 00:00:00, there are 2 vehicles that involved in traffic accident CAMBRIDGE STREET On 2024-01-05 00:00:00, there are 2 vehicles that involved in traffic accident DORCHESTER STREET On 2024-01-05 00:00:00, there are 2 vehicles that involved in traffic accident DORCHESTER STREET On 2024-01-05 00:00:00, there are 2 vehicles that involved in traffic accident GOLD STAR BOULEVARD On 2024-01-05 00:00:00, there are 2 vehicles that involved in traffic accident GOLD STAR BOULEVARD On 2024-01-05 00:00:00, there are 2 vehicles that involved in traffic accident GREENWOOD STREET On 2024-01-05 00:00:00, there are 2 vehicles that involved in traffic accident GREENWOOD STREET On 2024-01-05 00:00:00, there are 2 vehicles that involved in traffic accident INTERSTATE 290 On 2024-01-05 00:00:00, there are 2 vehicles that involved in traffic accident INTERSTATE 290 On 2024-01-05 00:00:00, there are 2 vehicles that involved in traffic accident INTERSTATE 290 On 2024-01-05 00:00:00, there are 2 vehicles that involved in traffic accident INTERSTATE 290 On 2024-01-05 00:00:00, there are 2 vehicles that involved in traffic accident INTERSTATE 290 On 2024-01-05 00:00:00, there are 2 vehicles that involved in traffic accident INTERSTATE 290 On 2024-01-05 00:00:00, there are 2 vehicles that involved in traffic accident JAQUES AVENUE On 2024-01-05 00:00:00, there are 2 vehicles that involved in traffic accident JAQUES AVENUE On 2024-01-05 00:00:00, there are 2 vehicles that involved in traffic accident LOXWOOD STREET On 2024-01-05 00:00:00, there are 2 vehicles that involved in traffic accident LOXWOOD STREET On 2024-01-05 00:00:00, there are 2 vehicles that involved in traffic accident MAY STREET On 2024-01-05 00:00:00, there are 2 vehicles that involved in traffic accident MAY STREET On 2024-01-05 00:00:00, there are 2 vehicles that involved in traffic accident SALISBURY STREET On 2024-01-05 00:00:00, there are 2 vehicles that involved in traffic accident SALISBURY STREET On 2024-01-05 00:00:00, there are 2 vehicles that involved in traffic accident STAFFORD STREET On 2024-01-05 00:00:00, there are 2 vehicles that involved in traffic accident STAFFORD STREET On 2024-01-05 00:00:00, there are 4 vehicles that involved in traffic accident BELMONT STREET On 2024-01-05 00:00:00, there are 4 vehicles that involved in traffic accident BELMONT STREET On 2024-01-05 00:00:00, there are 4 vehicles that involved in traffic accident BELMONT STREET On 2024-01-05 00:00:00, there are 4 vehicles that involved in traffic accident BELMONT STREET On 2024-01-06 00:00:00, there are 1 vehicles that involved in traffic accident BELMONT STREET On 2024-01-06 00:00:00, there are 1 vehicles that involved in traffic accident BELMONT STREET On 2024-01-06 00:00:00, there are 1 vehicles that involved in traffic accident INGLESIDE AVENUE On 2024-01-06 00:00:00, there are 1 vehicles that involved in traffic accident SAINT NICHOLAS AVENUE On 2024-01-06 00:00:00, there are 1 vehicles that involved in traffic accident SOPHIA DRIVE On 2024-01-06 00:00:00, there are 2 vehicles that involved in traffic accident CANTERBURY STREET On 2024-01-06 00:00:00, there are 2 vehicles that involved in traffic accident CANTERBURY STREET On 2024-01-06 00:00:00, there are 2 vehicles that involved in traffic accident CLARK STREET On 2024-01-06 00:00:00, there are 2 vehicles that involved in traffic accident CLARK STREET On 2024-01-06 00:00:00, there are 2 vehicles that involved in traffic accident FOSTER STREET On 2024-01-06 00:00:00, there are 2 vehicles that involved in traffic accident FOSTER STREET On 2024-01-06 00:00:00, there are 2 vehicles that involved in traffic accident HIGHLAND STREET On 2024-01-06 00:00:00, there are 2 vehicles that involved in traffic accident HIGHLAND STREET On 2024-01-06 00:00:00, there are 2 vehicles that involved in traffic accident MAIN STREET On 2024-01-06 00:00:00, there are 2 vehicles that involved in traffic accident MAIN STREET On 2024-01-06 00:00:00, there are 2 vehicles that involved in traffic accident SOUTHBRIDGE STREET On 2024-01-06 00:00:00, there are 2 vehicles that involved in traffic accident SOUTHBRIDGE STREET On 2024-01-06 00:00:00, there are 2 vehicles that involved in traffic accident STAFFORD STREET On 2024-01-06 00:00:00, there are 2 vehicles that involved in traffic accident STAFFORD STREET On 2024-01-06 00:00:00, there are 2 vehicles that involved in traffic accident VERNON STREET On 2024-01-06 00:00:00, there are 2 vehicles that involved in traffic accident VERNON STREET On 2024-01-06 00:00:00, there are 3 vehicles that involved in traffic accident BEAVER STREET On 2024-01-06 00:00:00, there are 3 vehicles that involved in traffic accident BEAVER STREET On 2024-01-06 00:00:00, there are 3 vehicles that involved in traffic accident BEAVER STREET On 2024-01-06 00:00:00, there are 3 vehicles that involved in traffic accident WESTVIEW ROAD On 2024-01-06 00:00:00, there are 3 vehicles that involved in traffic accident WESTVIEW ROAD On 2024-01-06 00:00:00, there are 3 vehicles that involved in traffic accident WESTVIEW ROAD On 2024-01-07 00:00:00, there are 1 vehicles that involved in traffic accident On 2024-01-07 00:00:00, there are 1 vehicles that involved in traffic accident BEACON STREET On 2024-01-07 00:00:00, there are 1 vehicles that involved in traffic accident EAST CENTRAL STREET On 2024-01-07 00:00:00, there are 1 vehicles that involved in traffic accident FLAGG STREET On 2024-01-07 00:00:00, there are 1 vehicles that involved in traffic accident HAMMOND STREET On 2024-01-07 00:00:00, there are 1 vehicles that involved in traffic accident HUNTINGTON AVENUE On 2024-01-07 00:00:00, there are 1 vehicles that involved in traffic accident HUNTINGTON AVENUE On 2024-01-07 00:00:00, there are 1 vehicles that involved in traffic accident INTERSTATE 290 On 2024-01-07 00:00:00, there are 1 vehicles that involved in traffic accident INTERSTATE 290 On 2024-01-07 00:00:00, there are 1 vehicles that involved in traffic accident JUNE STREET On 2024-01-07 00:00:00, there are 1 vehicles that involved in traffic accident LINCOLN STREET On 2024-01-07 00:00:00, there are 1 vehicles that involved in traffic accident MILLBURY STREET On 2024-01-07 00:00:00, there are 1 vehicles that involved in traffic accident PARK AVENUE On 2024-01-07 00:00:00, there are 1 vehicles that involved in traffic accident PLEASANT STREET On 2024-01-07 00:00:00, there are 1 vehicles that involved in traffic accident VIEW STREET On 2024-01-07 00:00:00, there are 2 vehicles that involved in traffic accident On 2024-01-07 00:00:00, there are 2 vehicles that involved in traffic accident On 2024-01-07 00:00:00, there are 2 vehicles that involved in traffic accident On 2024-01-07 00:00:00, there are 2 vehicles that involved in traffic accident On 2024-01-07 00:00:00, there are 2 vehicles that involved in traffic accident BELMONT STREET On 2024-01-07 00:00:00, there are 2 vehicles that involved in traffic accident BELMONT STREET On 2024-01-07 00:00:00, there are 2 vehicles that involved in traffic accident BOYLSTON STREET On 2024-01-07 00:00:00, there are 2 vehicles that involved in traffic accident BOYLSTON STREET On 2024-01-07 00:00:00, there are 2 vehicles that involved in traffic accident BRANTWOOD ROAD On 2024-01-07 00:00:00, there are 2 vehicles that involved in traffic accident BRANTWOOD ROAD On 2024-01-07 00:00:00, there are 2 vehicles that involved in traffic accident CLOVER STREET On 2024-01-07 00:00:00, there are 2 vehicles that involved in traffic accident CLOVER STREET On 2024-01-07 00:00:00, there are 2 vehicles that involved in traffic accident FAIRHAVEN ROAD On 2024-01-07 00:00:00, there are 2 vehicles that involved in traffic accident FAIRHAVEN ROAD On 2024-01-07 00:00:00, there are 2 vehicles that involved in traffic accident GRAFTON STREET On 2024-01-07 00:00:00, there are 2 vehicles that involved in traffic accident GRAFTON STREET On 2024-01-07 00:00:00, there are 2 vehicles that involved in traffic accident INGLESIDE AVENUE On 2024-01-07 00:00:00, there are 2 vehicles that involved in traffic accident INGLESIDE AVENUE On 2024-01-07 00:00:00, there are 2 vehicles that involved in traffic accident INTERSTATE 290 On 2024-01-07 00:00:00, there are 2 vehicles that involved in traffic accident INTERSTATE 290 On 2024-01-07 00:00:00, there are 2 vehicles that involved in traffic accident INTERSTATE 290 On 2024-01-07 00:00:00, there are 2 vehicles that involved in traffic accident INTERSTATE 290 On 2024-01-07 00:00:00, there are 2 vehicles that involved in traffic accident INTERSTATE 290 On 2024-01-07 00:00:00, there are 2 vehicles that involved in traffic accident INTERSTATE 290 On 2024-01-07 00:00:00, there are 2 vehicles that involved in traffic accident MAIN STREET On 2024-01-07 00:00:00, there are 2 vehicles that involved in traffic accident MAIN STREET On 2024-01-07 00:00:00, there are 2 vehicles that involved in traffic accident MERRIFIELD STREET On 2024-01-07 00:00:00, there are 2 vehicles that involved in traffic accident MERRIFIELD STREET On 2024-01-07 00:00:00, there are 2 vehicles that involved in traffic accident MILL STREET On 2024-01-07 00:00:00, there are 2 vehicles that involved in traffic accident MILL STREET On 2024-01-07 00:00:00, there are 2 vehicles that involved in traffic accident PATCH RESERVOIR DRIVE On 2024-01-07 00:00:00, there are 2 vehicles that involved in traffic accident PATCH RESERVOIR DRIVE On 2024-01-07 00:00:00, there are 2 vehicles that involved in traffic accident PLANTATION STREET On 2024-01-07 00:00:00, there are 2 vehicles that involved in traffic accident PLANTATION STREET On 2024-01-07 00:00:00, there are 2 vehicles that involved in traffic accident SHREWSBURY STREET On 2024-01-07 00:00:00, there are 2 vehicles that involved in traffic accident SHREWSBURY STREET On 2024-01-07 00:00:00, there are 2 vehicles that involved in traffic accident VILLAGE STREET On 2024-01-07 00:00:00, there are 2 vehicles that involved in traffic accident VILLAGE STREET On 2024-01-07 00:00:00, there are 2 vehicles that involved in traffic accident WACHUSETT STREET On 2024-01-07 00:00:00, there are 2 vehicles that involved in traffic accident WACHUSETT STREET On 2024-01-07 00:00:00, there are 2 vehicles that involved in traffic accident WEST BOYLSTON STREET On 2024-01-07 00:00:00, there are 2 vehicles that involved in traffic accident WEST BOYLSTON STREET On 2024-01-07 00:00:00, there are 2 vehicles that involved in traffic accident WINFIELD STREET On 2024-01-07 00:00:00, there are 2 vehicles that involved in traffic accident WINFIELD STREET On 2024-01-07 00:00:00, there are 3 vehicles that involved in traffic accident HUNTINGTON AVENUE On 2024-01-07 00:00:00, there are 3 vehicles that involved in traffic accident HUNTINGTON AVENUE On 2024-01-07 00:00:00, there are 3 vehicles that involved in traffic accident HUNTINGTON AVENUE On 2024-01-07 00:00:00, there are 3 vehicles that involved in traffic accident RODNEY STREET On 2024-01-07 00:00:00, there are 3 vehicles that involved in traffic accident RODNEY STREET On 2024-01-07 00:00:00, there are 3 vehicles that involved in traffic accident RODNEY STREET On 2024-01-08 00:00:00, there are 1 vehicles that involved in traffic accident On 2024-01-08 00:00:00, there are 1 vehicles that involved in traffic accident INTERSTATE 290 On 2024-01-08 00:00:00, there are 1 vehicles that involved in traffic accident QUINSIGAMOND AVENUE On 2024-01-08 00:00:00, there are 1 vehicles that involved in traffic accident SALISBURY STREET On 2024-01-08 00:00:00, there are 1 vehicles that involved in traffic accident SOUTHGATE STREET On 2024-01-08 00:00:00, there are 1 vehicles that involved in traffic accident WEBSTER STREET On 2024-01-08 00:00:00, there are 1 vehicles that involved in traffic accident WESTBOROUGH STREET On 2024-01-08 00:00:00, there are 1 vehicles that involved in traffic accident WESTBOROUGH STREET On 2024-01-08 00:00:00, there are 2 vehicles that involved in traffic accident On 2024-01-08 00:00:00, there are 2 vehicles that involved in traffic accident On 2024-01-08 00:00:00, there are 2 vehicles that involved in traffic accident APRICOT STREET On 2024-01-08 00:00:00, there are 2 vehicles that involved in traffic accident APRICOT STREET On 2024-01-08 00:00:00, there are 2 vehicles that involved in traffic accident BELLEVUE STREET On 2024-01-08 00:00:00, there are 2 vehicles that involved in traffic accident BELLEVUE STREET On 2024-01-08 00:00:00, there are 2 vehicles that involved in traffic accident CHANDLER STREET On 2024-01-08 00:00:00, there are 2 vehicles that involved in traffic accident CHANDLER STREET On 2024-01-08 00:00:00, there are 2 vehicles that involved in traffic accident DORCHESTER STREET On 2024-01-08 00:00:00, there are 2 vehicles that involved in traffic accident DORCHESTER STREET On 2024-01-08 00:00:00, there are 2 vehicles that involved in traffic accident GIFFORD DRIVE On 2024-01-08 00:00:00, there are 2 vehicles that involved in traffic accident GIFFORD DRIVE On 2024-01-08 00:00:00, there are 2 vehicles that involved in traffic accident GRAFTON STREET On 2024-01-08 00:00:00, there are 2 vehicles that involved in traffic accident GRAFTON STREET On 2024-01-08 00:00:00, there are 2 vehicles that involved in traffic accident GROVE STREET On 2024-01-08 00:00:00, there are 2 vehicles that involved in traffic accident GROVE STREET On 2024-01-08 00:00:00, there are 2 vehicles that involved in traffic accident HIGGINS STREET On 2024-01-08 00:00:00, there are 2 vehicles that involved in traffic accident HIGGINS STREET On 2024-01-08 00:00:00, there are 2 vehicles that involved in traffic accident HIGHLAND STREET On 2024-01-08 00:00:00, there are 2 vehicles that involved in traffic accident HIGHLAND STREET On 2024-01-08 00:00:00, there are 2 vehicles that involved in traffic accident INTERSTATE 290 On 2024-01-08 00:00:00, there are 2 vehicles that involved in traffic accident INTERSTATE 290 On 2024-01-08 00:00:00, there are 2 vehicles that involved in traffic accident LAUREL STREET On 2024-01-08 00:00:00, there are 2 vehicles that involved in traffic accident LAUREL STREET On 2024-01-08 00:00:00, there are 2 vehicles that involved in traffic accident LINCOLN STREET On 2024-01-08 00:00:00, there are 2 vehicles that involved in traffic accident LINCOLN STREET On 2024-01-08 00:00:00, there are 2 vehicles that involved in traffic accident LINCOLN STREET On 2024-01-08 00:00:00, there are 2 vehicles that involved in traffic accident LINCOLN STREET On 2024-01-08 00:00:00, there are 2 vehicles that involved in traffic accident MAIN STREET On 2024-01-08 00:00:00, there are 2 vehicles that involved in traffic accident MAIN STREET On 2024-01-08 00:00:00, there are 2 vehicles that involved in traffic accident MAIN STREET On 2024-01-08 00:00:00, there are 2 vehicles that involved in traffic accident MAIN STREET On 2024-01-08 00:00:00, there are 2 vehicles that involved in traffic accident MAIN STREET On 2024-01-08 00:00:00, there are 2 vehicles that involved in traffic accident MAIN STREET On 2024-01-08 00:00:00, there are 2 vehicles that involved in traffic accident MAJOR TAYLOR BOULEVARD On 2024-01-08 00:00:00, there are 2 vehicles that involved in traffic accident MAJOR TAYLOR BOULEVARD On 2024-01-08 00:00:00, there are 2 vehicles that involved in traffic accident MILL STREET EXTENSION On 2024-01-08 00:00:00, there are 2 vehicles that involved in traffic accident MILL STREET EXTENSION On 2024-01-08 00:00:00, there are 2 vehicles that involved in traffic accident PROVIDENCE STREET On 2024-01-08 00:00:00, there are 2 vehicles that involved in traffic accident PROVIDENCE STREET On 2024-01-08 00:00:00, there are 2 vehicles that involved in traffic accident SUMMER STREET On 2024-01-08 00:00:00, there are 2 vehicles that involved in traffic accident SUMMER STREET On 2024-01-08 00:00:00, there are 2 vehicles that involved in traffic accident SUNDERLAND ROAD On 2024-01-08 00:00:00, there are 2 vehicles that involved in traffic accident SUNDERLAND ROAD On 2024-01-08 00:00:00, there are 3 vehicles that involved in traffic accident BURNCOAT STREET On 2024-01-08 00:00:00, there are 3 vehicles that involved in traffic accident BURNCOAT STREET On 2024-01-08 00:00:00, there are 3 vehicles that involved in traffic accident BURNCOAT STREET On 2024-01-09 00:00:00, there are 1 vehicles that involved in traffic accident On 2024-01-09 00:00:00, there are 1 vehicles that involved in traffic accident INTERSTATE 290 On 2024-01-09 00:00:00, there are 1 vehicles that involved in traffic accident OREAD STREET On 2024-01-09 00:00:00, there are 2 vehicles that involved in traffic accident On 2024-01-09 00:00:00, there are 2 vehicles that involved in traffic accident On 2024-01-09 00:00:00, there are 2 vehicles that involved in traffic accident On 2024-01-09 00:00:00, there are 2 vehicles that involved in traffic accident On 2024-01-09 00:00:00, there are 2 vehicles that involved in traffic accident CLARK STREET On 2024-01-09 00:00:00, there are 2 vehicles that involved in traffic accident CLARK STREET On 2024-01-09 00:00:00, there are 2 vehicles that involved in traffic accident EAST CENTRAL STREET On 2024-01-09 00:00:00, there are 2 vehicles that involved in traffic accident EAST CENTRAL STREET On 2024-01-09 00:00:00, there are 2 vehicles that involved in traffic accident ENDICOTT STREET On 2024-01-09 00:00:00, there are 2 vehicles that involved in traffic accident ENDICOTT STREET On 2024-01-09 00:00:00, there are 2 vehicles that involved in traffic accident ENDICOTT STREET On 2024-01-09 00:00:00, there are 2 vehicles that involved in traffic accident ENDICOTT STREET On 2024-01-09 00:00:00, there are 2 vehicles that involved in traffic accident FOURTH STREET On 2024-01-09 00:00:00, there are 2 vehicles that involved in traffic accident FOURTH STREET On 2024-01-09 00:00:00, there are 2 vehicles that involved in traffic accident FRANKLIN STREET On 2024-01-09 00:00:00, there are 2 vehicles that involved in traffic accident FRANKLIN STREET On 2024-01-09 00:00:00, there are 2 vehicles that involved in traffic accident GRAFTON STREET On 2024-01-09 00:00:00, there are 2 vehicles that involved in traffic accident GRAFTON STREET On 2024-01-09 00:00:00, there are 2 vehicles that involved in traffic accident HIGHLAND STREET On 2024-01-09 00:00:00, there are 2 vehicles that involved in traffic accident HIGHLAND STREET On 2024-01-09 00:00:00, there are 2 vehicles that involved in traffic accident LAKE AVENUE On 2024-01-09 00:00:00, there are 2 vehicles that involved in traffic accident LAKE AVENUE On 2024-01-09 00:00:00, there are 2 vehicles that involved in traffic accident LINCOLN STREET On 2024-01-09 00:00:00, there are 2 vehicles that involved in traffic accident LINCOLN STREET On 2024-01-09 00:00:00, there are 2 vehicles that involved in traffic accident MAIN STREET On 2024-01-09 00:00:00, there are 2 vehicles that involved in traffic accident MAIN STREET On 2024-01-09 00:00:00, there are 2 vehicles that involved in traffic accident MAIN STREET On 2024-01-09 00:00:00, there are 2 vehicles that involved in traffic accident MAIN STREET On 2024-01-09 00:00:00, there are 2 vehicles that involved in traffic accident MAIN STREET On 2024-01-09 00:00:00, there are 2 vehicles that involved in traffic accident MAIN STREET On 2024-01-09 00:00:00, there are 2 vehicles that involved in traffic accident MAY STREET On 2024-01-09 00:00:00, there are 2 vehicles that involved in traffic accident MAY STREET On 2024-01-09 00:00:00, there are 2 vehicles that involved in traffic accident MCKINLEY ROAD On 2024-01-09 00:00:00, there are 2 vehicles that involved in traffic accident MCKINLEY ROAD On 2024-01-09 00:00:00, there are 2 vehicles that involved in traffic accident MILL STREET EXTENSION On 2024-01-09 00:00:00, there are 2 vehicles that involved in traffic accident MILL STREET EXTENSION On 2024-01-09 00:00:00, there are 2 vehicles that involved in traffic accident PARK AVENUE On 2024-01-09 00:00:00, there are 2 vehicles that involved in traffic accident PARK AVENUE On 2024-01-09 00:00:00, there are 2 vehicles that involved in traffic accident PARK AVENUE On 2024-01-09 00:00:00, there are 2 vehicles that involved in traffic accident PARK AVENUE On 2024-01-09 00:00:00, there are 2 vehicles that involved in traffic accident PLEASANT STREET On 2024-01-09 00:00:00, there are 2 vehicles that involved in traffic accident PLEASANT STREET On 2024-01-09 00:00:00, there are 2 vehicles that involved in traffic accident SHREWSBURY STREET On 2024-01-09 00:00:00, there are 2 vehicles that involved in traffic accident SHREWSBURY STREET On 2024-01-09 00:00:00, there are 2 vehicles that involved in traffic accident STAFFORD STREET On 2024-01-09 00:00:00, there are 2 vehicles that involved in traffic accident STAFFORD STREET On 2024-01-09 00:00:00, there are 3 vehicles that involved in traffic accident On 2024-01-09 00:00:00, there are 3 vehicles that involved in traffic accident On 2024-01-09 00:00:00, there are 3 vehicles that involved in traffic accident On 2024-01-09 00:00:00, there are 3 vehicles that involved in traffic accident CANTERBURY STREET On 2024-01-09 00:00:00, there are 3 vehicles that involved in traffic accident CANTERBURY STREET On 2024-01-09 00:00:00, there are 3 vehicles that involved in traffic accident CANTERBURY STREET On 2024-01-10 00:00:00, there are 1 vehicles that involved in traffic accident INTERSTATE 290 On 2024-01-10 00:00:00, there are 2 vehicles that involved in traffic accident ARARAT STREET On 2024-01-10 00:00:00, there are 2 vehicles that involved in traffic accident ARARAT STREET On 2024-01-10 00:00:00, there are 2 vehicles that involved in traffic accident BELMONT STREET On 2024-01-10 00:00:00, there are 2 vehicles that involved in traffic accident BELMONT STREET On 2024-01-10 00:00:00, there are 2 vehicles that involved in traffic accident CLEMENT STREET On 2024-01-10 00:00:00, there are 2 vehicles that involved in traffic accident CLEMENT STREET On 2024-01-10 00:00:00, there are 2 vehicles that involved in traffic accident COUNTRY CLUB BOULEVARD On 2024-01-10 00:00:00, there are 2 vehicles that involved in traffic accident COUNTRY CLUB BOULEVARD On 2024-01-10 00:00:00, there are 2 vehicles that involved in traffic accident HEYWOOD STREET On 2024-01-10 00:00:00, there are 2 vehicles that involved in traffic accident HEYWOOD STREET On 2024-01-10 00:00:00, there are 2 vehicles that involved in traffic accident HOPE AVENUE On 2024-01-10 00:00:00, there are 2 vehicles that involved in traffic accident HOPE AVENUE On 2024-01-10 00:00:00, there are 2 vehicles that involved in traffic accident MADISON STREET On 2024-01-10 00:00:00, there are 2 vehicles that involved in traffic accident MADISON STREET On 2024-01-10 00:00:00, there are 2 vehicles that involved in traffic accident MAIN STREET On 2024-01-10 00:00:00, there are 2 vehicles that involved in traffic accident MAIN STREET On 2024-01-10 00:00:00, there are 2 vehicles that involved in traffic accident MILL STREET On 2024-01-10 00:00:00, there are 2 vehicles that involved in traffic accident MILL STREET On 2024-01-10 00:00:00, there are 2 vehicles that involved in traffic accident ORIENT STREET On 2024-01-10 00:00:00, there are 2 vehicles that involved in traffic accident ORIENT STREET On 2024-01-10 00:00:00, there are 3 vehicles that involved in traffic accident MAIN STREET On 2024-01-10 00:00:00, there are 3 vehicles that involved in traffic accident MAIN STREET On 2024-01-10 00:00:00, there are 3 vehicles that involved in traffic accident MAIN STREET On 2024-01-11 00:00:00, there are 1 vehicles that involved in traffic accident ARARAT STREET On 2024-01-11 00:00:00, there are 1 vehicles that involved in traffic accident SALISBURY STREET On 2024-01-11 00:00:00, there are 2 vehicles that involved in traffic accident CHANDLER STREET On 2024-01-11 00:00:00, there are 2 vehicles that involved in traffic accident CHANDLER STREET On 2024-01-11 00:00:00, there are 2 vehicles that involved in traffic accident EAST CENTRAL STREET On 2024-01-11 00:00:00, there are 2 vehicles that involved in traffic accident EAST CENTRAL STREET On 2024-01-11 00:00:00, there are 2 vehicles that involved in traffic accident INTERSTATE 290 On 2024-01-11 00:00:00, there are 2 vehicles that involved in traffic accident INTERSTATE 290 On 2024-01-11 00:00:00, there are 2 vehicles that involved in traffic accident KINGSBURY STREET On 2024-01-11 00:00:00, there are 2 vehicles that involved in traffic accident KINGSBURY STREET On 2024-01-11 00:00:00, there are 2 vehicles that involved in traffic accident MAIN STREET On 2024-01-11 00:00:00, there are 2 vehicles that involved in traffic accident MAIN STREET On 2024-01-11 00:00:00, there are 2 vehicles that involved in traffic accident OBERLIN STREET On 2024-01-11 00:00:00, there are 2 vehicles that involved in traffic accident OBERLIN STREET On 2024-01-11 00:00:00, there are 2 vehicles that involved in traffic accident QUEEN STREET On 2024-01-11 00:00:00, there are 2 vehicles that involved in traffic accident QUEEN STREET On 2024-01-11 00:00:00, there are 2 vehicles that involved in traffic accident SHREWSBURY STREET On 2024-01-11 00:00:00, there are 2 vehicles that involved in traffic accident SHREWSBURY STREET On 2024-01-11 00:00:00, there are 2 vehicles that involved in traffic accident VERNON STREET On 2024-01-11 00:00:00, there are 2 vehicles that involved in traffic accident VERNON STREET On 2024-01-11 00:00:00, there are 3 vehicles that involved in traffic accident LINCOLN STREET On 2024-01-11 00:00:00, there are 3 vehicles that involved in traffic accident LINCOLN STREET On 2024-01-11 00:00:00, there are 3 vehicles that involved in traffic accident LINCOLN STREET On 2024-01-11 00:00:00, there are 3 vehicles that involved in traffic accident PARK AVENUE On 2024-01-11 00:00:00, there are 3 vehicles that involved in traffic accident PARK AVENUE On 2024-01-11 00:00:00, there are 3 vehicles that involved in traffic accident PARK AVENUE On 2024-01-11 00:00:00, there are 3 vehicles that involved in traffic accident SALISBURY STREET On 2024-01-11 00:00:00, there are 3 vehicles that involved in traffic accident SALISBURY STREET On 2024-01-11 00:00:00, there are 3 vehicles that involved in traffic accident SALISBURY STREET On 2024-01-11 00:00:00, there are 3 vehicles that involved in traffic accident SHREWSBURY STREET On 2024-01-11 00:00:00, there are 3 vehicles that involved in traffic accident SHREWSBURY STREET On 2024-01-11 00:00:00, there are 3 vehicles that involved in traffic accident SHREWSBURY STREET On 2024-01-12 00:00:00, there are 1 vehicles that involved in traffic accident HERMON STREET On 2024-01-12 00:00:00, there are 1 vehicles that involved in traffic accident PRESTON STREET On 2024-01-12 00:00:00, there are 1 vehicles that involved in traffic accident PURPLE HEART HIGHWAY On 2024-01-12 00:00:00, there are 2 vehicles that involved in traffic accident BEACON STREET On 2024-01-12 00:00:00, there are 2 vehicles that involved in traffic accident BEACON STREET On 2024-01-12 00:00:00, there are 2 vehicles that involved in traffic accident BLACKSTONE RIVER ROAD On 2024-01-12 00:00:00, there are 2 vehicles that involved in traffic accident BLACKSTONE RIVER ROAD On 2024-01-12 00:00:00, there are 2 vehicles that involved in traffic accident CAROLINE STREET On 2024-01-12 00:00:00, there are 2 vehicles that involved in traffic accident CAROLINE STREET On 2024-01-12 00:00:00, there are 2 vehicles that involved in traffic accident GRAFTON STREET On 2024-01-12 00:00:00, there are 2 vehicles that involved in traffic accident GRAFTON STREET On 2024-01-12 00:00:00, there are 2 vehicles that involved in traffic accident MCKEON ROAD On 2024-01-12 00:00:00, there are 2 vehicles that involved in traffic accident MCKEON ROAD On 2024-01-12 00:00:00, there are 2 vehicles that involved in traffic accident PARK AVENUE On 2024-01-12 00:00:00, there are 2 vehicles that involved in traffic accident PARK AVENUE On 2024-01-12 00:00:00, there are 2 vehicles that involved in traffic accident PURITAN AVENUE On 2024-01-12 00:00:00, there are 2 vehicles that involved in traffic accident PURITAN AVENUE On 2024-01-12 00:00:00, there are 2 vehicles that involved in traffic accident SHREWSBURY STREET On 2024-01-12 00:00:00, there are 2 vehicles that involved in traffic accident SHREWSBURY STREET On 2024-01-12 00:00:00, there are 2 vehicles that involved in traffic accident THOMAS STREET On 2024-01-12 00:00:00, there are 2 vehicles that involved in traffic accident THOMAS STREET On 2024-01-12 00:00:00, there are 3 vehicles that involved in traffic accident On 2024-01-12 00:00:00, there are 3 vehicles that involved in traffic accident On 2024-01-12 00:00:00, there are 3 vehicles that involved in traffic accident On 2024-01-12 00:00:00, there are 4 vehicles that involved in traffic accident On 2024-01-12 00:00:00, there are 4 vehicles that involved in traffic accident On 2024-01-12 00:00:00, there are 4 vehicles that involved in traffic accident On 2024-01-12 00:00:00, there are 4 vehicles that involved in traffic accident On 2024-01-13 00:00:00, there are 1 vehicles that involved in traffic accident INTERSTATE 190 On 2024-01-13 00:00:00, there are 1 vehicles that involved in traffic accident MILLBURY STREET On 2024-01-13 00:00:00, there are 2 vehicles that involved in traffic accident On 2024-01-13 00:00:00, there are 2 vehicles that involved in traffic accident On 2024-01-13 00:00:00, there are 2 vehicles that involved in traffic accident BARBER AVENUE On 2024-01-13 00:00:00, there are 2 vehicles that involved in traffic accident BARBER AVENUE On 2024-01-13 00:00:00, there are 2 vehicles that involved in traffic accident CHANDLER STREET On 2024-01-13 00:00:00, there are 2 vehicles that involved in traffic accident CHANDLER STREET On 2024-01-13 00:00:00, there are 2 vehicles that involved in traffic accident DUSTIN STREET On 2024-01-13 00:00:00, there are 2 vehicles that involved in traffic accident DUSTIN STREET On 2024-01-13 00:00:00, there are 2 vehicles that involved in traffic accident GRAND STREET On 2024-01-13 00:00:00, there are 2 vehicles that involved in traffic accident GRAND STREET On 2024-01-13 00:00:00, there are 2 vehicles that involved in traffic accident GREENWOOD STREET On 2024-01-13 00:00:00, there are 2 vehicles that involved in traffic accident GREENWOOD STREET On 2024-01-13 00:00:00, there are 2 vehicles that involved in traffic accident HIGHLAND STREET On 2024-01-13 00:00:00, there are 2 vehicles that involved in traffic accident HIGHLAND STREET On 2024-01-13 00:00:00, there are 2 vehicles that involved in traffic accident MADISON STREET On 2024-01-13 00:00:00, there are 2 vehicles that involved in traffic accident MADISON STREET On 2024-01-13 00:00:00, there are 2 vehicles that involved in traffic accident MADISON STREET On 2024-01-13 00:00:00, there are 2 vehicles that involved in traffic accident MADISON STREET On 2024-01-14 00:00:00, there are 1 vehicles that involved in traffic accident PLEASANT STREET On 2024-01-14 00:00:00, there are 1 vehicles that involved in traffic accident WEST BOYLSTON STREET On 2024-01-14 00:00:00, there are 2 vehicles that involved in traffic accident On 2024-01-14 00:00:00, there are 2 vehicles that involved in traffic accident On 2024-01-14 00:00:00, there are 2 vehicles that involved in traffic accident On 2024-01-14 00:00:00, there are 2 vehicles that involved in traffic accident On 2024-01-14 00:00:00, there are 2 vehicles that involved in traffic accident On 2024-01-14 00:00:00, there are 2 vehicles that involved in traffic accident On 2024-01-14 00:00:00, there are 2 vehicles that involved in traffic accident BELLEVUE STREET On 2024-01-14 00:00:00, there are 2 vehicles that involved in traffic accident BELLEVUE STREET On 2024-01-14 00:00:00, there are 2 vehicles that involved in traffic accident BLITHEWOOD AVENUE On 2024-01-14 00:00:00, there are 2 vehicles that involved in traffic accident BLITHEWOOD AVENUE On 2024-01-14 00:00:00, there are 2 vehicles that involved in traffic accident CANTERBURY STREET On 2024-01-14 00:00:00, there are 2 vehicles that involved in traffic accident CANTERBURY STREET On 2024-01-14 00:00:00, there are 2 vehicles that involved in traffic accident CHANDLER STREET On 2024-01-14 00:00:00, there are 2 vehicles that involved in traffic accident CHANDLER STREET On 2024-01-14 00:00:00, there are 2 vehicles that involved in traffic accident CHANDLER STREET On 2024-01-14 00:00:00, there are 2 vehicles that involved in traffic accident CHANDLER STREET On 2024-01-14 00:00:00, there are 2 vehicles that involved in traffic accident CHESTER STREET On 2024-01-14 00:00:00, there are 2 vehicles that involved in traffic accident CHESTER STREET On 2024-01-14 00:00:00, there are 2 vehicles that involved in traffic accident DORCHESTER STREET On 2024-01-14 00:00:00, there are 2 vehicles that involved in traffic accident DORCHESTER STREET On 2024-01-14 00:00:00, there are 2 vehicles that involved in traffic accident FAIRFAX ROAD On 2024-01-14 00:00:00, there are 2 vehicles that involved in traffic accident FAIRFAX ROAD On 2024-01-14 00:00:00, there are 2 vehicles that involved in traffic accident HAMMOND STREET On 2024-01-14 00:00:00, there are 2 vehicles that involved in traffic accident HAMMOND STREET On 2024-01-14 00:00:00, there are 2 vehicles that involved in traffic accident HAMMOND STREET On 2024-01-14 00:00:00, there are 2 vehicles that involved in traffic accident HAMMOND STREET On 2024-01-14 00:00:00, there are 2 vehicles that involved in traffic accident INTERSTATE 190 On 2024-01-14 00:00:00, there are 2 vehicles that involved in traffic accident INTERSTATE 190 On 2024-01-14 00:00:00, there are 2 vehicles that involved in traffic accident LINCOLN STREET On 2024-01-14 00:00:00, there are 2 vehicles that involved in traffic accident LINCOLN STREET On 2024-01-14 00:00:00, there are 2 vehicles that involved in traffic accident MAY STREET On 2024-01-14 00:00:00, there are 2 vehicles that involved in traffic accident MAY STREET On 2024-01-14 00:00:00, there are 2 vehicles that involved in traffic accident NEVADA STREET On 2024-01-14 00:00:00, there are 2 vehicles that involved in traffic accident NEVADA STREET On 2024-01-14 00:00:00, there are 2 vehicles that involved in traffic accident PLANTATION STREET On 2024-01-14 00:00:00, there are 2 vehicles that involved in traffic accident PLANTATION STREET On 2024-01-14 00:00:00, there are 2 vehicles that involved in traffic accident PLANTATION STREET On 2024-01-14 00:00:00, there are 2 vehicles that involved in traffic accident PLANTATION STREET On 2024-01-14 00:00:00, there are 2 vehicles that involved in traffic accident SOUTHBRIDGE STREET On 2024-01-14 00:00:00, there are 2 vehicles that involved in traffic accident SOUTHBRIDGE STREET On 2024-01-14 00:00:00, there are 2 vehicles that involved in traffic accident WASHINGTON SQUARE On 2024-01-14 00:00:00, there are 2 vehicles that involved in traffic accident WASHINGTON SQUARE On 2024-01-14 00:00:00, there are 3 vehicles that involved in traffic accident DORCHESTER STREET On 2024-01-14 00:00:00, there are 3 vehicles that involved in traffic accident DORCHESTER STREET On 2024-01-14 00:00:00, there are 3 vehicles that involved in traffic accident DORCHESTER STREET On 2024-01-14 00:00:00, there are 3 vehicles that involved in traffic accident MAIN STREET On 2024-01-14 00:00:00, there are 3 vehicles that involved in traffic accident MAIN STREET On 2024-01-14 00:00:00, there are 3 vehicles that involved in traffic accident MAIN STREET On 2024-01-15 00:00:00, there are 1 vehicles that involved in traffic accident MAIN STREET On 2024-01-15 00:00:00, there are 1 vehicles that involved in traffic accident SALISBURY STREET On 2024-01-15 00:00:00, there are 2 vehicles that involved in traffic accident BLAKE STREET On 2024-01-15 00:00:00, there are 2 vehicles that involved in traffic accident BLAKE STREET On 2024-01-15 00:00:00, there are 2 vehicles that involved in traffic accident CHANDLER STREET On 2024-01-15 00:00:00, there are 2 vehicles that involved in traffic accident CHANDLER STREET On 2024-01-15 00:00:00, there are 2 vehicles that involved in traffic accident LINCOLN STREET On 2024-01-15 00:00:00, there are 2 vehicles that involved in traffic accident LINCOLN STREET On 2024-01-15 00:00:00, there are 2 vehicles that involved in traffic accident MASSASOIT ROAD On 2024-01-15 00:00:00, there are 2 vehicles that involved in traffic accident MASSASOIT ROAD On 2024-01-15 00:00:00, there are 2 vehicles that involved in traffic accident PARK AVENUE On 2024-01-15 00:00:00, there are 2 vehicles that involved in traffic accident PARK AVENUE On 2024-01-15 00:00:00, there are 2 vehicles that involved in traffic accident QUINSIGAMOND AVENUE On 2024-01-15 00:00:00, there are 2 vehicles that involved in traffic accident QUINSIGAMOND AVENUE On 2024-01-15 00:00:00, there are 2 vehicles that involved in traffic accident RIDGEWOOD ROAD On 2024-01-15 00:00:00, there are 2 vehicles that involved in traffic accident RIDGEWOOD ROAD On 2024-01-15 00:00:00, there are 3 vehicles that involved in traffic accident SIGOURNEY STREET On 2024-01-15 00:00:00, there are 3 vehicles that involved in traffic accident SIGOURNEY STREET On 2024-01-15 00:00:00, there are 3 vehicles that involved in traffic accident SIGOURNEY STREET On 2024-01-16 00:00:00, there are 1 vehicles that involved in traffic accident On 2024-01-16 00:00:00, there are 1 vehicles that involved in traffic accident BELMONT STREET On 2024-01-16 00:00:00, there are 1 vehicles that involved in traffic accident BELMONT STREET On 2024-01-16 00:00:00, there are 1 vehicles that involved in traffic accident BEVERLY ROAD On 2024-01-16 00:00:00, there are 1 vehicles that involved in traffic accident CHANDLER STREET On 2024-01-16 00:00:00, there are 1 vehicles that involved in traffic accident CLARK STREET On 2024-01-16 00:00:00, there are 1 vehicles that involved in traffic accident FRANKLIN STREET On 2024-01-16 00:00:00, there are 1 vehicles that involved in traffic accident GRAFTON STREET On 2024-01-16 00:00:00, there are 1 vehicles that involved in traffic accident GRAFTON STREET On 2024-01-16 00:00:00, there are 1 vehicles that involved in traffic accident GRAFTON STREET On 2024-01-16 00:00:00, there are 1 vehicles that involved in traffic accident GRAND STREET On 2024-01-16 00:00:00, there are 1 vehicles that involved in traffic accident INTERSTATE 290 On 2024-01-16 00:00:00, there are 1 vehicles that involved in traffic accident INTERSTATE 290 On 2024-01-16 00:00:00, there are 1 vehicles that involved in traffic accident MORELAND STREET On 2024-01-16 00:00:00, there are 1 vehicles that involved in traffic accident RICHMOND AVENUE On 2024-01-16 00:00:00, there are 1 vehicles that involved in traffic accident SALISBURY STREET On 2024-01-16 00:00:00, there are 2 vehicles that involved in traffic accident On 2024-01-16 00:00:00, there are 2 vehicles that involved in traffic accident On 2024-01-16 00:00:00, there are 2 vehicles that involved in traffic accident On 2024-01-16 00:00:00, there are 2 vehicles that involved in traffic accident On 2024-01-16 00:00:00, there are 2 vehicles that involved in traffic accident CONGRESS STREET On 2024-01-16 00:00:00, there are 2 vehicles that involved in traffic accident CONGRESS STREET On 2024-01-16 00:00:00, there are 2 vehicles that involved in traffic accident DRUMMOND AVENUE On 2024-01-16 00:00:00, there are 2 vehicles that involved in traffic accident DRUMMOND AVENUE On 2024-01-16 00:00:00, there are 2 vehicles that involved in traffic accident FRANKLIN STREET On 2024-01-16 00:00:00, there are 2 vehicles that involved in traffic accident FRANKLIN STREET On 2024-01-16 00:00:00, there are 2 vehicles that involved in traffic accident FRANKLIN STREET On 2024-01-16 00:00:00, there are 2 vehicles that involved in traffic accident FRANKLIN STREET On 2024-01-16 00:00:00, there are 2 vehicles that involved in traffic accident HARRISON STREET On 2024-01-16 00:00:00, there are 2 vehicles that involved in traffic accident HARRISON STREET On 2024-01-16 00:00:00, there are 2 vehicles that involved in traffic accident INTERSTATE 290 On 2024-01-16 00:00:00, there are 2 vehicles that involved in traffic accident INTERSTATE 290 On 2024-01-16 00:00:00, there are 2 vehicles that involved in traffic accident MAIN STREET On 2024-01-16 00:00:00, there are 2 vehicles that involved in traffic accident MAIN STREET On 2024-01-16 00:00:00, there are 2 vehicles that involved in traffic accident MAIN STREET On 2024-01-16 00:00:00, there are 2 vehicles that involved in traffic accident MAIN STREET On 2024-01-16 00:00:00, there are 2 vehicles that involved in traffic accident MILL STREET On 2024-01-16 00:00:00, there are 2 vehicles that involved in traffic accident MILL STREET On 2024-01-16 00:00:00, there are 2 vehicles that involved in traffic accident MILLBURY STREET On 2024-01-16 00:00:00, there are 2 vehicles that involved in traffic accident MILLBURY STREET On 2024-01-16 00:00:00, there are 2 vehicles that involved in traffic accident PLEASANT STREET On 2024-01-16 00:00:00, there are 2 vehicles that involved in traffic accident PLEASANT STREET On 2024-01-16 00:00:00, there are 2 vehicles that involved in traffic accident SOUTHBRIDGE STREET On 2024-01-16 00:00:00, there are 2 vehicles that involved in traffic accident SOUTHBRIDGE STREET On 2024-01-16 00:00:00, there are 3 vehicles that involved in traffic accident MAIN STREET On 2024-01-16 00:00:00, there are 3 vehicles that involved in traffic accident MAIN STREET On 2024-01-16 00:00:00, there are 3 vehicles that involved in traffic accident MAIN STREET On 2024-01-17 00:00:00, there are 1 vehicles that involved in traffic accident On 2024-01-17 00:00:00, there are 1 vehicles that involved in traffic accident On 2024-01-17 00:00:00, there are 1 vehicles that involved in traffic accident CAMBRIDGE STREET On 2024-01-17 00:00:00, there are 1 vehicles that involved in traffic accident SALISBURY STREET On 2024-01-17 00:00:00, there are 2 vehicles that involved in traffic accident On 2024-01-17 00:00:00, there are 2 vehicles that involved in traffic accident On 2024-01-17 00:00:00, there are 2 vehicles that involved in traffic accident On 2024-01-17 00:00:00, there are 2 vehicles that involved in traffic accident On 2024-01-17 00:00:00, there are 2 vehicles that involved in traffic accident On 2024-01-17 00:00:00, there are 2 vehicles that involved in traffic accident On 2024-01-17 00:00:00, there are 2 vehicles that involved in traffic accident APRICOT STREET On 2024-01-17 00:00:00, there are 2 vehicles that involved in traffic accident APRICOT STREET On 2024-01-17 00:00:00, there are 2 vehicles that involved in traffic accident AUSTIN STREET On 2024-01-17 00:00:00, there are 2 vehicles that involved in traffic accident AUSTIN STREET On 2024-01-17 00:00:00, there are 2 vehicles that involved in traffic accident DUTTON STREET On 2024-01-17 00:00:00, there are 2 vehicles that involved in traffic accident DUTTON STREET On 2024-01-17 00:00:00, there are 2 vehicles that involved in traffic accident ELM STREET On 2024-01-17 00:00:00, there are 2 vehicles that involved in traffic accident ELM STREET On 2024-01-17 00:00:00, there are 2 vehicles that involved in traffic accident FRANKLIN STREET On 2024-01-17 00:00:00, there are 2 vehicles that involved in traffic accident FRANKLIN STREET On 2024-01-17 00:00:00, there are 2 vehicles that involved in traffic accident FRANKLIN STREET On 2024-01-17 00:00:00, there are 2 vehicles that involved in traffic accident FRANKLIN STREET On 2024-01-17 00:00:00, there are 2 vehicles that involved in traffic accident GROTON PLACE On 2024-01-17 00:00:00, there are 2 vehicles that involved in traffic accident GROTON PLACE On 2024-01-17 00:00:00, there are 2 vehicles that involved in traffic accident GROVE STREET On 2024-01-17 00:00:00, there are 2 vehicles that involved in traffic accident GROVE STREET On 2024-01-17 00:00:00, there are 2 vehicles that involved in traffic accident HACKER STREET On 2024-01-17 00:00:00, there are 2 vehicles that involved in traffic accident HACKER STREET On 2024-01-17 00:00:00, there are 2 vehicles that involved in traffic accident INTERSTATE 290 On 2024-01-17 00:00:00, there are 2 vehicles that involved in traffic accident INTERSTATE 290 On 2024-01-17 00:00:00, there are 2 vehicles that involved in traffic accident INTERSTATE 290 On 2024-01-17 00:00:00, there are 2 vehicles that involved in traffic accident INTERSTATE 290 On 2024-01-17 00:00:00, there are 2 vehicles that involved in traffic accident LAFAYETTE STREET On 2024-01-17 00:00:00, there are 2 vehicles that involved in traffic accident LAFAYETTE STREET On 2024-01-17 00:00:00, there are 2 vehicles that involved in traffic accident MAIN STREET On 2024-01-17 00:00:00, there are 2 vehicles that involved in traffic accident MAIN STREET On 2024-01-17 00:00:00, there are 2 vehicles that involved in traffic accident MAY STREET On 2024-01-17 00:00:00, there are 2 vehicles that involved in traffic accident MAY STREET On 2024-01-17 00:00:00, there are 2 vehicles that involved in traffic accident MIDDLESEX AVENUE On 2024-01-17 00:00:00, there are 2 vehicles that involved in traffic accident MIDDLESEX AVENUE On 2024-01-17 00:00:00, there are 2 vehicles that involved in traffic accident MILLBURY STREET On 2024-01-17 00:00:00, there are 2 vehicles that involved in traffic accident MILLBURY STREET On 2024-01-17 00:00:00, there are 2 vehicles that involved in traffic accident PLANTATION STREET On 2024-01-17 00:00:00, there are 2 vehicles that involved in traffic accident PLANTATION STREET On 2024-01-17 00:00:00, there are 2 vehicles that involved in traffic accident PLANTATION STREET On 2024-01-17 00:00:00, there are 2 vehicles that involved in traffic accident PLANTATION STREET On 2024-01-17 00:00:00, there are 2 vehicles that involved in traffic accident PLEASANT STREET On 2024-01-17 00:00:00, there are 2 vehicles that involved in traffic accident PLEASANT STREET On 2024-01-17 00:00:00, there are 2 vehicles that involved in traffic accident SHREWSBURY STREET On 2024-01-17 00:00:00, there are 2 vehicles that involved in traffic accident SHREWSBURY STREET On 2024-01-17 00:00:00, there are 2 vehicles that involved in traffic accident WEST STREET On 2024-01-17 00:00:00, there are 2 vehicles that involved in traffic accident WEST STREET On 2024-01-17 00:00:00, there are 3 vehicles that involved in traffic accident HIGHLAND STREET On 2024-01-17 00:00:00, there are 3 vehicles that involved in traffic accident HIGHLAND STREET On 2024-01-17 00:00:00, there are 3 vehicles that involved in traffic accident HIGHLAND STREET On 2024-01-17 00:00:00, there are 3 vehicles that involved in traffic accident MAY STREET On 2024-01-17 00:00:00, there are 3 vehicles that involved in traffic accident MAY STREET On 2024-01-17 00:00:00, there are 3 vehicles that involved in traffic accident MAY STREET On 2024-01-18 00:00:00, there are 1 vehicles that involved in traffic accident ARROWSIC STREET On 2024-01-18 00:00:00, there are 1 vehicles that involved in traffic accident INTERSTATE 290 On 2024-01-18 00:00:00, there are 1 vehicles that involved in traffic accident MAIN STREET On 2024-01-18 00:00:00, there are 2 vehicles that involved in traffic accident On 2024-01-18 00:00:00, there are 2 vehicles that involved in traffic accident On 2024-01-18 00:00:00, there are 2 vehicles that involved in traffic accident BURNCOAT STREET On 2024-01-18 00:00:00, there are 2 vehicles that involved in traffic accident BURNCOAT STREET On 2024-01-18 00:00:00, there are 2 vehicles that involved in traffic accident CANTERBURY STREET On 2024-01-18 00:00:00, there are 2 vehicles that involved in traffic accident CANTERBURY STREET On 2024-01-18 00:00:00, there are 2 vehicles that involved in traffic accident CLEMENT STREET On 2024-01-18 00:00:00, there are 2 vehicles that involved in traffic accident CLEMENT STREET On 2024-01-18 00:00:00, there are 2 vehicles that involved in traffic accident CURTIS STREET On 2024-01-18 00:00:00, there are 2 vehicles that involved in traffic accident CURTIS STREET On 2024-01-18 00:00:00, there are 2 vehicles that involved in traffic accident FLORENCE STREET On 2024-01-18 00:00:00, there are 2 vehicles that involved in traffic accident FLORENCE STREET On 2024-01-18 00:00:00, there are 2 vehicles that involved in traffic accident GOLD STAR BOULEVARD On 2024-01-18 00:00:00, there are 2 vehicles that involved in traffic accident GOLD STAR BOULEVARD On 2024-01-18 00:00:00, there are 2 vehicles that involved in traffic accident HARDING STREET On 2024-01-18 00:00:00, there are 2 vehicles that involved in traffic accident HARDING STREET On 2024-01-18 00:00:00, there are 2 vehicles that involved in traffic accident HARVARD STREET On 2024-01-18 00:00:00, there are 2 vehicles that involved in traffic accident HARVARD STREET On 2024-01-18 00:00:00, there are 2 vehicles that involved in traffic accident HEYWOOD STREET On 2024-01-18 00:00:00, there are 2 vehicles that involved in traffic accident HEYWOOD STREET On 2024-01-18 00:00:00, there are 2 vehicles that involved in traffic accident HEYWOOD STREET On 2024-01-18 00:00:00, there are 2 vehicles that involved in traffic accident HEYWOOD STREET On 2024-01-18 00:00:00, there are 2 vehicles that involved in traffic accident HIGHLAND STREET On 2024-01-18 00:00:00, there are 2 vehicles that involved in traffic accident HIGHLAND STREET On 2024-01-18 00:00:00, there are 2 vehicles that involved in traffic accident HOLDEN STREET On 2024-01-18 00:00:00, there are 2 vehicles that involved in traffic accident HOLDEN STREET On 2024-01-18 00:00:00, there are 2 vehicles that involved in traffic accident LAKE AVENUE On 2024-01-18 00:00:00, there are 2 vehicles that involved in traffic accident LAKE AVENUE On 2024-01-18 00:00:00, there are 2 vehicles that involved in traffic accident MCKEON ROAD On 2024-01-18 00:00:00, there are 2 vehicles that involved in traffic accident MCKEON ROAD On 2024-01-18 00:00:00, there are 2 vehicles that involved in traffic accident MULBERRY STREET On 2024-01-18 00:00:00, there are 2 vehicles that involved in traffic accident MULBERRY STREET On 2024-01-18 00:00:00, there are 2 vehicles that involved in traffic accident MULBERRY STREET On 2024-01-18 00:00:00, there are 2 vehicles that involved in traffic accident MULBERRY STREET On 2024-01-18 00:00:00, there are 2 vehicles that involved in traffic accident PARK AVENUE On 2024-01-18 00:00:00, there are 2 vehicles that involved in traffic accident PARK AVENUE On 2024-01-18 00:00:00, there are 2 vehicles that involved in traffic accident PATTISON STREET On 2024-01-18 00:00:00, there are 2 vehicles that involved in traffic accident PATTISON STREET On 2024-01-18 00:00:00, there are 2 vehicles that involved in traffic accident SALISBURY STREET On 2024-01-18 00:00:00, there are 2 vehicles that involved in traffic accident SALISBURY STREET On 2024-01-18 00:00:00, there are 2 vehicles that involved in traffic accident WINTHROP STREET On 2024-01-18 00:00:00, there are 2 vehicles that involved in traffic accident WINTHROP STREET On 2024-01-18 00:00:00, there are 3 vehicles that involved in traffic accident INTERSTATE 190 On 2024-01-18 00:00:00, there are 3 vehicles that involved in traffic accident INTERSTATE 190 On 2024-01-18 00:00:00, there are 3 vehicles that involved in traffic accident INTERSTATE 190 On 2024-01-19 00:00:00, there are 1 vehicles that involved in traffic accident On 2024-01-19 00:00:00, there are 1 vehicles that involved in traffic accident CAMBRIDGE STREET On 2024-01-19 00:00:00, there are 1 vehicles that involved in traffic accident INTERSTATE 190 On 2024-01-19 00:00:00, there are 1 vehicles that involved in traffic accident INTERSTATE 190 On 2024-01-19 00:00:00, there are 1 vehicles that involved in traffic accident PURPLE HEART HIGHWAY On 2024-01-19 00:00:00, there are 2 vehicles that involved in traffic accident BEAVER STREET On 2024-01-19 00:00:00, there are 2 vehicles that involved in traffic accident BEAVER STREET On 2024-01-19 00:00:00, there are 2 vehicles that involved in traffic accident CANTERBURY STREET On 2024-01-19 00:00:00, there are 2 vehicles that involved in traffic accident CANTERBURY STREET On 2024-01-19 00:00:00, there are 2 vehicles that involved in traffic accident CHATHAM STREET On 2024-01-19 00:00:00, there are 2 vehicles that involved in traffic accident CHATHAM STREET On 2024-01-19 00:00:00, there are 2 vehicles that involved in traffic accident CLEMENT STREET On 2024-01-19 00:00:00, there are 2 vehicles that involved in traffic accident CLEMENT STREET On 2024-01-19 00:00:00, there are 2 vehicles that involved in traffic accident GRAFTON STREET On 2024-01-19 00:00:00, there are 2 vehicles that involved in traffic accident GRAFTON STREET On 2024-01-19 00:00:00, there are 2 vehicles that involved in traffic accident HIGHLAND STREET On 2024-01-19 00:00:00, there are 2 vehicles that involved in traffic accident HIGHLAND STREET On 2024-01-19 00:00:00, there are 2 vehicles that involved in traffic accident INTERSTATE 290 On 2024-01-19 00:00:00, there are 2 vehicles that involved in traffic accident INTERSTATE 290 On 2024-01-19 00:00:00, there are 2 vehicles that involved in traffic accident INTERSTATE 290 On 2024-01-19 00:00:00, there are 2 vehicles that involved in traffic accident INTERSTATE 290 On 2024-01-19 00:00:00, there are 2 vehicles that involved in traffic accident INTERSTATE 290 On 2024-01-19 00:00:00, there are 2 vehicles that involved in traffic accident INTERSTATE 290 On 2024-01-19 00:00:00, there are 2 vehicles that involved in traffic accident KINGSBURY STREET On 2024-01-19 00:00:00, there are 2 vehicles that involved in traffic accident KINGSBURY STREET On 2024-01-19 00:00:00, there are 2 vehicles that involved in traffic accident LINCOLN STREET On 2024-01-19 00:00:00, there are 2 vehicles that involved in traffic accident LINCOLN STREET On 2024-01-19 00:00:00, there are 2 vehicles that involved in traffic accident MAIN STREET On 2024-01-19 00:00:00, there are 2 vehicles that involved in traffic accident MAIN STREET On 2024-01-19 00:00:00, there are 2 vehicles that involved in traffic accident MALDEN STREET On 2024-01-19 00:00:00, there are 2 vehicles that involved in traffic accident MALDEN STREET On 2024-01-19 00:00:00, there are 2 vehicles that involved in traffic accident MULBERRY STREET On 2024-01-19 00:00:00, there are 2 vehicles that involved in traffic accident MULBERRY STREET On 2024-01-19 00:00:00, there are 2 vehicles that involved in traffic accident SALISBURY STREET On 2024-01-19 00:00:00, there are 2 vehicles that involved in traffic accident SALISBURY STREET On 2024-01-19 00:00:00, there are 2 vehicles that involved in traffic accident SHREWSBURY STREET On 2024-01-19 00:00:00, there are 2 vehicles that involved in traffic accident SHREWSBURY STREET On 2024-01-19 00:00:00, there are 3 vehicles that involved in traffic accident ARARAT STREET On 2024-01-19 00:00:00, there are 3 vehicles that involved in traffic accident ARARAT STREET On 2024-01-19 00:00:00, there are 3 vehicles that involved in traffic accident ARARAT STREET On 2024-01-19 00:00:00, there are 3 vehicles that involved in traffic accident BELMONT STREET On 2024-01-19 00:00:00, there are 3 vehicles that involved in traffic accident BELMONT STREET On 2024-01-19 00:00:00, there are 3 vehicles that involved in traffic accident BELMONT STREET On 2024-01-19 00:00:00, there are 3 vehicles that involved in traffic accident TUCKERMAN STREET On 2024-01-19 00:00:00, there are 3 vehicles that involved in traffic accident TUCKERMAN STREET On 2024-01-19 00:00:00, there are 3 vehicles that involved in traffic accident TUCKERMAN STREET On 2024-01-20 00:00:00, there are 1 vehicles that involved in traffic accident CHANDLER STREET On 2024-01-20 00:00:00, there are 1 vehicles that involved in traffic accident INTERSTATE 190 On 2024-01-20 00:00:00, there are 1 vehicles that involved in traffic accident LANESBORO ROAD On 2024-01-20 00:00:00, there are 1 vehicles that involved in traffic accident PENN AVENUE On 2024-01-20 00:00:00, there are 1 vehicles that involved in traffic accident PENN AVENUE On 2024-01-20 00:00:00, there are 1 vehicles that involved in traffic accident PURPLE HEART HIGHWAY On 2024-01-20 00:00:00, there are 1 vehicles that involved in traffic accident SOUTH STREET On 2024-01-20 00:00:00, there are 1 vehicles that involved in traffic accident WRENTHAM ROAD On 2024-01-20 00:00:00, there are 2 vehicles that involved in traffic accident On 2024-01-20 00:00:00, there are 2 vehicles that involved in traffic accident On 2024-01-20 00:00:00, there are 2 vehicles that involved in traffic accident BYRON STREET On 2024-01-20 00:00:00, there are 2 vehicles that involved in traffic accident BYRON STREET On 2024-01-20 00:00:00, there are 2 vehicles that involved in traffic accident KINGSBURY STREET On 2024-01-20 00:00:00, there are 2 vehicles that involved in traffic accident KINGSBURY STREET On 2024-01-20 00:00:00, there are 2 vehicles that involved in traffic accident MILLBURY STREET On 2024-01-20 00:00:00, there are 2 vehicles that involved in traffic accident MILLBURY STREET On 2024-01-20 00:00:00, there are 2 vehicles that involved in traffic accident NUTTALL LANE On 2024-01-20 00:00:00, there are 2 vehicles that involved in traffic accident NUTTALL LANE On 2024-01-20 00:00:00, there are 2 vehicles that involved in traffic accident PATTISON STREET On 2024-01-20 00:00:00, there are 2 vehicles that involved in traffic accident PATTISON STREET On 2024-01-20 00:00:00, there are 2 vehicles that involved in traffic accident PLANTATION STREET On 2024-01-20 00:00:00, there are 2 vehicles that involved in traffic accident PLANTATION STREET On 2024-01-20 00:00:00, there are 2 vehicles that involved in traffic accident PLEASANT STREET On 2024-01-20 00:00:00, there are 2 vehicles that involved in traffic accident PLEASANT STREET On 2024-01-20 00:00:00, there are 2 vehicles that involved in traffic accident STONELAND ROAD On 2024-01-20 00:00:00, there are 2 vehicles that involved in traffic accident STONELAND ROAD On 2024-01-20 00:00:00, there are 2 vehicles that involved in traffic accident VASSAR STREET On 2024-01-20 00:00:00, there are 2 vehicles that involved in traffic accident VASSAR STREET On 2024-01-20 00:00:00, there are 2 vehicles that involved in traffic accident WEST BOYLSTON STREET On 2024-01-20 00:00:00, there are 2 vehicles that involved in traffic accident WEST BOYLSTON STREET On 2024-01-20 00:00:00, there are 3 vehicles that involved in traffic accident BURNCOAT STREET On 2024-01-20 00:00:00, there are 3 vehicles that involved in traffic accident BURNCOAT STREET On 2024-01-20 00:00:00, there are 3 vehicles that involved in traffic accident BURNCOAT STREET On 2024-01-20 00:00:00, there are 3 vehicles that involved in traffic accident MAYWOOD STREET On 2024-01-20 00:00:00, there are 3 vehicles that involved in traffic accident MAYWOOD STREET On 2024-01-20 00:00:00, there are 3 vehicles that involved in traffic accident MAYWOOD STREET On 2024-01-21 00:00:00, there are 1 vehicles that involved in traffic accident LINCOLN STREET On 2024-01-21 00:00:00, there are 1 vehicles that involved in traffic accident PLANTATION STREET On 2024-01-21 00:00:00, there are 2 vehicles that involved in traffic accident On 2024-01-21 00:00:00, there are 2 vehicles that involved in traffic accident On 2024-01-21 00:00:00, there are 2 vehicles that involved in traffic accident ALLEN STREET On 2024-01-21 00:00:00, there are 2 vehicles that involved in traffic accident ALLEN STREET On 2024-01-21 00:00:00, there are 2 vehicles that involved in traffic accident BURNCOAT STREET On 2024-01-21 00:00:00, there are 2 vehicles that involved in traffic accident BURNCOAT STREET On 2024-01-21 00:00:00, there are 2 vehicles that involved in traffic accident ELM STREET On 2024-01-21 00:00:00, there are 2 vehicles that involved in traffic accident ELM STREET On 2024-01-21 00:00:00, there are 2 vehicles that involved in traffic accident FISKE STREET On 2024-01-21 00:00:00, there are 2 vehicles that involved in traffic accident FISKE STREET On 2024-01-21 00:00:00, there are 2 vehicles that involved in traffic accident GENSELL AVENUE On 2024-01-21 00:00:00, there are 2 vehicles that involved in traffic accident GENSELL AVENUE On 2024-01-21 00:00:00, there are 2 vehicles that involved in traffic accident GRAFTON STREET On 2024-01-21 00:00:00, there are 2 vehicles that involved in traffic accident GRAFTON STREET On 2024-01-21 00:00:00, there are 2 vehicles that involved in traffic accident MAIN STREET On 2024-01-21 00:00:00, there are 2 vehicles that involved in traffic accident MAIN STREET On 2024-01-21 00:00:00, there are 2 vehicles that involved in traffic accident MAIN STREET On 2024-01-21 00:00:00, there are 2 vehicles that involved in traffic accident MAIN STREET On 2024-01-21 00:00:00, there are 2 vehicles that involved in traffic accident MAYWOOD STREET On 2024-01-21 00:00:00, there are 2 vehicles that involved in traffic accident MAYWOOD STREET On 2024-01-21 00:00:00, there are 2 vehicles that involved in traffic accident ORIENT STREET On 2024-01-21 00:00:00, there are 2 vehicles that involved in traffic accident ORIENT STREET On 2024-01-21 00:00:00, there are 2 vehicles that involved in traffic accident PARK AVENUE On 2024-01-21 00:00:00, there are 2 vehicles that involved in traffic accident PARK AVENUE On 2024-01-21 00:00:00, there are 2 vehicles that involved in traffic accident SOUTH STREET On 2024-01-21 00:00:00, there are 2 vehicles that involved in traffic accident SOUTH STREET On 2024-01-21 00:00:00, there are 2 vehicles that involved in traffic accident VERNON STREET On 2024-01-21 00:00:00, there are 2 vehicles that involved in traffic accident VERNON STREET On 2024-01-21 00:00:00, there are 3 vehicles that involved in traffic accident LAKE AVENUE On 2024-01-21 00:00:00, there are 3 vehicles that involved in traffic accident LAKE AVENUE On 2024-01-21 00:00:00, there are 3 vehicles that involved in traffic accident LAKE AVENUE On 2024-01-22 00:00:00, there are 2 vehicles that involved in traffic accident On 2024-01-22 00:00:00, there are 2 vehicles that involved in traffic accident On 2024-01-22 00:00:00, there are 2 vehicles that involved in traffic accident On 2024-01-22 00:00:00, there are 2 vehicles that involved in traffic accident On 2024-01-22 00:00:00, there are 2 vehicles that involved in traffic accident BEAVER BROOK PARKWAY On 2024-01-22 00:00:00, there are 2 vehicles that involved in traffic accident BEAVER BROOK PARKWAY On 2024-01-22 00:00:00, there are 2 vehicles that involved in traffic accident BELMONT STREET On 2024-01-22 00:00:00, there are 2 vehicles that involved in traffic accident BELMONT STREET On 2024-01-22 00:00:00, there are 2 vehicles that involved in traffic accident CLOVER STREET On 2024-01-22 00:00:00, there are 2 vehicles that involved in traffic accident CLOVER STREET On 2024-01-22 00:00:00, there are 2 vehicles that involved in traffic accident COLLEGE STREET On 2024-01-22 00:00:00, there are 2 vehicles that involved in traffic accident COLLEGE STREET On 2024-01-22 00:00:00, there are 2 vehicles that involved in traffic accident DORCHESTER STREET On 2024-01-22 00:00:00, there are 2 vehicles that involved in traffic accident DORCHESTER STREET On 2024-01-22 00:00:00, there are 2 vehicles that involved in traffic accident FLAGG STREET On 2024-01-22 00:00:00, there are 2 vehicles that involved in traffic accident FLAGG STREET On 2024-01-22 00:00:00, there are 2 vehicles that involved in traffic accident GRANITE STREET On 2024-01-22 00:00:00, there are 2 vehicles that involved in traffic accident GRANITE STREET On 2024-01-22 00:00:00, there are 2 vehicles that involved in traffic accident HAMILTON STREET On 2024-01-22 00:00:00, there are 2 vehicles that involved in traffic accident HAMILTON STREET On 2024-01-22 00:00:00, there are 2 vehicles that involved in traffic accident HAMILTON STREET On 2024-01-22 00:00:00, there are 2 vehicles that involved in traffic accident HAMILTON STREET On 2024-01-22 00:00:00, there are 2 vehicles that involved in traffic accident HIGHLAND STREET On 2024-01-22 00:00:00, there are 2 vehicles that involved in traffic accident HIGHLAND STREET On 2024-01-22 00:00:00, there are 2 vehicles that involved in traffic accident MAIN STREET On 2024-01-22 00:00:00, there are 2 vehicles that involved in traffic accident MAIN STREET On 2024-01-22 00:00:00, there are 2 vehicles that involved in traffic accident MAYWOOD STREET On 2024-01-22 00:00:00, there are 2 vehicles that involved in traffic accident MAYWOOD STREET On 2024-01-22 00:00:00, there are 2 vehicles that involved in traffic accident MONADNOCK ROAD On 2024-01-22 00:00:00, there are 2 vehicles that involved in traffic accident MONADNOCK ROAD On 2024-01-22 00:00:00, there are 2 vehicles that involved in traffic accident MOUNT HOLYOKE AVENUE On 2024-01-22 00:00:00, there are 2 vehicles that involved in traffic accident MOUNT HOLYOKE AVENUE On 2024-01-22 00:00:00, there are 2 vehicles that involved in traffic accident RUSSELL STREET On 2024-01-22 00:00:00, there are 2 vehicles that involved in traffic accident RUSSELL STREET On 2024-01-22 00:00:00, there are 2 vehicles that involved in traffic accident SEYMOUR STREET On 2024-01-22 00:00:00, there are 2 vehicles that involved in traffic accident SEYMOUR STREET On 2024-01-22 00:00:00, there are 2 vehicles that involved in traffic accident STEVENS ROAD On 2024-01-22 00:00:00, there are 2 vehicles that involved in traffic accident STEVENS ROAD On 2024-01-22 00:00:00, there are 2 vehicles that involved in traffic accident UPSALA STREET On 2024-01-22 00:00:00, there are 2 vehicles that involved in traffic accident UPSALA STREET On 2024-01-22 00:00:00, there are 2 vehicles that involved in traffic accident VERNON STREET On 2024-01-22 00:00:00, there are 2 vehicles that involved in traffic accident VERNON STREET On 2024-01-22 00:00:00, there are 2 vehicles that involved in traffic accident VERNON STREET On 2024-01-22 00:00:00, there are 2 vehicles that involved in traffic accident VERNON STREET On 2024-01-22 00:00:00, there are 3 vehicles that involved in traffic accident GROVE STREET On 2024-01-22 00:00:00, there are 3 vehicles that involved in traffic accident GROVE STREET On 2024-01-22 00:00:00, there are 3 vehicles that involved in traffic accident GROVE STREET On 2024-01-22 00:00:00, there are 3 vehicles that involved in traffic accident MAY STREET On 2024-01-22 00:00:00, there are 3 vehicles that involved in traffic accident MAY STREET On 2024-01-22 00:00:00, there are 3 vehicles that involved in traffic accident MAY STREET On 2024-01-23 00:00:00, there are 1 vehicles that involved in traffic accident EAST CENTRAL STREET On 2024-01-23 00:00:00, there are 1 vehicles that involved in traffic accident HAMILTON STREET On 2024-01-23 00:00:00, there are 1 vehicles that involved in traffic accident LINCOLN STREET On 2024-01-23 00:00:00, there are 1 vehicles that involved in traffic accident SALISBURY STREET On 2024-01-23 00:00:00, there are 1 vehicles that involved in traffic accident SPOFFORD ROAD On 2024-01-23 00:00:00, there are 2 vehicles that involved in traffic accident On 2024-01-23 00:00:00, there are 2 vehicles that involved in traffic accident On 2024-01-23 00:00:00, there are 2 vehicles that involved in traffic accident BOYNTON STREET On 2024-01-23 00:00:00, there are 2 vehicles that involved in traffic accident BOYNTON STREET On 2024-01-23 00:00:00, there are 2 vehicles that involved in traffic accident CHANDLER STREET On 2024-01-23 00:00:00, there are 2 vehicles that involved in traffic accident CHANDLER STREET On 2024-01-23 00:00:00, there are 2 vehicles that involved in traffic accident EAST CENTRAL STREET On 2024-01-23 00:00:00, there are 2 vehicles that involved in traffic accident EAST CENTRAL STREET On 2024-01-23 00:00:00, there are 2 vehicles that involved in traffic accident GRAFTON STREET On 2024-01-23 00:00:00, there are 2 vehicles that involved in traffic accident GRAFTON STREET On 2024-01-23 00:00:00, there are 2 vehicles that involved in traffic accident MILLBROOK STREET On 2024-01-23 00:00:00, there are 2 vehicles that involved in traffic accident MILLBROOK STREET On 2024-01-23 00:00:00, there are 2 vehicles that involved in traffic accident PLANTATION STREET On 2024-01-23 00:00:00, there are 2 vehicles that involved in traffic accident PLANTATION STREET On 2024-01-23 00:00:00, there are 2 vehicles that involved in traffic accident PLEASANT STREET On 2024-01-23 00:00:00, there are 2 vehicles that involved in traffic accident PLEASANT STREET On 2024-01-23 00:00:00, there are 2 vehicles that involved in traffic accident ROYAL ROAD On 2024-01-23 00:00:00, there are 2 vehicles that involved in traffic accident ROYAL ROAD On 2024-01-23 00:00:00, there are 2 vehicles that involved in traffic accident SOUTHBRIDGE STREET On 2024-01-23 00:00:00, there are 2 vehicles that involved in traffic accident SOUTHBRIDGE STREET On 2024-01-23 00:00:00, there are 2 vehicles that involved in traffic accident STAFFORD STREET On 2024-01-23 00:00:00, there are 2 vehicles that involved in traffic accident STAFFORD STREET On 2024-01-23 00:00:00, there are 2 vehicles that involved in traffic accident VERNON STREET On 2024-01-23 00:00:00, there are 2 vehicles that involved in traffic accident VERNON STREET On 2024-01-23 00:00:00, there are 3 vehicles that involved in traffic accident PARK AVENUE On 2024-01-23 00:00:00, there are 3 vehicles that involved in traffic accident PARK AVENUE On 2024-01-23 00:00:00, there are 3 vehicles that involved in traffic accident PARK AVENUE On 2024-01-24 00:00:00, there are 1 vehicles that involved in traffic accident On 2024-01-24 00:00:00, there are 1 vehicles that involved in traffic accident HARVARD PLACE On 2024-01-24 00:00:00, there are 1 vehicles that involved in traffic accident HIGHLAND STREET On 2024-01-24 00:00:00, there are 1 vehicles that involved in traffic accident LINCOLN STREET On 2024-01-24 00:00:00, there are 1 vehicles that involved in traffic accident MAY STREET On 2024-01-24 00:00:00, there are 1 vehicles that involved in traffic accident MAYWOOD STREET On 2024-01-24 00:00:00, there are 1 vehicles that involved in traffic accident MILL STREET On 2024-01-24 00:00:00, there are 1 vehicles that involved in traffic accident PERRY AVENUE On 2024-01-24 00:00:00, there are 1 vehicles that involved in traffic accident PLEASANT STREET On 2024-01-24 00:00:00, there are 1 vehicles that involved in traffic accident SUNDERLAND ROAD On 2024-01-24 00:00:00, there are 2 vehicles that involved in traffic accident On 2024-01-24 00:00:00, there are 2 vehicles that involved in traffic accident On 2024-01-24 00:00:00, there are 2 vehicles that involved in traffic accident BELMONT STREET On 2024-01-24 00:00:00, there are 2 vehicles that involved in traffic accident BELMONT STREET On 2024-01-24 00:00:00, there are 2 vehicles that involved in traffic accident BLACKSTONE RIVER ROAD On 2024-01-24 00:00:00, there are 2 vehicles that involved in traffic accident BLACKSTONE RIVER ROAD On 2024-01-24 00:00:00, there are 2 vehicles that involved in traffic accident CAMBRIDGE STREET On 2024-01-24 00:00:00, there are 2 vehicles that involved in traffic accident CAMBRIDGE STREET On 2024-01-24 00:00:00, there are 2 vehicles that involved in traffic accident CHANDLER STREET On 2024-01-24 00:00:00, there are 2 vehicles that involved in traffic accident CHANDLER STREET On 2024-01-24 00:00:00, there are 2 vehicles that involved in traffic accident GOLD STAR BOULEVARD On 2024-01-24 00:00:00, there are 2 vehicles that involved in traffic accident GOLD STAR BOULEVARD On 2024-01-24 00:00:00, there are 2 vehicles that involved in traffic accident GRAFTON STREET On 2024-01-24 00:00:00, there are 2 vehicles that involved in traffic accident GRAFTON STREET On 2024-01-24 00:00:00, there are 2 vehicles that involved in traffic accident GRAFTON STREET On 2024-01-24 00:00:00, there are 2 vehicles that involved in traffic accident GRAFTON STREET On 2024-01-24 00:00:00, there are 2 vehicles that involved in traffic accident PARK AVENUE On 2024-01-24 00:00:00, there are 2 vehicles that involved in traffic accident PARK AVENUE On 2024-01-24 00:00:00, there are 2 vehicles that involved in traffic accident PLEASANT STREET On 2024-01-24 00:00:00, there are 2 vehicles that involved in traffic accident PLEASANT STREET On 2024-01-24 00:00:00, there are 2 vehicles that involved in traffic accident PURPLE HEART HIGHWAY On 2024-01-24 00:00:00, there are 2 vehicles that involved in traffic accident PURPLE HEART HIGHWAY On 2024-01-24 00:00:00, there are 2 vehicles that involved in traffic accident SHREWSBURY STREET On 2024-01-24 00:00:00, there are 2 vehicles that involved in traffic accident SHREWSBURY STREET On 2024-01-24 00:00:00, there are 2 vehicles that involved in traffic accident SHREWSBURY STREET On 2024-01-24 00:00:00, there are 2 vehicles that involved in traffic accident SHREWSBURY STREET On 2024-01-24 00:00:00, there are 2 vehicles that involved in traffic accident WEST BOYLSTON STREET On 2024-01-24 00:00:00, there are 2 vehicles that involved in traffic accident WEST BOYLSTON STREET On 2024-01-24 00:00:00, there are 3 vehicles that involved in traffic accident HALMSTAD STREET On 2024-01-24 00:00:00, there are 3 vehicles that involved in traffic accident HALMSTAD STREET On 2024-01-24 00:00:00, there are 3 vehicles that involved in traffic accident HALMSTAD STREET On 2024-01-24 00:00:00, there are 3 vehicles that involved in traffic accident STRATHMORE ROAD On 2024-01-24 00:00:00, there are 3 vehicles that involved in traffic accident STRATHMORE ROAD On 2024-01-24 00:00:00, there are 3 vehicles that involved in traffic accident STRATHMORE ROAD On 2024-01-25 00:00:00, there are 1 vehicles that involved in traffic accident INTERSTATE 290 On 2024-01-25 00:00:00, there are 1 vehicles that involved in traffic accident MASSASOIT ROAD On 2024-01-25 00:00:00, there are 2 vehicles that involved in traffic accident On 2024-01-25 00:00:00, there are 2 vehicles that involved in traffic accident On 2024-01-25 00:00:00, there are 2 vehicles that involved in traffic accident On 2024-01-25 00:00:00, there are 2 vehicles that involved in traffic accident On 2024-01-25 00:00:00, there are 2 vehicles that involved in traffic accident On 2024-01-25 00:00:00, there are 2 vehicles that involved in traffic accident On 2024-01-25 00:00:00, there are 2 vehicles that involved in traffic accident On 2024-01-25 00:00:00, there are 2 vehicles that involved in traffic accident On 2024-01-25 00:00:00, there are 2 vehicles that involved in traffic accident BELMONT STREET On 2024-01-25 00:00:00, there are 2 vehicles that involved in traffic accident BELMONT STREET On 2024-01-25 00:00:00, there are 2 vehicles that involved in traffic accident CHANDLER STREET On 2024-01-25 00:00:00, there are 2 vehicles that involved in traffic accident CHANDLER STREET On 2024-01-25 00:00:00, there are 2 vehicles that involved in traffic accident FOSTER STREET On 2024-01-25 00:00:00, there are 2 vehicles that involved in traffic accident FOSTER STREET On 2024-01-25 00:00:00, there are 2 vehicles that involved in traffic accident GRAFTON STREET On 2024-01-25 00:00:00, there are 2 vehicles that involved in traffic accident GRAFTON STREET On 2024-01-25 00:00:00, there are 2 vehicles that involved in traffic accident HAMILTON STREET On 2024-01-25 00:00:00, there are 2 vehicles that involved in traffic accident HAMILTON STREET On 2024-01-25 00:00:00, there are 2 vehicles that involved in traffic accident INTERSTATE 190 On 2024-01-25 00:00:00, there are 2 vehicles that involved in traffic accident INTERSTATE 190 On 2024-01-25 00:00:00, there are 2 vehicles that involved in traffic accident MAIN STREET On 2024-01-25 00:00:00, there are 2 vehicles that involved in traffic accident MAIN STREET On 2024-01-25 00:00:00, there are 2 vehicles that involved in traffic accident MAYWOOD STREET On 2024-01-25 00:00:00, there are 2 vehicles that involved in traffic accident MAYWOOD STREET On 2024-01-25 00:00:00, there are 2 vehicles that involved in traffic accident MENDON STREET On 2024-01-25 00:00:00, there are 2 vehicles that involved in traffic accident MENDON STREET On 2024-01-25 00:00:00, there are 2 vehicles that involved in traffic accident PARK AVENUE On 2024-01-25 00:00:00, there are 2 vehicles that involved in traffic accident PARK AVENUE On 2024-01-25 00:00:00, there are 2 vehicles that involved in traffic accident PENN AVENUE On 2024-01-25 00:00:00, there are 2 vehicles that involved in traffic accident PENN AVENUE On 2024-01-25 00:00:00, there are 2 vehicles that involved in traffic accident QUEEN STREET On 2024-01-25 00:00:00, there are 2 vehicles that involved in traffic accident QUEEN STREET On 2024-01-25 00:00:00, there are 2 vehicles that involved in traffic accident SOUTHWEST CUTOFF On 2024-01-25 00:00:00, there are 2 vehicles that involved in traffic accident SOUTHWEST CUTOFF On 2024-01-25 00:00:00, there are 3 vehicles that involved in traffic accident PARK AVENUE On 2024-01-25 00:00:00, there are 3 vehicles that involved in traffic accident PARK AVENUE On 2024-01-25 00:00:00, there are 3 vehicles that involved in traffic accident PARK AVENUE On 2024-01-25 00:00:00, there are 3 vehicles that involved in traffic accident WOODLAND STREET On 2024-01-25 00:00:00, there are 3 vehicles that involved in traffic accident WOODLAND STREET On 2024-01-25 00:00:00, there are 3 vehicles that involved in traffic accident WOODLAND STREET On 2024-01-25 00:00:00, there are 4 vehicles that involved in traffic accident HOPE AVENUE On 2024-01-25 00:00:00, there are 4 vehicles that involved in traffic accident HOPE AVENUE On 2024-01-25 00:00:00, there are 4 vehicles that involved in traffic accident HOPE AVENUE On 2024-01-25 00:00:00, there are 4 vehicles that involved in traffic accident HOPE AVENUE On 2024-01-26 00:00:00, there are 1 vehicles that involved in traffic accident PARK AVENUE On 2024-01-26 00:00:00, there are 2 vehicles that involved in traffic accident On 2024-01-26 00:00:00, there are 2 vehicles that involved in traffic accident On 2024-01-26 00:00:00, there are 2 vehicles that involved in traffic accident FLORENCE STREET On 2024-01-26 00:00:00, there are 2 vehicles that involved in traffic accident FLORENCE STREET On 2024-01-26 00:00:00, there are 2 vehicles that involved in traffic accident HAMILTON STREET On 2024-01-26 00:00:00, there are 2 vehicles that involved in traffic accident HAMILTON STREET On 2024-01-26 00:00:00, there are 2 vehicles that involved in traffic accident LAKE AVENUE NORTH On 2024-01-26 00:00:00, there are 2 vehicles that involved in traffic accident LAKE AVENUE NORTH On 2024-01-26 00:00:00, there are 2 vehicles that involved in traffic accident MADISON STREET On 2024-01-26 00:00:00, there are 2 vehicles that involved in traffic accident MADISON STREET On 2024-01-26 00:00:00, there are 2 vehicles that involved in traffic accident MAIN STREET On 2024-01-26 00:00:00, there are 2 vehicles that involved in traffic accident MAIN STREET On 2024-01-26 00:00:00, there are 2 vehicles that involved in traffic accident MILL STREET On 2024-01-26 00:00:00, there are 2 vehicles that involved in traffic accident MILL STREET On 2024-01-26 00:00:00, there are 2 vehicles that involved in traffic accident PARK AVENUE On 2024-01-26 00:00:00, there are 2 vehicles that involved in traffic accident PARK AVENUE On 2024-01-26 00:00:00, there are 2 vehicles that involved in traffic accident PARK AVENUE On 2024-01-26 00:00:00, there are 2 vehicles that involved in traffic accident PARK AVENUE On 2024-01-26 00:00:00, there are 2 vehicles that involved in traffic accident PLEASANT STREET On 2024-01-26 00:00:00, there are 2 vehicles that involved in traffic accident PLEASANT STREET On 2024-01-26 00:00:00, there are 2 vehicles that involved in traffic accident WHIPPLE STREET On 2024-01-26 00:00:00, there are 2 vehicles that involved in traffic accident WHIPPLE STREET On 2024-01-27 00:00:00, there are 2 vehicles that involved in traffic accident On 2024-01-27 00:00:00, there are 2 vehicles that involved in traffic accident On 2024-01-27 00:00:00, there are 2 vehicles that involved in traffic accident BAY EDGE DRIVE On 2024-01-27 00:00:00, there are 2 vehicles that involved in traffic accident BAY EDGE DRIVE On 2024-01-27 00:00:00, there are 2 vehicles that involved in traffic accident CAMBRIDGE STREET On 2024-01-27 00:00:00, there are 2 vehicles that involved in traffic accident CAMBRIDGE STREET On 2024-01-27 00:00:00, there are 2 vehicles that involved in traffic accident DEAN STREET On 2024-01-27 00:00:00, there are 2 vehicles that involved in traffic accident DEAN STREET On 2024-01-27 00:00:00, there are 2 vehicles that involved in traffic accident EAST WORCESTER STREET On 2024-01-27 00:00:00, there are 2 vehicles that involved in traffic accident EAST WORCESTER STREET On 2024-01-27 00:00:00, there are 2 vehicles that involved in traffic accident GROVE STREET On 2024-01-27 00:00:00, there are 2 vehicles that involved in traffic accident GROVE STREET On 2024-01-27 00:00:00, there are 2 vehicles that involved in traffic accident HARDING STREET On 2024-01-27 00:00:00, there are 2 vehicles that involved in traffic accident HARDING STREET On 2024-01-27 00:00:00, there are 2 vehicles that involved in traffic accident JACQUES STREET On 2024-01-27 00:00:00, there are 2 vehicles that involved in traffic accident JACQUES STREET On 2024-01-27 00:00:00, there are 2 vehicles that involved in traffic accident PLEASANT STREET On 2024-01-27 00:00:00, there are 2 vehicles that involved in traffic accident PLEASANT STREET On 2024-01-28 00:00:00, there are 1 vehicles that involved in traffic accident On 2024-01-28 00:00:00, there are 1 vehicles that involved in traffic accident ARARAT STREET On 2024-01-28 00:00:00, there are 1 vehicles that involved in traffic accident ARBORETUM DRIVE On 2024-01-28 00:00:00, there are 1 vehicles that involved in traffic accident GIFFORD DRIVE On 2024-01-28 00:00:00, there are 1 vehicles that involved in traffic accident HEARD STREET On 2024-01-28 00:00:00, there are 1 vehicles that involved in traffic accident INTERSTATE 290 On 2024-01-28 00:00:00, there are 1 vehicles that involved in traffic accident MAIN STREET On 2024-01-28 00:00:00, there are 1 vehicles that involved in traffic accident PLANTATION STREET On 2024-01-28 00:00:00, there are 2 vehicles that involved in traffic accident On 2024-01-28 00:00:00, there are 2 vehicles that involved in traffic accident On 2024-01-28 00:00:00, there are 2 vehicles that involved in traffic accident On 2024-01-28 00:00:00, there are 2 vehicles that involved in traffic accident On 2024-01-28 00:00:00, there are 2 vehicles that involved in traffic accident CARPENTER AVENUE On 2024-01-28 00:00:00, there are 2 vehicles that involved in traffic accident CARPENTER AVENUE On 2024-01-28 00:00:00, there are 2 vehicles that involved in traffic accident DRUMMOND AVENUE On 2024-01-28 00:00:00, there are 2 vehicles that involved in traffic accident DRUMMOND AVENUE On 2024-01-28 00:00:00, there are 2 vehicles that involved in traffic accident ELIZABETH STREET On 2024-01-28 00:00:00, there are 2 vehicles that involved in traffic accident ELIZABETH STREET On 2024-01-28 00:00:00, there are 2 vehicles that involved in traffic accident INTERSTATE 290 On 2024-01-28 00:00:00, there are 2 vehicles that involved in traffic accident INTERSTATE 290 On 2024-01-28 00:00:00, there are 2 vehicles that involved in traffic accident LAKE AVENUE On 2024-01-28 00:00:00, there are 2 vehicles that involved in traffic accident LAKE AVENUE On 2024-01-28 00:00:00, there are 2 vehicles that involved in traffic accident MAY STREET On 2024-01-28 00:00:00, there are 2 vehicles that involved in traffic accident MAY STREET On 2024-01-28 00:00:00, there are 2 vehicles that involved in traffic accident SHORE DRIVE On 2024-01-28 00:00:00, there are 2 vehicles that involved in traffic accident SHORE DRIVE On 2024-01-28 00:00:00, there are 3 vehicles that involved in traffic accident BELMONT STREET On 2024-01-28 00:00:00, there are 3 vehicles that involved in traffic accident BELMONT STREET On 2024-01-28 00:00:00, there are 3 vehicles that involved in traffic accident BELMONT STREET On 2024-01-28 00:00:00, there are 5 vehicles that involved in traffic accident MERRIFIELD STREET On 2024-01-28 00:00:00, there are 5 vehicles that involved in traffic accident MERRIFIELD STREET On 2024-01-28 00:00:00, there are 5 vehicles that involved in traffic accident MERRIFIELD STREET On 2024-01-28 00:00:00, there are 5 vehicles that involved in traffic accident MERRIFIELD STREET On 2024-01-28 00:00:00, there are 5 vehicles that involved in traffic accident MERRIFIELD STREET On 2024-01-29 00:00:00, there are 1 vehicles that involved in traffic accident CHESTER STREET On 2024-01-29 00:00:00, there are 1 vehicles that involved in traffic accident LARCH STREET On 2024-01-29 00:00:00, there are 1 vehicles that involved in traffic accident MAIN STREET On 2024-01-29 00:00:00, there are 1 vehicles that involved in traffic accident SOUTHBRIDGE STREET On 2024-01-29 00:00:00, there are 2 vehicles that involved in traffic accident On 2024-01-29 00:00:00, there are 2 vehicles that involved in traffic accident On 2024-01-29 00:00:00, there are 2 vehicles that involved in traffic accident On 2024-01-29 00:00:00, there are 2 vehicles that involved in traffic accident On 2024-01-29 00:00:00, there are 2 vehicles that involved in traffic accident On 2024-01-29 00:00:00, there are 2 vehicles that involved in traffic accident On 2024-01-29 00:00:00, there are 2 vehicles that involved in traffic accident CRYSTAL STREET On 2024-01-29 00:00:00, there are 2 vehicles that involved in traffic accident CRYSTAL STREET On 2024-01-29 00:00:00, there are 2 vehicles that involved in traffic accident DORCHESTER STREET On 2024-01-29 00:00:00, there are 2 vehicles that involved in traffic accident DORCHESTER STREET On 2024-01-29 00:00:00, there are 2 vehicles that involved in traffic accident EAST CENTRAL STREET On 2024-01-29 00:00:00, there are 2 vehicles that involved in traffic accident EAST CENTRAL STREET On 2024-01-29 00:00:00, there are 2 vehicles that involved in traffic accident GRAFTON STREET On 2024-01-29 00:00:00, there are 2 vehicles that involved in traffic accident GRAFTON STREET On 2024-01-29 00:00:00, there are 2 vehicles that involved in traffic accident HAMILTON STREET On 2024-01-29 00:00:00, there are 2 vehicles that involved in traffic accident HAMILTON STREET On 2024-01-29 00:00:00, there are 2 vehicles that involved in traffic accident HARLEM STREET On 2024-01-29 00:00:00, there are 2 vehicles that involved in traffic accident HARLEM STREET On 2024-01-29 00:00:00, there are 2 vehicles that involved in traffic accident LOXWOOD STREET On 2024-01-29 00:00:00, there are 2 vehicles that involved in traffic accident LOXWOOD STREET On 2024-01-29 00:00:00, there are 2 vehicles that involved in traffic accident MAIN STREET On 2024-01-29 00:00:00, there are 2 vehicles that involved in traffic accident MAIN STREET On 2024-01-29 00:00:00, there are 2 vehicles that involved in traffic accident MAIN STREET On 2024-01-29 00:00:00, there are 2 vehicles that involved in traffic accident MAIN STREET On 2024-01-29 00:00:00, there are 2 vehicles that involved in traffic accident MCKEON ROAD On 2024-01-29 00:00:00, there are 2 vehicles that involved in traffic accident MCKEON ROAD On 2024-01-29 00:00:00, there are 2 vehicles that involved in traffic accident MOUNTAIN STREET EAST On 2024-01-29 00:00:00, there are 2 vehicles that involved in traffic accident MOUNTAIN STREET EAST On 2024-01-29 00:00:00, there are 2 vehicles that involved in traffic accident PROVIDENCE STREET On 2024-01-29 00:00:00, there are 2 vehicles that involved in traffic accident PROVIDENCE STREET On 2024-01-29 00:00:00, there are 2 vehicles that involved in traffic accident WELLINGTON STREET On 2024-01-29 00:00:00, there are 2 vehicles that involved in traffic accident WELLINGTON STREET On 2024-01-30 00:00:00, there are 1 vehicles that involved in traffic accident OLEAN STREET On 2024-01-30 00:00:00, there are 2 vehicles that involved in traffic accident BALL STREET On 2024-01-30 00:00:00, there are 2 vehicles that involved in traffic accident BALL STREET On 2024-01-30 00:00:00, there are 2 vehicles that involved in traffic accident BROWNELL STREET On 2024-01-30 00:00:00, there are 2 vehicles that involved in traffic accident BROWNELL STREET On 2024-01-30 00:00:00, there are 2 vehicles that involved in traffic accident GRAFTON STREET On 2024-01-30 00:00:00, there are 2 vehicles that involved in traffic accident GRAFTON STREET On 2024-01-30 00:00:00, there are 2 vehicles that involved in traffic accident MAIN STREET On 2024-01-30 00:00:00, there are 2 vehicles that involved in traffic accident MAIN STREET On 2024-01-30 00:00:00, there are 2 vehicles that involved in traffic accident MAY STREET On 2024-01-30 00:00:00, there are 2 vehicles that involved in traffic accident MAY STREET On 2024-01-30 00:00:00, there are 2 vehicles that involved in traffic accident NATHANIEL STREET On 2024-01-30 00:00:00, there are 2 vehicles that involved in traffic accident NATHANIEL STREET On 2024-01-30 00:00:00, there are 2 vehicles that involved in traffic accident PARK AVENUE On 2024-01-30 00:00:00, there are 2 vehicles that involved in traffic accident PARK AVENUE On 2024-01-30 00:00:00, there are 2 vehicles that involved in traffic accident QUEEN STREET On 2024-01-30 00:00:00, there are 2 vehicles that involved in traffic accident QUEEN STREET On 2024-01-30 00:00:00, there are 3 vehicles that involved in traffic accident CURTIS PARKWAY On 2024-01-30 00:00:00, there are 3 vehicles that involved in traffic accident CURTIS PARKWAY On 2024-01-30 00:00:00, there are 3 vehicles that involved in traffic accident CURTIS PARKWAY On 2024-01-31 00:00:00, there are 1 vehicles that involved in traffic accident On 2024-01-31 00:00:00, there are 1 vehicles that involved in traffic accident On 2024-01-31 00:00:00, there are 2 vehicles that involved in traffic accident On 2024-01-31 00:00:00, there are 2 vehicles that involved in traffic accident On 2024-01-31 00:00:00, there are 2 vehicles that involved in traffic accident On 2024-01-31 00:00:00, there are 2 vehicles that involved in traffic accident On 2024-01-31 00:00:00, there are 2 vehicles that involved in traffic accident On 2024-01-31 00:00:00, there are 2 vehicles that involved in traffic accident On 2024-01-31 00:00:00, there are 2 vehicles that involved in traffic accident GOLD STAR BOULEVARD On 2024-01-31 00:00:00, there are 2 vehicles that involved in traffic accident GOLD STAR BOULEVARD On 2024-01-31 00:00:00, there are 2 vehicles that involved in traffic accident IRVING STREET On 2024-01-31 00:00:00, there are 2 vehicles that involved in traffic accident IRVING STREET On 2024-01-31 00:00:00, there are 2 vehicles that involved in traffic accident MAIN STREET On 2024-01-31 00:00:00, there are 2 vehicles that involved in traffic accident MAIN STREET On 2024-01-31 00:00:00, there are 2 vehicles that involved in traffic accident PARK AVENUE On 2024-01-31 00:00:00, there are 2 vehicles that involved in traffic accident PARK AVENUE On 2024-01-31 00:00:00, there are 2 vehicles that involved in traffic accident SOUTHBRIDGE STREET On 2024-01-31 00:00:00, there are 2 vehicles that involved in traffic accident SOUTHBRIDGE STREET On 2024-01-31 00:00:00, there are 2 vehicles that involved in traffic accident WALL STREET On 2024-01-31 00:00:00, there are 2 vehicles that involved in traffic accident WALL STREET On 2024-01-31 00:00:00, there are 3 vehicles that involved in traffic accident On 2024-01-31 00:00:00, there are 3 vehicles that involved in traffic accident On 2024-01-31 00:00:00, there are 3 vehicles that involved in traffic accident On 2024-02-01 00:00:00, there are 1 vehicles that involved in traffic accident ESTHER STREET On 2024-02-01 00:00:00, there are 1 vehicles that involved in traffic accident MILLBURY STREET On 2024-02-01 00:00:00, there are 2 vehicles that involved in traffic accident On 2024-02-01 00:00:00, there are 2 vehicles that involved in traffic accident On 2024-02-01 00:00:00, there are 2 vehicles that involved in traffic accident BRUSSELS STREET On 2024-02-01 00:00:00, there are 2 vehicles that involved in traffic accident BRUSSELS STREET On 2024-02-01 00:00:00, there are 2 vehicles that involved in traffic accident COBURN AVENUE On 2024-02-01 00:00:00, there are 2 vehicles that involved in traffic accident COBURN AVENUE On 2024-02-01 00:00:00, there are 2 vehicles that involved in traffic accident COPPERFIELD ROAD On 2024-02-01 00:00:00, there are 2 vehicles that involved in traffic accident COPPERFIELD ROAD On 2024-02-01 00:00:00, there are 2 vehicles that involved in traffic accident FRONT STREET On 2024-02-01 00:00:00, there are 2 vehicles that involved in traffic accident FRONT STREET On 2024-02-01 00:00:00, there are 2 vehicles that involved in traffic accident HIGHLAND STREET On 2024-02-01 00:00:00, there are 2 vehicles that involved in traffic accident HIGHLAND STREET On 2024-02-01 00:00:00, there are 2 vehicles that involved in traffic accident LONGFELLOW ROAD On 2024-02-01 00:00:00, there are 2 vehicles that involved in traffic accident LONGFELLOW ROAD On 2024-02-01 00:00:00, there are 2 vehicles that involved in traffic accident MAIN STREET On 2024-02-01 00:00:00, there are 2 vehicles that involved in traffic accident MAIN STREET On 2024-02-01 00:00:00, there are 2 vehicles that involved in traffic accident NORTHEAST CUTOFF On 2024-02-01 00:00:00, there are 2 vehicles that involved in traffic accident NORTHEAST CUTOFF On 2024-02-01 00:00:00, there are 2 vehicles that involved in traffic accident PALM STREET On 2024-02-01 00:00:00, there are 2 vehicles that involved in traffic accident PALM STREET On 2024-02-01 00:00:00, there are 2 vehicles that involved in traffic accident PARK AVENUE On 2024-02-01 00:00:00, there are 2 vehicles that involved in traffic accident PARK AVENUE On 2024-02-01 00:00:00, there are 2 vehicles that involved in traffic accident PROVIDENCE STREET On 2024-02-01 00:00:00, there are 2 vehicles that involved in traffic accident PROVIDENCE STREET On 2024-02-01 00:00:00, there are 2 vehicles that involved in traffic accident SOUTHBRIDGE STREET On 2024-02-01 00:00:00, there are 2 vehicles that involved in traffic accident SOUTHBRIDGE STREET On 2024-02-01 00:00:00, there are 3 vehicles that involved in traffic accident INTERSTATE 290 On 2024-02-01 00:00:00, there are 3 vehicles that involved in traffic accident INTERSTATE 290 On 2024-02-01 00:00:00, there are 3 vehicles that involved in traffic accident INTERSTATE 290 On 2024-02-02 00:00:00, there are 2 vehicles that involved in traffic accident On 2024-02-02 00:00:00, there are 2 vehicles that involved in traffic accident On 2024-02-02 00:00:00, there are 2 vehicles that involved in traffic accident BEACON STREET On 2024-02-02 00:00:00, there are 2 vehicles that involved in traffic accident BEACON STREET On 2024-02-02 00:00:00, there are 2 vehicles that involved in traffic accident COBURN AVENUE On 2024-02-02 00:00:00, there are 2 vehicles that involved in traffic accident COBURN AVENUE On 2024-02-02 00:00:00, there are 2 vehicles that involved in traffic accident FRONT STREET On 2024-02-02 00:00:00, there are 2 vehicles that involved in traffic accident FRONT STREET On 2024-02-02 00:00:00, there are 2 vehicles that involved in traffic accident GRANITE STREET On 2024-02-02 00:00:00, there are 2 vehicles that involved in traffic accident GRANITE STREET On 2024-02-02 00:00:00, there are 2 vehicles that involved in traffic accident HALMSTAD STREET On 2024-02-02 00:00:00, there are 2 vehicles that involved in traffic accident HALMSTAD STREET On 2024-02-02 00:00:00, there are 2 vehicles that involved in traffic accident HYCREST DRIVE On 2024-02-02 00:00:00, there are 2 vehicles that involved in traffic accident HYCREST DRIVE On 2024-02-02 00:00:00, there are 2 vehicles that involved in traffic accident INTERSTATE 290 On 2024-02-02 00:00:00, there are 2 vehicles that involved in traffic accident INTERSTATE 290 On 2024-02-02 00:00:00, there are 2 vehicles that involved in traffic accident JACKSON STREET On 2024-02-02 00:00:00, there are 2 vehicles that involved in traffic accident JACKSON STREET On 2024-02-02 00:00:00, there are 2 vehicles that involved in traffic accident JUNE STREET On 2024-02-02 00:00:00, there are 2 vehicles that involved in traffic accident JUNE STREET On 2024-02-02 00:00:00, there are 2 vehicles that involved in traffic accident JUNE STREET On 2024-02-02 00:00:00, there are 2 vehicles that involved in traffic accident JUNE STREET On 2024-02-02 00:00:00, there are 2 vehicles that involved in traffic accident KING STREET On 2024-02-02 00:00:00, there are 2 vehicles that involved in traffic accident KING STREET On 2024-02-02 00:00:00, there are 2 vehicles that involved in traffic accident MCKEON ROAD On 2024-02-02 00:00:00, there are 2 vehicles that involved in traffic accident MCKEON ROAD On 2024-02-02 00:00:00, there are 2 vehicles that involved in traffic accident PARK AVENUE On 2024-02-02 00:00:00, there are 2 vehicles that involved in traffic accident PARK AVENUE On 2024-02-02 00:00:00, there are 2 vehicles that involved in traffic accident PLEASANT STREET On 2024-02-02 00:00:00, there are 2 vehicles that involved in traffic accident PLEASANT STREET On 2024-02-02 00:00:00, there are 2 vehicles that involved in traffic accident SALISBURY STREET On 2024-02-02 00:00:00, there are 2 vehicles that involved in traffic accident SALISBURY STREET On 2024-02-02 00:00:00, there are 2 vehicles that involved in traffic accident SHREWSBURY STREET On 2024-02-02 00:00:00, there are 2 vehicles that involved in traffic accident SHREWSBURY STREET On 2024-02-02 00:00:00, there are 2 vehicles that involved in traffic accident SOUTHWEST CUTOFF On 2024-02-02 00:00:00, there are 2 vehicles that involved in traffic accident SOUTHWEST CUTOFF On 2024-02-02 00:00:00, there are 3 vehicles that involved in traffic accident On 2024-02-02 00:00:00, there are 3 vehicles that involved in traffic accident On 2024-02-02 00:00:00, there are 3 vehicles that involved in traffic accident On 2024-02-02 00:00:00, there are 3 vehicles that involved in traffic accident HEYWOOD STREET On 2024-02-02 00:00:00, there are 3 vehicles that involved in traffic accident HEYWOOD STREET On 2024-02-02 00:00:00, there are 3 vehicles that involved in traffic accident HEYWOOD STREET On 2024-02-02 00:00:00, there are 3 vehicles that involved in traffic accident MAIN STREET On 2024-02-02 00:00:00, there are 3 vehicles that involved in traffic accident MAIN STREET On 2024-02-02 00:00:00, there are 3 vehicles that involved in traffic accident MAIN STREET On 2024-02-02 00:00:00, there are 3 vehicles that involved in traffic accident SOUTHBRIDGE STREET On 2024-02-02 00:00:00, there are 3 vehicles that involved in traffic accident SOUTHBRIDGE STREET On 2024-02-02 00:00:00, there are 3 vehicles that involved in traffic accident SOUTHBRIDGE STREET On 2024-02-02 00:00:00, there are 3 vehicles that involved in traffic accident VERNON STREET On 2024-02-02 00:00:00, there are 3 vehicles that involved in traffic accident VERNON STREET On 2024-02-02 00:00:00, there are 3 vehicles that involved in traffic accident VERNON STREET On 2024-02-03 00:00:00, there are 1 vehicles that involved in traffic accident On 2024-02-03 00:00:00, there are 1 vehicles that involved in traffic accident JUNE STREET On 2024-02-03 00:00:00, there are 2 vehicles that involved in traffic accident On 2024-02-03 00:00:00, there are 2 vehicles that involved in traffic accident On 2024-02-03 00:00:00, there are 2 vehicles that involved in traffic accident On 2024-02-03 00:00:00, there are 2 vehicles that involved in traffic accident On 2024-02-03 00:00:00, there are 2 vehicles that involved in traffic accident On 2024-02-03 00:00:00, there are 2 vehicles that involved in traffic accident On 2024-02-03 00:00:00, there are 2 vehicles that involved in traffic accident On 2024-02-03 00:00:00, there are 2 vehicles that involved in traffic accident On 2024-02-03 00:00:00, there are 2 vehicles that involved in traffic accident ACTON STREET On 2024-02-03 00:00:00, there are 2 vehicles that involved in traffic accident ACTON STREET On 2024-02-03 00:00:00, there are 2 vehicles that involved in traffic accident CAMBRIDGE STREET On 2024-02-03 00:00:00, there are 2 vehicles that involved in traffic accident CAMBRIDGE STREET On 2024-02-03 00:00:00, there are 2 vehicles that involved in traffic accident GOLD STAR BOULEVARD On 2024-02-03 00:00:00, there are 2 vehicles that involved in traffic accident GOLD STAR BOULEVARD On 2024-02-03 00:00:00, there are 2 vehicles that involved in traffic accident HIGHLAND STREET On 2024-02-03 00:00:00, there are 2 vehicles that involved in traffic accident HIGHLAND STREET On 2024-02-03 00:00:00, there are 2 vehicles that involved in traffic accident HOPE AVENUE On 2024-02-03 00:00:00, there are 2 vehicles that involved in traffic accident HOPE AVENUE On 2024-02-03 00:00:00, there are 2 vehicles that involved in traffic accident MILL STREET EXTENSION On 2024-02-03 00:00:00, there are 2 vehicles that involved in traffic accident MILL STREET EXTENSION On 2024-02-03 00:00:00, there are 2 vehicles that involved in traffic accident SHELBY STREET On 2024-02-03 00:00:00, there are 2 vehicles that involved in traffic accident SHELBY STREET On 2024-02-03 00:00:00, there are 2 vehicles that involved in traffic accident WASHINGTON SQUARE CONNECTOR On 2024-02-03 00:00:00, there are 2 vehicles that involved in traffic accident WASHINGTON SQUARE CONNECTOR On 2024-02-03 00:00:00, there are 3 vehicles that involved in traffic accident On 2024-02-03 00:00:00, there are 3 vehicles that involved in traffic accident On 2024-02-03 00:00:00, there are 3 vehicles that involved in traffic accident On 2024-02-03 00:00:00, there are 3 vehicles that involved in traffic accident FOSTER STREET On 2024-02-03 00:00:00, there are 3 vehicles that involved in traffic accident FOSTER STREET On 2024-02-03 00:00:00, there are 3 vehicles that involved in traffic accident FOSTER STREET On 2024-02-03 00:00:00, there are 4 vehicles that involved in traffic accident PARK AVENUE On 2024-02-03 00:00:00, there are 4 vehicles that involved in traffic accident PARK AVENUE On 2024-02-03 00:00:00, there are 4 vehicles that involved in traffic accident PARK AVENUE On 2024-02-03 00:00:00, there are 4 vehicles that involved in traffic accident PARK AVENUE On 2024-02-04 00:00:00, there are 2 vehicles that involved in traffic accident CLARKSON STREET On 2024-02-04 00:00:00, there are 2 vehicles that involved in traffic accident CLARKSON STREET On 2024-02-04 00:00:00, there are 2 vehicles that involved in traffic accident GRAFTON STREET On 2024-02-04 00:00:00, there are 2 vehicles that involved in traffic accident GRAFTON STREET On 2024-02-04 00:00:00, there are 2 vehicles that involved in traffic accident GRAFTON STREET On 2024-02-04 00:00:00, there are 2 vehicles that involved in traffic accident GRAFTON STREET On 2024-02-04 00:00:00, there are 2 vehicles that involved in traffic accident MADISON STREET On 2024-02-04 00:00:00, there are 2 vehicles that involved in traffic accident MADISON STREET On 2024-02-04 00:00:00, there are 2 vehicles that involved in traffic accident PROVIDENCE STREET On 2024-02-04 00:00:00, there are 2 vehicles that involved in traffic accident PROVIDENCE STREET On 2024-02-04 00:00:00, there are 2 vehicles that involved in traffic accident VERNON STREET On 2024-02-04 00:00:00, there are 2 vehicles that involved in traffic accident VERNON STREET On 2024-02-04 00:00:00, there are 3 vehicles that involved in traffic accident WINFIELD STREET On 2024-02-04 00:00:00, there are 3 vehicles that involved in traffic accident WINFIELD STREET On 2024-02-04 00:00:00, there are 3 vehicles that involved in traffic accident WINFIELD STREET On 2024-02-05 00:00:00, there are 1 vehicles that involved in traffic accident On 2024-02-05 00:00:00, there are 1 vehicles that involved in traffic accident
Sort values by SQL¶
- SQL (Structured Query Language) is a standard language used for managing and manipulating relational databases.
- sql_clause parameter in SearchCursor function
- sql_clause has prefix clause and postfix clause.
In [38]:
Copied!
with arcpy.da.SearchCursor("2024_Vehicle_Level_Crash_Details", ("CRASH_DA_1", "NUMB_VEHC", "STREETNAME"), sql_clause=(None,"ORDER BY NUMB_VEHC DESC")) as cursor:
for row in cursor:
print('On {}, there are {} vehicles that involved in traffic accidents at {} '.format(row[0], row[1], row[2]))
with arcpy.da.SearchCursor("2024_Vehicle_Level_Crash_Details", ("CRASH_DA_1", "NUMB_VEHC", "STREETNAME"), sql_clause=(None,"ORDER BY NUMB_VEHC DESC")) as cursor:
for row in cursor:
print('On {}, there are {} vehicles that involved in traffic accidents at {} '.format(row[0], row[1], row[2]))
On 2024-01-05 00:00:00, there are 2 vehicles that involved in traffic accidents at INTERSTATE 290 On 2024-01-05 00:00:00, there are 2 vehicles that involved in traffic accidents at INTERSTATE 290 On 2024-01-07 00:00:00, there are 2 vehicles that involved in traffic accidents at INTERSTATE 290 On 2024-01-07 00:00:00, there are 2 vehicles that involved in traffic accidents at INTERSTATE 290 On 2024-01-02 00:00:00, there are 3 vehicles that involved in traffic accidents at INTERSTATE 290 On 2024-01-02 00:00:00, there are 3 vehicles that involved in traffic accidents at INTERSTATE 290 On 2024-01-02 00:00:00, there are 3 vehicles that involved in traffic accidents at INTERSTATE 290 On 2024-01-04 00:00:00, there are 3 vehicles that involved in traffic accidents at INTERSTATE 290 On 2024-01-04 00:00:00, there are 3 vehicles that involved in traffic accidents at INTERSTATE 290 On 2024-01-04 00:00:00, there are 3 vehicles that involved in traffic accidents at INTERSTATE 290 On 2024-01-12 00:00:00, there are 1 vehicles that involved in traffic accidents at PURPLE HEART HIGHWAY On 2024-01-02 00:00:00, there are 3 vehicles that involved in traffic accidents at FOX STREET On 2024-01-02 00:00:00, there are 3 vehicles that involved in traffic accidents at FOX STREET On 2024-01-02 00:00:00, there are 3 vehicles that involved in traffic accidents at FOX STREET On 2024-01-01 00:00:00, there are 2 vehicles that involved in traffic accidents at BLAKE STREET On 2024-01-01 00:00:00, there are 2 vehicles that involved in traffic accidents at BLAKE STREET On 2024-01-16 00:00:00, there are 1 vehicles that involved in traffic accidents at INTERSTATE 290 On 2024-01-11 00:00:00, there are 2 vehicles that involved in traffic accidents at INTERSTATE 290 On 2024-01-11 00:00:00, there are 2 vehicles that involved in traffic accidents at INTERSTATE 290 On 2024-01-02 00:00:00, there are 3 vehicles that involved in traffic accidents at INTERSTATE 290 On 2024-01-02 00:00:00, there are 3 vehicles that involved in traffic accidents at INTERSTATE 290 On 2024-01-02 00:00:00, there are 3 vehicles that involved in traffic accidents at INTERSTATE 290 On 2024-01-05 00:00:00, there are 2 vehicles that involved in traffic accidents at INTERSTATE 290 On 2024-01-05 00:00:00, there are 2 vehicles that involved in traffic accidents at INTERSTATE 290 On 2024-01-02 00:00:00, there are 3 vehicles that involved in traffic accidents at INTERSTATE 290 On 2024-01-02 00:00:00, there are 3 vehicles that involved in traffic accidents at INTERSTATE 290 On 2024-01-02 00:00:00, there are 3 vehicles that involved in traffic accidents at INTERSTATE 290 On 2024-01-04 00:00:00, there are 4 vehicles that involved in traffic accidents at INTERSTATE 290 On 2024-01-04 00:00:00, there are 4 vehicles that involved in traffic accidents at INTERSTATE 290 On 2024-01-04 00:00:00, there are 4 vehicles that involved in traffic accidents at INTERSTATE 290 On 2024-01-04 00:00:00, there are 4 vehicles that involved in traffic accidents at INTERSTATE 290 On 2024-01-08 00:00:00, there are 1 vehicles that involved in traffic accidents at QUINSIGAMOND AVENUE On 2024-01-04 00:00:00, there are 2 vehicles that involved in traffic accidents at INTERSTATE 290 On 2024-01-04 00:00:00, there are 2 vehicles that involved in traffic accidents at INTERSTATE 290 On 2024-01-08 00:00:00, there are 2 vehicles that involved in traffic accidents at INTERSTATE 290 On 2024-01-08 00:00:00, there are 2 vehicles that involved in traffic accidents at INTERSTATE 290 On 2024-01-03 00:00:00, there are 2 vehicles that involved in traffic accidents at RAMP-RT 12 SB TO RT 290 EB On 2024-01-03 00:00:00, there are 2 vehicles that involved in traffic accidents at RAMP-RT 12 SB TO RT 290 EB On 2024-01-10 00:00:00, there are 1 vehicles that involved in traffic accidents at INTERSTATE 290 On 2024-01-06 00:00:00, there are 1 vehicles that involved in traffic accidents at INGLESIDE AVENUE On 2024-01-13 00:00:00, there are 1 vehicles that involved in traffic accidents at INTERSTATE 190 On 2024-01-08 00:00:00, there are 1 vehicles that involved in traffic accidents at INTERSTATE 290 On 2024-01-09 00:00:00, there are 1 vehicles that involved in traffic accidents at INTERSTATE 290 On 2024-01-10 00:00:00, there are 2 vehicles that involved in traffic accidents at CLEMENT STREET On 2024-01-10 00:00:00, there are 2 vehicles that involved in traffic accidents at CLEMENT STREET On 2024-01-09 00:00:00, there are 2 vehicles that involved in traffic accidents at ENDICOTT STREET On 2024-01-09 00:00:00, there are 2 vehicles that involved in traffic accidents at ENDICOTT STREET On 2024-01-09 00:00:00, there are 2 vehicles that involved in traffic accidents at MILL STREET EXTENSION On 2024-01-09 00:00:00, there are 2 vehicles that involved in traffic accidents at MILL STREET EXTENSION On 2024-01-16 00:00:00, there are 1 vehicles that involved in traffic accidents at INTERSTATE 290 On 2024-01-03 00:00:00, there are 2 vehicles that involved in traffic accidents at HEARD STREET On 2024-01-03 00:00:00, there are 2 vehicles that involved in traffic accidents at HEARD STREET On 2024-01-06 00:00:00, there are 2 vehicles that involved in traffic accidents at MAIN STREET On 2024-01-06 00:00:00, there are 2 vehicles that involved in traffic accidents at MAIN STREET On 2024-01-07 00:00:00, there are 2 vehicles that involved in traffic accidents at BELMONT STREET On 2024-01-07 00:00:00, there are 2 vehicles that involved in traffic accidents at BELMONT STREET On 2024-01-07 00:00:00, there are 2 vehicles that involved in traffic accidents at MILL STREET On 2024-01-07 00:00:00, there are 2 vehicles that involved in traffic accidents at MILL STREET On 2024-01-03 00:00:00, there are 1 vehicles that involved in traffic accidents at STATE STREET On 2024-01-08 00:00:00, there are 2 vehicles that involved in traffic accidents at PROVIDENCE STREET On 2024-01-08 00:00:00, there are 2 vehicles that involved in traffic accidents at PROVIDENCE STREET On 2024-01-08 00:00:00, there are 1 vehicles that involved in traffic accidents at On 2024-01-16 00:00:00, there are 2 vehicles that involved in traffic accidents at On 2024-01-16 00:00:00, there are 2 vehicles that involved in traffic accidents at On 2024-01-03 00:00:00, there are 2 vehicles that involved in traffic accidents at INTERSTATE 290 On 2024-01-03 00:00:00, there are 2 vehicles that involved in traffic accidents at INTERSTATE 290 On 2024-01-07 00:00:00, there are 1 vehicles that involved in traffic accidents at INTERSTATE 290 On 2024-01-14 00:00:00, there are 2 vehicles that involved in traffic accidents at INTERSTATE 190 On 2024-01-14 00:00:00, there are 2 vehicles that involved in traffic accidents at INTERSTATE 190 On 2024-01-09 00:00:00, there are 2 vehicles that involved in traffic accidents at MCKINLEY ROAD On 2024-01-09 00:00:00, there are 2 vehicles that involved in traffic accidents at MCKINLEY ROAD On 2024-01-02 00:00:00, there are 2 vehicles that involved in traffic accidents at PLANTATION STREET On 2024-01-02 00:00:00, there are 2 vehicles that involved in traffic accidents at PLANTATION STREET On 2024-01-01 00:00:00, there are 2 vehicles that involved in traffic accidents at STAFFORD STREET On 2024-01-01 00:00:00, there are 2 vehicles that involved in traffic accidents at STAFFORD STREET On 2024-01-06 00:00:00, there are 2 vehicles that involved in traffic accidents at VERNON STREET On 2024-01-06 00:00:00, there are 2 vehicles that involved in traffic accidents at VERNON STREET On 2024-01-03 00:00:00, there are 2 vehicles that involved in traffic accidents at SOUTH LUDLOW STREET On 2024-01-03 00:00:00, there are 2 vehicles that involved in traffic accidents at SOUTH LUDLOW STREET On 2024-01-05 00:00:00, there are 2 vehicles that involved in traffic accidents at INTERSTATE 290 On 2024-01-05 00:00:00, there are 2 vehicles that involved in traffic accidents at INTERSTATE 290 On 2024-01-19 00:00:00, there are 1 vehicles that involved in traffic accidents at INTERSTATE 190 On 2024-01-17 00:00:00, there are 2 vehicles that involved in traffic accidents at INTERSTATE 290 On 2024-01-17 00:00:00, there are 2 vehicles that involved in traffic accidents at INTERSTATE 290 On 2024-01-19 00:00:00, there are 1 vehicles that involved in traffic accidents at INTERSTATE 190 On 2024-01-16 00:00:00, there are 2 vehicles that involved in traffic accidents at INTERSTATE 290 On 2024-01-16 00:00:00, there are 2 vehicles that involved in traffic accidents at INTERSTATE 290 On 2024-01-16 00:00:00, there are 2 vehicles that involved in traffic accidents at CONGRESS STREET On 2024-01-16 00:00:00, there are 2 vehicles that involved in traffic accidents at CONGRESS STREET On 2024-01-16 00:00:00, there are 1 vehicles that involved in traffic accidents at MORELAND STREET On 2024-01-11 00:00:00, there are 3 vehicles that involved in traffic accidents at PARK AVENUE On 2024-01-11 00:00:00, there are 3 vehicles that involved in traffic accidents at PARK AVENUE On 2024-01-11 00:00:00, there are 3 vehicles that involved in traffic accidents at PARK AVENUE On 2024-01-16 00:00:00, there are 1 vehicles that involved in traffic accidents at GRAFTON STREET On 2024-01-07 00:00:00, there are 1 vehicles that involved in traffic accidents at INTERSTATE 290 On 2024-01-07 00:00:00, there are 2 vehicles that involved in traffic accidents at INTERSTATE 290 On 2024-01-07 00:00:00, there are 2 vehicles that involved in traffic accidents at INTERSTATE 290 On 2024-01-16 00:00:00, there are 2 vehicles that involved in traffic accidents at MAIN STREET On 2024-01-16 00:00:00, there are 2 vehicles that involved in traffic accidents at MAIN STREET On 2024-01-17 00:00:00, there are 1 vehicles that involved in traffic accidents at SALISBURY STREET On 2024-01-17 00:00:00, there are 2 vehicles that involved in traffic accidents at PLANTATION STREET On 2024-01-17 00:00:00, there are 2 vehicles that involved in traffic accidents at PLANTATION STREET On 2024-01-08 00:00:00, there are 2 vehicles that involved in traffic accidents at MAJOR TAYLOR BOULEVARD On 2024-01-08 00:00:00, there are 2 vehicles that involved in traffic accidents at MAJOR TAYLOR BOULEVARD On 2024-01-07 00:00:00, there are 2 vehicles that involved in traffic accidents at MAIN STREET On 2024-01-07 00:00:00, there are 2 vehicles that involved in traffic accidents at MAIN STREET On 2024-01-07 00:00:00, there are 2 vehicles that involved in traffic accidents at MERRIFIELD STREET On 2024-01-07 00:00:00, there are 2 vehicles that involved in traffic accidents at MERRIFIELD STREET On 2024-01-01 00:00:00, there are 2 vehicles that involved in traffic accidents at MAIN STREET On 2024-01-01 00:00:00, there are 2 vehicles that involved in traffic accidents at MAIN STREET On 2024-01-17 00:00:00, there are 2 vehicles that involved in traffic accidents at MIDDLESEX AVENUE On 2024-01-17 00:00:00, there are 2 vehicles that involved in traffic accidents at MIDDLESEX AVENUE On 2024-01-07 00:00:00, there are 3 vehicles that involved in traffic accidents at RODNEY STREET On 2024-01-07 00:00:00, there are 3 vehicles that involved in traffic accidents at RODNEY STREET On 2024-01-07 00:00:00, there are 3 vehicles that involved in traffic accidents at RODNEY STREET On 2024-01-02 00:00:00, there are 2 vehicles that involved in traffic accidents at LAMAR AVENUE On 2024-01-02 00:00:00, there are 2 vehicles that involved in traffic accidents at LAMAR AVENUE On 2024-01-16 00:00:00, there are 1 vehicles that involved in traffic accidents at GRAFTON STREET On 2024-01-16 00:00:00, there are 2 vehicles that involved in traffic accidents at PLEASANT STREET On 2024-01-16 00:00:00, there are 2 vehicles that involved in traffic accidents at PLEASANT STREET On 2024-01-16 00:00:00, there are 2 vehicles that involved in traffic accidents at MILL STREET On 2024-01-16 00:00:00, there are 2 vehicles that involved in traffic accidents at MILL STREET On 2024-01-16 00:00:00, there are 1 vehicles that involved in traffic accidents at BEVERLY ROAD On 2024-01-15 00:00:00, there are 2 vehicles that involved in traffic accidents at CHANDLER STREET On 2024-01-15 00:00:00, there are 2 vehicles that involved in traffic accidents at CHANDLER STREET On 2024-01-16 00:00:00, there are 2 vehicles that involved in traffic accidents at MILLBURY STREET On 2024-01-16 00:00:00, there are 2 vehicles that involved in traffic accidents at MILLBURY STREET On 2024-01-08 00:00:00, there are 1 vehicles that involved in traffic accidents at WEBSTER STREET On 2024-01-12 00:00:00, there are 1 vehicles that involved in traffic accidents at HERMON STREET On 2024-01-14 00:00:00, there are 1 vehicles that involved in traffic accidents at PLEASANT STREET On 2024-01-14 00:00:00, there are 2 vehicles that involved in traffic accidents at CHANDLER STREET On 2024-01-14 00:00:00, there are 2 vehicles that involved in traffic accidents at CHANDLER STREET On 2024-01-18 00:00:00, there are 2 vehicles that involved in traffic accidents at HARDING STREET On 2024-01-18 00:00:00, there are 2 vehicles that involved in traffic accidents at HARDING STREET On 2024-01-17 00:00:00, there are 2 vehicles that involved in traffic accidents at INTERSTATE 290 On 2024-01-17 00:00:00, there are 2 vehicles that involved in traffic accidents at INTERSTATE 290 On 2024-01-24 00:00:00, there are 2 vehicles that involved in traffic accidents at PURPLE HEART HIGHWAY On 2024-01-24 00:00:00, there are 2 vehicles that involved in traffic accidents at PURPLE HEART HIGHWAY On 2024-01-20 00:00:00, there are 1 vehicles that involved in traffic accidents at PURPLE HEART HIGHWAY On 2024-01-18 00:00:00, there are 1 vehicles that involved in traffic accidents at INTERSTATE 290 On 2024-01-19 00:00:00, there are 1 vehicles that involved in traffic accidents at On 2024-01-20 00:00:00, there are 1 vehicles that involved in traffic accidents at INTERSTATE 190 On 2024-01-19 00:00:00, there are 1 vehicles that involved in traffic accidents at PURPLE HEART HIGHWAY On 2024-01-02 00:00:00, there are 2 vehicles that involved in traffic accidents at MAJOR TAYLOR BOULEVARD On 2024-01-02 00:00:00, there are 2 vehicles that involved in traffic accidents at MAJOR TAYLOR BOULEVARD On 2024-01-16 00:00:00, there are 1 vehicles that involved in traffic accidents at CLARK STREET On 2024-01-15 00:00:00, there are 1 vehicles that involved in traffic accidents at SALISBURY STREET On 2024-01-17 00:00:00, there are 3 vehicles that involved in traffic accidents at HIGHLAND STREET On 2024-01-17 00:00:00, there are 3 vehicles that involved in traffic accidents at HIGHLAND STREET On 2024-01-17 00:00:00, there are 3 vehicles that involved in traffic accidents at HIGHLAND STREET On 2024-01-07 00:00:00, there are 2 vehicles that involved in traffic accidents at WEST BOYLSTON STREET On 2024-01-07 00:00:00, there are 2 vehicles that involved in traffic accidents at WEST BOYLSTON STREET On 2024-01-17 00:00:00, there are 1 vehicles that involved in traffic accidents at CAMBRIDGE STREET On 2024-01-12 00:00:00, there are 2 vehicles that involved in traffic accidents at BLACKSTONE RIVER ROAD On 2024-01-12 00:00:00, there are 2 vehicles that involved in traffic accidents at BLACKSTONE RIVER ROAD On 2024-01-13 00:00:00, there are 2 vehicles that involved in traffic accidents at GRAND STREET On 2024-01-13 00:00:00, there are 2 vehicles that involved in traffic accidents at GRAND STREET On 2024-01-13 00:00:00, there are 2 vehicles that involved in traffic accidents at On 2024-01-13 00:00:00, there are 2 vehicles that involved in traffic accidents at On 2024-01-13 00:00:00, there are 2 vehicles that involved in traffic accidents at BARBER AVENUE On 2024-01-13 00:00:00, there are 2 vehicles that involved in traffic accidents at BARBER AVENUE On 2024-01-13 00:00:00, there are 2 vehicles that involved in traffic accidents at CHANDLER STREET On 2024-01-13 00:00:00, there are 2 vehicles that involved in traffic accidents at CHANDLER STREET On 2024-01-13 00:00:00, there are 2 vehicles that involved in traffic accidents at GREENWOOD STREET On 2024-01-13 00:00:00, there are 2 vehicles that involved in traffic accidents at GREENWOOD STREET On 2024-01-13 00:00:00, there are 2 vehicles that involved in traffic accidents at DUSTIN STREET On 2024-01-13 00:00:00, there are 2 vehicles that involved in traffic accidents at DUSTIN STREET On 2024-01-13 00:00:00, there are 2 vehicles that involved in traffic accidents at HIGHLAND STREET On 2024-01-13 00:00:00, there are 2 vehicles that involved in traffic accidents at HIGHLAND STREET On 2024-01-13 00:00:00, there are 1 vehicles that involved in traffic accidents at MILLBURY STREET On 2024-01-13 00:00:00, there are 2 vehicles that involved in traffic accidents at MADISON STREET On 2024-01-13 00:00:00, there are 2 vehicles that involved in traffic accidents at MADISON STREET On 2024-01-14 00:00:00, there are 2 vehicles that involved in traffic accidents at BELLEVUE STREET On 2024-01-14 00:00:00, there are 2 vehicles that involved in traffic accidents at BELLEVUE STREET On 2024-01-14 00:00:00, there are 2 vehicles that involved in traffic accidents at BLITHEWOOD AVENUE On 2024-01-14 00:00:00, there are 2 vehicles that involved in traffic accidents at BLITHEWOOD AVENUE On 2024-01-14 00:00:00, there are 2 vehicles that involved in traffic accidents at LINCOLN STREET On 2024-01-14 00:00:00, there are 2 vehicles that involved in traffic accidents at LINCOLN STREET On 2024-01-14 00:00:00, there are 2 vehicles that involved in traffic accidents at HAMMOND STREET On 2024-01-14 00:00:00, there are 2 vehicles that involved in traffic accidents at HAMMOND STREET On 2024-01-14 00:00:00, there are 2 vehicles that involved in traffic accidents at CHESTER STREET On 2024-01-14 00:00:00, there are 2 vehicles that involved in traffic accidents at CHESTER STREET On 2024-01-14 00:00:00, there are 2 vehicles that involved in traffic accidents at On 2024-01-14 00:00:00, there are 2 vehicles that involved in traffic accidents at On 2024-01-15 00:00:00, there are 2 vehicles that involved in traffic accidents at QUINSIGAMOND AVENUE On 2024-01-15 00:00:00, there are 2 vehicles that involved in traffic accidents at QUINSIGAMOND AVENUE On 2024-01-05 00:00:00, there are 1 vehicles that involved in traffic accidents at SHAWMUT STREET On 2024-01-15 00:00:00, there are 3 vehicles that involved in traffic accidents at SIGOURNEY STREET On 2024-01-15 00:00:00, there are 3 vehicles that involved in traffic accidents at SIGOURNEY STREET On 2024-01-15 00:00:00, there are 3 vehicles that involved in traffic accidents at SIGOURNEY STREET On 2024-01-15 00:00:00, there are 2 vehicles that involved in traffic accidents at LINCOLN STREET On 2024-01-15 00:00:00, there are 2 vehicles that involved in traffic accidents at LINCOLN STREET On 2024-01-15 00:00:00, there are 1 vehicles that involved in traffic accidents at MAIN STREET On 2024-01-15 00:00:00, there are 2 vehicles that involved in traffic accidents at BLAKE STREET On 2024-01-15 00:00:00, there are 2 vehicles that involved in traffic accidents at BLAKE STREET On 2024-01-18 00:00:00, there are 1 vehicles that involved in traffic accidents at MAIN STREET On 2024-01-17 00:00:00, there are 2 vehicles that involved in traffic accidents at GROVE STREET On 2024-01-17 00:00:00, there are 2 vehicles that involved in traffic accidents at GROVE STREET On 2024-01-04 00:00:00, there are 2 vehicles that involved in traffic accidents at LAKE AVENUE NORTH On 2024-01-04 00:00:00, there are 2 vehicles that involved in traffic accidents at LAKE AVENUE NORTH On 2024-01-25 00:00:00, there are 2 vehicles that involved in traffic accidents at On 2024-01-25 00:00:00, there are 2 vehicles that involved in traffic accidents at On 2024-01-25 00:00:00, there are 2 vehicles that involved in traffic accidents at On 2024-01-25 00:00:00, there are 2 vehicles that involved in traffic accidents at On 2024-01-16 00:00:00, there are 3 vehicles that involved in traffic accidents at MAIN STREET On 2024-01-16 00:00:00, there are 3 vehicles that involved in traffic accidents at MAIN STREET On 2024-01-16 00:00:00, there are 3 vehicles that involved in traffic accidents at MAIN STREET On 2024-01-12 00:00:00, there are 4 vehicles that involved in traffic accidents at On 2024-01-12 00:00:00, there are 4 vehicles that involved in traffic accidents at On 2024-01-12 00:00:00, there are 4 vehicles that involved in traffic accidents at On 2024-01-12 00:00:00, there are 4 vehicles that involved in traffic accidents at On 2024-01-17 00:00:00, there are 2 vehicles that involved in traffic accidents at On 2024-01-17 00:00:00, there are 2 vehicles that involved in traffic accidents at On 2024-01-19 00:00:00, there are 2 vehicles that involved in traffic accidents at INTERSTATE 290 On 2024-01-19 00:00:00, there are 2 vehicles that involved in traffic accidents at INTERSTATE 290 On 2024-01-19 00:00:00, there are 2 vehicles that involved in traffic accidents at INTERSTATE 290 On 2024-01-19 00:00:00, there are 2 vehicles that involved in traffic accidents at INTERSTATE 290 On 2024-01-14 00:00:00, there are 2 vehicles that involved in traffic accidents at On 2024-01-14 00:00:00, there are 2 vehicles that involved in traffic accidents at On 2024-01-07 00:00:00, there are 2 vehicles that involved in traffic accidents at INTERSTATE 290 On 2024-01-07 00:00:00, there are 2 vehicles that involved in traffic accidents at INTERSTATE 290 On 2024-01-20 00:00:00, there are 1 vehicles that involved in traffic accidents at WRENTHAM ROAD On 2024-01-01 00:00:00, there are 2 vehicles that involved in traffic accidents at ASHWOOD STREET On 2024-01-01 00:00:00, there are 2 vehicles that involved in traffic accidents at ASHWOOD STREET On 2024-01-16 00:00:00, there are 1 vehicles that involved in traffic accidents at RICHMOND AVENUE On 2024-01-17 00:00:00, there are 1 vehicles that involved in traffic accidents at On 2024-01-02 00:00:00, there are 2 vehicles that involved in traffic accidents at On 2024-01-02 00:00:00, there are 2 vehicles that involved in traffic accidents at On 2024-01-01 00:00:00, there are 2 vehicles that involved in traffic accidents at SEVER STREET On 2024-01-01 00:00:00, there are 2 vehicles that involved in traffic accidents at SEVER STREET On 2024-01-31 00:00:00, there are 2 vehicles that involved in traffic accidents at On 2024-01-31 00:00:00, there are 2 vehicles that involved in traffic accidents at On 2024-01-22 00:00:00, there are 2 vehicles that involved in traffic accidents at On 2024-01-22 00:00:00, there are 2 vehicles that involved in traffic accidents at On 2024-01-09 00:00:00, there are 2 vehicles that involved in traffic accidents at PARK AVENUE On 2024-01-09 00:00:00, there are 2 vehicles that involved in traffic accidents at PARK AVENUE On 2024-01-12 00:00:00, there are 2 vehicles that involved in traffic accidents at PARK AVENUE On 2024-01-12 00:00:00, there are 2 vehicles that involved in traffic accidents at PARK AVENUE On 2024-01-10 00:00:00, there are 3 vehicles that involved in traffic accidents at MAIN STREET On 2024-01-10 00:00:00, there are 3 vehicles that involved in traffic accidents at MAIN STREET On 2024-01-10 00:00:00, there are 3 vehicles that involved in traffic accidents at MAIN STREET On 2024-01-10 00:00:00, there are 2 vehicles that involved in traffic accidents at COUNTRY CLUB BOULEVARD On 2024-01-10 00:00:00, there are 2 vehicles that involved in traffic accidents at COUNTRY CLUB BOULEVARD On 2024-01-16 00:00:00, there are 1 vehicles that involved in traffic accidents at BELMONT STREET On 2024-01-11 00:00:00, there are 1 vehicles that involved in traffic accidents at ARARAT STREET On 2024-01-11 00:00:00, there are 1 vehicles that involved in traffic accidents at SALISBURY STREET On 2024-01-11 00:00:00, there are 2 vehicles that involved in traffic accidents at SHREWSBURY STREET On 2024-01-11 00:00:00, there are 2 vehicles that involved in traffic accidents at SHREWSBURY STREET On 2024-01-11 00:00:00, there are 3 vehicles that involved in traffic accidents at SALISBURY STREET On 2024-01-11 00:00:00, there are 3 vehicles that involved in traffic accidents at SALISBURY STREET On 2024-01-11 00:00:00, there are 3 vehicles that involved in traffic accidents at SALISBURY STREET On 2024-01-10 00:00:00, there are 2 vehicles that involved in traffic accidents at MILL STREET On 2024-01-10 00:00:00, there are 2 vehicles that involved in traffic accidents at MILL STREET On 2024-01-11 00:00:00, there are 2 vehicles that involved in traffic accidents at VERNON STREET On 2024-01-11 00:00:00, there are 2 vehicles that involved in traffic accidents at VERNON STREET On 2024-01-11 00:00:00, there are 2 vehicles that involved in traffic accidents at CHANDLER STREET On 2024-01-11 00:00:00, there are 2 vehicles that involved in traffic accidents at CHANDLER STREET On 2024-01-11 00:00:00, there are 2 vehicles that involved in traffic accidents at MAIN STREET On 2024-01-11 00:00:00, there are 2 vehicles that involved in traffic accidents at MAIN STREET On 2024-01-11 00:00:00, there are 2 vehicles that involved in traffic accidents at OBERLIN STREET On 2024-01-11 00:00:00, there are 2 vehicles that involved in traffic accidents at OBERLIN STREET On 2024-01-17 00:00:00, there are 2 vehicles that involved in traffic accidents at SHREWSBURY STREET On 2024-01-17 00:00:00, there are 2 vehicles that involved in traffic accidents at SHREWSBURY STREET On 2024-01-17 00:00:00, there are 2 vehicles that involved in traffic accidents at FRANKLIN STREET On 2024-01-17 00:00:00, there are 2 vehicles that involved in traffic accidents at FRANKLIN STREET On 2024-01-17 00:00:00, there are 1 vehicles that involved in traffic accidents at On 2024-01-11 00:00:00, there are 3 vehicles that involved in traffic accidents at LINCOLN STREET On 2024-01-11 00:00:00, there are 3 vehicles that involved in traffic accidents at LINCOLN STREET On 2024-01-11 00:00:00, there are 3 vehicles that involved in traffic accidents at LINCOLN STREET On 2024-01-12 00:00:00, there are 2 vehicles that involved in traffic accidents at GRAFTON STREET On 2024-01-12 00:00:00, there are 2 vehicles that involved in traffic accidents at GRAFTON STREET On 2024-01-12 00:00:00, there are 2 vehicles that involved in traffic accidents at PURITAN AVENUE On 2024-01-12 00:00:00, there are 2 vehicles that involved in traffic accidents at PURITAN AVENUE On 2024-01-22 00:00:00, there are 3 vehicles that involved in traffic accidents at GROVE STREET On 2024-01-22 00:00:00, there are 3 vehicles that involved in traffic accidents at GROVE STREET On 2024-01-22 00:00:00, there are 3 vehicles that involved in traffic accidents at GROVE STREET On 2024-01-24 00:00:00, there are 2 vehicles that involved in traffic accidents at On 2024-01-24 00:00:00, there are 2 vehicles that involved in traffic accidents at On 2024-01-23 00:00:00, there are 2 vehicles that involved in traffic accidents at MILLBROOK STREET On 2024-01-23 00:00:00, there are 2 vehicles that involved in traffic accidents at MILLBROOK STREET On 2024-01-24 00:00:00, there are 1 vehicles that involved in traffic accidents at LINCOLN STREET On 2024-01-25 00:00:00, there are 2 vehicles that involved in traffic accidents at PENN AVENUE On 2024-01-25 00:00:00, there are 2 vehicles that involved in traffic accidents at PENN AVENUE On 2024-01-28 00:00:00, there are 2 vehicles that involved in traffic accidents at INTERSTATE 290 On 2024-01-28 00:00:00, there are 2 vehicles that involved in traffic accidents at INTERSTATE 290 On 2024-01-04 00:00:00, there are 2 vehicles that involved in traffic accidents at ALBERT STREET On 2024-01-04 00:00:00, there are 2 vehicles that involved in traffic accidents at ALBERT STREET On 2024-01-23 00:00:00, there are 2 vehicles that involved in traffic accidents at PLANTATION STREET On 2024-01-23 00:00:00, there are 2 vehicles that involved in traffic accidents at PLANTATION STREET On 2024-01-21 00:00:00, there are 1 vehicles that involved in traffic accidents at LINCOLN STREET On 2024-01-22 00:00:00, there are 2 vehicles that involved in traffic accidents at MAIN STREET On 2024-01-22 00:00:00, there are 2 vehicles that involved in traffic accidents at MAIN STREET On 2024-01-22 00:00:00, there are 2 vehicles that involved in traffic accidents at UPSALA STREET On 2024-01-22 00:00:00, there are 2 vehicles that involved in traffic accidents at UPSALA STREET On 2024-01-20 00:00:00, there are 2 vehicles that involved in traffic accidents at PATTISON STREET On 2024-01-20 00:00:00, there are 2 vehicles that involved in traffic accidents at PATTISON STREET On 2024-01-20 00:00:00, there are 2 vehicles that involved in traffic accidents at KINGSBURY STREET On 2024-01-20 00:00:00, there are 2 vehicles that involved in traffic accidents at KINGSBURY STREET On 2024-01-21 00:00:00, there are 2 vehicles that involved in traffic accidents at ORIENT STREET On 2024-01-21 00:00:00, there are 2 vehicles that involved in traffic accidents at ORIENT STREET On 2024-01-18 00:00:00, there are 2 vehicles that involved in traffic accidents at WINTHROP STREET On 2024-01-18 00:00:00, there are 2 vehicles that involved in traffic accidents at WINTHROP STREET On 2024-01-21 00:00:00, there are 1 vehicles that involved in traffic accidents at PLANTATION STREET On 2024-01-21 00:00:00, there are 3 vehicles that involved in traffic accidents at LAKE AVENUE On 2024-01-21 00:00:00, there are 3 vehicles that involved in traffic accidents at LAKE AVENUE On 2024-01-21 00:00:00, there are 3 vehicles that involved in traffic accidents at LAKE AVENUE On 2024-01-21 00:00:00, there are 2 vehicles that involved in traffic accidents at VERNON STREET On 2024-01-21 00:00:00, there are 2 vehicles that involved in traffic accidents at VERNON STREET On 2024-01-14 00:00:00, there are 3 vehicles that involved in traffic accidents at DORCHESTER STREET On 2024-01-14 00:00:00, there are 3 vehicles that involved in traffic accidents at DORCHESTER STREET On 2024-01-14 00:00:00, there are 3 vehicles that involved in traffic accidents at DORCHESTER STREET On 2024-01-08 00:00:00, there are 2 vehicles that involved in traffic accidents at MAIN STREET On 2024-01-08 00:00:00, there are 2 vehicles that involved in traffic accidents at MAIN STREET On 2024-01-08 00:00:00, there are 2 vehicles that involved in traffic accidents at MILL STREET EXTENSION On 2024-01-08 00:00:00, there are 2 vehicles that involved in traffic accidents at MILL STREET EXTENSION On 2024-01-08 00:00:00, there are 2 vehicles that involved in traffic accidents at SUNDERLAND ROAD On 2024-01-08 00:00:00, there are 2 vehicles that involved in traffic accidents at SUNDERLAND ROAD On 2024-01-09 00:00:00, there are 2 vehicles that involved in traffic accidents at SHREWSBURY STREET On 2024-01-09 00:00:00, there are 2 vehicles that involved in traffic accidents at SHREWSBURY STREET On 2024-01-09 00:00:00, there are 2 vehicles that involved in traffic accidents at MAY STREET On 2024-01-09 00:00:00, there are 2 vehicles that involved in traffic accidents at MAY STREET On 2024-01-28 00:00:00, there are 1 vehicles that involved in traffic accidents at INTERSTATE 290 On 2024-02-02 00:00:00, there are 2 vehicles that involved in traffic accidents at INTERSTATE 290 On 2024-02-02 00:00:00, there are 2 vehicles that involved in traffic accidents at INTERSTATE 290 On 2024-01-29 00:00:00, there are 2 vehicles that involved in traffic accidents at On 2024-01-29 00:00:00, there are 2 vehicles that involved in traffic accidents at On 2024-01-25 00:00:00, there are 1 vehicles that involved in traffic accidents at INTERSTATE 290 On 2024-01-01 00:00:00, there are 4 vehicles that involved in traffic accidents at FLORENCE STREET On 2024-01-01 00:00:00, there are 4 vehicles that involved in traffic accidents at FLORENCE STREET On 2024-01-01 00:00:00, there are 4 vehicles that involved in traffic accidents at FLORENCE STREET On 2024-01-01 00:00:00, there are 4 vehicles that involved in traffic accidents at FLORENCE STREET On 2024-01-23 00:00:00, there are 2 vehicles that involved in traffic accidents at ROYAL ROAD On 2024-01-23 00:00:00, there are 2 vehicles that involved in traffic accidents at ROYAL ROAD On 2024-01-07 00:00:00, there are 1 vehicles that involved in traffic accidents at JUNE STREET On 2024-01-06 00:00:00, there are 2 vehicles that involved in traffic accidents at FOSTER STREET On 2024-01-06 00:00:00, there are 2 vehicles that involved in traffic accidents at FOSTER STREET On 2024-01-07 00:00:00, there are 2 vehicles that involved in traffic accidents at GRAFTON STREET On 2024-01-07 00:00:00, there are 2 vehicles that involved in traffic accidents at GRAFTON STREET On 2024-01-07 00:00:00, there are 1 vehicles that involved in traffic accidents at EAST CENTRAL STREET On 2024-01-07 00:00:00, there are 1 vehicles that involved in traffic accidents at BEACON STREET On 2024-01-07 00:00:00, there are 2 vehicles that involved in traffic accidents at On 2024-01-07 00:00:00, there are 2 vehicles that involved in traffic accidents at On 2024-01-07 00:00:00, there are 2 vehicles that involved in traffic accidents at SHREWSBURY STREET On 2024-01-07 00:00:00, there are 2 vehicles that involved in traffic accidents at SHREWSBURY STREET On 2024-01-20 00:00:00, there are 2 vehicles that involved in traffic accidents at STONELAND ROAD On 2024-01-20 00:00:00, there are 2 vehicles that involved in traffic accidents at STONELAND ROAD On 2024-01-20 00:00:00, there are 2 vehicles that involved in traffic accidents at NUTTALL LANE On 2024-01-20 00:00:00, there are 2 vehicles that involved in traffic accidents at NUTTALL LANE On 2024-01-20 00:00:00, there are 2 vehicles that involved in traffic accidents at On 2024-01-20 00:00:00, there are 2 vehicles that involved in traffic accidents at On 2024-01-14 00:00:00, there are 2 vehicles that involved in traffic accidents at HAMMOND STREET On 2024-01-14 00:00:00, there are 2 vehicles that involved in traffic accidents at HAMMOND STREET On 2024-01-14 00:00:00, there are 2 vehicles that involved in traffic accidents at MAY STREET On 2024-01-14 00:00:00, there are 2 vehicles that involved in traffic accidents at MAY STREET On 2024-01-15 00:00:00, there are 2 vehicles that involved in traffic accidents at PARK AVENUE On 2024-01-15 00:00:00, there are 2 vehicles that involved in traffic accidents at PARK AVENUE On 2024-01-20 00:00:00, there are 1 vehicles that involved in traffic accidents at SOUTH STREET On 2024-01-16 00:00:00, there are 2 vehicles that involved in traffic accidents at FRANKLIN STREET On 2024-01-16 00:00:00, there are 2 vehicles that involved in traffic accidents at FRANKLIN STREET On 2024-01-20 00:00:00, there are 2 vehicles that involved in traffic accidents at VASSAR STREET On 2024-01-20 00:00:00, there are 2 vehicles that involved in traffic accidents at VASSAR STREET On 2024-01-17 00:00:00, there are 2 vehicles that involved in traffic accidents at ELM STREET On 2024-01-17 00:00:00, there are 2 vehicles that involved in traffic accidents at ELM STREET On 2024-01-20 00:00:00, there are 2 vehicles that involved in traffic accidents at BYRON STREET On 2024-01-20 00:00:00, there are 2 vehicles that involved in traffic accidents at BYRON STREET On 2024-01-24 00:00:00, there are 1 vehicles that involved in traffic accidents at HIGHLAND STREET On 2024-01-24 00:00:00, there are 1 vehicles that involved in traffic accidents at PLEASANT STREET On 2024-01-24 00:00:00, there are 1 vehicles that involved in traffic accidents at On 2024-01-17 00:00:00, there are 2 vehicles that involved in traffic accidents at PLANTATION STREET On 2024-01-17 00:00:00, there are 2 vehicles that involved in traffic accidents at PLANTATION STREET On 2024-01-22 00:00:00, there are 2 vehicles that involved in traffic accidents at BELMONT STREET On 2024-01-22 00:00:00, there are 2 vehicles that involved in traffic accidents at BELMONT STREET On 2024-01-25 00:00:00, there are 2 vehicles that involved in traffic accidents at FOSTER STREET On 2024-01-25 00:00:00, there are 2 vehicles that involved in traffic accidents at FOSTER STREET On 2024-01-18 00:00:00, there are 2 vehicles that involved in traffic accidents at SALISBURY STREET On 2024-01-18 00:00:00, there are 2 vehicles that involved in traffic accidents at SALISBURY STREET On 2024-01-06 00:00:00, there are 1 vehicles that involved in traffic accidents at BELMONT STREET On 2024-01-10 00:00:00, there are 2 vehicles that involved in traffic accidents at BELMONT STREET On 2024-01-10 00:00:00, there are 2 vehicles that involved in traffic accidents at BELMONT STREET On 2024-01-11 00:00:00, there are 3 vehicles that involved in traffic accidents at SHREWSBURY STREET On 2024-01-11 00:00:00, there are 3 vehicles that involved in traffic accidents at SHREWSBURY STREET On 2024-01-11 00:00:00, there are 3 vehicles that involved in traffic accidents at SHREWSBURY STREET On 2024-01-17 00:00:00, there are 2 vehicles that involved in traffic accidents at On 2024-01-17 00:00:00, there are 2 vehicles that involved in traffic accidents at On 2024-01-17 00:00:00, there are 2 vehicles that involved in traffic accidents at LAFAYETTE STREET On 2024-01-17 00:00:00, there are 2 vehicles that involved in traffic accidents at LAFAYETTE STREET On 2024-01-18 00:00:00, there are 2 vehicles that involved in traffic accidents at PATTISON STREET On 2024-01-18 00:00:00, there are 2 vehicles that involved in traffic accidents at PATTISON STREET On 2024-01-16 00:00:00, there are 1 vehicles that involved in traffic accidents at FRANKLIN STREET On 2024-01-12 00:00:00, there are 3 vehicles that involved in traffic accidents at On 2024-01-12 00:00:00, there are 3 vehicles that involved in traffic accidents at On 2024-01-12 00:00:00, there are 3 vehicles that involved in traffic accidents at On 2024-01-12 00:00:00, there are 2 vehicles that involved in traffic accidents at CAROLINE STREET On 2024-01-12 00:00:00, there are 2 vehicles that involved in traffic accidents at CAROLINE STREET On 2024-01-12 00:00:00, there are 2 vehicles that involved in traffic accidents at MCKEON ROAD On 2024-01-12 00:00:00, there are 2 vehicles that involved in traffic accidents at MCKEON ROAD On 2024-01-10 00:00:00, there are 2 vehicles that involved in traffic accidents at HEYWOOD STREET On 2024-01-10 00:00:00, there are 2 vehicles that involved in traffic accidents at HEYWOOD STREET On 2024-01-22 00:00:00, there are 2 vehicles that involved in traffic accidents at RUSSELL STREET On 2024-01-22 00:00:00, there are 2 vehicles that involved in traffic accidents at RUSSELL STREET On 2024-01-25 00:00:00, there are 2 vehicles that involved in traffic accidents at On 2024-01-25 00:00:00, there are 2 vehicles that involved in traffic accidents at On 2024-01-24 00:00:00, there are 2 vehicles that involved in traffic accidents at CHANDLER STREET On 2024-01-24 00:00:00, there are 2 vehicles that involved in traffic accidents at CHANDLER STREET On 2024-01-24 00:00:00, there are 2 vehicles that involved in traffic accidents at CAMBRIDGE STREET On 2024-01-24 00:00:00, there are 2 vehicles that involved in traffic accidents at CAMBRIDGE STREET On 2024-01-01 00:00:00, there are 2 vehicles that involved in traffic accidents at GOLD STAR BOULEVARD On 2024-01-01 00:00:00, there are 2 vehicles that involved in traffic accidents at GOLD STAR BOULEVARD On 2024-02-03 00:00:00, there are 2 vehicles that involved in traffic accidents at On 2024-02-03 00:00:00, there are 2 vehicles that involved in traffic accidents at On 2024-01-21 00:00:00, there are 2 vehicles that involved in traffic accidents at MAIN STREET On 2024-01-21 00:00:00, there are 2 vehicles that involved in traffic accidents at MAIN STREET On 2024-01-04 00:00:00, there are 2 vehicles that involved in traffic accidents at HIGHLAND STREET On 2024-01-04 00:00:00, there are 2 vehicles that involved in traffic accidents at HIGHLAND STREET On 2024-01-18 00:00:00, there are 3 vehicles that involved in traffic accidents at INTERSTATE 190 On 2024-01-18 00:00:00, there are 3 vehicles that involved in traffic accidents at INTERSTATE 190 On 2024-01-18 00:00:00, there are 3 vehicles that involved in traffic accidents at INTERSTATE 190 On 2024-01-17 00:00:00, there are 2 vehicles that involved in traffic accidents at DUTTON STREET On 2024-01-17 00:00:00, there are 2 vehicles that involved in traffic accidents at DUTTON STREET On 2024-01-12 00:00:00, there are 1 vehicles that involved in traffic accidents at PRESTON STREET On 2024-02-10 00:00:00, there are 1 vehicles that involved in traffic accidents at INTERSTATE 190 On 2024-02-01 00:00:00, there are 2 vehicles that involved in traffic accidents at On 2024-02-01 00:00:00, there are 2 vehicles that involved in traffic accidents at On 2024-01-31 00:00:00, there are 3 vehicles that involved in traffic accidents at On 2024-01-31 00:00:00, there are 3 vehicles that involved in traffic accidents at On 2024-01-31 00:00:00, there are 3 vehicles that involved in traffic accidents at On 2024-02-05 00:00:00, there are 3 vehicles that involved in traffic accidents at INTERSTATE 290 On 2024-02-05 00:00:00, there are 3 vehicles that involved in traffic accidents at INTERSTATE 290 On 2024-02-05 00:00:00, there are 3 vehicles that involved in traffic accidents at INTERSTATE 290 On 2024-01-25 00:00:00, there are 2 vehicles that involved in traffic accidents at INTERSTATE 190 On 2024-01-25 00:00:00, there are 2 vehicles that involved in traffic accidents at INTERSTATE 190 On 2024-01-23 00:00:00, there are 2 vehicles that involved in traffic accidents at VERNON STREET On 2024-01-23 00:00:00, there are 2 vehicles that involved in traffic accidents at VERNON STREET On 2024-01-23 00:00:00, there are 2 vehicles that involved in traffic accidents at GRAFTON STREET On 2024-01-23 00:00:00, there are 2 vehicles that involved in traffic accidents at GRAFTON STREET On 2024-01-18 00:00:00, there are 2 vehicles that involved in traffic accidents at CURTIS STREET On 2024-01-18 00:00:00, there are 2 vehicles that involved in traffic accidents at CURTIS STREET On 2024-01-23 00:00:00, there are 2 vehicles that involved in traffic accidents at STAFFORD STREET On 2024-01-23 00:00:00, there are 2 vehicles that involved in traffic accidents at STAFFORD STREET On 2024-01-23 00:00:00, there are 3 vehicles that involved in traffic accidents at PARK AVENUE On 2024-01-23 00:00:00, there are 3 vehicles that involved in traffic accidents at PARK AVENUE On 2024-01-23 00:00:00, there are 3 vehicles that involved in traffic accidents at PARK AVENUE On 2024-01-23 00:00:00, there are 2 vehicles that involved in traffic accidents at BOYNTON STREET On 2024-01-23 00:00:00, there are 2 vehicles that involved in traffic accidents at BOYNTON STREET On 2024-01-07 00:00:00, there are 2 vehicles that involved in traffic accidents at CLOVER STREET On 2024-01-07 00:00:00, there are 2 vehicles that involved in traffic accidents at CLOVER STREET On 2024-01-20 00:00:00, there are 1 vehicles that involved in traffic accidents at PENN AVENUE On 2024-01-23 00:00:00, there are 2 vehicles that involved in traffic accidents at CHANDLER STREET On 2024-01-23 00:00:00, there are 2 vehicles that involved in traffic accidents at CHANDLER STREET On 2024-01-08 00:00:00, there are 1 vehicles that involved in traffic accidents at WESTBOROUGH STREET On 2024-01-16 00:00:00, there are 1 vehicles that involved in traffic accidents at SALISBURY STREET On 2024-01-21 00:00:00, there are 2 vehicles that involved in traffic accidents at SOUTH STREET On 2024-01-21 00:00:00, there are 2 vehicles that involved in traffic accidents at SOUTH STREET On 2024-01-27 00:00:00, there are 2 vehicles that involved in traffic accidents at HARDING STREET On 2024-01-27 00:00:00, there are 2 vehicles that involved in traffic accidents at HARDING STREET On 2024-01-26 00:00:00, there are 2 vehicles that involved in traffic accidents at PARK AVENUE On 2024-01-26 00:00:00, there are 2 vehicles that involved in traffic accidents at PARK AVENUE On 2024-01-26 00:00:00, there are 1 vehicles that involved in traffic accidents at PARK AVENUE On 2024-01-23 00:00:00, there are 1 vehicles that involved in traffic accidents at EAST CENTRAL STREET On 2024-01-19 00:00:00, there are 1 vehicles that involved in traffic accidents at CAMBRIDGE STREET On 2024-01-25 00:00:00, there are 2 vehicles that involved in traffic accidents at QUEEN STREET On 2024-01-25 00:00:00, there are 2 vehicles that involved in traffic accidents at QUEEN STREET On 2024-01-25 00:00:00, there are 2 vehicles that involved in traffic accidents at BELMONT STREET On 2024-01-25 00:00:00, there are 2 vehicles that involved in traffic accidents at BELMONT STREET On 2024-01-25 00:00:00, there are 2 vehicles that involved in traffic accidents at HAMILTON STREET On 2024-01-25 00:00:00, there are 2 vehicles that involved in traffic accidents at HAMILTON STREET On 2024-01-22 00:00:00, there are 2 vehicles that involved in traffic accidents at MAYWOOD STREET On 2024-01-22 00:00:00, there are 2 vehicles that involved in traffic accidents at MAYWOOD STREET On 2024-01-24 00:00:00, there are 1 vehicles that involved in traffic accidents at PERRY AVENUE On 2024-01-23 00:00:00, there are 1 vehicles that involved in traffic accidents at SPOFFORD ROAD On 2024-01-24 00:00:00, there are 1 vehicles that involved in traffic accidents at MAY STREET On 2024-01-24 00:00:00, there are 2 vehicles that involved in traffic accidents at PLEASANT STREET On 2024-01-24 00:00:00, there are 2 vehicles that involved in traffic accidents at PLEASANT STREET On 2024-01-27 00:00:00, there are 2 vehicles that involved in traffic accidents at CAMBRIDGE STREET On 2024-01-27 00:00:00, there are 2 vehicles that involved in traffic accidents at CAMBRIDGE STREET On 2024-01-08 00:00:00, there are 2 vehicles that involved in traffic accidents at HIGHLAND STREET On 2024-01-08 00:00:00, there are 2 vehicles that involved in traffic accidents at HIGHLAND STREET On 2024-01-08 00:00:00, there are 2 vehicles that involved in traffic accidents at LINCOLN STREET On 2024-01-08 00:00:00, there are 2 vehicles that involved in traffic accidents at LINCOLN STREET On 2024-01-14 00:00:00, there are 2 vehicles that involved in traffic accidents at DORCHESTER STREET On 2024-01-14 00:00:00, there are 2 vehicles that involved in traffic accidents at DORCHESTER STREET On 2024-01-25 00:00:00, there are 2 vehicles that involved in traffic accidents at CHANDLER STREET On 2024-01-25 00:00:00, there are 2 vehicles that involved in traffic accidents at CHANDLER STREET On 2024-02-01 00:00:00, there are 2 vehicles that involved in traffic accidents at MAIN STREET On 2024-02-01 00:00:00, there are 2 vehicles that involved in traffic accidents at MAIN STREET On 2024-02-01 00:00:00, there are 2 vehicles that involved in traffic accidents at FRONT STREET On 2024-02-01 00:00:00, there are 2 vehicles that involved in traffic accidents at FRONT STREET On 2024-01-21 00:00:00, there are 2 vehicles that involved in traffic accidents at On 2024-01-21 00:00:00, there are 2 vehicles that involved in traffic accidents at On 2024-02-01 00:00:00, there are 2 vehicles that involved in traffic accidents at BRUSSELS STREET On 2024-02-01 00:00:00, there are 2 vehicles that involved in traffic accidents at BRUSSELS STREET On 2024-02-05 00:00:00, there are 1 vehicles that involved in traffic accidents at MAIN STREET On 2024-01-17 00:00:00, there are 2 vehicles that involved in traffic accidents at HACKER STREET On 2024-01-17 00:00:00, there are 2 vehicles that involved in traffic accidents at HACKER STREET On 2024-01-04 00:00:00, there are 1 vehicles that involved in traffic accidents at LINCOLN STREET On 2024-01-16 00:00:00, there are 2 vehicles that involved in traffic accidents at DRUMMOND AVENUE On 2024-01-16 00:00:00, there are 2 vehicles that involved in traffic accidents at DRUMMOND AVENUE On 2024-01-16 00:00:00, there are 2 vehicles that involved in traffic accidents at MAIN STREET On 2024-01-16 00:00:00, there are 2 vehicles that involved in traffic accidents at MAIN STREET On 2024-01-16 00:00:00, there are 2 vehicles that involved in traffic accidents at On 2024-01-16 00:00:00, there are 2 vehicles that involved in traffic accidents at On 2024-02-04 00:00:00, there are 2 vehicles that involved in traffic accidents at GRAFTON STREET On 2024-02-04 00:00:00, there are 2 vehicles that involved in traffic accidents at GRAFTON STREET On 2024-01-16 00:00:00, there are 1 vehicles that involved in traffic accidents at GRAFTON STREET On 2024-01-16 00:00:00, there are 2 vehicles that involved in traffic accidents at HARRISON STREET On 2024-01-16 00:00:00, there are 2 vehicles that involved in traffic accidents at HARRISON STREET On 2024-01-21 00:00:00, there are 2 vehicles that involved in traffic accidents at MAIN STREET On 2024-01-21 00:00:00, there are 2 vehicles that involved in traffic accidents at MAIN STREET On 2024-01-02 00:00:00, there are 2 vehicles that involved in traffic accidents at SUFFOLK STREET On 2024-01-02 00:00:00, there are 2 vehicles that involved in traffic accidents at SUFFOLK STREET On 2024-01-20 00:00:00, there are 3 vehicles that involved in traffic accidents at MAYWOOD STREET On 2024-01-20 00:00:00, there are 3 vehicles that involved in traffic accidents at MAYWOOD STREET On 2024-01-20 00:00:00, there are 3 vehicles that involved in traffic accidents at MAYWOOD STREET On 2024-01-20 00:00:00, there are 2 vehicles that involved in traffic accidents at PLEASANT STREET On 2024-01-20 00:00:00, there are 2 vehicles that involved in traffic accidents at PLEASANT STREET On 2024-01-22 00:00:00, there are 2 vehicles that involved in traffic accidents at COLLEGE STREET On 2024-01-22 00:00:00, there are 2 vehicles that involved in traffic accidents at COLLEGE STREET On 2024-01-17 00:00:00, there are 3 vehicles that involved in traffic accidents at MAY STREET On 2024-01-17 00:00:00, there are 3 vehicles that involved in traffic accidents at MAY STREET On 2024-01-17 00:00:00, there are 3 vehicles that involved in traffic accidents at MAY STREET On 2024-01-22 00:00:00, there are 2 vehicles that involved in traffic accidents at HAMILTON STREET On 2024-01-22 00:00:00, there are 2 vehicles that involved in traffic accidents at HAMILTON STREET On 2024-01-16 00:00:00, there are 2 vehicles that involved in traffic accidents at FRANKLIN STREET On 2024-01-16 00:00:00, there are 2 vehicles that involved in traffic accidents at FRANKLIN STREET On 2024-01-20 00:00:00, there are 1 vehicles that involved in traffic accidents at LANESBORO ROAD On 2024-01-22 00:00:00, there are 2 vehicles that involved in traffic accidents at MOUNT HOLYOKE AVENUE On 2024-01-22 00:00:00, there are 2 vehicles that involved in traffic accidents at MOUNT HOLYOKE AVENUE On 2024-02-09 00:00:00, there are 2 vehicles that involved in traffic accidents at INTERSTATE 290 On 2024-02-09 00:00:00, there are 2 vehicles that involved in traffic accidents at INTERSTATE 290 On 2024-01-19 00:00:00, there are 2 vehicles that involved in traffic accidents at INTERSTATE 290 On 2024-01-19 00:00:00, there are 2 vehicles that involved in traffic accidents at INTERSTATE 290 On 2024-02-14 00:00:00, there are 2 vehicles that involved in traffic accidents at INTERSTATE 290 On 2024-02-14 00:00:00, there are 2 vehicles that involved in traffic accidents at INTERSTATE 290 On 2024-01-30 00:00:00, there are 3 vehicles that involved in traffic accidents at CURTIS PARKWAY On 2024-01-30 00:00:00, there are 3 vehicles that involved in traffic accidents at CURTIS PARKWAY On 2024-01-30 00:00:00, there are 3 vehicles that involved in traffic accidents at CURTIS PARKWAY On 2024-01-30 00:00:00, there are 2 vehicles that involved in traffic accidents at BROWNELL STREET On 2024-01-30 00:00:00, there are 2 vehicles that involved in traffic accidents at BROWNELL STREET On 2024-02-06 00:00:00, there are 2 vehicles that involved in traffic accidents at GRAFTON STREET On 2024-02-06 00:00:00, there are 2 vehicles that involved in traffic accidents at GRAFTON STREET On 2024-02-10 00:00:00, there are 1 vehicles that involved in traffic accidents at On 2024-02-02 00:00:00, there are 2 vehicles that involved in traffic accidents at PLEASANT STREET On 2024-02-02 00:00:00, there are 2 vehicles that involved in traffic accidents at PLEASANT STREET On 2024-02-01 00:00:00, there are 2 vehicles that involved in traffic accidents at NORTHEAST CUTOFF On 2024-02-01 00:00:00, there are 2 vehicles that involved in traffic accidents at NORTHEAST CUTOFF On 2024-02-03 00:00:00, there are 2 vehicles that involved in traffic accidents at On 2024-02-03 00:00:00, there are 2 vehicles that involved in traffic accidents at On 2024-02-10 00:00:00, there are 4 vehicles that involved in traffic accidents at On 2024-02-10 00:00:00, there are 4 vehicles that involved in traffic accidents at On 2024-02-10 00:00:00, there are 4 vehicles that involved in traffic accidents at On 2024-02-10 00:00:00, there are 4 vehicles that involved in traffic accidents at On 2024-02-11 00:00:00, there are 1 vehicles that involved in traffic accidents at On 2024-01-10 00:00:00, there are 2 vehicles that involved in traffic accidents at ORIENT STREET On 2024-01-10 00:00:00, there are 2 vehicles that involved in traffic accidents at ORIENT STREET On 2024-01-14 00:00:00, there are 2 vehicles that involved in traffic accidents at On 2024-01-14 00:00:00, there are 2 vehicles that involved in traffic accidents at On 2024-02-02 00:00:00, there are 2 vehicles that involved in traffic accidents at SALISBURY STREET On 2024-02-02 00:00:00, there are 2 vehicles that involved in traffic accidents at SALISBURY STREET On 2024-02-02 00:00:00, there are 2 vehicles that involved in traffic accidents at SOUTHWEST CUTOFF On 2024-02-02 00:00:00, there are 2 vehicles that involved in traffic accidents at SOUTHWEST CUTOFF On 2024-01-07 00:00:00, there are 2 vehicles that involved in traffic accidents at On 2024-01-07 00:00:00, there are 2 vehicles that involved in traffic accidents at On 2024-01-30 00:00:00, there are 2 vehicles that involved in traffic accidents at NATHANIEL STREET On 2024-01-30 00:00:00, there are 2 vehicles that involved in traffic accidents at NATHANIEL STREET On 2024-02-01 00:00:00, there are 2 vehicles that involved in traffic accidents at COBURN AVENUE On 2024-02-01 00:00:00, there are 2 vehicles that involved in traffic accidents at COBURN AVENUE On 2024-01-05 00:00:00, there are 4 vehicles that involved in traffic accidents at BELMONT STREET On 2024-01-05 00:00:00, there are 4 vehicles that involved in traffic accidents at BELMONT STREET On 2024-01-05 00:00:00, there are 4 vehicles that involved in traffic accidents at BELMONT STREET On 2024-01-05 00:00:00, there are 4 vehicles that involved in traffic accidents at BELMONT STREET On 2024-01-23 00:00:00, there are 2 vehicles that involved in traffic accidents at On 2024-01-23 00:00:00, there are 2 vehicles that involved in traffic accidents at On 2024-01-23 00:00:00, there are 1 vehicles that involved in traffic accidents at SALISBURY STREET On 2024-01-30 00:00:00, there are 2 vehicles that involved in traffic accidents at GRAFTON STREET On 2024-01-30 00:00:00, there are 2 vehicles that involved in traffic accidents at GRAFTON STREET On 2024-01-29 00:00:00, there are 2 vehicles that involved in traffic accidents at LOXWOOD STREET On 2024-01-29 00:00:00, there are 2 vehicles that involved in traffic accidents at LOXWOOD STREET On 2024-02-03 00:00:00, there are 2 vehicles that involved in traffic accidents at On 2024-02-03 00:00:00, there are 2 vehicles that involved in traffic accidents at On 2024-01-29 00:00:00, there are 1 vehicles that involved in traffic accidents at SOUTHBRIDGE STREET On 2024-02-06 00:00:00, there are 2 vehicles that involved in traffic accidents at SHREWSBURY STREET On 2024-02-06 00:00:00, there are 2 vehicles that involved in traffic accidents at SHREWSBURY STREET On 2024-02-05 00:00:00, there are 2 vehicles that involved in traffic accidents at MILLBURY STREET On 2024-02-05 00:00:00, there are 2 vehicles that involved in traffic accidents at MILLBURY STREET On 2024-02-07 00:00:00, there are 2 vehicles that involved in traffic accidents at HIGHLAND STREET On 2024-02-07 00:00:00, there are 2 vehicles that involved in traffic accidents at HIGHLAND STREET On 2024-01-07 00:00:00, there are 1 vehicles that involved in traffic accidents at PARK AVENUE On 2024-01-07 00:00:00, there are 2 vehicles that involved in traffic accidents at PATCH RESERVOIR DRIVE On 2024-01-07 00:00:00, there are 2 vehicles that involved in traffic accidents at PATCH RESERVOIR DRIVE On 2024-01-07 00:00:00, there are 1 vehicles that involved in traffic accidents at FLAGG STREET On 2024-02-08 00:00:00, there are 2 vehicles that involved in traffic accidents at DORCHESTER STREET On 2024-02-08 00:00:00, there are 2 vehicles that involved in traffic accidents at DORCHESTER STREET On 2024-01-10 00:00:00, there are 2 vehicles that involved in traffic accidents at MAIN STREET On 2024-01-10 00:00:00, there are 2 vehicles that involved in traffic accidents at MAIN STREET On 2024-01-10 00:00:00, there are 2 vehicles that involved in traffic accidents at MADISON STREET On 2024-01-10 00:00:00, there are 2 vehicles that involved in traffic accidents at MADISON STREET On 2024-01-14 00:00:00, there are 2 vehicles that involved in traffic accidents at PLANTATION STREET On 2024-01-14 00:00:00, there are 2 vehicles that involved in traffic accidents at PLANTATION STREET On 2024-01-24 00:00:00, there are 2 vehicles that involved in traffic accidents at BELMONT STREET On 2024-01-24 00:00:00, there are 2 vehicles that involved in traffic accidents at BELMONT STREET On 2024-02-07 00:00:00, there are 2 vehicles that involved in traffic accidents at MAIN STREET On 2024-02-07 00:00:00, there are 2 vehicles that involved in traffic accidents at MAIN STREET On 2024-02-08 00:00:00, there are 2 vehicles that involved in traffic accidents at SHREWSBURY STREET On 2024-02-08 00:00:00, there are 2 vehicles that involved in traffic accidents at SHREWSBURY STREET On 2024-01-05 00:00:00, there are 2 vehicles that involved in traffic accidents at On 2024-01-05 00:00:00, there are 2 vehicles that involved in traffic accidents at On 2024-01-07 00:00:00, there are 2 vehicles that involved in traffic accidents at WINFIELD STREET On 2024-01-07 00:00:00, there are 2 vehicles that involved in traffic accidents at WINFIELD STREET On 2024-01-24 00:00:00, there are 2 vehicles that involved in traffic accidents at GOLD STAR BOULEVARD On 2024-01-24 00:00:00, there are 2 vehicles that involved in traffic accidents at GOLD STAR BOULEVARD On 2024-01-24 00:00:00, there are 1 vehicles that involved in traffic accidents at MILL STREET On 2024-01-25 00:00:00, there are 2 vehicles that involved in traffic accidents at GRAFTON STREET On 2024-01-25 00:00:00, there are 2 vehicles that involved in traffic accidents at GRAFTON STREET On 2024-01-25 00:00:00, there are 1 vehicles that involved in traffic accidents at MASSASOIT ROAD On 2024-02-06 00:00:00, there are 2 vehicles that involved in traffic accidents at CAMBRIDGE STREET On 2024-02-06 00:00:00, there are 2 vehicles that involved in traffic accidents at CAMBRIDGE STREET On 2024-02-14 00:00:00, there are 3 vehicles that involved in traffic accidents at INTERSTATE 290 On 2024-02-14 00:00:00, there are 3 vehicles that involved in traffic accidents at INTERSTATE 290 On 2024-02-14 00:00:00, there are 3 vehicles that involved in traffic accidents at INTERSTATE 290 On 2024-02-13 00:00:00, there are 2 vehicles that involved in traffic accidents at On 2024-02-13 00:00:00, there are 2 vehicles that involved in traffic accidents at On 2024-02-12 00:00:00, there are 2 vehicles that involved in traffic accidents at On 2024-02-12 00:00:00, there are 2 vehicles that involved in traffic accidents at On 2024-01-09 00:00:00, there are 3 vehicles that involved in traffic accidents at CANTERBURY STREET On 2024-01-09 00:00:00, there are 3 vehicles that involved in traffic accidents at CANTERBURY STREET On 2024-01-09 00:00:00, there are 3 vehicles that involved in traffic accidents at CANTERBURY STREET On 2024-02-17 00:00:00, there are 2 vehicles that involved in traffic accidents at On 2024-02-17 00:00:00, there are 2 vehicles that involved in traffic accidents at On 2024-02-16 00:00:00, there are 1 vehicles that involved in traffic accidents at INTERSTATE 290 On 2024-02-20 00:00:00, there are 2 vehicles that involved in traffic accidents at INTERSTATE 290 On 2024-02-20 00:00:00, there are 2 vehicles that involved in traffic accidents at INTERSTATE 290 On 2024-02-14 00:00:00, there are 3 vehicles that involved in traffic accidents at On 2024-02-14 00:00:00, there are 3 vehicles that involved in traffic accidents at On 2024-02-14 00:00:00, there are 3 vehicles that involved in traffic accidents at On 2024-02-22 00:00:00, there are 2 vehicles that involved in traffic accidents at INTERSTATE 290 On 2024-02-22 00:00:00, there are 2 vehicles that involved in traffic accidents at INTERSTATE 290 On 2024-02-20 00:00:00, there are 1 vehicles that involved in traffic accidents at On 2024-02-10 00:00:00, there are 1 vehicles that involved in traffic accidents at WEST BOYLSTON STREET On 2024-02-14 00:00:00, there are 1 vehicles that involved in traffic accidents at KELLEY SQUARE On 2024-01-06 00:00:00, there are 1 vehicles that involved in traffic accidents at SAINT NICHOLAS AVENUE On 2024-02-14 00:00:00, there are 1 vehicles that involved in traffic accidents at On 2024-02-03 00:00:00, there are 2 vehicles that involved in traffic accidents at SHELBY STREET On 2024-02-03 00:00:00, there are 2 vehicles that involved in traffic accidents at SHELBY STREET On 2024-02-07 00:00:00, there are 2 vehicles that involved in traffic accidents at EDWARD STREET On 2024-02-07 00:00:00, there are 2 vehicles that involved in traffic accidents at EDWARD STREET On 2024-02-07 00:00:00, there are 1 vehicles that involved in traffic accidents at On 2024-02-07 00:00:00, there are 3 vehicles that involved in traffic accidents at WEST BOYLSTON STREET On 2024-02-07 00:00:00, there are 3 vehicles that involved in traffic accidents at WEST BOYLSTON STREET On 2024-02-07 00:00:00, there are 3 vehicles that involved in traffic accidents at WEST BOYLSTON STREET On 2024-02-07 00:00:00, there are 1 vehicles that involved in traffic accidents at SOUTHBRIDGE STREET On 2024-02-07 00:00:00, there are 2 vehicles that involved in traffic accidents at CAMBRIDGE STREET On 2024-02-07 00:00:00, there are 2 vehicles that involved in traffic accidents at CAMBRIDGE STREET On 2024-02-06 00:00:00, there are 2 vehicles that involved in traffic accidents at ELM STREET On 2024-02-06 00:00:00, there are 2 vehicles that involved in traffic accidents at ELM STREET On 2024-02-06 00:00:00, there are 2 vehicles that involved in traffic accidents at WOODLAND STREET On 2024-02-06 00:00:00, there are 2 vehicles that involved in traffic accidents at WOODLAND STREET On 2024-02-06 00:00:00, there are 2 vehicles that involved in traffic accidents at GRANITE STREET On 2024-02-06 00:00:00, there are 2 vehicles that involved in traffic accidents at GRANITE STREET On 2024-02-06 00:00:00, there are 2 vehicles that involved in traffic accidents at ENDICOTT STREET On 2024-02-06 00:00:00, there are 2 vehicles that involved in traffic accidents at ENDICOTT STREET On 2024-02-04 00:00:00, there are 2 vehicles that involved in traffic accidents at CLARKSON STREET On 2024-02-04 00:00:00, there are 2 vehicles that involved in traffic accidents at CLARKSON STREET On 2024-02-04 00:00:00, there are 2 vehicles that involved in traffic accidents at VERNON STREET On 2024-02-04 00:00:00, there are 2 vehicles that involved in traffic accidents at VERNON STREET On 2024-02-04 00:00:00, there are 2 vehicles that involved in traffic accidents at MADISON STREET On 2024-02-04 00:00:00, there are 2 vehicles that involved in traffic accidents at MADISON STREET On 2024-02-05 00:00:00, there are 2 vehicles that involved in traffic accidents at LINCOLN STREET On 2024-02-05 00:00:00, there are 2 vehicles that involved in traffic accidents at LINCOLN STREET On 2024-02-14 00:00:00, there are 2 vehicles that involved in traffic accidents at MAJOR TAYLOR BOULEVARD On 2024-02-14 00:00:00, there are 2 vehicles that involved in traffic accidents at MAJOR TAYLOR BOULEVARD On 2024-02-01 00:00:00, there are 1 vehicles that involved in traffic accidents at ESTHER STREET On 2024-02-07 00:00:00, there are 2 vehicles that involved in traffic accidents at STAFFORD STREET On 2024-02-07 00:00:00, there are 2 vehicles that involved in traffic accidents at STAFFORD STREET On 2024-01-26 00:00:00, there are 2 vehicles that involved in traffic accidents at MILL STREET On 2024-01-26 00:00:00, there are 2 vehicles that involved in traffic accidents at MILL STREET On 2024-01-30 00:00:00, there are 2 vehicles that involved in traffic accidents at MAIN STREET On 2024-01-30 00:00:00, there are 2 vehicles that involved in traffic accidents at MAIN STREET On 2024-01-19 00:00:00, there are 2 vehicles that involved in traffic accidents at CHATHAM STREET On 2024-01-19 00:00:00, there are 2 vehicles that involved in traffic accidents at CHATHAM STREET On 2024-01-08 00:00:00, there are 2 vehicles that involved in traffic accidents at BELLEVUE STREET On 2024-01-08 00:00:00, there are 2 vehicles that involved in traffic accidents at BELLEVUE STREET On 2024-01-19 00:00:00, there are 3 vehicles that involved in traffic accidents at TUCKERMAN STREET On 2024-01-19 00:00:00, there are 3 vehicles that involved in traffic accidents at TUCKERMAN STREET On 2024-01-19 00:00:00, there are 3 vehicles that involved in traffic accidents at TUCKERMAN STREET On 2024-01-19 00:00:00, there are 2 vehicles that involved in traffic accidents at BEAVER STREET On 2024-01-19 00:00:00, there are 2 vehicles that involved in traffic accidents at BEAVER STREET On 2024-01-19 00:00:00, there are 2 vehicles that involved in traffic accidents at CLEMENT STREET On 2024-01-19 00:00:00, there are 2 vehicles that involved in traffic accidents at CLEMENT STREET On 2024-01-19 00:00:00, there are 2 vehicles that involved in traffic accidents at GRAFTON STREET On 2024-01-19 00:00:00, there are 2 vehicles that involved in traffic accidents at GRAFTON STREET On 2024-01-19 00:00:00, there are 3 vehicles that involved in traffic accidents at ARARAT STREET On 2024-01-19 00:00:00, there are 3 vehicles that involved in traffic accidents at ARARAT STREET On 2024-01-19 00:00:00, there are 3 vehicles that involved in traffic accidents at ARARAT STREET On 2024-01-19 00:00:00, there are 2 vehicles that involved in traffic accidents at MALDEN STREET On 2024-01-19 00:00:00, there are 2 vehicles that involved in traffic accidents at MALDEN STREET On 2024-02-13 00:00:00, there are 2 vehicles that involved in traffic accidents at PRIMROSE STREET On 2024-02-13 00:00:00, there are 2 vehicles that involved in traffic accidents at PRIMROSE STREET On 2024-02-06 00:00:00, there are 2 vehicles that involved in traffic accidents at PLEASANT STREET On 2024-02-06 00:00:00, there are 2 vehicles that involved in traffic accidents at PLEASANT STREET On 2024-02-10 00:00:00, there are 1 vehicles that involved in traffic accidents at CAMBRIDGE STREET On 2024-01-19 00:00:00, there are 2 vehicles that involved in traffic accidents at MULBERRY STREET On 2024-01-19 00:00:00, there are 2 vehicles that involved in traffic accidents at MULBERRY STREET On 2024-02-14 00:00:00, there are 2 vehicles that involved in traffic accidents at BELMONT STREET On 2024-02-14 00:00:00, there are 2 vehicles that involved in traffic accidents at BELMONT STREET On 2024-02-14 00:00:00, there are 2 vehicles that involved in traffic accidents at SUMMER STREET On 2024-02-14 00:00:00, there are 2 vehicles that involved in traffic accidents at SUMMER STREET On 2024-02-14 00:00:00, there are 2 vehicles that involved in traffic accidents at BEACON STREET On 2024-02-14 00:00:00, there are 2 vehicles that involved in traffic accidents at BEACON STREET On 2024-02-12 00:00:00, there are 2 vehicles that involved in traffic accidents at STONELAND ROAD On 2024-02-12 00:00:00, there are 2 vehicles that involved in traffic accidents at STONELAND ROAD On 2024-02-12 00:00:00, there are 1 vehicles that involved in traffic accidents at CAMP STREET On 2024-01-14 00:00:00, there are 2 vehicles that involved in traffic accidents at SOUTHBRIDGE STREET On 2024-01-14 00:00:00, there are 2 vehicles that involved in traffic accidents at SOUTHBRIDGE STREET On 2024-02-11 00:00:00, there are 2 vehicles that involved in traffic accidents at OAK AVENUE On 2024-02-11 00:00:00, there are 2 vehicles that involved in traffic accidents at OAK AVENUE On 2024-01-20 00:00:00, there are 2 vehicles that involved in traffic accidents at WEST BOYLSTON STREET On 2024-01-20 00:00:00, there are 2 vehicles that involved in traffic accidents at WEST BOYLSTON STREET On 2024-02-11 00:00:00, there are 2 vehicles that involved in traffic accidents at FOURTH STREET On 2024-02-11 00:00:00, there are 2 vehicles that involved in traffic accidents at FOURTH STREET On 2024-01-20 00:00:00, there are 1 vehicles that involved in traffic accidents at PENN AVENUE On 2024-02-08 00:00:00, there are 2 vehicles that involved in traffic accidents at HIGHLAND STREET On 2024-02-08 00:00:00, there are 2 vehicles that involved in traffic accidents at HIGHLAND STREET On 2024-02-01 00:00:00, there are 2 vehicles that involved in traffic accidents at SOUTHBRIDGE STREET On 2024-02-01 00:00:00, there are 2 vehicles that involved in traffic accidents at SOUTHBRIDGE STREET On 2024-02-10 00:00:00, there are 2 vehicles that involved in traffic accidents at ANDREWS AVENUE On 2024-02-10 00:00:00, there are 2 vehicles that involved in traffic accidents at ANDREWS AVENUE On 2024-01-17 00:00:00, there are 2 vehicles that involved in traffic accidents at GROTON PLACE On 2024-01-17 00:00:00, there are 2 vehicles that involved in traffic accidents at GROTON PLACE On 2024-02-12 00:00:00, there are 2 vehicles that involved in traffic accidents at JUNE STREET On 2024-02-12 00:00:00, there are 2 vehicles that involved in traffic accidents at JUNE STREET On 2024-02-08 00:00:00, there are 2 vehicles that involved in traffic accidents at THOMAS STREET On 2024-02-08 00:00:00, there are 2 vehicles that involved in traffic accidents at THOMAS STREET On 2024-01-30 00:00:00, there are 1 vehicles that involved in traffic accidents at OLEAN STREET On 2024-02-02 00:00:00, there are 2 vehicles that involved in traffic accidents at JUNE STREET On 2024-02-02 00:00:00, there are 2 vehicles that involved in traffic accidents at JUNE STREET On 2024-02-09 00:00:00, there are 2 vehicles that involved in traffic accidents at HEYWOOD STREET On 2024-02-09 00:00:00, there are 2 vehicles that involved in traffic accidents at HEYWOOD STREET On 2024-01-31 00:00:00, there are 2 vehicles that involved in traffic accidents at PARK AVENUE On 2024-01-31 00:00:00, there are 2 vehicles that involved in traffic accidents at PARK AVENUE On 2024-01-31 00:00:00, there are 1 vehicles that involved in traffic accidents at On 2024-02-10 00:00:00, there are 2 vehicles that involved in traffic accidents at MILLBURY STREET On 2024-02-10 00:00:00, there are 2 vehicles that involved in traffic accidents at MILLBURY STREET On 2024-01-26 00:00:00, there are 2 vehicles that involved in traffic accidents at PARK AVENUE On 2024-01-26 00:00:00, there are 2 vehicles that involved in traffic accidents at PARK AVENUE On 2024-02-10 00:00:00, there are 2 vehicles that involved in traffic accidents at FIFTH AVENUE On 2024-02-10 00:00:00, there are 2 vehicles that involved in traffic accidents at FIFTH AVENUE On 2024-02-09 00:00:00, there are 2 vehicles that involved in traffic accidents at COMMERCIAL STREET On 2024-02-09 00:00:00, there are 2 vehicles that involved in traffic accidents at COMMERCIAL STREET On 2024-01-22 00:00:00, there are 2 vehicles that involved in traffic accidents at STEVENS ROAD On 2024-01-22 00:00:00, there are 2 vehicles that involved in traffic accidents at STEVENS ROAD On 2024-01-31 00:00:00, there are 2 vehicles that involved in traffic accidents at GOLD STAR BOULEVARD On 2024-01-31 00:00:00, there are 2 vehicles that involved in traffic accidents at GOLD STAR BOULEVARD On 2024-01-22 00:00:00, there are 2 vehicles that involved in traffic accidents at VERNON STREET On 2024-01-22 00:00:00, there are 2 vehicles that involved in traffic accidents at VERNON STREET On 2024-02-14 00:00:00, there are 1 vehicles that involved in traffic accidents at CHANDLER STREET On 2024-02-06 00:00:00, there are 2 vehicles that involved in traffic accidents at LAKE AVENUE NORTH On 2024-02-06 00:00:00, there are 2 vehicles that involved in traffic accidents at LAKE AVENUE NORTH On 2024-01-06 00:00:00, there are 3 vehicles that involved in traffic accidents at BEAVER STREET On 2024-01-06 00:00:00, there are 3 vehicles that involved in traffic accidents at BEAVER STREET On 2024-01-06 00:00:00, there are 3 vehicles that involved in traffic accidents at BEAVER STREET On 2024-01-06 00:00:00, there are 2 vehicles that involved in traffic accidents at SOUTHBRIDGE STREET On 2024-01-06 00:00:00, there are 2 vehicles that involved in traffic accidents at SOUTHBRIDGE STREET On 2024-01-06 00:00:00, there are 2 vehicles that involved in traffic accidents at HIGHLAND STREET On 2024-01-06 00:00:00, there are 2 vehicles that involved in traffic accidents at HIGHLAND STREET On 2024-01-06 00:00:00, there are 2 vehicles that involved in traffic accidents at CANTERBURY STREET On 2024-01-06 00:00:00, there are 2 vehicles that involved in traffic accidents at CANTERBURY STREET On 2024-01-06 00:00:00, there are 2 vehicles that involved in traffic accidents at CLARK STREET On 2024-01-06 00:00:00, there are 2 vehicles that involved in traffic accidents at CLARK STREET On 2024-02-23 00:00:00, there are 2 vehicles that involved in traffic accidents at INTERSTATE 290 On 2024-02-23 00:00:00, there are 2 vehicles that involved in traffic accidents at INTERSTATE 290 On 2024-02-03 00:00:00, there are 3 vehicles that involved in traffic accidents at On 2024-02-03 00:00:00, there are 3 vehicles that involved in traffic accidents at On 2024-02-03 00:00:00, there are 3 vehicles that involved in traffic accidents at On 2024-02-14 00:00:00, there are 2 vehicles that involved in traffic accidents at INTERSTATE 290 On 2024-02-14 00:00:00, there are 2 vehicles that involved in traffic accidents at INTERSTATE 290 On 2024-02-20 00:00:00, there are 2 vehicles that involved in traffic accidents at INTERSTATE 290 On 2024-02-20 00:00:00, there are 2 vehicles that involved in traffic accidents at INTERSTATE 290 On 2024-02-14 00:00:00, there are 2 vehicles that involved in traffic accidents at INTERSTATE 290 On 2024-02-14 00:00:00, there are 2 vehicles that involved in traffic accidents at INTERSTATE 290 On 2024-02-13 00:00:00, there are 2 vehicles that involved in traffic accidents at INTERSTATE 290 On 2024-02-13 00:00:00, there are 2 vehicles that involved in traffic accidents at INTERSTATE 290 On 2024-02-09 00:00:00, there are 2 vehicles that involved in traffic accidents at INTERSTATE 290 On 2024-02-09 00:00:00, there are 2 vehicles that involved in traffic accidents at INTERSTATE 290 On 2024-02-24 00:00:00, there are 2 vehicles that involved in traffic accidents at INTERSTATE 190 On 2024-02-24 00:00:00, there are 2 vehicles that involved in traffic accidents at INTERSTATE 190 On 2024-02-15 00:00:00, there are 2 vehicles that involved in traffic accidents at MAIN STREET On 2024-02-15 00:00:00, there are 2 vehicles that involved in traffic accidents at MAIN STREET On 2024-02-11 00:00:00, there are 3 vehicles that involved in traffic accidents at INTERSTATE 290 On 2024-02-11 00:00:00, there are 3 vehicles that involved in traffic accidents at INTERSTATE 290 On 2024-02-11 00:00:00, there are 3 vehicles that involved in traffic accidents at INTERSTATE 290 On 2024-02-27 00:00:00, there are 2 vehicles that involved in traffic accidents at INTERSTATE 290 On 2024-02-27 00:00:00, there are 2 vehicles that involved in traffic accidents at INTERSTATE 290 On 2024-02-10 00:00:00, there are 2 vehicles that involved in traffic accidents at SUFFIELD STREET On 2024-02-10 00:00:00, there are 2 vehicles that involved in traffic accidents at SUFFIELD STREET On 2024-01-14 00:00:00, there are 1 vehicles that involved in traffic accidents at WEST BOYLSTON STREET On 2024-01-08 00:00:00, there are 2 vehicles that involved in traffic accidents at LINCOLN STREET On 2024-01-08 00:00:00, there are 2 vehicles that involved in traffic accidents at LINCOLN STREET On 2024-01-08 00:00:00, there are 1 vehicles that involved in traffic accidents at WESTBOROUGH STREET On 2024-02-09 00:00:00, there are 2 vehicles that involved in traffic accidents at GRAFTON STREET On 2024-02-09 00:00:00, there are 2 vehicles that involved in traffic accidents at GRAFTON STREET On 2024-02-09 00:00:00, there are 2 vehicles that involved in traffic accidents at MASSASOIT ROAD On 2024-02-09 00:00:00, there are 2 vehicles that involved in traffic accidents at MASSASOIT ROAD On 2024-02-09 00:00:00, there are 2 vehicles that involved in traffic accidents at GRAFTON STREET On 2024-02-09 00:00:00, there are 2 vehicles that involved in traffic accidents at GRAFTON STREET On 2024-01-08 00:00:00, there are 2 vehicles that involved in traffic accidents at APRICOT STREET On 2024-01-08 00:00:00, there are 2 vehicles that involved in traffic accidents at APRICOT STREET On 2024-01-08 00:00:00, there are 1 vehicles that involved in traffic accidents at SALISBURY STREET On 2024-01-07 00:00:00, there are 1 vehicles that involved in traffic accidents at MILLBURY STREET On 2024-01-29 00:00:00, there are 2 vehicles that involved in traffic accidents at CRYSTAL STREET On 2024-01-29 00:00:00, there are 2 vehicles that involved in traffic accidents at CRYSTAL STREET On 2024-02-10 00:00:00, there are 2 vehicles that involved in traffic accidents at MAIN STREET On 2024-02-10 00:00:00, there are 2 vehicles that involved in traffic accidents at MAIN STREET On 2024-02-01 00:00:00, there are 2 vehicles that involved in traffic accidents at PROVIDENCE STREET On 2024-02-01 00:00:00, there are 2 vehicles that involved in traffic accidents at PROVIDENCE STREET On 2024-02-09 00:00:00, there are 2 vehicles that involved in traffic accidents at PARK AVENUE On 2024-02-09 00:00:00, there are 2 vehicles that involved in traffic accidents at PARK AVENUE On 2024-02-01 00:00:00, there are 2 vehicles that involved in traffic accidents at PARK AVENUE On 2024-02-01 00:00:00, there are 2 vehicles that involved in traffic accidents at PARK AVENUE On 2024-01-08 00:00:00, there are 2 vehicles that involved in traffic accidents at SUMMER STREET On 2024-01-08 00:00:00, there are 2 vehicles that involved in traffic accidents at SUMMER STREET On 2024-01-08 00:00:00, there are 2 vehicles that involved in traffic accidents at On 2024-01-08 00:00:00, there are 2 vehicles that involved in traffic accidents at On 2024-01-08 00:00:00, there are 2 vehicles that involved in traffic accidents at MAIN STREET On 2024-01-08 00:00:00, there are 2 vehicles that involved in traffic accidents at MAIN STREET On 2024-02-09 00:00:00, there are 2 vehicles that involved in traffic accidents at PARK AVENUE On 2024-02-09 00:00:00, there are 2 vehicles that involved in traffic accidents at PARK AVENUE On 2024-01-31 00:00:00, there are 2 vehicles that involved in traffic accidents at MAIN STREET On 2024-01-31 00:00:00, there are 2 vehicles that involved in traffic accidents at MAIN STREET On 2024-02-10 00:00:00, there are 2 vehicles that involved in traffic accidents at HIGHLAND STREET On 2024-02-10 00:00:00, there are 2 vehicles that involved in traffic accidents at HIGHLAND STREET On 2024-02-10 00:00:00, there are 2 vehicles that involved in traffic accidents at GROVE STREET On 2024-02-10 00:00:00, there are 2 vehicles that involved in traffic accidents at GROVE STREET On 2024-01-08 00:00:00, there are 2 vehicles that involved in traffic accidents at DORCHESTER STREET On 2024-01-08 00:00:00, there are 2 vehicles that involved in traffic accidents at DORCHESTER STREET On 2024-02-10 00:00:00, there are 3 vehicles that involved in traffic accidents at MILL STREET On 2024-02-10 00:00:00, there are 3 vehicles that involved in traffic accidents at MILL STREET On 2024-02-10 00:00:00, there are 3 vehicles that involved in traffic accidents at MILL STREET On 2024-01-31 00:00:00, there are 2 vehicles that involved in traffic accidents at IRVING STREET On 2024-01-31 00:00:00, there are 2 vehicles that involved in traffic accidents at IRVING STREET On 2024-01-08 00:00:00, there are 2 vehicles that involved in traffic accidents at LAUREL STREET On 2024-01-08 00:00:00, there are 2 vehicles that involved in traffic accidents at LAUREL STREET On 2024-02-12 00:00:00, there are 2 vehicles that involved in traffic accidents at LINCOLN STREET On 2024-02-12 00:00:00, there are 2 vehicles that involved in traffic accidents at LINCOLN STREET On 2024-01-22 00:00:00, there are 2 vehicles that involved in traffic accidents at VERNON STREET On 2024-01-22 00:00:00, there are 2 vehicles that involved in traffic accidents at VERNON STREET On 2024-01-26 00:00:00, there are 2 vehicles that involved in traffic accidents at LAKE AVENUE NORTH On 2024-01-26 00:00:00, there are 2 vehicles that involved in traffic accidents at LAKE AVENUE NORTH On 2024-02-12 00:00:00, there are 2 vehicles that involved in traffic accidents at GRAFTON STREET On 2024-02-12 00:00:00, there are 2 vehicles that involved in traffic accidents at GRAFTON STREET On 2024-02-10 00:00:00, there are 2 vehicles that involved in traffic accidents at HAMILTON STREET On 2024-02-10 00:00:00, there are 2 vehicles that involved in traffic accidents at HAMILTON STREET On 2024-02-12 00:00:00, there are 2 vehicles that involved in traffic accidents at EAST CENTRAL STREET On 2024-02-12 00:00:00, there are 2 vehicles that involved in traffic accidents at EAST CENTRAL STREET On 2024-02-12 00:00:00, there are 2 vehicles that involved in traffic accidents at MCKEON ROAD On 2024-02-12 00:00:00, there are 2 vehicles that involved in traffic accidents at MCKEON ROAD On 2024-02-12 00:00:00, there are 2 vehicles that involved in traffic accidents at MCKEON ROAD On 2024-02-12 00:00:00, there are 2 vehicles that involved in traffic accidents at MCKEON ROAD On 2024-02-13 00:00:00, there are 2 vehicles that involved in traffic accidents at GRAFTON STREET On 2024-02-13 00:00:00, there are 2 vehicles that involved in traffic accidents at GRAFTON STREET On 2024-01-19 00:00:00, there are 2 vehicles that involved in traffic accidents at SALISBURY STREET On 2024-01-19 00:00:00, there are 2 vehicles that involved in traffic accidents at SALISBURY STREET On 2024-01-07 00:00:00, there are 2 vehicles that involved in traffic accidents at INGLESIDE AVENUE On 2024-01-07 00:00:00, there are 2 vehicles that involved in traffic accidents at INGLESIDE AVENUE On 2024-01-28 00:00:00, there are 5 vehicles that involved in traffic accidents at MERRIFIELD STREET On 2024-01-28 00:00:00, there are 5 vehicles that involved in traffic accidents at MERRIFIELD STREET On 2024-01-28 00:00:00, there are 5 vehicles that involved in traffic accidents at MERRIFIELD STREET On 2024-01-28 00:00:00, there are 5 vehicles that involved in traffic accidents at MERRIFIELD STREET On 2024-01-28 00:00:00, there are 5 vehicles that involved in traffic accidents at MERRIFIELD STREET On 2024-02-19 00:00:00, there are 1 vehicles that involved in traffic accidents at CHANDLER STREET On 2024-01-27 00:00:00, there are 2 vehicles that involved in traffic accidents at DEAN STREET On 2024-01-27 00:00:00, there are 2 vehicles that involved in traffic accidents at DEAN STREET On 2024-01-16 00:00:00, there are 1 vehicles that involved in traffic accidents at CHANDLER STREET On 2024-01-28 00:00:00, there are 2 vehicles that involved in traffic accidents at MAY STREET On 2024-01-28 00:00:00, there are 2 vehicles that involved in traffic accidents at MAY STREET On 2024-02-20 00:00:00, there are 2 vehicles that involved in traffic accidents at HENSHAW STREET On 2024-02-20 00:00:00, there are 2 vehicles that involved in traffic accidents at HENSHAW STREET On 2024-02-18 00:00:00, there are 1 vehicles that involved in traffic accidents at CLOVER STREET On 2024-01-28 00:00:00, there are 1 vehicles that involved in traffic accidents at PLANTATION STREET On 2024-01-09 00:00:00, there are 2 vehicles that involved in traffic accidents at MAIN STREET On 2024-01-09 00:00:00, there are 2 vehicles that involved in traffic accidents at MAIN STREET On 2024-02-13 00:00:00, there are 2 vehicles that involved in traffic accidents at WHIPPLE STREET On 2024-02-13 00:00:00, there are 2 vehicles that involved in traffic accidents at WHIPPLE STREET On 2024-01-03 00:00:00, there are 2 vehicles that involved in traffic accidents at GROVE STREET On 2024-01-03 00:00:00, there are 2 vehicles that involved in traffic accidents at GROVE STREET On 2024-02-07 00:00:00, there are 3 vehicles that involved in traffic accidents at MARSH AVENUE On 2024-02-07 00:00:00, there are 3 vehicles that involved in traffic accidents at MARSH AVENUE On 2024-02-07 00:00:00, there are 3 vehicles that involved in traffic accidents at MARSH AVENUE On 2024-02-27 00:00:00, there are 2 vehicles that involved in traffic accidents at PLANTATION STREET On 2024-02-27 00:00:00, there are 2 vehicles that involved in traffic accidents at PLANTATION STREET On 2024-01-16 00:00:00, there are 1 vehicles that involved in traffic accidents at BELMONT STREET On 2024-02-27 00:00:00, there are 2 vehicles that involved in traffic accidents at WEST BOYLSTON STREET On 2024-02-27 00:00:00, there are 2 vehicles that involved in traffic accidents at WEST BOYLSTON STREET On 2024-01-21 00:00:00, there are 2 vehicles that involved in traffic accidents at ALLEN STREET On 2024-01-21 00:00:00, there are 2 vehicles that involved in traffic accidents at ALLEN STREET On 2024-01-21 00:00:00, there are 2 vehicles that involved in traffic accidents at ELM STREET On 2024-01-21 00:00:00, there are 2 vehicles that involved in traffic accidents at ELM STREET On 2024-02-22 00:00:00, there are 2 vehicles that involved in traffic accidents at SUMMER STREET On 2024-02-22 00:00:00, there are 2 vehicles that involved in traffic accidents at SUMMER STREET On 2024-02-02 00:00:00, there are 2 vehicles that involved in traffic accidents at HYCREST DRIVE On 2024-02-02 00:00:00, there are 2 vehicles that involved in traffic accidents at HYCREST DRIVE On 2024-02-08 00:00:00, there are 3 vehicles that involved in traffic accidents at MAIN STREET On 2024-02-08 00:00:00, there are 3 vehicles that involved in traffic accidents at MAIN STREET On 2024-02-08 00:00:00, there are 3 vehicles that involved in traffic accidents at MAIN STREET On 2024-01-23 00:00:00, there are 1 vehicles that involved in traffic accidents at LINCOLN STREET On 2024-01-07 00:00:00, there are 2 vehicles that involved in traffic accidents at WACHUSETT STREET On 2024-01-07 00:00:00, there are 2 vehicles that involved in traffic accidents at WACHUSETT STREET On 2024-01-24 00:00:00, there are 2 vehicles that involved in traffic accidents at BLACKSTONE RIVER ROAD On 2024-01-24 00:00:00, there are 2 vehicles that involved in traffic accidents at BLACKSTONE RIVER ROAD On 2024-01-24 00:00:00, there are 2 vehicles that involved in traffic accidents at SHREWSBURY STREET On 2024-01-24 00:00:00, there are 2 vehicles that involved in traffic accidents at SHREWSBURY STREET On 2024-01-25 00:00:00, there are 4 vehicles that involved in traffic accidents at HOPE AVENUE On 2024-01-25 00:00:00, there are 4 vehicles that involved in traffic accidents at HOPE AVENUE On 2024-01-25 00:00:00, there are 4 vehicles that involved in traffic accidents at HOPE AVENUE On 2024-01-25 00:00:00, there are 4 vehicles that involved in traffic accidents at HOPE AVENUE On 2024-01-25 00:00:00, there are 2 vehicles that involved in traffic accidents at On 2024-01-25 00:00:00, there are 2 vehicles that involved in traffic accidents at On 2024-01-25 00:00:00, there are 2 vehicles that involved in traffic accidents at PARK AVENUE On 2024-01-25 00:00:00, there are 2 vehicles that involved in traffic accidents at PARK AVENUE On 2024-01-25 00:00:00, there are 2 vehicles that involved in traffic accidents at MAIN STREET On 2024-01-25 00:00:00, there are 2 vehicles that involved in traffic accidents at MAIN STREET On 2024-01-25 00:00:00, there are 3 vehicles that involved in traffic accidents at WOODLAND STREET On 2024-01-25 00:00:00, there are 3 vehicles that involved in traffic accidents at WOODLAND STREET On 2024-01-25 00:00:00, there are 3 vehicles that involved in traffic accidents at WOODLAND STREET On 2024-01-17 00:00:00, there are 2 vehicles that involved in traffic accidents at PLEASANT STREET On 2024-01-17 00:00:00, there are 2 vehicles that involved in traffic accidents at PLEASANT STREET On 2024-01-26 00:00:00, there are 2 vehicles that involved in traffic accidents at PLEASANT STREET On 2024-01-26 00:00:00, there are 2 vehicles that involved in traffic accidents at PLEASANT STREET On 2024-01-26 00:00:00, there are 2 vehicles that involved in traffic accidents at FLORENCE STREET On 2024-01-26 00:00:00, there are 2 vehicles that involved in traffic accidents at FLORENCE STREET On 2024-02-06 00:00:00, there are 2 vehicles that involved in traffic accidents at BELMONT STREET On 2024-02-06 00:00:00, there are 2 vehicles that involved in traffic accidents at BELMONT STREET On 2024-02-11 00:00:00, there are 2 vehicles that involved in traffic accidents at FLAGG STREET On 2024-02-11 00:00:00, there are 2 vehicles that involved in traffic accidents at FLAGG STREET On 2024-02-10 00:00:00, there are 1 vehicles that involved in traffic accidents at LINCOLN STREET On 2024-01-16 00:00:00, there are 2 vehicles that involved in traffic accidents at SOUTHBRIDGE STREET On 2024-01-16 00:00:00, there are 2 vehicles that involved in traffic accidents at SOUTHBRIDGE STREET On 2024-02-29 00:00:00, there are 3 vehicles that involved in traffic accidents at WEST BOYLSTON STREET On 2024-02-29 00:00:00, there are 3 vehicles that involved in traffic accidents at WEST BOYLSTON STREET On 2024-02-29 00:00:00, there are 3 vehicles that involved in traffic accidents at WEST BOYLSTON STREET On 2024-02-28 00:00:00, there are 2 vehicles that involved in traffic accidents at PLANTATION STREET On 2024-02-28 00:00:00, there are 2 vehicles that involved in traffic accidents at PLANTATION STREET On 2024-02-27 00:00:00, there are 2 vehicles that involved in traffic accidents at SOUTHWEST CUTOFF On 2024-02-27 00:00:00, there are 2 vehicles that involved in traffic accidents at SOUTHWEST CUTOFF On 2024-01-09 00:00:00, there are 3 vehicles that involved in traffic accidents at On 2024-01-09 00:00:00, there are 3 vehicles that involved in traffic accidents at On 2024-01-09 00:00:00, there are 3 vehicles that involved in traffic accidents at On 2024-01-08 00:00:00, there are 2 vehicles that involved in traffic accidents at HIGGINS STREET On 2024-01-08 00:00:00, there are 2 vehicles that involved in traffic accidents at HIGGINS STREET On 2024-02-18 00:00:00, there are 2 vehicles that involved in traffic accidents at LINCOLN STREET On 2024-02-18 00:00:00, there are 2 vehicles that involved in traffic accidents at LINCOLN STREET On 2024-02-20 00:00:00, there are 2 vehicles that involved in traffic accidents at WEST BOYLSTON STREET On 2024-02-20 00:00:00, there are 2 vehicles that involved in traffic accidents at WEST BOYLSTON STREET On 2024-01-18 00:00:00, there are 2 vehicles that involved in traffic accidents at HIGHLAND STREET On 2024-01-18 00:00:00, there are 2 vehicles that involved in traffic accidents at HIGHLAND STREET On 2024-01-21 00:00:00, there are 2 vehicles that involved in traffic accidents at MAYWOOD STREET On 2024-01-21 00:00:00, there are 2 vehicles that involved in traffic accidents at MAYWOOD STREET On 2024-02-04 00:00:00, there are 3 vehicles that involved in traffic accidents at WINFIELD STREET On 2024-02-04 00:00:00, there are 3 vehicles that involved in traffic accidents at WINFIELD STREET On 2024-02-04 00:00:00, there are 3 vehicles that involved in traffic accidents at WINFIELD STREET On 2024-01-09 00:00:00, there are 2 vehicles that involved in traffic accidents at On 2024-01-09 00:00:00, there are 2 vehicles that involved in traffic accidents at On 2024-02-20 00:00:00, there are 2 vehicles that involved in traffic accidents at On 2024-02-20 00:00:00, there are 2 vehicles that involved in traffic accidents at On 2024-01-03 00:00:00, there are 2 vehicles that involved in traffic accidents at VILLAGE STREET On 2024-01-03 00:00:00, there are 2 vehicles that involved in traffic accidents at VILLAGE STREET On 2024-01-03 00:00:00, there are 2 vehicles that involved in traffic accidents at LAMARTINE STREET On 2024-01-03 00:00:00, there are 2 vehicles that involved in traffic accidents at LAMARTINE STREET On 2024-01-03 00:00:00, there are 2 vehicles that involved in traffic accidents at MERRIFIELD STREET On 2024-01-03 00:00:00, there are 2 vehicles that involved in traffic accidents at MERRIFIELD STREET On 2024-01-17 00:00:00, there are 2 vehicles that involved in traffic accidents at MAY STREET On 2024-01-17 00:00:00, there are 2 vehicles that involved in traffic accidents at MAY STREET On 2024-01-17 00:00:00, there are 2 vehicles that involved in traffic accidents at FRANKLIN STREET On 2024-01-17 00:00:00, there are 2 vehicles that involved in traffic accidents at FRANKLIN STREET On 2024-01-17 00:00:00, there are 2 vehicles that involved in traffic accidents at APRICOT STREET On 2024-01-17 00:00:00, there are 2 vehicles that involved in traffic accidents at APRICOT STREET On 2024-01-04 00:00:00, there are 2 vehicles that involved in traffic accidents at PARK AVENUE On 2024-01-04 00:00:00, there are 2 vehicles that involved in traffic accidents at PARK AVENUE On 2024-01-04 00:00:00, there are 2 vehicles that involved in traffic accidents at GRAFTON STREET On 2024-01-04 00:00:00, there are 2 vehicles that involved in traffic accidents at GRAFTON STREET On 2024-01-05 00:00:00, there are 2 vehicles that involved in traffic accidents at CAMBRIDGE STREET On 2024-01-05 00:00:00, there are 2 vehicles that involved in traffic accidents at CAMBRIDGE STREET On 2024-01-28 00:00:00, there are 2 vehicles that involved in traffic accidents at ELIZABETH STREET On 2024-01-28 00:00:00, there are 2 vehicles that involved in traffic accidents at ELIZABETH STREET On 2024-01-26 00:00:00, there are 2 vehicles that involved in traffic accidents at On 2024-01-26 00:00:00, there are 2 vehicles that involved in traffic accidents at On 2024-01-04 00:00:00, there are 2 vehicles that involved in traffic accidents at BELMONT STREET On 2024-01-04 00:00:00, there are 2 vehicles that involved in traffic accidents at BELMONT STREET On 2024-02-05 00:00:00, there are 2 vehicles that involved in traffic accidents at On 2024-02-05 00:00:00, there are 2 vehicles that involved in traffic accidents at On 2024-01-07 00:00:00, there are 1 vehicles that involved in traffic accidents at HAMMOND STREET On 2024-01-09 00:00:00, there are 2 vehicles that involved in traffic accidents at MAIN STREET On 2024-01-09 00:00:00, there are 2 vehicles that involved in traffic accidents at MAIN STREET On 2024-01-09 00:00:00, there are 2 vehicles that involved in traffic accidents at PLEASANT STREET On 2024-01-09 00:00:00, there are 2 vehicles that involved in traffic accidents at PLEASANT STREET On 2024-01-09 00:00:00, there are 2 vehicles that involved in traffic accidents at PARK AVENUE On 2024-01-09 00:00:00, there are 2 vehicles that involved in traffic accidents at PARK AVENUE On 2024-01-05 00:00:00, there are 2 vehicles that involved in traffic accidents at MAY STREET On 2024-01-05 00:00:00, there are 2 vehicles that involved in traffic accidents at MAY STREET On 2024-01-09 00:00:00, there are 2 vehicles that involved in traffic accidents at LINCOLN STREET On 2024-01-09 00:00:00, there are 2 vehicles that involved in traffic accidents at LINCOLN STREET On 2024-01-14 00:00:00, there are 2 vehicles that involved in traffic accidents at NEVADA STREET On 2024-01-14 00:00:00, there are 2 vehicles that involved in traffic accidents at NEVADA STREET On 2024-01-05 00:00:00, there are 1 vehicles that involved in traffic accidents at KENDALL STREET On 2024-02-02 00:00:00, there are 3 vehicles that involved in traffic accidents at HEYWOOD STREET On 2024-02-02 00:00:00, there are 3 vehicles that involved in traffic accidents at HEYWOOD STREET On 2024-02-02 00:00:00, there are 3 vehicles that involved in traffic accidents at HEYWOOD STREET On 2024-02-02 00:00:00, there are 2 vehicles that involved in traffic accidents at JACKSON STREET On 2024-02-02 00:00:00, there are 2 vehicles that involved in traffic accidents at JACKSON STREET On 2024-01-08 00:00:00, there are 2 vehicles that involved in traffic accidents at GIFFORD DRIVE On 2024-01-08 00:00:00, there are 2 vehicles that involved in traffic accidents at GIFFORD DRIVE On 2024-02-15 00:00:00, there are 2 vehicles that involved in traffic accidents at CHANDLER STREET On 2024-02-15 00:00:00, there are 2 vehicles that involved in traffic accidents at CHANDLER STREET On 2024-02-07 00:00:00, there are 2 vehicles that involved in traffic accidents at CHANDLER STREET On 2024-02-07 00:00:00, there are 2 vehicles that involved in traffic accidents at CHANDLER STREET On 2024-01-18 00:00:00, there are 2 vehicles that involved in traffic accidents at CLEMENT STREET On 2024-01-18 00:00:00, there are 2 vehicles that involved in traffic accidents at CLEMENT STREET On 2024-03-02 00:00:00, there are 1 vehicles that involved in traffic accidents at On 2024-03-03 00:00:00, there are 1 vehicles that involved in traffic accidents at INTERSTATE 290 On 2024-03-03 00:00:00, there are 2 vehicles that involved in traffic accidents at INTERSTATE 290 On 2024-03-03 00:00:00, there are 2 vehicles that involved in traffic accidents at INTERSTATE 290 On 2024-03-04 00:00:00, there are 2 vehicles that involved in traffic accidents at On 2024-03-04 00:00:00, there are 2 vehicles that involved in traffic accidents at On 2024-02-29 00:00:00, there are 1 vehicles that involved in traffic accidents at INTERSTATE 190 On 2024-02-22 00:00:00, there are 1 vehicles that involved in traffic accidents at INTERSTATE 290 On 2024-02-12 00:00:00, there are 3 vehicles that involved in traffic accidents at INTERSTATE 290 On 2024-02-12 00:00:00, there are 3 vehicles that involved in traffic accidents at INTERSTATE 290 On 2024-02-12 00:00:00, there are 3 vehicles that involved in traffic accidents at INTERSTATE 290 On 2024-02-16 00:00:00, there are 2 vehicles that involved in traffic accidents at INTERSTATE 290 On 2024-02-16 00:00:00, there are 2 vehicles that involved in traffic accidents at INTERSTATE 290 On 2024-02-01 00:00:00, there are 3 vehicles that involved in traffic accidents at INTERSTATE 290 On 2024-02-01 00:00:00, there are 3 vehicles that involved in traffic accidents at INTERSTATE 290 On 2024-02-01 00:00:00, there are 3 vehicles that involved in traffic accidents at INTERSTATE 290 On 2024-02-14 00:00:00, there are 2 vehicles that involved in traffic accidents at INTERSTATE 290 On 2024-02-14 00:00:00, there are 2 vehicles that involved in traffic accidents at INTERSTATE 290 On 2024-02-29 00:00:00, there are 2 vehicles that involved in traffic accidents at INTERSTATE 290 On 2024-02-29 00:00:00, there are 2 vehicles that involved in traffic accidents at INTERSTATE 290 On 2024-02-07 00:00:00, there are 1 vehicles that involved in traffic accidents at INTERSTATE 290 On 2024-02-08 00:00:00, there are 3 vehicles that involved in traffic accidents at INTERSTATE 290 On 2024-02-08 00:00:00, there are 3 vehicles that involved in traffic accidents at INTERSTATE 290 On 2024-02-08 00:00:00, there are 3 vehicles that involved in traffic accidents at INTERSTATE 290 On 2024-02-09 00:00:00, there are 2 vehicles that involved in traffic accidents at INTERSTATE 290 On 2024-02-09 00:00:00, there are 2 vehicles that involved in traffic accidents at INTERSTATE 290 On 2024-01-28 00:00:00, there are 1 vehicles that involved in traffic accidents at On 2024-01-23 00:00:00, there are 1 vehicles that involved in traffic accidents at HAMILTON STREET On 2024-01-23 00:00:00, there are 2 vehicles that involved in traffic accidents at SOUTHBRIDGE STREET On 2024-01-23 00:00:00, there are 2 vehicles that involved in traffic accidents at SOUTHBRIDGE STREET On 2024-01-31 00:00:00, there are 2 vehicles that involved in traffic accidents at WALL STREET On 2024-01-31 00:00:00, there are 2 vehicles that involved in traffic accidents at WALL STREET On 2024-01-23 00:00:00, there are 2 vehicles that involved in traffic accidents at EAST CENTRAL STREET On 2024-01-23 00:00:00, there are 2 vehicles that involved in traffic accidents at EAST CENTRAL STREET On 2024-02-01 00:00:00, there are 2 vehicles that involved in traffic accidents at PALM STREET On 2024-02-01 00:00:00, there are 2 vehicles that involved in traffic accidents at PALM STREET On 2024-01-22 00:00:00, there are 2 vehicles that involved in traffic accidents at HIGHLAND STREET On 2024-01-22 00:00:00, there are 2 vehicles that involved in traffic accidents at HIGHLAND STREET On 2024-01-22 00:00:00, there are 2 vehicles that involved in traffic accidents at FLAGG STREET On 2024-01-22 00:00:00, there are 2 vehicles that involved in traffic accidents at FLAGG STREET On 2024-01-22 00:00:00, there are 2 vehicles that involved in traffic accidents at CLOVER STREET On 2024-01-22 00:00:00, there are 2 vehicles that involved in traffic accidents at CLOVER STREET On 2024-01-18 00:00:00, there are 2 vehicles that involved in traffic accidents at MCKEON ROAD On 2024-01-18 00:00:00, there are 2 vehicles that involved in traffic accidents at MCKEON ROAD On 2024-02-05 00:00:00, there are 2 vehicles that involved in traffic accidents at BELMONT STREET On 2024-02-05 00:00:00, there are 2 vehicles that involved in traffic accidents at BELMONT STREET On 2024-01-24 00:00:00, there are 1 vehicles that involved in traffic accidents at SUNDERLAND ROAD On 2024-01-22 00:00:00, there are 3 vehicles that involved in traffic accidents at MAY STREET On 2024-01-22 00:00:00, there are 3 vehicles that involved in traffic accidents at MAY STREET On 2024-01-22 00:00:00, there are 3 vehicles that involved in traffic accidents at MAY STREET On 2024-01-22 00:00:00, there are 2 vehicles that involved in traffic accidents at BEAVER BROOK PARKWAY On 2024-01-22 00:00:00, there are 2 vehicles that involved in traffic accidents at BEAVER BROOK PARKWAY On 2024-02-03 00:00:00, there are 2 vehicles that involved in traffic accidents at ACTON STREET On 2024-02-03 00:00:00, there are 2 vehicles that involved in traffic accidents at ACTON STREET On 2024-01-24 00:00:00, there are 3 vehicles that involved in traffic accidents at HALMSTAD STREET On 2024-01-24 00:00:00, there are 3 vehicles that involved in traffic accidents at HALMSTAD STREET On 2024-01-24 00:00:00, there are 3 vehicles that involved in traffic accidents at HALMSTAD STREET On 2024-01-24 00:00:00, there are 1 vehicles that involved in traffic accidents at HARVARD PLACE On 2024-01-24 00:00:00, there are 2 vehicles that involved in traffic accidents at PARK AVENUE On 2024-01-24 00:00:00, there are 2 vehicles that involved in traffic accidents at PARK AVENUE On 2024-02-02 00:00:00, there are 2 vehicles that involved in traffic accidents at BEACON STREET On 2024-02-02 00:00:00, there are 2 vehicles that involved in traffic accidents at BEACON STREET On 2024-01-27 00:00:00, there are 2 vehicles that involved in traffic accidents at GROVE STREET On 2024-01-27 00:00:00, there are 2 vehicles that involved in traffic accidents at GROVE STREET On 2024-01-28 00:00:00, there are 2 vehicles that involved in traffic accidents at SHORE DRIVE On 2024-01-28 00:00:00, there are 2 vehicles that involved in traffic accidents at SHORE DRIVE On 2024-02-02 00:00:00, there are 2 vehicles that involved in traffic accidents at KING STREET On 2024-02-02 00:00:00, there are 2 vehicles that involved in traffic accidents at KING STREET On 2024-01-28 00:00:00, there are 2 vehicles that involved in traffic accidents at DRUMMOND AVENUE On 2024-01-28 00:00:00, there are 2 vehicles that involved in traffic accidents at DRUMMOND AVENUE On 2024-01-19 00:00:00, there are 2 vehicles that involved in traffic accidents at KINGSBURY STREET On 2024-01-19 00:00:00, there are 2 vehicles that involved in traffic accidents at KINGSBURY STREET On 2024-01-07 00:00:00, there are 1 vehicles that involved in traffic accidents at VIEW STREET On 2024-01-08 00:00:00, there are 3 vehicles that involved in traffic accidents at BURNCOAT STREET On 2024-01-08 00:00:00, there are 3 vehicles that involved in traffic accidents at BURNCOAT STREET On 2024-01-08 00:00:00, there are 3 vehicles that involved in traffic accidents at BURNCOAT STREET On 2024-01-18 00:00:00, there are 2 vehicles that involved in traffic accidents at HEYWOOD STREET On 2024-01-18 00:00:00, there are 2 vehicles that involved in traffic accidents at HEYWOOD STREET On 2024-03-03 00:00:00, there are 2 vehicles that involved in traffic accidents at MAIN STREET On 2024-03-03 00:00:00, there are 2 vehicles that involved in traffic accidents at MAIN STREET On 2024-03-03 00:00:00, there are 1 vehicles that involved in traffic accidents at BLACKSTONE RIVER ROAD On 2024-03-06 00:00:00, there are 1 vehicles that involved in traffic accidents at MAIN STREET On 2024-03-06 00:00:00, there are 1 vehicles that involved in traffic accidents at BELMONT STREET On 2024-03-07 00:00:00, there are 1 vehicles that involved in traffic accidents at APRICOT STREET On 2024-03-02 00:00:00, there are 2 vehicles that involved in traffic accidents at On 2024-03-02 00:00:00, there are 2 vehicles that involved in traffic accidents at On 2024-03-06 00:00:00, there are 2 vehicles that involved in traffic accidents at GROVE STREET On 2024-03-06 00:00:00, there are 2 vehicles that involved in traffic accidents at GROVE STREET On 2024-03-01 00:00:00, there are 2 vehicles that involved in traffic accidents at ARARAT STREET On 2024-03-01 00:00:00, there are 2 vehicles that involved in traffic accidents at ARARAT STREET On 2024-02-28 00:00:00, there are 4 vehicles that involved in traffic accidents at PLEASANT STREET On 2024-02-28 00:00:00, there are 4 vehicles that involved in traffic accidents at PLEASANT STREET On 2024-02-28 00:00:00, there are 4 vehicles that involved in traffic accidents at PLEASANT STREET On 2024-02-28 00:00:00, there are 4 vehicles that involved in traffic accidents at PLEASANT STREET On 2024-02-02 00:00:00, there are 2 vehicles that involved in traffic accidents at HALMSTAD STREET On 2024-02-02 00:00:00, there are 2 vehicles that involved in traffic accidents at HALMSTAD STREET On 2024-02-01 00:00:00, there are 2 vehicles that involved in traffic accidents at LONGFELLOW ROAD On 2024-02-01 00:00:00, there are 2 vehicles that involved in traffic accidents at LONGFELLOW ROAD On 2024-01-29 00:00:00, there are 1 vehicles that involved in traffic accidents at MAIN STREET On 2024-01-11 00:00:00, there are 2 vehicles that involved in traffic accidents at QUEEN STREET On 2024-01-11 00:00:00, there are 2 vehicles that involved in traffic accidents at QUEEN STREET On 2024-03-04 00:00:00, there are 4 vehicles that involved in traffic accidents at INTERSTATE 290 On 2024-03-04 00:00:00, there are 4 vehicles that involved in traffic accidents at INTERSTATE 290 On 2024-03-04 00:00:00, there are 4 vehicles that involved in traffic accidents at INTERSTATE 290 On 2024-03-04 00:00:00, there are 4 vehicles that involved in traffic accidents at INTERSTATE 290 On 2024-03-12 00:00:00, there are 2 vehicles that involved in traffic accidents at INTERSTATE 290 On 2024-03-12 00:00:00, there are 2 vehicles that involved in traffic accidents at INTERSTATE 290 On 2024-03-13 00:00:00, there are 2 vehicles that involved in traffic accidents at INTERSTATE 190 On 2024-03-13 00:00:00, there are 2 vehicles that involved in traffic accidents at INTERSTATE 190 On 2024-03-04 00:00:00, there are 1 vehicles that involved in traffic accidents at INTERSTATE 290 On 2024-03-03 00:00:00, there are 2 vehicles that involved in traffic accidents at INTERSTATE 290 On 2024-03-03 00:00:00, there are 2 vehicles that involved in traffic accidents at INTERSTATE 290 On 2024-03-10 00:00:00, there are 2 vehicles that involved in traffic accidents at On 2024-03-10 00:00:00, there are 2 vehicles that involved in traffic accidents at On 2024-03-07 00:00:00, there are 2 vehicles that involved in traffic accidents at INTERSTATE 290 On 2024-03-07 00:00:00, there are 2 vehicles that involved in traffic accidents at INTERSTATE 290 On 2024-03-06 00:00:00, there are 2 vehicles that involved in traffic accidents at INTERSTATE 290 On 2024-03-06 00:00:00, there are 2 vehicles that involved in traffic accidents at INTERSTATE 290 On 2024-03-12 00:00:00, there are 2 vehicles that involved in traffic accidents at On 2024-03-12 00:00:00, there are 2 vehicles that involved in traffic accidents at On 2024-02-14 00:00:00, there are 2 vehicles that involved in traffic accidents at INTERSTATE 290 On 2024-02-14 00:00:00, there are 2 vehicles that involved in traffic accidents at INTERSTATE 290 On 2024-02-12 00:00:00, there are 2 vehicles that involved in traffic accidents at INTERSTATE 290 On 2024-02-12 00:00:00, there are 2 vehicles that involved in traffic accidents at INTERSTATE 290 On 2024-03-02 00:00:00, there are 1 vehicles that involved in traffic accidents at INTERSTATE 290 On 2024-02-14 00:00:00, there are 2 vehicles that involved in traffic accidents at PARK AVENUE On 2024-02-14 00:00:00, there are 2 vehicles that involved in traffic accidents at PARK AVENUE On 2024-02-14 00:00:00, there are 2 vehicles that involved in traffic accidents at MILLBURY STREET On 2024-02-14 00:00:00, there are 2 vehicles that involved in traffic accidents at MILLBURY STREET On 2024-02-15 00:00:00, there are 2 vehicles that involved in traffic accidents at AMESBURY STREET On 2024-02-15 00:00:00, there are 2 vehicles that involved in traffic accidents at AMESBURY STREET On 2024-02-16 00:00:00, there are 2 vehicles that involved in traffic accidents at GREENDALE AVENUE On 2024-02-16 00:00:00, there are 2 vehicles that involved in traffic accidents at GREENDALE AVENUE On 2024-02-21 00:00:00, there are 2 vehicles that involved in traffic accidents at PARK AVENUE On 2024-02-21 00:00:00, there are 2 vehicles that involved in traffic accidents at PARK AVENUE On 2024-02-21 00:00:00, there are 2 vehicles that involved in traffic accidents at WEST BOYLSTON STREET On 2024-02-21 00:00:00, there are 2 vehicles that involved in traffic accidents at WEST BOYLSTON STREET On 2024-02-29 00:00:00, there are 2 vehicles that involved in traffic accidents at MAIN STREET On 2024-02-29 00:00:00, there are 2 vehicles that involved in traffic accidents at MAIN STREET On 2024-01-11 00:00:00, there are 2 vehicles that involved in traffic accidents at EAST CENTRAL STREET On 2024-01-11 00:00:00, there are 2 vehicles that involved in traffic accidents at EAST CENTRAL STREET On 2024-01-12 00:00:00, there are 2 vehicles that involved in traffic accidents at THOMAS STREET On 2024-01-12 00:00:00, there are 2 vehicles that involved in traffic accidents at THOMAS STREET On 2024-01-24 00:00:00, there are 2 vehicles that involved in traffic accidents at WEST BOYLSTON STREET On 2024-01-24 00:00:00, there are 2 vehicles that involved in traffic accidents at WEST BOYLSTON STREET On 2024-01-17 00:00:00, there are 2 vehicles that involved in traffic accidents at On 2024-01-17 00:00:00, there are 2 vehicles that involved in traffic accidents at On 2024-01-17 00:00:00, there are 2 vehicles that involved in traffic accidents at MILLBURY STREET On 2024-01-17 00:00:00, there are 2 vehicles that involved in traffic accidents at MILLBURY STREET On 2024-03-09 00:00:00, there are 2 vehicles that involved in traffic accidents at INTERSTATE 290 On 2024-03-09 00:00:00, there are 2 vehicles that involved in traffic accidents at INTERSTATE 290 On 2024-03-11 00:00:00, there are 1 vehicles that involved in traffic accidents at INTERSTATE 290 On 2024-03-12 00:00:00, there are 2 vehicles that involved in traffic accidents at On 2024-03-12 00:00:00, there are 2 vehicles that involved in traffic accidents at On 2024-03-08 00:00:00, there are 2 vehicles that involved in traffic accidents at INTERSTATE 290 On 2024-03-08 00:00:00, there are 2 vehicles that involved in traffic accidents at INTERSTATE 290 On 2024-03-08 00:00:00, there are 2 vehicles that involved in traffic accidents at On 2024-03-08 00:00:00, there are 2 vehicles that involved in traffic accidents at On 2024-03-14 00:00:00, there are 3 vehicles that involved in traffic accidents at INTERSTATE 290 On 2024-03-14 00:00:00, there are 3 vehicles that involved in traffic accidents at INTERSTATE 290 On 2024-03-14 00:00:00, there are 3 vehicles that involved in traffic accidents at INTERSTATE 290 On 2024-03-18 00:00:00, there are 2 vehicles that involved in traffic accidents at INTERSTATE 290 On 2024-03-18 00:00:00, there are 2 vehicles that involved in traffic accidents at INTERSTATE 290 On 2024-03-21 00:00:00, there are 2 vehicles that involved in traffic accidents at INTERSTATE 190 On 2024-03-21 00:00:00, there are 2 vehicles that involved in traffic accidents at INTERSTATE 190 On 2024-03-16 00:00:00, there are 1 vehicles that involved in traffic accidents at INTERSTATE 190 On 2024-03-13 00:00:00, there are 1 vehicles that involved in traffic accidents at INTERSTATE 290 On 2024-03-13 00:00:00, there are 2 vehicles that involved in traffic accidents at INTERSTATE 290 On 2024-03-13 00:00:00, there are 2 vehicles that involved in traffic accidents at INTERSTATE 290 On 2024-03-01 00:00:00, there are 2 vehicles that involved in traffic accidents at INTERSTATE 290 On 2024-03-01 00:00:00, there are 2 vehicles that involved in traffic accidents at INTERSTATE 290 On 2024-02-27 00:00:00, there are 3 vehicles that involved in traffic accidents at INTERSTATE 190 On 2024-02-27 00:00:00, there are 3 vehicles that involved in traffic accidents at INTERSTATE 190 On 2024-02-27 00:00:00, there are 3 vehicles that involved in traffic accidents at INTERSTATE 190 On 2024-01-24 00:00:00, there are 1 vehicles that involved in traffic accidents at MAYWOOD STREET On 2024-03-23 00:00:00, there are 2 vehicles that involved in traffic accidents at INTERSTATE 290 On 2024-03-23 00:00:00, there are 2 vehicles that involved in traffic accidents at INTERSTATE 290 On 2024-03-04 00:00:00, there are 2 vehicles that involved in traffic accidents at On 2024-03-04 00:00:00, there are 2 vehicles that involved in traffic accidents at On 2024-03-05 00:00:00, there are 1 vehicles that involved in traffic accidents at On 2024-02-15 00:00:00, there are 2 vehicles that involved in traffic accidents at On 2024-02-15 00:00:00, there are 2 vehicles that involved in traffic accidents at On 2024-02-14 00:00:00, there are 1 vehicles that involved in traffic accidents at On 2024-01-16 00:00:00, there are 1 vehicles that involved in traffic accidents at On 2024-03-09 00:00:00, there are 2 vehicles that involved in traffic accidents at On 2024-03-09 00:00:00, there are 2 vehicles that involved in traffic accidents at On 2024-03-13 00:00:00, there are 2 vehicles that involved in traffic accidents at HIGHLAND STREET On 2024-03-13 00:00:00, there are 2 vehicles that involved in traffic accidents at HIGHLAND STREET On 2024-03-08 00:00:00, there are 2 vehicles that involved in traffic accidents at On 2024-03-08 00:00:00, there are 2 vehicles that involved in traffic accidents at On 2024-03-13 00:00:00, there are 2 vehicles that involved in traffic accidents at On 2024-03-13 00:00:00, there are 2 vehicles that involved in traffic accidents at On 2024-03-08 00:00:00, there are 2 vehicles that involved in traffic accidents at On 2024-03-08 00:00:00, there are 2 vehicles that involved in traffic accidents at On 2024-03-08 00:00:00, there are 2 vehicles that involved in traffic accidents at On 2024-03-08 00:00:00, there are 2 vehicles that involved in traffic accidents at On 2024-03-07 00:00:00, there are 1 vehicles that involved in traffic accidents at On 2024-02-13 00:00:00, there are 2 vehicles that involved in traffic accidents at On 2024-02-13 00:00:00, there are 2 vehicles that involved in traffic accidents at On 2024-02-05 00:00:00, there are 1 vehicles that involved in traffic accidents at On 2024-03-13 00:00:00, there are 2 vehicles that involved in traffic accidents at On 2024-03-13 00:00:00, there are 2 vehicles that involved in traffic accidents at On 2024-03-01 00:00:00, there are 2 vehicles that involved in traffic accidents at On 2024-03-01 00:00:00, there are 2 vehicles that involved in traffic accidents at On 2024-03-01 00:00:00, there are 2 vehicles that involved in traffic accidents at On 2024-03-01 00:00:00, there are 2 vehicles that involved in traffic accidents at On 2024-02-16 00:00:00, there are 2 vehicles that involved in traffic accidents at WARD STREET On 2024-02-16 00:00:00, there are 2 vehicles that involved in traffic accidents at WARD STREET On 2024-02-02 00:00:00, there are 2 vehicles that involved in traffic accidents at GRANITE STREET On 2024-02-02 00:00:00, there are 2 vehicles that involved in traffic accidents at GRANITE STREET On 2024-03-04 00:00:00, there are 1 vehicles that involved in traffic accidents at On 2024-01-20 00:00:00, there are 1 vehicles that involved in traffic accidents at CHANDLER STREET On 2024-02-13 00:00:00, there are 1 vehicles that involved in traffic accidents at STAFFORD STREET On 2024-02-11 00:00:00, there are 1 vehicles that involved in traffic accidents at HIGHLAND STREET On 2024-03-19 00:00:00, there are 2 vehicles that involved in traffic accidents at INTERSTATE 290 On 2024-03-19 00:00:00, there are 2 vehicles that involved in traffic accidents at INTERSTATE 290 On 2024-01-25 00:00:00, there are 2 vehicles that involved in traffic accidents at MAYWOOD STREET On 2024-01-25 00:00:00, there are 2 vehicles that involved in traffic accidents at MAYWOOD STREET On 2024-01-18 00:00:00, there are 2 vehicles that involved in traffic accidents at HOLDEN STREET On 2024-01-18 00:00:00, there are 2 vehicles that involved in traffic accidents at HOLDEN STREET On 2024-01-18 00:00:00, there are 1 vehicles that involved in traffic accidents at ARROWSIC STREET On 2024-01-21 00:00:00, there are 2 vehicles that involved in traffic accidents at FISKE STREET On 2024-01-21 00:00:00, there are 2 vehicles that involved in traffic accidents at FISKE STREET On 2024-01-12 00:00:00, there are 2 vehicles that involved in traffic accidents at BEACON STREET On 2024-01-12 00:00:00, there are 2 vehicles that involved in traffic accidents at BEACON STREET On 2024-01-25 00:00:00, there are 2 vehicles that involved in traffic accidents at MENDON STREET On 2024-01-25 00:00:00, there are 2 vehicles that involved in traffic accidents at MENDON STREET On 2024-01-27 00:00:00, there are 2 vehicles that involved in traffic accidents at EAST WORCESTER STREET On 2024-01-27 00:00:00, there are 2 vehicles that involved in traffic accidents at EAST WORCESTER STREET On 2024-02-01 00:00:00, there are 2 vehicles that involved in traffic accidents at COPPERFIELD ROAD On 2024-02-01 00:00:00, there are 2 vehicles that involved in traffic accidents at COPPERFIELD ROAD On 2024-02-02 00:00:00, there are 2 vehicles that involved in traffic accidents at PARK AVENUE On 2024-02-02 00:00:00, there are 2 vehicles that involved in traffic accidents at PARK AVENUE
Exercise 1: Sort value based on DRIVER_AGE¶
The subset of sedf contain the three columns: ["CRASH_DA_1", "STREETNAME", "DRIVER_AGE"], the result is print based on order by DRIVER_AGE in Descending order.
row[0] is date, row[1] is street name, row[2] is the driver age.
print('On {}, the driver involved in traffic accidents on {} is {}'.format(row[0], row[1], row[2]))
In [39]:
Copied!
with arcpy.da.SearchCursor("2024_Vehicle_Level_Crash_Details", ("CRASH_DA_1", "STREETNAME", "DRIVER_AGE"), sql_clause=(None,"ORDER BY DRIVER_AGE DESC")) as cursor:
for row in cursor:
print('On {}, the driver involved in traffic accidents on {} is {}'.format(row[0], row[1], row[2]))
with arcpy.da.SearchCursor("2024_Vehicle_Level_Crash_Details", ("CRASH_DA_1", "STREETNAME", "DRIVER_AGE"), sql_clause=(None,"ORDER BY DRIVER_AGE DESC")) as cursor:
for row in cursor:
print('On {}, the driver involved in traffic accidents on {} is {}'.format(row[0], row[1], row[2]))
On 2024-01-05 00:00:00, the driver involved in traffic accidents on INTERSTATE 290 is 22 On 2024-01-05 00:00:00, the driver involved in traffic accidents on INTERSTATE 290 is 44 On 2024-01-07 00:00:00, the driver involved in traffic accidents on INTERSTATE 290 is 29 On 2024-01-07 00:00:00, the driver involved in traffic accidents on INTERSTATE 290 is 44 On 2024-01-02 00:00:00, the driver involved in traffic accidents on INTERSTATE 290 is 56 On 2024-01-02 00:00:00, the driver involved in traffic accidents on INTERSTATE 290 is 64 On 2024-01-02 00:00:00, the driver involved in traffic accidents on INTERSTATE 290 is 24 On 2024-01-04 00:00:00, the driver involved in traffic accidents on INTERSTATE 290 is 40 On 2024-01-04 00:00:00, the driver involved in traffic accidents on INTERSTATE 290 is 32 On 2024-01-04 00:00:00, the driver involved in traffic accidents on INTERSTATE 290 is 42 On 2024-01-12 00:00:00, the driver involved in traffic accidents on PURPLE HEART HIGHWAY is 47 On 2024-01-02 00:00:00, the driver involved in traffic accidents on FOX STREET is 0 On 2024-01-02 00:00:00, the driver involved in traffic accidents on FOX STREET is 32 On 2024-01-02 00:00:00, the driver involved in traffic accidents on FOX STREET is 27 On 2024-01-01 00:00:00, the driver involved in traffic accidents on BLAKE STREET is 46 On 2024-01-01 00:00:00, the driver involved in traffic accidents on BLAKE STREET is 0 On 2024-01-16 00:00:00, the driver involved in traffic accidents on INTERSTATE 290 is 21 On 2024-01-11 00:00:00, the driver involved in traffic accidents on INTERSTATE 290 is 25 On 2024-01-11 00:00:00, the driver involved in traffic accidents on INTERSTATE 290 is 54 On 2024-01-02 00:00:00, the driver involved in traffic accidents on INTERSTATE 290 is 41 On 2024-01-02 00:00:00, the driver involved in traffic accidents on INTERSTATE 290 is 32 On 2024-01-02 00:00:00, the driver involved in traffic accidents on INTERSTATE 290 is 22 On 2024-01-05 00:00:00, the driver involved in traffic accidents on INTERSTATE 290 is 45 On 2024-01-05 00:00:00, the driver involved in traffic accidents on INTERSTATE 290 is 25 On 2024-01-02 00:00:00, the driver involved in traffic accidents on INTERSTATE 290 is 37 On 2024-01-02 00:00:00, the driver involved in traffic accidents on INTERSTATE 290 is 35 On 2024-01-02 00:00:00, the driver involved in traffic accidents on INTERSTATE 290 is 36 On 2024-01-04 00:00:00, the driver involved in traffic accidents on INTERSTATE 290 is 52 On 2024-01-04 00:00:00, the driver involved in traffic accidents on INTERSTATE 290 is 39 On 2024-01-04 00:00:00, the driver involved in traffic accidents on INTERSTATE 290 is 64 On 2024-01-04 00:00:00, the driver involved in traffic accidents on INTERSTATE 290 is 64 On 2024-01-08 00:00:00, the driver involved in traffic accidents on QUINSIGAMOND AVENUE is 55 On 2024-01-04 00:00:00, the driver involved in traffic accidents on INTERSTATE 290 is 22 On 2024-01-04 00:00:00, the driver involved in traffic accidents on INTERSTATE 290 is 27 On 2024-01-08 00:00:00, the driver involved in traffic accidents on INTERSTATE 290 is 35 On 2024-01-08 00:00:00, the driver involved in traffic accidents on INTERSTATE 290 is 20 On 2024-01-03 00:00:00, the driver involved in traffic accidents on RAMP-RT 12 SB TO RT 290 EB is 36 On 2024-01-03 00:00:00, the driver involved in traffic accidents on RAMP-RT 12 SB TO RT 290 EB is 28 On 2024-01-10 00:00:00, the driver involved in traffic accidents on INTERSTATE 290 is 73 On 2024-01-06 00:00:00, the driver involved in traffic accidents on INGLESIDE AVENUE is 17 On 2024-01-13 00:00:00, the driver involved in traffic accidents on INTERSTATE 190 is 29 On 2024-01-08 00:00:00, the driver involved in traffic accidents on INTERSTATE 290 is 70 On 2024-01-09 00:00:00, the driver involved in traffic accidents on INTERSTATE 290 is 18 On 2024-01-10 00:00:00, the driver involved in traffic accidents on CLEMENT STREET is 0 On 2024-01-10 00:00:00, the driver involved in traffic accidents on CLEMENT STREET is 0 On 2024-01-09 00:00:00, the driver involved in traffic accidents on ENDICOTT STREET is 55 On 2024-01-09 00:00:00, the driver involved in traffic accidents on ENDICOTT STREET is 30 On 2024-01-09 00:00:00, the driver involved in traffic accidents on MILL STREET EXTENSION is 43 On 2024-01-09 00:00:00, the driver involved in traffic accidents on MILL STREET EXTENSION is 58 On 2024-01-16 00:00:00, the driver involved in traffic accidents on INTERSTATE 290 is 34 On 2024-01-03 00:00:00, the driver involved in traffic accidents on HEARD STREET is 71 On 2024-01-03 00:00:00, the driver involved in traffic accidents on HEARD STREET is 32 On 2024-01-06 00:00:00, the driver involved in traffic accidents on MAIN STREET is 0 On 2024-01-06 00:00:00, the driver involved in traffic accidents on MAIN STREET is 0 On 2024-01-07 00:00:00, the driver involved in traffic accidents on BELMONT STREET is 29 On 2024-01-07 00:00:00, the driver involved in traffic accidents on BELMONT STREET is 32 On 2024-01-07 00:00:00, the driver involved in traffic accidents on MILL STREET is 38 On 2024-01-07 00:00:00, the driver involved in traffic accidents on MILL STREET is 17 On 2024-01-03 00:00:00, the driver involved in traffic accidents on STATE STREET is 22 On 2024-01-08 00:00:00, the driver involved in traffic accidents on PROVIDENCE STREET is 57 On 2024-01-08 00:00:00, the driver involved in traffic accidents on PROVIDENCE STREET is 34 On 2024-01-08 00:00:00, the driver involved in traffic accidents on is 26 On 2024-01-16 00:00:00, the driver involved in traffic accidents on is 53 On 2024-01-16 00:00:00, the driver involved in traffic accidents on is 32 On 2024-01-03 00:00:00, the driver involved in traffic accidents on INTERSTATE 290 is 0 On 2024-01-03 00:00:00, the driver involved in traffic accidents on INTERSTATE 290 is 24 On 2024-01-07 00:00:00, the driver involved in traffic accidents on INTERSTATE 290 is 25 On 2024-01-14 00:00:00, the driver involved in traffic accidents on INTERSTATE 190 is 40 On 2024-01-14 00:00:00, the driver involved in traffic accidents on INTERSTATE 190 is 17 On 2024-01-09 00:00:00, the driver involved in traffic accidents on MCKINLEY ROAD is 38 On 2024-01-09 00:00:00, the driver involved in traffic accidents on MCKINLEY ROAD is 0 On 2024-01-02 00:00:00, the driver involved in traffic accidents on PLANTATION STREET is 46 On 2024-01-02 00:00:00, the driver involved in traffic accidents on PLANTATION STREET is 50 On 2024-01-01 00:00:00, the driver involved in traffic accidents on STAFFORD STREET is 38 On 2024-01-01 00:00:00, the driver involved in traffic accidents on STAFFORD STREET is 40 On 2024-01-06 00:00:00, the driver involved in traffic accidents on VERNON STREET is 18 On 2024-01-06 00:00:00, the driver involved in traffic accidents on VERNON STREET is 63 On 2024-01-03 00:00:00, the driver involved in traffic accidents on SOUTH LUDLOW STREET is 40 On 2024-01-03 00:00:00, the driver involved in traffic accidents on SOUTH LUDLOW STREET is 22 On 2024-01-05 00:00:00, the driver involved in traffic accidents on INTERSTATE 290 is 65 On 2024-01-05 00:00:00, the driver involved in traffic accidents on INTERSTATE 290 is 35 On 2024-01-19 00:00:00, the driver involved in traffic accidents on INTERSTATE 190 is 33 On 2024-01-17 00:00:00, the driver involved in traffic accidents on INTERSTATE 290 is 26 On 2024-01-17 00:00:00, the driver involved in traffic accidents on INTERSTATE 290 is 28 On 2024-01-19 00:00:00, the driver involved in traffic accidents on INTERSTATE 190 is 30 On 2024-01-16 00:00:00, the driver involved in traffic accidents on INTERSTATE 290 is 40 On 2024-01-16 00:00:00, the driver involved in traffic accidents on INTERSTATE 290 is 53 On 2024-01-16 00:00:00, the driver involved in traffic accidents on CONGRESS STREET is 42 On 2024-01-16 00:00:00, the driver involved in traffic accidents on CONGRESS STREET is 0 On 2024-01-16 00:00:00, the driver involved in traffic accidents on MORELAND STREET is 21 On 2024-01-11 00:00:00, the driver involved in traffic accidents on PARK AVENUE is 0 On 2024-01-11 00:00:00, the driver involved in traffic accidents on PARK AVENUE is 48 On 2024-01-11 00:00:00, the driver involved in traffic accidents on PARK AVENUE is 0 On 2024-01-16 00:00:00, the driver involved in traffic accidents on GRAFTON STREET is 30 On 2024-01-07 00:00:00, the driver involved in traffic accidents on INTERSTATE 290 is 23 On 2024-01-07 00:00:00, the driver involved in traffic accidents on INTERSTATE 290 is 0 On 2024-01-07 00:00:00, the driver involved in traffic accidents on INTERSTATE 290 is 48 On 2024-01-16 00:00:00, the driver involved in traffic accidents on MAIN STREET is 43 On 2024-01-16 00:00:00, the driver involved in traffic accidents on MAIN STREET is 30 On 2024-01-17 00:00:00, the driver involved in traffic accidents on SALISBURY STREET is 58 On 2024-01-17 00:00:00, the driver involved in traffic accidents on PLANTATION STREET is 0 On 2024-01-17 00:00:00, the driver involved in traffic accidents on PLANTATION STREET is 59 On 2024-01-08 00:00:00, the driver involved in traffic accidents on MAJOR TAYLOR BOULEVARD is 33 On 2024-01-08 00:00:00, the driver involved in traffic accidents on MAJOR TAYLOR BOULEVARD is 40 On 2024-01-07 00:00:00, the driver involved in traffic accidents on MAIN STREET is 26 On 2024-01-07 00:00:00, the driver involved in traffic accidents on MAIN STREET is 36 On 2024-01-07 00:00:00, the driver involved in traffic accidents on MERRIFIELD STREET is 32 On 2024-01-07 00:00:00, the driver involved in traffic accidents on MERRIFIELD STREET is 0 On 2024-01-01 00:00:00, the driver involved in traffic accidents on MAIN STREET is 26 On 2024-01-01 00:00:00, the driver involved in traffic accidents on MAIN STREET is 52 On 2024-01-17 00:00:00, the driver involved in traffic accidents on MIDDLESEX AVENUE is 20 On 2024-01-17 00:00:00, the driver involved in traffic accidents on MIDDLESEX AVENUE is 61 On 2024-01-07 00:00:00, the driver involved in traffic accidents on RODNEY STREET is 70 On 2024-01-07 00:00:00, the driver involved in traffic accidents on RODNEY STREET is 33 On 2024-01-07 00:00:00, the driver involved in traffic accidents on RODNEY STREET is 56 On 2024-01-02 00:00:00, the driver involved in traffic accidents on LAMAR AVENUE is 35 On 2024-01-02 00:00:00, the driver involved in traffic accidents on LAMAR AVENUE is 43 On 2024-01-16 00:00:00, the driver involved in traffic accidents on GRAFTON STREET is 0 On 2024-01-16 00:00:00, the driver involved in traffic accidents on PLEASANT STREET is 22 On 2024-01-16 00:00:00, the driver involved in traffic accidents on PLEASANT STREET is 36 On 2024-01-16 00:00:00, the driver involved in traffic accidents on MILL STREET is 0 On 2024-01-16 00:00:00, the driver involved in traffic accidents on MILL STREET is 21 On 2024-01-16 00:00:00, the driver involved in traffic accidents on BEVERLY ROAD is 36 On 2024-01-15 00:00:00, the driver involved in traffic accidents on CHANDLER STREET is 45 On 2024-01-15 00:00:00, the driver involved in traffic accidents on CHANDLER STREET is 41 On 2024-01-16 00:00:00, the driver involved in traffic accidents on MILLBURY STREET is 51 On 2024-01-16 00:00:00, the driver involved in traffic accidents on MILLBURY STREET is 51 On 2024-01-08 00:00:00, the driver involved in traffic accidents on WEBSTER STREET is 58 On 2024-01-12 00:00:00, the driver involved in traffic accidents on HERMON STREET is 36 On 2024-01-14 00:00:00, the driver involved in traffic accidents on PLEASANT STREET is 0 On 2024-01-14 00:00:00, the driver involved in traffic accidents on CHANDLER STREET is 27 On 2024-01-14 00:00:00, the driver involved in traffic accidents on CHANDLER STREET is 29 On 2024-01-18 00:00:00, the driver involved in traffic accidents on HARDING STREET is 27 On 2024-01-18 00:00:00, the driver involved in traffic accidents on HARDING STREET is 25 On 2024-01-17 00:00:00, the driver involved in traffic accidents on INTERSTATE 290 is 36 On 2024-01-17 00:00:00, the driver involved in traffic accidents on INTERSTATE 290 is 22 On 2024-01-24 00:00:00, the driver involved in traffic accidents on PURPLE HEART HIGHWAY is 38 On 2024-01-24 00:00:00, the driver involved in traffic accidents on PURPLE HEART HIGHWAY is 20 On 2024-01-20 00:00:00, the driver involved in traffic accidents on PURPLE HEART HIGHWAY is 37 On 2024-01-18 00:00:00, the driver involved in traffic accidents on INTERSTATE 290 is 68 On 2024-01-19 00:00:00, the driver involved in traffic accidents on is 22 On 2024-01-20 00:00:00, the driver involved in traffic accidents on INTERSTATE 190 is 30 On 2024-01-19 00:00:00, the driver involved in traffic accidents on PURPLE HEART HIGHWAY is 25 On 2024-01-02 00:00:00, the driver involved in traffic accidents on MAJOR TAYLOR BOULEVARD is 64 On 2024-01-02 00:00:00, the driver involved in traffic accidents on MAJOR TAYLOR BOULEVARD is 52 On 2024-01-16 00:00:00, the driver involved in traffic accidents on CLARK STREET is 20 On 2024-01-15 00:00:00, the driver involved in traffic accidents on SALISBURY STREET is 59 On 2024-01-17 00:00:00, the driver involved in traffic accidents on HIGHLAND STREET is 34 On 2024-01-17 00:00:00, the driver involved in traffic accidents on HIGHLAND STREET is 51 On 2024-01-17 00:00:00, the driver involved in traffic accidents on HIGHLAND STREET is 24 On 2024-01-07 00:00:00, the driver involved in traffic accidents on WEST BOYLSTON STREET is 35 On 2024-01-07 00:00:00, the driver involved in traffic accidents on WEST BOYLSTON STREET is 48 On 2024-01-17 00:00:00, the driver involved in traffic accidents on CAMBRIDGE STREET is 39 On 2024-01-12 00:00:00, the driver involved in traffic accidents on BLACKSTONE RIVER ROAD is 34 On 2024-01-12 00:00:00, the driver involved in traffic accidents on BLACKSTONE RIVER ROAD is 27 On 2024-01-13 00:00:00, the driver involved in traffic accidents on GRAND STREET is 0 On 2024-01-13 00:00:00, the driver involved in traffic accidents on GRAND STREET is 0 On 2024-01-13 00:00:00, the driver involved in traffic accidents on is 0 On 2024-01-13 00:00:00, the driver involved in traffic accidents on is 0 On 2024-01-13 00:00:00, the driver involved in traffic accidents on BARBER AVENUE is 53 On 2024-01-13 00:00:00, the driver involved in traffic accidents on BARBER AVENUE is 58 On 2024-01-13 00:00:00, the driver involved in traffic accidents on CHANDLER STREET is 59 On 2024-01-13 00:00:00, the driver involved in traffic accidents on CHANDLER STREET is 36 On 2024-01-13 00:00:00, the driver involved in traffic accidents on GREENWOOD STREET is 34 On 2024-01-13 00:00:00, the driver involved in traffic accidents on GREENWOOD STREET is 42 On 2024-01-13 00:00:00, the driver involved in traffic accidents on DUSTIN STREET is 0 On 2024-01-13 00:00:00, the driver involved in traffic accidents on DUSTIN STREET is 0 On 2024-01-13 00:00:00, the driver involved in traffic accidents on HIGHLAND STREET is 72 On 2024-01-13 00:00:00, the driver involved in traffic accidents on HIGHLAND STREET is 31 On 2024-01-13 00:00:00, the driver involved in traffic accidents on MILLBURY STREET is 71 On 2024-01-13 00:00:00, the driver involved in traffic accidents on MADISON STREET is 21 On 2024-01-13 00:00:00, the driver involved in traffic accidents on MADISON STREET is 41 On 2024-01-14 00:00:00, the driver involved in traffic accidents on BELLEVUE STREET is 0 On 2024-01-14 00:00:00, the driver involved in traffic accidents on BELLEVUE STREET is 0 On 2024-01-14 00:00:00, the driver involved in traffic accidents on BLITHEWOOD AVENUE is 46 On 2024-01-14 00:00:00, the driver involved in traffic accidents on BLITHEWOOD AVENUE is 30 On 2024-01-14 00:00:00, the driver involved in traffic accidents on LINCOLN STREET is 22 On 2024-01-14 00:00:00, the driver involved in traffic accidents on LINCOLN STREET is 0 On 2024-01-14 00:00:00, the driver involved in traffic accidents on HAMMOND STREET is 33 On 2024-01-14 00:00:00, the driver involved in traffic accidents on HAMMOND STREET is 21 On 2024-01-14 00:00:00, the driver involved in traffic accidents on CHESTER STREET is 63 On 2024-01-14 00:00:00, the driver involved in traffic accidents on CHESTER STREET is 17 On 2024-01-14 00:00:00, the driver involved in traffic accidents on is 26 On 2024-01-14 00:00:00, the driver involved in traffic accidents on is 20 On 2024-01-15 00:00:00, the driver involved in traffic accidents on QUINSIGAMOND AVENUE is 26 On 2024-01-15 00:00:00, the driver involved in traffic accidents on QUINSIGAMOND AVENUE is 32 On 2024-01-05 00:00:00, the driver involved in traffic accidents on SHAWMUT STREET is 25 On 2024-01-15 00:00:00, the driver involved in traffic accidents on SIGOURNEY STREET is 0 On 2024-01-15 00:00:00, the driver involved in traffic accidents on SIGOURNEY STREET is 0 On 2024-01-15 00:00:00, the driver involved in traffic accidents on SIGOURNEY STREET is 38 On 2024-01-15 00:00:00, the driver involved in traffic accidents on LINCOLN STREET is 76 On 2024-01-15 00:00:00, the driver involved in traffic accidents on LINCOLN STREET is 20 On 2024-01-15 00:00:00, the driver involved in traffic accidents on MAIN STREET is 46 On 2024-01-15 00:00:00, the driver involved in traffic accidents on BLAKE STREET is 41 On 2024-01-15 00:00:00, the driver involved in traffic accidents on BLAKE STREET is 33 On 2024-01-18 00:00:00, the driver involved in traffic accidents on MAIN STREET is 51 On 2024-01-17 00:00:00, the driver involved in traffic accidents on GROVE STREET is 60 On 2024-01-17 00:00:00, the driver involved in traffic accidents on GROVE STREET is 29 On 2024-01-04 00:00:00, the driver involved in traffic accidents on LAKE AVENUE NORTH is 25 On 2024-01-04 00:00:00, the driver involved in traffic accidents on LAKE AVENUE NORTH is 53 On 2024-01-25 00:00:00, the driver involved in traffic accidents on is 41 On 2024-01-25 00:00:00, the driver involved in traffic accidents on is 39 On 2024-01-25 00:00:00, the driver involved in traffic accidents on is 52 On 2024-01-25 00:00:00, the driver involved in traffic accidents on is 66 On 2024-01-16 00:00:00, the driver involved in traffic accidents on MAIN STREET is 30 On 2024-01-16 00:00:00, the driver involved in traffic accidents on MAIN STREET is 21 On 2024-01-16 00:00:00, the driver involved in traffic accidents on MAIN STREET is 0 On 2024-01-12 00:00:00, the driver involved in traffic accidents on is 53 On 2024-01-12 00:00:00, the driver involved in traffic accidents on is 0 On 2024-01-12 00:00:00, the driver involved in traffic accidents on is 29 On 2024-01-12 00:00:00, the driver involved in traffic accidents on is 59 On 2024-01-17 00:00:00, the driver involved in traffic accidents on is 26 On 2024-01-17 00:00:00, the driver involved in traffic accidents on is 29 On 2024-01-19 00:00:00, the driver involved in traffic accidents on INTERSTATE 290 is 22 On 2024-01-19 00:00:00, the driver involved in traffic accidents on INTERSTATE 290 is 35 On 2024-01-19 00:00:00, the driver involved in traffic accidents on INTERSTATE 290 is 23 On 2024-01-19 00:00:00, the driver involved in traffic accidents on INTERSTATE 290 is 26 On 2024-01-14 00:00:00, the driver involved in traffic accidents on is 0 On 2024-01-14 00:00:00, the driver involved in traffic accidents on is 58 On 2024-01-07 00:00:00, the driver involved in traffic accidents on INTERSTATE 290 is 62 On 2024-01-07 00:00:00, the driver involved in traffic accidents on INTERSTATE 290 is 38 On 2024-01-20 00:00:00, the driver involved in traffic accidents on WRENTHAM ROAD is 60 On 2024-01-01 00:00:00, the driver involved in traffic accidents on ASHWOOD STREET is 0 On 2024-01-01 00:00:00, the driver involved in traffic accidents on ASHWOOD STREET is 0 On 2024-01-16 00:00:00, the driver involved in traffic accidents on RICHMOND AVENUE is 31 On 2024-01-17 00:00:00, the driver involved in traffic accidents on is 17 On 2024-01-02 00:00:00, the driver involved in traffic accidents on is 22 On 2024-01-02 00:00:00, the driver involved in traffic accidents on is 39 On 2024-01-01 00:00:00, the driver involved in traffic accidents on SEVER STREET is 45 On 2024-01-01 00:00:00, the driver involved in traffic accidents on SEVER STREET is 0 On 2024-01-31 00:00:00, the driver involved in traffic accidents on is 52 On 2024-01-31 00:00:00, the driver involved in traffic accidents on is 20 On 2024-01-22 00:00:00, the driver involved in traffic accidents on is 47 On 2024-01-22 00:00:00, the driver involved in traffic accidents on is 42 On 2024-01-09 00:00:00, the driver involved in traffic accidents on PARK AVENUE is 41 On 2024-01-09 00:00:00, the driver involved in traffic accidents on PARK AVENUE is 0 On 2024-01-12 00:00:00, the driver involved in traffic accidents on PARK AVENUE is 0 On 2024-01-12 00:00:00, the driver involved in traffic accidents on PARK AVENUE is 22 On 2024-01-10 00:00:00, the driver involved in traffic accidents on MAIN STREET is 21 On 2024-01-10 00:00:00, the driver involved in traffic accidents on MAIN STREET is 42 On 2024-01-10 00:00:00, the driver involved in traffic accidents on MAIN STREET is 37 On 2024-01-10 00:00:00, the driver involved in traffic accidents on COUNTRY CLUB BOULEVARD is 0 On 2024-01-10 00:00:00, the driver involved in traffic accidents on COUNTRY CLUB BOULEVARD is 50 On 2024-01-16 00:00:00, the driver involved in traffic accidents on BELMONT STREET is 33 On 2024-01-11 00:00:00, the driver involved in traffic accidents on ARARAT STREET is 43 On 2024-01-11 00:00:00, the driver involved in traffic accidents on SALISBURY STREET is 22 On 2024-01-11 00:00:00, the driver involved in traffic accidents on SHREWSBURY STREET is 64 On 2024-01-11 00:00:00, the driver involved in traffic accidents on SHREWSBURY STREET is 25 On 2024-01-11 00:00:00, the driver involved in traffic accidents on SALISBURY STREET is 81 On 2024-01-11 00:00:00, the driver involved in traffic accidents on SALISBURY STREET is 0 On 2024-01-11 00:00:00, the driver involved in traffic accidents on SALISBURY STREET is 0 On 2024-01-10 00:00:00, the driver involved in traffic accidents on MILL STREET is 0 On 2024-01-10 00:00:00, the driver involved in traffic accidents on MILL STREET is 74 On 2024-01-11 00:00:00, the driver involved in traffic accidents on VERNON STREET is 28 On 2024-01-11 00:00:00, the driver involved in traffic accidents on VERNON STREET is 52 On 2024-01-11 00:00:00, the driver involved in traffic accidents on CHANDLER STREET is 24 On 2024-01-11 00:00:00, the driver involved in traffic accidents on CHANDLER STREET is 45 On 2024-01-11 00:00:00, the driver involved in traffic accidents on MAIN STREET is 0 On 2024-01-11 00:00:00, the driver involved in traffic accidents on MAIN STREET is 59 On 2024-01-11 00:00:00, the driver involved in traffic accidents on OBERLIN STREET is 0 On 2024-01-11 00:00:00, the driver involved in traffic accidents on OBERLIN STREET is 0 On 2024-01-17 00:00:00, the driver involved in traffic accidents on SHREWSBURY STREET is 52 On 2024-01-17 00:00:00, the driver involved in traffic accidents on SHREWSBURY STREET is 33 On 2024-01-17 00:00:00, the driver involved in traffic accidents on FRANKLIN STREET is 17 On 2024-01-17 00:00:00, the driver involved in traffic accidents on FRANKLIN STREET is 23 On 2024-01-17 00:00:00, the driver involved in traffic accidents on is 83 On 2024-01-11 00:00:00, the driver involved in traffic accidents on LINCOLN STREET is 50 On 2024-01-11 00:00:00, the driver involved in traffic accidents on LINCOLN STREET is 33 On 2024-01-11 00:00:00, the driver involved in traffic accidents on LINCOLN STREET is 58 On 2024-01-12 00:00:00, the driver involved in traffic accidents on GRAFTON STREET is 63 On 2024-01-12 00:00:00, the driver involved in traffic accidents on GRAFTON STREET is 20 On 2024-01-12 00:00:00, the driver involved in traffic accidents on PURITAN AVENUE is 0 On 2024-01-12 00:00:00, the driver involved in traffic accidents on PURITAN AVENUE is 55 On 2024-01-22 00:00:00, the driver involved in traffic accidents on GROVE STREET is 63 On 2024-01-22 00:00:00, the driver involved in traffic accidents on GROVE STREET is 59 On 2024-01-22 00:00:00, the driver involved in traffic accidents on GROVE STREET is 77 On 2024-01-24 00:00:00, the driver involved in traffic accidents on is 41 On 2024-01-24 00:00:00, the driver involved in traffic accidents on is 53 On 2024-01-23 00:00:00, the driver involved in traffic accidents on MILLBROOK STREET is 40 On 2024-01-23 00:00:00, the driver involved in traffic accidents on MILLBROOK STREET is 72 On 2024-01-24 00:00:00, the driver involved in traffic accidents on LINCOLN STREET is 51 On 2024-01-25 00:00:00, the driver involved in traffic accidents on PENN AVENUE is 0 On 2024-01-25 00:00:00, the driver involved in traffic accidents on PENN AVENUE is 38 On 2024-01-28 00:00:00, the driver involved in traffic accidents on INTERSTATE 290 is 29 On 2024-01-28 00:00:00, the driver involved in traffic accidents on INTERSTATE 290 is 33 On 2024-01-04 00:00:00, the driver involved in traffic accidents on ALBERT STREET is 0 On 2024-01-04 00:00:00, the driver involved in traffic accidents on ALBERT STREET is 31 On 2024-01-23 00:00:00, the driver involved in traffic accidents on PLANTATION STREET is 18 On 2024-01-23 00:00:00, the driver involved in traffic accidents on PLANTATION STREET is 33 On 2024-01-21 00:00:00, the driver involved in traffic accidents on LINCOLN STREET is 30 On 2024-01-22 00:00:00, the driver involved in traffic accidents on MAIN STREET is 63 On 2024-01-22 00:00:00, the driver involved in traffic accidents on MAIN STREET is 26 On 2024-01-22 00:00:00, the driver involved in traffic accidents on UPSALA STREET is 57 On 2024-01-22 00:00:00, the driver involved in traffic accidents on UPSALA STREET is 19 On 2024-01-20 00:00:00, the driver involved in traffic accidents on PATTISON STREET is 33 On 2024-01-20 00:00:00, the driver involved in traffic accidents on PATTISON STREET is 37 On 2024-01-20 00:00:00, the driver involved in traffic accidents on KINGSBURY STREET is 0 On 2024-01-20 00:00:00, the driver involved in traffic accidents on KINGSBURY STREET is 0 On 2024-01-21 00:00:00, the driver involved in traffic accidents on ORIENT STREET is 60 On 2024-01-21 00:00:00, the driver involved in traffic accidents on ORIENT STREET is 25 On 2024-01-18 00:00:00, the driver involved in traffic accidents on WINTHROP STREET is 43 On 2024-01-18 00:00:00, the driver involved in traffic accidents on WINTHROP STREET is 43 On 2024-01-21 00:00:00, the driver involved in traffic accidents on PLANTATION STREET is 31 On 2024-01-21 00:00:00, the driver involved in traffic accidents on LAKE AVENUE is 0 On 2024-01-21 00:00:00, the driver involved in traffic accidents on LAKE AVENUE is 0 On 2024-01-21 00:00:00, the driver involved in traffic accidents on LAKE AVENUE is 25 On 2024-01-21 00:00:00, the driver involved in traffic accidents on VERNON STREET is 33 On 2024-01-21 00:00:00, the driver involved in traffic accidents on VERNON STREET is 42 On 2024-01-14 00:00:00, the driver involved in traffic accidents on DORCHESTER STREET is 23 On 2024-01-14 00:00:00, the driver involved in traffic accidents on DORCHESTER STREET is 43 On 2024-01-14 00:00:00, the driver involved in traffic accidents on DORCHESTER STREET is 43 On 2024-01-08 00:00:00, the driver involved in traffic accidents on MAIN STREET is 55 On 2024-01-08 00:00:00, the driver involved in traffic accidents on MAIN STREET is 39 On 2024-01-08 00:00:00, the driver involved in traffic accidents on MILL STREET EXTENSION is 0 On 2024-01-08 00:00:00, the driver involved in traffic accidents on MILL STREET EXTENSION is 55 On 2024-01-08 00:00:00, the driver involved in traffic accidents on SUNDERLAND ROAD is 52 On 2024-01-08 00:00:00, the driver involved in traffic accidents on SUNDERLAND ROAD is 41 On 2024-01-09 00:00:00, the driver involved in traffic accidents on SHREWSBURY STREET is 38 On 2024-01-09 00:00:00, the driver involved in traffic accidents on SHREWSBURY STREET is 41 On 2024-01-09 00:00:00, the driver involved in traffic accidents on MAY STREET is 0 On 2024-01-09 00:00:00, the driver involved in traffic accidents on MAY STREET is 41 On 2024-01-28 00:00:00, the driver involved in traffic accidents on INTERSTATE 290 is 30 On 2024-02-02 00:00:00, the driver involved in traffic accidents on INTERSTATE 290 is 31 On 2024-02-02 00:00:00, the driver involved in traffic accidents on INTERSTATE 290 is 51 On 2024-01-29 00:00:00, the driver involved in traffic accidents on is 35 On 2024-01-29 00:00:00, the driver involved in traffic accidents on is 18 On 2024-01-25 00:00:00, the driver involved in traffic accidents on INTERSTATE 290 is 63 On 2024-01-01 00:00:00, the driver involved in traffic accidents on FLORENCE STREET is 40 On 2024-01-01 00:00:00, the driver involved in traffic accidents on FLORENCE STREET is 59 On 2024-01-01 00:00:00, the driver involved in traffic accidents on FLORENCE STREET is 35 On 2024-01-01 00:00:00, the driver involved in traffic accidents on FLORENCE STREET is 0 On 2024-01-23 00:00:00, the driver involved in traffic accidents on ROYAL ROAD is 20 On 2024-01-23 00:00:00, the driver involved in traffic accidents on ROYAL ROAD is 43 On 2024-01-07 00:00:00, the driver involved in traffic accidents on JUNE STREET is 35 On 2024-01-06 00:00:00, the driver involved in traffic accidents on FOSTER STREET is 52 On 2024-01-06 00:00:00, the driver involved in traffic accidents on FOSTER STREET is 34 On 2024-01-07 00:00:00, the driver involved in traffic accidents on GRAFTON STREET is 30 On 2024-01-07 00:00:00, the driver involved in traffic accidents on GRAFTON STREET is 53 On 2024-01-07 00:00:00, the driver involved in traffic accidents on EAST CENTRAL STREET is 23 On 2024-01-07 00:00:00, the driver involved in traffic accidents on BEACON STREET is 48 On 2024-01-07 00:00:00, the driver involved in traffic accidents on is 27 On 2024-01-07 00:00:00, the driver involved in traffic accidents on is 0 On 2024-01-07 00:00:00, the driver involved in traffic accidents on SHREWSBURY STREET is 50 On 2024-01-07 00:00:00, the driver involved in traffic accidents on SHREWSBURY STREET is 0 On 2024-01-20 00:00:00, the driver involved in traffic accidents on STONELAND ROAD is 0 On 2024-01-20 00:00:00, the driver involved in traffic accidents on STONELAND ROAD is 0 On 2024-01-20 00:00:00, the driver involved in traffic accidents on NUTTALL LANE is 32 On 2024-01-20 00:00:00, the driver involved in traffic accidents on NUTTALL LANE is 0 On 2024-01-20 00:00:00, the driver involved in traffic accidents on is 17 On 2024-01-20 00:00:00, the driver involved in traffic accidents on is 30 On 2024-01-14 00:00:00, the driver involved in traffic accidents on HAMMOND STREET is 21 On 2024-01-14 00:00:00, the driver involved in traffic accidents on HAMMOND STREET is 37 On 2024-01-14 00:00:00, the driver involved in traffic accidents on MAY STREET is 46 On 2024-01-14 00:00:00, the driver involved in traffic accidents on MAY STREET is 39 On 2024-01-15 00:00:00, the driver involved in traffic accidents on PARK AVENUE is 44 On 2024-01-15 00:00:00, the driver involved in traffic accidents on PARK AVENUE is 33 On 2024-01-20 00:00:00, the driver involved in traffic accidents on SOUTH STREET is 32 On 2024-01-16 00:00:00, the driver involved in traffic accidents on FRANKLIN STREET is 30 On 2024-01-16 00:00:00, the driver involved in traffic accidents on FRANKLIN STREET is 0 On 2024-01-20 00:00:00, the driver involved in traffic accidents on VASSAR STREET is 70 On 2024-01-20 00:00:00, the driver involved in traffic accidents on VASSAR STREET is 0 On 2024-01-17 00:00:00, the driver involved in traffic accidents on ELM STREET is 67 On 2024-01-17 00:00:00, the driver involved in traffic accidents on ELM STREET is 56 On 2024-01-20 00:00:00, the driver involved in traffic accidents on BYRON STREET is 0 On 2024-01-20 00:00:00, the driver involved in traffic accidents on BYRON STREET is 28 On 2024-01-24 00:00:00, the driver involved in traffic accidents on HIGHLAND STREET is 30 On 2024-01-24 00:00:00, the driver involved in traffic accidents on PLEASANT STREET is 52 On 2024-01-24 00:00:00, the driver involved in traffic accidents on is 19 On 2024-01-17 00:00:00, the driver involved in traffic accidents on PLANTATION STREET is 0 On 2024-01-17 00:00:00, the driver involved in traffic accidents on PLANTATION STREET is 0 On 2024-01-22 00:00:00, the driver involved in traffic accidents on BELMONT STREET is 44 On 2024-01-22 00:00:00, the driver involved in traffic accidents on BELMONT STREET is 66 On 2024-01-25 00:00:00, the driver involved in traffic accidents on FOSTER STREET is 20 On 2024-01-25 00:00:00, the driver involved in traffic accidents on FOSTER STREET is 32 On 2024-01-18 00:00:00, the driver involved in traffic accidents on SALISBURY STREET is 20 On 2024-01-18 00:00:00, the driver involved in traffic accidents on SALISBURY STREET is 45 On 2024-01-06 00:00:00, the driver involved in traffic accidents on BELMONT STREET is 27 On 2024-01-10 00:00:00, the driver involved in traffic accidents on BELMONT STREET is 26 On 2024-01-10 00:00:00, the driver involved in traffic accidents on BELMONT STREET is 77 On 2024-01-11 00:00:00, the driver involved in traffic accidents on SHREWSBURY STREET is 0 On 2024-01-11 00:00:00, the driver involved in traffic accidents on SHREWSBURY STREET is 0 On 2024-01-11 00:00:00, the driver involved in traffic accidents on SHREWSBURY STREET is 0 On 2024-01-17 00:00:00, the driver involved in traffic accidents on is 24 On 2024-01-17 00:00:00, the driver involved in traffic accidents on is 0 On 2024-01-17 00:00:00, the driver involved in traffic accidents on LAFAYETTE STREET is 59 On 2024-01-17 00:00:00, the driver involved in traffic accidents on LAFAYETTE STREET is 20 On 2024-01-18 00:00:00, the driver involved in traffic accidents on PATTISON STREET is 0 On 2024-01-18 00:00:00, the driver involved in traffic accidents on PATTISON STREET is 75 On 2024-01-16 00:00:00, the driver involved in traffic accidents on FRANKLIN STREET is 55 On 2024-01-12 00:00:00, the driver involved in traffic accidents on is 61 On 2024-01-12 00:00:00, the driver involved in traffic accidents on is 0 On 2024-01-12 00:00:00, the driver involved in traffic accidents on is 79 On 2024-01-12 00:00:00, the driver involved in traffic accidents on CAROLINE STREET is 36 On 2024-01-12 00:00:00, the driver involved in traffic accidents on CAROLINE STREET is 68 On 2024-01-12 00:00:00, the driver involved in traffic accidents on MCKEON ROAD is 54 On 2024-01-12 00:00:00, the driver involved in traffic accidents on MCKEON ROAD is 53 On 2024-01-10 00:00:00, the driver involved in traffic accidents on HEYWOOD STREET is 50 On 2024-01-10 00:00:00, the driver involved in traffic accidents on HEYWOOD STREET is 22 On 2024-01-22 00:00:00, the driver involved in traffic accidents on RUSSELL STREET is 74 On 2024-01-22 00:00:00, the driver involved in traffic accidents on RUSSELL STREET is 0 On 2024-01-25 00:00:00, the driver involved in traffic accidents on is 52 On 2024-01-25 00:00:00, the driver involved in traffic accidents on is 17 On 2024-01-24 00:00:00, the driver involved in traffic accidents on CHANDLER STREET is 48 On 2024-01-24 00:00:00, the driver involved in traffic accidents on CHANDLER STREET is 25 On 2024-01-24 00:00:00, the driver involved in traffic accidents on CAMBRIDGE STREET is 63 On 2024-01-24 00:00:00, the driver involved in traffic accidents on CAMBRIDGE STREET is 36 On 2024-01-01 00:00:00, the driver involved in traffic accidents on GOLD STAR BOULEVARD is 52 On 2024-01-01 00:00:00, the driver involved in traffic accidents on GOLD STAR BOULEVARD is 29 On 2024-02-03 00:00:00, the driver involved in traffic accidents on is 48 On 2024-02-03 00:00:00, the driver involved in traffic accidents on is 20 On 2024-01-21 00:00:00, the driver involved in traffic accidents on MAIN STREET is 43 On 2024-01-21 00:00:00, the driver involved in traffic accidents on MAIN STREET is 44 On 2024-01-04 00:00:00, the driver involved in traffic accidents on HIGHLAND STREET is 16 On 2024-01-04 00:00:00, the driver involved in traffic accidents on HIGHLAND STREET is 53 On 2024-01-18 00:00:00, the driver involved in traffic accidents on INTERSTATE 190 is 54 On 2024-01-18 00:00:00, the driver involved in traffic accidents on INTERSTATE 190 is 0 On 2024-01-18 00:00:00, the driver involved in traffic accidents on INTERSTATE 190 is 23 On 2024-01-17 00:00:00, the driver involved in traffic accidents on DUTTON STREET is 0 On 2024-01-17 00:00:00, the driver involved in traffic accidents on DUTTON STREET is 0 On 2024-01-12 00:00:00, the driver involved in traffic accidents on PRESTON STREET is 47 On 2024-02-10 00:00:00, the driver involved in traffic accidents on INTERSTATE 190 is 24 On 2024-02-01 00:00:00, the driver involved in traffic accidents on is 65 On 2024-02-01 00:00:00, the driver involved in traffic accidents on is 20 On 2024-01-31 00:00:00, the driver involved in traffic accidents on is 55 On 2024-01-31 00:00:00, the driver involved in traffic accidents on is 40 On 2024-01-31 00:00:00, the driver involved in traffic accidents on is 26 On 2024-02-05 00:00:00, the driver involved in traffic accidents on INTERSTATE 290 is 26 On 2024-02-05 00:00:00, the driver involved in traffic accidents on INTERSTATE 290 is 60 On 2024-02-05 00:00:00, the driver involved in traffic accidents on INTERSTATE 290 is 29 On 2024-01-25 00:00:00, the driver involved in traffic accidents on INTERSTATE 190 is 21 On 2024-01-25 00:00:00, the driver involved in traffic accidents on INTERSTATE 190 is 36 On 2024-01-23 00:00:00, the driver involved in traffic accidents on VERNON STREET is 27 On 2024-01-23 00:00:00, the driver involved in traffic accidents on VERNON STREET is 0 On 2024-01-23 00:00:00, the driver involved in traffic accidents on GRAFTON STREET is 32 On 2024-01-23 00:00:00, the driver involved in traffic accidents on GRAFTON STREET is 44 On 2024-01-18 00:00:00, the driver involved in traffic accidents on CURTIS STREET is 0 On 2024-01-18 00:00:00, the driver involved in traffic accidents on CURTIS STREET is 0 On 2024-01-23 00:00:00, the driver involved in traffic accidents on STAFFORD STREET is 0 On 2024-01-23 00:00:00, the driver involved in traffic accidents on STAFFORD STREET is 24 On 2024-01-23 00:00:00, the driver involved in traffic accidents on PARK AVENUE is 21 On 2024-01-23 00:00:00, the driver involved in traffic accidents on PARK AVENUE is 34 On 2024-01-23 00:00:00, the driver involved in traffic accidents on PARK AVENUE is 20 On 2024-01-23 00:00:00, the driver involved in traffic accidents on BOYNTON STREET is 0 On 2024-01-23 00:00:00, the driver involved in traffic accidents on BOYNTON STREET is 21 On 2024-01-07 00:00:00, the driver involved in traffic accidents on CLOVER STREET is 19 On 2024-01-07 00:00:00, the driver involved in traffic accidents on CLOVER STREET is 16 On 2024-01-20 00:00:00, the driver involved in traffic accidents on PENN AVENUE is 45 On 2024-01-23 00:00:00, the driver involved in traffic accidents on CHANDLER STREET is 41 On 2024-01-23 00:00:00, the driver involved in traffic accidents on CHANDLER STREET is 45 On 2024-01-08 00:00:00, the driver involved in traffic accidents on WESTBOROUGH STREET is 0 On 2024-01-16 00:00:00, the driver involved in traffic accidents on SALISBURY STREET is 71 On 2024-01-21 00:00:00, the driver involved in traffic accidents on SOUTH STREET is 0 On 2024-01-21 00:00:00, the driver involved in traffic accidents on SOUTH STREET is 0 On 2024-01-27 00:00:00, the driver involved in traffic accidents on HARDING STREET is 0 On 2024-01-27 00:00:00, the driver involved in traffic accidents on HARDING STREET is 68 On 2024-01-26 00:00:00, the driver involved in traffic accidents on PARK AVENUE is 56 On 2024-01-26 00:00:00, the driver involved in traffic accidents on PARK AVENUE is 43 On 2024-01-26 00:00:00, the driver involved in traffic accidents on PARK AVENUE is 47 On 2024-01-23 00:00:00, the driver involved in traffic accidents on EAST CENTRAL STREET is 65 On 2024-01-19 00:00:00, the driver involved in traffic accidents on CAMBRIDGE STREET is 29 On 2024-01-25 00:00:00, the driver involved in traffic accidents on QUEEN STREET is 34 On 2024-01-25 00:00:00, the driver involved in traffic accidents on QUEEN STREET is 20 On 2024-01-25 00:00:00, the driver involved in traffic accidents on BELMONT STREET is 59 On 2024-01-25 00:00:00, the driver involved in traffic accidents on BELMONT STREET is 29 On 2024-01-25 00:00:00, the driver involved in traffic accidents on HAMILTON STREET is 0 On 2024-01-25 00:00:00, the driver involved in traffic accidents on HAMILTON STREET is 0 On 2024-01-22 00:00:00, the driver involved in traffic accidents on MAYWOOD STREET is 23 On 2024-01-22 00:00:00, the driver involved in traffic accidents on MAYWOOD STREET is 34 On 2024-01-24 00:00:00, the driver involved in traffic accidents on PERRY AVENUE is 35 On 2024-01-23 00:00:00, the driver involved in traffic accidents on SPOFFORD ROAD is 22 On 2024-01-24 00:00:00, the driver involved in traffic accidents on MAY STREET is 0 On 2024-01-24 00:00:00, the driver involved in traffic accidents on PLEASANT STREET is 22 On 2024-01-24 00:00:00, the driver involved in traffic accidents on PLEASANT STREET is 53 On 2024-01-27 00:00:00, the driver involved in traffic accidents on CAMBRIDGE STREET is 20 On 2024-01-27 00:00:00, the driver involved in traffic accidents on CAMBRIDGE STREET is 45 On 2024-01-08 00:00:00, the driver involved in traffic accidents on HIGHLAND STREET is 71 On 2024-01-08 00:00:00, the driver involved in traffic accidents on HIGHLAND STREET is 0 On 2024-01-08 00:00:00, the driver involved in traffic accidents on LINCOLN STREET is 68 On 2024-01-08 00:00:00, the driver involved in traffic accidents on LINCOLN STREET is 59 On 2024-01-14 00:00:00, the driver involved in traffic accidents on DORCHESTER STREET is 29 On 2024-01-14 00:00:00, the driver involved in traffic accidents on DORCHESTER STREET is 29 On 2024-01-25 00:00:00, the driver involved in traffic accidents on CHANDLER STREET is 35 On 2024-01-25 00:00:00, the driver involved in traffic accidents on CHANDLER STREET is 35 On 2024-02-01 00:00:00, the driver involved in traffic accidents on MAIN STREET is 47 On 2024-02-01 00:00:00, the driver involved in traffic accidents on MAIN STREET is 21 On 2024-02-01 00:00:00, the driver involved in traffic accidents on FRONT STREET is 22 On 2024-02-01 00:00:00, the driver involved in traffic accidents on FRONT STREET is 29 On 2024-01-21 00:00:00, the driver involved in traffic accidents on is 47 On 2024-01-21 00:00:00, the driver involved in traffic accidents on is 22 On 2024-02-01 00:00:00, the driver involved in traffic accidents on BRUSSELS STREET is 84 On 2024-02-01 00:00:00, the driver involved in traffic accidents on BRUSSELS STREET is 45 On 2024-02-05 00:00:00, the driver involved in traffic accidents on MAIN STREET is 52 On 2024-01-17 00:00:00, the driver involved in traffic accidents on HACKER STREET is 0 On 2024-01-17 00:00:00, the driver involved in traffic accidents on HACKER STREET is 0 On 2024-01-04 00:00:00, the driver involved in traffic accidents on LINCOLN STREET is 29 On 2024-01-16 00:00:00, the driver involved in traffic accidents on DRUMMOND AVENUE is 70 On 2024-01-16 00:00:00, the driver involved in traffic accidents on DRUMMOND AVENUE is 48 On 2024-01-16 00:00:00, the driver involved in traffic accidents on MAIN STREET is 42 On 2024-01-16 00:00:00, the driver involved in traffic accidents on MAIN STREET is 58 On 2024-01-16 00:00:00, the driver involved in traffic accidents on is 60 On 2024-01-16 00:00:00, the driver involved in traffic accidents on is 22 On 2024-02-04 00:00:00, the driver involved in traffic accidents on GRAFTON STREET is 61 On 2024-02-04 00:00:00, the driver involved in traffic accidents on GRAFTON STREET is 0 On 2024-01-16 00:00:00, the driver involved in traffic accidents on GRAFTON STREET is 0 On 2024-01-16 00:00:00, the driver involved in traffic accidents on HARRISON STREET is 18 On 2024-01-16 00:00:00, the driver involved in traffic accidents on HARRISON STREET is 30 On 2024-01-21 00:00:00, the driver involved in traffic accidents on MAIN STREET is 22 On 2024-01-21 00:00:00, the driver involved in traffic accidents on MAIN STREET is 20 On 2024-01-02 00:00:00, the driver involved in traffic accidents on SUFFOLK STREET is 37 On 2024-01-02 00:00:00, the driver involved in traffic accidents on SUFFOLK STREET is 45 On 2024-01-20 00:00:00, the driver involved in traffic accidents on MAYWOOD STREET is 0 On 2024-01-20 00:00:00, the driver involved in traffic accidents on MAYWOOD STREET is 0 On 2024-01-20 00:00:00, the driver involved in traffic accidents on MAYWOOD STREET is 21 On 2024-01-20 00:00:00, the driver involved in traffic accidents on PLEASANT STREET is 40 On 2024-01-20 00:00:00, the driver involved in traffic accidents on PLEASANT STREET is 38 On 2024-01-22 00:00:00, the driver involved in traffic accidents on COLLEGE STREET is 22 On 2024-01-22 00:00:00, the driver involved in traffic accidents on COLLEGE STREET is 22 On 2024-01-17 00:00:00, the driver involved in traffic accidents on MAY STREET is 39 On 2024-01-17 00:00:00, the driver involved in traffic accidents on MAY STREET is 54 On 2024-01-17 00:00:00, the driver involved in traffic accidents on MAY STREET is 0 On 2024-01-22 00:00:00, the driver involved in traffic accidents on HAMILTON STREET is 37 On 2024-01-22 00:00:00, the driver involved in traffic accidents on HAMILTON STREET is 56 On 2024-01-16 00:00:00, the driver involved in traffic accidents on FRANKLIN STREET is 40 On 2024-01-16 00:00:00, the driver involved in traffic accidents on FRANKLIN STREET is 25 On 2024-01-20 00:00:00, the driver involved in traffic accidents on LANESBORO ROAD is 44 On 2024-01-22 00:00:00, the driver involved in traffic accidents on MOUNT HOLYOKE AVENUE is 28 On 2024-01-22 00:00:00, the driver involved in traffic accidents on MOUNT HOLYOKE AVENUE is 0 On 2024-02-09 00:00:00, the driver involved in traffic accidents on INTERSTATE 290 is 47 On 2024-02-09 00:00:00, the driver involved in traffic accidents on INTERSTATE 290 is 44 On 2024-01-19 00:00:00, the driver involved in traffic accidents on INTERSTATE 290 is 28 On 2024-01-19 00:00:00, the driver involved in traffic accidents on INTERSTATE 290 is 76 On 2024-02-14 00:00:00, the driver involved in traffic accidents on INTERSTATE 290 is 27 On 2024-02-14 00:00:00, the driver involved in traffic accidents on INTERSTATE 290 is 55 On 2024-01-30 00:00:00, the driver involved in traffic accidents on CURTIS PARKWAY is 47 On 2024-01-30 00:00:00, the driver involved in traffic accidents on CURTIS PARKWAY is 32 On 2024-01-30 00:00:00, the driver involved in traffic accidents on CURTIS PARKWAY is 25 On 2024-01-30 00:00:00, the driver involved in traffic accidents on BROWNELL STREET is 0 On 2024-01-30 00:00:00, the driver involved in traffic accidents on BROWNELL STREET is 0 On 2024-02-06 00:00:00, the driver involved in traffic accidents on GRAFTON STREET is 40 On 2024-02-06 00:00:00, the driver involved in traffic accidents on GRAFTON STREET is 0 On 2024-02-10 00:00:00, the driver involved in traffic accidents on is 35 On 2024-02-02 00:00:00, the driver involved in traffic accidents on PLEASANT STREET is 22 On 2024-02-02 00:00:00, the driver involved in traffic accidents on PLEASANT STREET is 31 On 2024-02-01 00:00:00, the driver involved in traffic accidents on NORTHEAST CUTOFF is 46 On 2024-02-01 00:00:00, the driver involved in traffic accidents on NORTHEAST CUTOFF is 23 On 2024-02-03 00:00:00, the driver involved in traffic accidents on is 50 On 2024-02-03 00:00:00, the driver involved in traffic accidents on is 25 On 2024-02-10 00:00:00, the driver involved in traffic accidents on is 28 On 2024-02-10 00:00:00, the driver involved in traffic accidents on is 64 On 2024-02-10 00:00:00, the driver involved in traffic accidents on is 41 On 2024-02-10 00:00:00, the driver involved in traffic accidents on is 27 On 2024-02-11 00:00:00, the driver involved in traffic accidents on is 24 On 2024-01-10 00:00:00, the driver involved in traffic accidents on ORIENT STREET is 32 On 2024-01-10 00:00:00, the driver involved in traffic accidents on ORIENT STREET is 0 On 2024-01-14 00:00:00, the driver involved in traffic accidents on is 29 On 2024-01-14 00:00:00, the driver involved in traffic accidents on is 56 On 2024-02-02 00:00:00, the driver involved in traffic accidents on SALISBURY STREET is 24 On 2024-02-02 00:00:00, the driver involved in traffic accidents on SALISBURY STREET is 51 On 2024-02-02 00:00:00, the driver involved in traffic accidents on SOUTHWEST CUTOFF is 27 On 2024-02-02 00:00:00, the driver involved in traffic accidents on SOUTHWEST CUTOFF is 0 On 2024-01-07 00:00:00, the driver involved in traffic accidents on is 31 On 2024-01-07 00:00:00, the driver involved in traffic accidents on is 52 On 2024-01-30 00:00:00, the driver involved in traffic accidents on NATHANIEL STREET is 67 On 2024-01-30 00:00:00, the driver involved in traffic accidents on NATHANIEL STREET is 37 On 2024-02-01 00:00:00, the driver involved in traffic accidents on COBURN AVENUE is 59 On 2024-02-01 00:00:00, the driver involved in traffic accidents on COBURN AVENUE is 22 On 2024-01-05 00:00:00, the driver involved in traffic accidents on BELMONT STREET is 48 On 2024-01-05 00:00:00, the driver involved in traffic accidents on BELMONT STREET is 22 On 2024-01-05 00:00:00, the driver involved in traffic accidents on BELMONT STREET is 64 On 2024-01-05 00:00:00, the driver involved in traffic accidents on BELMONT STREET is 43 On 2024-01-23 00:00:00, the driver involved in traffic accidents on is 52 On 2024-01-23 00:00:00, the driver involved in traffic accidents on is 22 On 2024-01-23 00:00:00, the driver involved in traffic accidents on SALISBURY STREET is 21 On 2024-01-30 00:00:00, the driver involved in traffic accidents on GRAFTON STREET is 24 On 2024-01-30 00:00:00, the driver involved in traffic accidents on GRAFTON STREET is 68 On 2024-01-29 00:00:00, the driver involved in traffic accidents on LOXWOOD STREET is 0 On 2024-01-29 00:00:00, the driver involved in traffic accidents on LOXWOOD STREET is 0 On 2024-02-03 00:00:00, the driver involved in traffic accidents on is 31 On 2024-02-03 00:00:00, the driver involved in traffic accidents on is 57 On 2024-01-29 00:00:00, the driver involved in traffic accidents on SOUTHBRIDGE STREET is 22 On 2024-02-06 00:00:00, the driver involved in traffic accidents on SHREWSBURY STREET is 66 On 2024-02-06 00:00:00, the driver involved in traffic accidents on SHREWSBURY STREET is 49 On 2024-02-05 00:00:00, the driver involved in traffic accidents on MILLBURY STREET is 30 On 2024-02-05 00:00:00, the driver involved in traffic accidents on MILLBURY STREET is 59 On 2024-02-07 00:00:00, the driver involved in traffic accidents on HIGHLAND STREET is 30 On 2024-02-07 00:00:00, the driver involved in traffic accidents on HIGHLAND STREET is 30 On 2024-01-07 00:00:00, the driver involved in traffic accidents on PARK AVENUE is 0 On 2024-01-07 00:00:00, the driver involved in traffic accidents on PATCH RESERVOIR DRIVE is 0 On 2024-01-07 00:00:00, the driver involved in traffic accidents on PATCH RESERVOIR DRIVE is 0 On 2024-01-07 00:00:00, the driver involved in traffic accidents on FLAGG STREET is 17 On 2024-02-08 00:00:00, the driver involved in traffic accidents on DORCHESTER STREET is 36 On 2024-02-08 00:00:00, the driver involved in traffic accidents on DORCHESTER STREET is 57 On 2024-01-10 00:00:00, the driver involved in traffic accidents on MAIN STREET is 44 On 2024-01-10 00:00:00, the driver involved in traffic accidents on MAIN STREET is 63 On 2024-01-10 00:00:00, the driver involved in traffic accidents on MADISON STREET is 28 On 2024-01-10 00:00:00, the driver involved in traffic accidents on MADISON STREET is 37 On 2024-01-14 00:00:00, the driver involved in traffic accidents on PLANTATION STREET is 0 On 2024-01-14 00:00:00, the driver involved in traffic accidents on PLANTATION STREET is 38 On 2024-01-24 00:00:00, the driver involved in traffic accidents on BELMONT STREET is 0 On 2024-01-24 00:00:00, the driver involved in traffic accidents on BELMONT STREET is 0 On 2024-02-07 00:00:00, the driver involved in traffic accidents on MAIN STREET is 34 On 2024-02-07 00:00:00, the driver involved in traffic accidents on MAIN STREET is 48 On 2024-02-08 00:00:00, the driver involved in traffic accidents on SHREWSBURY STREET is 53 On 2024-02-08 00:00:00, the driver involved in traffic accidents on SHREWSBURY STREET is 65 On 2024-01-05 00:00:00, the driver involved in traffic accidents on is 37 On 2024-01-05 00:00:00, the driver involved in traffic accidents on is 0 On 2024-01-07 00:00:00, the driver involved in traffic accidents on WINFIELD STREET is 0 On 2024-01-07 00:00:00, the driver involved in traffic accidents on WINFIELD STREET is 30 On 2024-01-24 00:00:00, the driver involved in traffic accidents on GOLD STAR BOULEVARD is 42 On 2024-01-24 00:00:00, the driver involved in traffic accidents on GOLD STAR BOULEVARD is 62 On 2024-01-24 00:00:00, the driver involved in traffic accidents on MILL STREET is 17 On 2024-01-25 00:00:00, the driver involved in traffic accidents on GRAFTON STREET is 40 On 2024-01-25 00:00:00, the driver involved in traffic accidents on GRAFTON STREET is 33 On 2024-01-25 00:00:00, the driver involved in traffic accidents on MASSASOIT ROAD is 81 On 2024-02-06 00:00:00, the driver involved in traffic accidents on CAMBRIDGE STREET is 49 On 2024-02-06 00:00:00, the driver involved in traffic accidents on CAMBRIDGE STREET is 64 On 2024-02-14 00:00:00, the driver involved in traffic accidents on INTERSTATE 290 is 43 On 2024-02-14 00:00:00, the driver involved in traffic accidents on INTERSTATE 290 is 52 On 2024-02-14 00:00:00, the driver involved in traffic accidents on INTERSTATE 290 is 56 On 2024-02-13 00:00:00, the driver involved in traffic accidents on is 59 On 2024-02-13 00:00:00, the driver involved in traffic accidents on is 35 On 2024-02-12 00:00:00, the driver involved in traffic accidents on is 35 On 2024-02-12 00:00:00, the driver involved in traffic accidents on is 39 On 2024-01-09 00:00:00, the driver involved in traffic accidents on CANTERBURY STREET is 0 On 2024-01-09 00:00:00, the driver involved in traffic accidents on CANTERBURY STREET is 46 On 2024-01-09 00:00:00, the driver involved in traffic accidents on CANTERBURY STREET is 21 On 2024-02-17 00:00:00, the driver involved in traffic accidents on is 45 On 2024-02-17 00:00:00, the driver involved in traffic accidents on is 18 On 2024-02-16 00:00:00, the driver involved in traffic accidents on INTERSTATE 290 is 39 On 2024-02-20 00:00:00, the driver involved in traffic accidents on INTERSTATE 290 is 46 On 2024-02-20 00:00:00, the driver involved in traffic accidents on INTERSTATE 290 is 28 On 2024-02-14 00:00:00, the driver involved in traffic accidents on is 32 On 2024-02-14 00:00:00, the driver involved in traffic accidents on is 35 On 2024-02-14 00:00:00, the driver involved in traffic accidents on is 61 On 2024-02-22 00:00:00, the driver involved in traffic accidents on INTERSTATE 290 is 22 On 2024-02-22 00:00:00, the driver involved in traffic accidents on INTERSTATE 290 is 41 On 2024-02-20 00:00:00, the driver involved in traffic accidents on is 28 On 2024-02-10 00:00:00, the driver involved in traffic accidents on WEST BOYLSTON STREET is 48 On 2024-02-14 00:00:00, the driver involved in traffic accidents on KELLEY SQUARE is 58 On 2024-01-06 00:00:00, the driver involved in traffic accidents on SAINT NICHOLAS AVENUE is 30 On 2024-02-14 00:00:00, the driver involved in traffic accidents on is 47 On 2024-02-03 00:00:00, the driver involved in traffic accidents on SHELBY STREET is 0 On 2024-02-03 00:00:00, the driver involved in traffic accidents on SHELBY STREET is 0 On 2024-02-07 00:00:00, the driver involved in traffic accidents on EDWARD STREET is 28 On 2024-02-07 00:00:00, the driver involved in traffic accidents on EDWARD STREET is 31 On 2024-02-07 00:00:00, the driver involved in traffic accidents on is 20 On 2024-02-07 00:00:00, the driver involved in traffic accidents on WEST BOYLSTON STREET is 69 On 2024-02-07 00:00:00, the driver involved in traffic accidents on WEST BOYLSTON STREET is 19 On 2024-02-07 00:00:00, the driver involved in traffic accidents on WEST BOYLSTON STREET is 22 On 2024-02-07 00:00:00, the driver involved in traffic accidents on SOUTHBRIDGE STREET is 34 On 2024-02-07 00:00:00, the driver involved in traffic accidents on CAMBRIDGE STREET is 69 On 2024-02-07 00:00:00, the driver involved in traffic accidents on CAMBRIDGE STREET is 25 On 2024-02-06 00:00:00, the driver involved in traffic accidents on ELM STREET is 72 On 2024-02-06 00:00:00, the driver involved in traffic accidents on ELM STREET is 0 On 2024-02-06 00:00:00, the driver involved in traffic accidents on WOODLAND STREET is 46 On 2024-02-06 00:00:00, the driver involved in traffic accidents on WOODLAND STREET is 21 On 2024-02-06 00:00:00, the driver involved in traffic accidents on GRANITE STREET is 36 On 2024-02-06 00:00:00, the driver involved in traffic accidents on GRANITE STREET is 52 On 2024-02-06 00:00:00, the driver involved in traffic accidents on ENDICOTT STREET is 62 On 2024-02-06 00:00:00, the driver involved in traffic accidents on ENDICOTT STREET is 34 On 2024-02-04 00:00:00, the driver involved in traffic accidents on CLARKSON STREET is 0 On 2024-02-04 00:00:00, the driver involved in traffic accidents on CLARKSON STREET is 0 On 2024-02-04 00:00:00, the driver involved in traffic accidents on VERNON STREET is 32 On 2024-02-04 00:00:00, the driver involved in traffic accidents on VERNON STREET is 29 On 2024-02-04 00:00:00, the driver involved in traffic accidents on MADISON STREET is 0 On 2024-02-04 00:00:00, the driver involved in traffic accidents on MADISON STREET is 36 On 2024-02-05 00:00:00, the driver involved in traffic accidents on LINCOLN STREET is 40 On 2024-02-05 00:00:00, the driver involved in traffic accidents on LINCOLN STREET is 30 On 2024-02-14 00:00:00, the driver involved in traffic accidents on MAJOR TAYLOR BOULEVARD is 45 On 2024-02-14 00:00:00, the driver involved in traffic accidents on MAJOR TAYLOR BOULEVARD is 50 On 2024-02-01 00:00:00, the driver involved in traffic accidents on ESTHER STREET is 44 On 2024-02-07 00:00:00, the driver involved in traffic accidents on STAFFORD STREET is 19 On 2024-02-07 00:00:00, the driver involved in traffic accidents on STAFFORD STREET is 21 On 2024-01-26 00:00:00, the driver involved in traffic accidents on MILL STREET is 25 On 2024-01-26 00:00:00, the driver involved in traffic accidents on MILL STREET is 0 On 2024-01-30 00:00:00, the driver involved in traffic accidents on MAIN STREET is 22 On 2024-01-30 00:00:00, the driver involved in traffic accidents on MAIN STREET is 52 On 2024-01-19 00:00:00, the driver involved in traffic accidents on CHATHAM STREET is 74 On 2024-01-19 00:00:00, the driver involved in traffic accidents on CHATHAM STREET is 42 On 2024-01-08 00:00:00, the driver involved in traffic accidents on BELLEVUE STREET is 57 On 2024-01-08 00:00:00, the driver involved in traffic accidents on BELLEVUE STREET is 65 On 2024-01-19 00:00:00, the driver involved in traffic accidents on TUCKERMAN STREET is 21 On 2024-01-19 00:00:00, the driver involved in traffic accidents on TUCKERMAN STREET is 34 On 2024-01-19 00:00:00, the driver involved in traffic accidents on TUCKERMAN STREET is 19 On 2024-01-19 00:00:00, the driver involved in traffic accidents on BEAVER STREET is 60 On 2024-01-19 00:00:00, the driver involved in traffic accidents on BEAVER STREET is 39 On 2024-01-19 00:00:00, the driver involved in traffic accidents on CLEMENT STREET is 22 On 2024-01-19 00:00:00, the driver involved in traffic accidents on CLEMENT STREET is 0 On 2024-01-19 00:00:00, the driver involved in traffic accidents on GRAFTON STREET is 58 On 2024-01-19 00:00:00, the driver involved in traffic accidents on GRAFTON STREET is 37 On 2024-01-19 00:00:00, the driver involved in traffic accidents on ARARAT STREET is 21 On 2024-01-19 00:00:00, the driver involved in traffic accidents on ARARAT STREET is 69 On 2024-01-19 00:00:00, the driver involved in traffic accidents on ARARAT STREET is 21 On 2024-01-19 00:00:00, the driver involved in traffic accidents on MALDEN STREET is 0 On 2024-01-19 00:00:00, the driver involved in traffic accidents on MALDEN STREET is 62 On 2024-02-13 00:00:00, the driver involved in traffic accidents on PRIMROSE STREET is 0 On 2024-02-13 00:00:00, the driver involved in traffic accidents on PRIMROSE STREET is 20 On 2024-02-06 00:00:00, the driver involved in traffic accidents on PLEASANT STREET is 33 On 2024-02-06 00:00:00, the driver involved in traffic accidents on PLEASANT STREET is 20 On 2024-02-10 00:00:00, the driver involved in traffic accidents on CAMBRIDGE STREET is 60 On 2024-01-19 00:00:00, the driver involved in traffic accidents on MULBERRY STREET is 35 On 2024-01-19 00:00:00, the driver involved in traffic accidents on MULBERRY STREET is 0 On 2024-02-14 00:00:00, the driver involved in traffic accidents on BELMONT STREET is 57 On 2024-02-14 00:00:00, the driver involved in traffic accidents on BELMONT STREET is 31 On 2024-02-14 00:00:00, the driver involved in traffic accidents on SUMMER STREET is 24 On 2024-02-14 00:00:00, the driver involved in traffic accidents on SUMMER STREET is 31 On 2024-02-14 00:00:00, the driver involved in traffic accidents on BEACON STREET is 64 On 2024-02-14 00:00:00, the driver involved in traffic accidents on BEACON STREET is 50 On 2024-02-12 00:00:00, the driver involved in traffic accidents on STONELAND ROAD is 0 On 2024-02-12 00:00:00, the driver involved in traffic accidents on STONELAND ROAD is 0 On 2024-02-12 00:00:00, the driver involved in traffic accidents on CAMP STREET is 0 On 2024-01-14 00:00:00, the driver involved in traffic accidents on SOUTHBRIDGE STREET is 22 On 2024-01-14 00:00:00, the driver involved in traffic accidents on SOUTHBRIDGE STREET is 65 On 2024-02-11 00:00:00, the driver involved in traffic accidents on OAK AVENUE is 34 On 2024-02-11 00:00:00, the driver involved in traffic accidents on OAK AVENUE is 19 On 2024-01-20 00:00:00, the driver involved in traffic accidents on WEST BOYLSTON STREET is 17 On 2024-01-20 00:00:00, the driver involved in traffic accidents on WEST BOYLSTON STREET is 21 On 2024-02-11 00:00:00, the driver involved in traffic accidents on FOURTH STREET is 24 On 2024-02-11 00:00:00, the driver involved in traffic accidents on FOURTH STREET is 21 On 2024-01-20 00:00:00, the driver involved in traffic accidents on PENN AVENUE is 49 On 2024-02-08 00:00:00, the driver involved in traffic accidents on HIGHLAND STREET is 38 On 2024-02-08 00:00:00, the driver involved in traffic accidents on HIGHLAND STREET is 0 On 2024-02-01 00:00:00, the driver involved in traffic accidents on SOUTHBRIDGE STREET is 38 On 2024-02-01 00:00:00, the driver involved in traffic accidents on SOUTHBRIDGE STREET is 22 On 2024-02-10 00:00:00, the driver involved in traffic accidents on ANDREWS AVENUE is 64 On 2024-02-10 00:00:00, the driver involved in traffic accidents on ANDREWS AVENUE is 38 On 2024-01-17 00:00:00, the driver involved in traffic accidents on GROTON PLACE is 0 On 2024-01-17 00:00:00, the driver involved in traffic accidents on GROTON PLACE is 57 On 2024-02-12 00:00:00, the driver involved in traffic accidents on JUNE STREET is 19 On 2024-02-12 00:00:00, the driver involved in traffic accidents on JUNE STREET is 22 On 2024-02-08 00:00:00, the driver involved in traffic accidents on THOMAS STREET is 65 On 2024-02-08 00:00:00, the driver involved in traffic accidents on THOMAS STREET is 77 On 2024-01-30 00:00:00, the driver involved in traffic accidents on OLEAN STREET is 61 On 2024-02-02 00:00:00, the driver involved in traffic accidents on JUNE STREET is 36 On 2024-02-02 00:00:00, the driver involved in traffic accidents on JUNE STREET is 39 On 2024-02-09 00:00:00, the driver involved in traffic accidents on HEYWOOD STREET is 29 On 2024-02-09 00:00:00, the driver involved in traffic accidents on HEYWOOD STREET is 19 On 2024-01-31 00:00:00, the driver involved in traffic accidents on PARK AVENUE is 42 On 2024-01-31 00:00:00, the driver involved in traffic accidents on PARK AVENUE is 22 On 2024-01-31 00:00:00, the driver involved in traffic accidents on is 24 On 2024-02-10 00:00:00, the driver involved in traffic accidents on MILLBURY STREET is 62 On 2024-02-10 00:00:00, the driver involved in traffic accidents on MILLBURY STREET is 34 On 2024-01-26 00:00:00, the driver involved in traffic accidents on PARK AVENUE is 0 On 2024-01-26 00:00:00, the driver involved in traffic accidents on PARK AVENUE is 0 On 2024-02-10 00:00:00, the driver involved in traffic accidents on FIFTH AVENUE is 66 On 2024-02-10 00:00:00, the driver involved in traffic accidents on FIFTH AVENUE is 40 On 2024-02-09 00:00:00, the driver involved in traffic accidents on COMMERCIAL STREET is 56 On 2024-02-09 00:00:00, the driver involved in traffic accidents on COMMERCIAL STREET is 54 On 2024-01-22 00:00:00, the driver involved in traffic accidents on STEVENS ROAD is 0 On 2024-01-22 00:00:00, the driver involved in traffic accidents on STEVENS ROAD is 0 On 2024-01-31 00:00:00, the driver involved in traffic accidents on GOLD STAR BOULEVARD is 45 On 2024-01-31 00:00:00, the driver involved in traffic accidents on GOLD STAR BOULEVARD is 43 On 2024-01-22 00:00:00, the driver involved in traffic accidents on VERNON STREET is 37 On 2024-01-22 00:00:00, the driver involved in traffic accidents on VERNON STREET is 49 On 2024-02-14 00:00:00, the driver involved in traffic accidents on CHANDLER STREET is 29 On 2024-02-06 00:00:00, the driver involved in traffic accidents on LAKE AVENUE NORTH is 32 On 2024-02-06 00:00:00, the driver involved in traffic accidents on LAKE AVENUE NORTH is 65 On 2024-01-06 00:00:00, the driver involved in traffic accidents on BEAVER STREET is 0 On 2024-01-06 00:00:00, the driver involved in traffic accidents on BEAVER STREET is 0 On 2024-01-06 00:00:00, the driver involved in traffic accidents on BEAVER STREET is 0 On 2024-01-06 00:00:00, the driver involved in traffic accidents on SOUTHBRIDGE STREET is 73 On 2024-01-06 00:00:00, the driver involved in traffic accidents on SOUTHBRIDGE STREET is 25 On 2024-01-06 00:00:00, the driver involved in traffic accidents on HIGHLAND STREET is 50 On 2024-01-06 00:00:00, the driver involved in traffic accidents on HIGHLAND STREET is 33 On 2024-01-06 00:00:00, the driver involved in traffic accidents on CANTERBURY STREET is 41 On 2024-01-06 00:00:00, the driver involved in traffic accidents on CANTERBURY STREET is 63 On 2024-01-06 00:00:00, the driver involved in traffic accidents on CLARK STREET is 19 On 2024-01-06 00:00:00, the driver involved in traffic accidents on CLARK STREET is 43 On 2024-02-23 00:00:00, the driver involved in traffic accidents on INTERSTATE 290 is 64 On 2024-02-23 00:00:00, the driver involved in traffic accidents on INTERSTATE 290 is 17 On 2024-02-03 00:00:00, the driver involved in traffic accidents on is 71 On 2024-02-03 00:00:00, the driver involved in traffic accidents on is 22 On 2024-02-03 00:00:00, the driver involved in traffic accidents on is 78 On 2024-02-14 00:00:00, the driver involved in traffic accidents on INTERSTATE 290 is 43 On 2024-02-14 00:00:00, the driver involved in traffic accidents on INTERSTATE 290 is 30 On 2024-02-20 00:00:00, the driver involved in traffic accidents on INTERSTATE 290 is 25 On 2024-02-20 00:00:00, the driver involved in traffic accidents on INTERSTATE 290 is 20 On 2024-02-14 00:00:00, the driver involved in traffic accidents on INTERSTATE 290 is 35 On 2024-02-14 00:00:00, the driver involved in traffic accidents on INTERSTATE 290 is 0 On 2024-02-13 00:00:00, the driver involved in traffic accidents on INTERSTATE 290 is 35 On 2024-02-13 00:00:00, the driver involved in traffic accidents on INTERSTATE 290 is 66 On 2024-02-09 00:00:00, the driver involved in traffic accidents on INTERSTATE 290 is 45 On 2024-02-09 00:00:00, the driver involved in traffic accidents on INTERSTATE 290 is 22 On 2024-02-24 00:00:00, the driver involved in traffic accidents on INTERSTATE 190 is 48 On 2024-02-24 00:00:00, the driver involved in traffic accidents on INTERSTATE 190 is 37 On 2024-02-15 00:00:00, the driver involved in traffic accidents on MAIN STREET is 46 On 2024-02-15 00:00:00, the driver involved in traffic accidents on MAIN STREET is 74 On 2024-02-11 00:00:00, the driver involved in traffic accidents on INTERSTATE 290 is 22 On 2024-02-11 00:00:00, the driver involved in traffic accidents on INTERSTATE 290 is 41 On 2024-02-11 00:00:00, the driver involved in traffic accidents on INTERSTATE 290 is 20 On 2024-02-27 00:00:00, the driver involved in traffic accidents on INTERSTATE 290 is 35 On 2024-02-27 00:00:00, the driver involved in traffic accidents on INTERSTATE 290 is 34 On 2024-02-10 00:00:00, the driver involved in traffic accidents on SUFFIELD STREET is 55 On 2024-02-10 00:00:00, the driver involved in traffic accidents on SUFFIELD STREET is 0 On 2024-01-14 00:00:00, the driver involved in traffic accidents on WEST BOYLSTON STREET is 68 On 2024-01-08 00:00:00, the driver involved in traffic accidents on LINCOLN STREET is 41 On 2024-01-08 00:00:00, the driver involved in traffic accidents on LINCOLN STREET is 54 On 2024-01-08 00:00:00, the driver involved in traffic accidents on WESTBOROUGH STREET is 33 On 2024-02-09 00:00:00, the driver involved in traffic accidents on GRAFTON STREET is 42 On 2024-02-09 00:00:00, the driver involved in traffic accidents on GRAFTON STREET is 64 On 2024-02-09 00:00:00, the driver involved in traffic accidents on MASSASOIT ROAD is 68 On 2024-02-09 00:00:00, the driver involved in traffic accidents on MASSASOIT ROAD is 0 On 2024-02-09 00:00:00, the driver involved in traffic accidents on GRAFTON STREET is 21 On 2024-02-09 00:00:00, the driver involved in traffic accidents on GRAFTON STREET is 23 On 2024-01-08 00:00:00, the driver involved in traffic accidents on APRICOT STREET is 64 On 2024-01-08 00:00:00, the driver involved in traffic accidents on APRICOT STREET is 59 On 2024-01-08 00:00:00, the driver involved in traffic accidents on SALISBURY STREET is 52 On 2024-01-07 00:00:00, the driver involved in traffic accidents on MILLBURY STREET is 42 On 2024-01-29 00:00:00, the driver involved in traffic accidents on CRYSTAL STREET is 0 On 2024-01-29 00:00:00, the driver involved in traffic accidents on CRYSTAL STREET is 21 On 2024-02-10 00:00:00, the driver involved in traffic accidents on MAIN STREET is 33 On 2024-02-10 00:00:00, the driver involved in traffic accidents on MAIN STREET is 34 On 2024-02-01 00:00:00, the driver involved in traffic accidents on PROVIDENCE STREET is 49 On 2024-02-01 00:00:00, the driver involved in traffic accidents on PROVIDENCE STREET is 0 On 2024-02-09 00:00:00, the driver involved in traffic accidents on PARK AVENUE is 21 On 2024-02-09 00:00:00, the driver involved in traffic accidents on PARK AVENUE is 40 On 2024-02-01 00:00:00, the driver involved in traffic accidents on PARK AVENUE is 19 On 2024-02-01 00:00:00, the driver involved in traffic accidents on PARK AVENUE is 21 On 2024-01-08 00:00:00, the driver involved in traffic accidents on SUMMER STREET is 23 On 2024-01-08 00:00:00, the driver involved in traffic accidents on SUMMER STREET is 52 On 2024-01-08 00:00:00, the driver involved in traffic accidents on is 0 On 2024-01-08 00:00:00, the driver involved in traffic accidents on is 66 On 2024-01-08 00:00:00, the driver involved in traffic accidents on MAIN STREET is 50 On 2024-01-08 00:00:00, the driver involved in traffic accidents on MAIN STREET is 34 On 2024-02-09 00:00:00, the driver involved in traffic accidents on PARK AVENUE is 45 On 2024-02-09 00:00:00, the driver involved in traffic accidents on PARK AVENUE is 0 On 2024-01-31 00:00:00, the driver involved in traffic accidents on MAIN STREET is 39 On 2024-01-31 00:00:00, the driver involved in traffic accidents on MAIN STREET is 19 On 2024-02-10 00:00:00, the driver involved in traffic accidents on HIGHLAND STREET is 24 On 2024-02-10 00:00:00, the driver involved in traffic accidents on HIGHLAND STREET is 36 On 2024-02-10 00:00:00, the driver involved in traffic accidents on GROVE STREET is 40 On 2024-02-10 00:00:00, the driver involved in traffic accidents on GROVE STREET is 96 On 2024-01-08 00:00:00, the driver involved in traffic accidents on DORCHESTER STREET is 39 On 2024-01-08 00:00:00, the driver involved in traffic accidents on DORCHESTER STREET is 30 On 2024-02-10 00:00:00, the driver involved in traffic accidents on MILL STREET is 28 On 2024-02-10 00:00:00, the driver involved in traffic accidents on MILL STREET is 0 On 2024-02-10 00:00:00, the driver involved in traffic accidents on MILL STREET is 45 On 2024-01-31 00:00:00, the driver involved in traffic accidents on IRVING STREET is 26 On 2024-01-31 00:00:00, the driver involved in traffic accidents on IRVING STREET is 68 On 2024-01-08 00:00:00, the driver involved in traffic accidents on LAUREL STREET is 0 On 2024-01-08 00:00:00, the driver involved in traffic accidents on LAUREL STREET is 0 On 2024-02-12 00:00:00, the driver involved in traffic accidents on LINCOLN STREET is 37 On 2024-02-12 00:00:00, the driver involved in traffic accidents on LINCOLN STREET is 20 On 2024-01-22 00:00:00, the driver involved in traffic accidents on VERNON STREET is 42 On 2024-01-22 00:00:00, the driver involved in traffic accidents on VERNON STREET is 28 On 2024-01-26 00:00:00, the driver involved in traffic accidents on LAKE AVENUE NORTH is 63 On 2024-01-26 00:00:00, the driver involved in traffic accidents on LAKE AVENUE NORTH is 54 On 2024-02-12 00:00:00, the driver involved in traffic accidents on GRAFTON STREET is 50 On 2024-02-12 00:00:00, the driver involved in traffic accidents on GRAFTON STREET is 50 On 2024-02-10 00:00:00, the driver involved in traffic accidents on HAMILTON STREET is 54 On 2024-02-10 00:00:00, the driver involved in traffic accidents on HAMILTON STREET is 59 On 2024-02-12 00:00:00, the driver involved in traffic accidents on EAST CENTRAL STREET is 30 On 2024-02-12 00:00:00, the driver involved in traffic accidents on EAST CENTRAL STREET is 58 On 2024-02-12 00:00:00, the driver involved in traffic accidents on MCKEON ROAD is 18 On 2024-02-12 00:00:00, the driver involved in traffic accidents on MCKEON ROAD is 19 On 2024-02-12 00:00:00, the driver involved in traffic accidents on MCKEON ROAD is 17 On 2024-02-12 00:00:00, the driver involved in traffic accidents on MCKEON ROAD is 28 On 2024-02-13 00:00:00, the driver involved in traffic accidents on GRAFTON STREET is 57 On 2024-02-13 00:00:00, the driver involved in traffic accidents on GRAFTON STREET is 30 On 2024-01-19 00:00:00, the driver involved in traffic accidents on SALISBURY STREET is 26 On 2024-01-19 00:00:00, the driver involved in traffic accidents on SALISBURY STREET is 26 On 2024-01-07 00:00:00, the driver involved in traffic accidents on INGLESIDE AVENUE is 0 On 2024-01-07 00:00:00, the driver involved in traffic accidents on INGLESIDE AVENUE is 0 On 2024-01-28 00:00:00, the driver involved in traffic accidents on MERRIFIELD STREET is 0 On 2024-01-28 00:00:00, the driver involved in traffic accidents on MERRIFIELD STREET is 0 On 2024-01-28 00:00:00, the driver involved in traffic accidents on MERRIFIELD STREET is 0 On 2024-01-28 00:00:00, the driver involved in traffic accidents on MERRIFIELD STREET is 0 On 2024-01-28 00:00:00, the driver involved in traffic accidents on MERRIFIELD STREET is 30 On 2024-02-19 00:00:00, the driver involved in traffic accidents on CHANDLER STREET is 38 On 2024-01-27 00:00:00, the driver involved in traffic accidents on DEAN STREET is 31 On 2024-01-27 00:00:00, the driver involved in traffic accidents on DEAN STREET is 20 On 2024-01-16 00:00:00, the driver involved in traffic accidents on CHANDLER STREET is 0 On 2024-01-28 00:00:00, the driver involved in traffic accidents on MAY STREET is 40 On 2024-01-28 00:00:00, the driver involved in traffic accidents on MAY STREET is 19 On 2024-02-20 00:00:00, the driver involved in traffic accidents on HENSHAW STREET is 24 On 2024-02-20 00:00:00, the driver involved in traffic accidents on HENSHAW STREET is 63 On 2024-02-18 00:00:00, the driver involved in traffic accidents on CLOVER STREET is 26 On 2024-01-28 00:00:00, the driver involved in traffic accidents on PLANTATION STREET is 17 On 2024-01-09 00:00:00, the driver involved in traffic accidents on MAIN STREET is 68 On 2024-01-09 00:00:00, the driver involved in traffic accidents on MAIN STREET is 32 On 2024-02-13 00:00:00, the driver involved in traffic accidents on WHIPPLE STREET is 59 On 2024-02-13 00:00:00, the driver involved in traffic accidents on WHIPPLE STREET is 41 On 2024-01-03 00:00:00, the driver involved in traffic accidents on GROVE STREET is 55 On 2024-01-03 00:00:00, the driver involved in traffic accidents on GROVE STREET is 67 On 2024-02-07 00:00:00, the driver involved in traffic accidents on MARSH AVENUE is 41 On 2024-02-07 00:00:00, the driver involved in traffic accidents on MARSH AVENUE is 41 On 2024-02-07 00:00:00, the driver involved in traffic accidents on MARSH AVENUE is 27 On 2024-02-27 00:00:00, the driver involved in traffic accidents on PLANTATION STREET is 35 On 2024-02-27 00:00:00, the driver involved in traffic accidents on PLANTATION STREET is 62 On 2024-01-16 00:00:00, the driver involved in traffic accidents on BELMONT STREET is 52 On 2024-02-27 00:00:00, the driver involved in traffic accidents on WEST BOYLSTON STREET is 20 On 2024-02-27 00:00:00, the driver involved in traffic accidents on WEST BOYLSTON STREET is 25 On 2024-01-21 00:00:00, the driver involved in traffic accidents on ALLEN STREET is 0 On 2024-01-21 00:00:00, the driver involved in traffic accidents on ALLEN STREET is 0 On 2024-01-21 00:00:00, the driver involved in traffic accidents on ELM STREET is 42 On 2024-01-21 00:00:00, the driver involved in traffic accidents on ELM STREET is 26 On 2024-02-22 00:00:00, the driver involved in traffic accidents on SUMMER STREET is 32 On 2024-02-22 00:00:00, the driver involved in traffic accidents on SUMMER STREET is 20 On 2024-02-02 00:00:00, the driver involved in traffic accidents on HYCREST DRIVE is 85 On 2024-02-02 00:00:00, the driver involved in traffic accidents on HYCREST DRIVE is 24 On 2024-02-08 00:00:00, the driver involved in traffic accidents on MAIN STREET is 51 On 2024-02-08 00:00:00, the driver involved in traffic accidents on MAIN STREET is 48 On 2024-02-08 00:00:00, the driver involved in traffic accidents on MAIN STREET is 44 On 2024-01-23 00:00:00, the driver involved in traffic accidents on LINCOLN STREET is 42 On 2024-01-07 00:00:00, the driver involved in traffic accidents on WACHUSETT STREET is 20 On 2024-01-07 00:00:00, the driver involved in traffic accidents on WACHUSETT STREET is 26 On 2024-01-24 00:00:00, the driver involved in traffic accidents on BLACKSTONE RIVER ROAD is 42 On 2024-01-24 00:00:00, the driver involved in traffic accidents on BLACKSTONE RIVER ROAD is 39 On 2024-01-24 00:00:00, the driver involved in traffic accidents on SHREWSBURY STREET is 21 On 2024-01-24 00:00:00, the driver involved in traffic accidents on SHREWSBURY STREET is 36 On 2024-01-25 00:00:00, the driver involved in traffic accidents on HOPE AVENUE is 40 On 2024-01-25 00:00:00, the driver involved in traffic accidents on HOPE AVENUE is 29 On 2024-01-25 00:00:00, the driver involved in traffic accidents on HOPE AVENUE is 38 On 2024-01-25 00:00:00, the driver involved in traffic accidents on HOPE AVENUE is 32 On 2024-01-25 00:00:00, the driver involved in traffic accidents on is 32 On 2024-01-25 00:00:00, the driver involved in traffic accidents on is 68 On 2024-01-25 00:00:00, the driver involved in traffic accidents on PARK AVENUE is 24 On 2024-01-25 00:00:00, the driver involved in traffic accidents on PARK AVENUE is 37 On 2024-01-25 00:00:00, the driver involved in traffic accidents on MAIN STREET is 32 On 2024-01-25 00:00:00, the driver involved in traffic accidents on MAIN STREET is 32 On 2024-01-25 00:00:00, the driver involved in traffic accidents on WOODLAND STREET is 19 On 2024-01-25 00:00:00, the driver involved in traffic accidents on WOODLAND STREET is 0 On 2024-01-25 00:00:00, the driver involved in traffic accidents on WOODLAND STREET is 26 On 2024-01-17 00:00:00, the driver involved in traffic accidents on PLEASANT STREET is 21 On 2024-01-17 00:00:00, the driver involved in traffic accidents on PLEASANT STREET is 28 On 2024-01-26 00:00:00, the driver involved in traffic accidents on PLEASANT STREET is 46 On 2024-01-26 00:00:00, the driver involved in traffic accidents on PLEASANT STREET is 55 On 2024-01-26 00:00:00, the driver involved in traffic accidents on FLORENCE STREET is 0 On 2024-01-26 00:00:00, the driver involved in traffic accidents on FLORENCE STREET is 24 On 2024-02-06 00:00:00, the driver involved in traffic accidents on BELMONT STREET is 77 On 2024-02-06 00:00:00, the driver involved in traffic accidents on BELMONT STREET is 42 On 2024-02-11 00:00:00, the driver involved in traffic accidents on FLAGG STREET is 65 On 2024-02-11 00:00:00, the driver involved in traffic accidents on FLAGG STREET is 18 On 2024-02-10 00:00:00, the driver involved in traffic accidents on LINCOLN STREET is 23 On 2024-01-16 00:00:00, the driver involved in traffic accidents on SOUTHBRIDGE STREET is 35 On 2024-01-16 00:00:00, the driver involved in traffic accidents on SOUTHBRIDGE STREET is 25 On 2024-02-29 00:00:00, the driver involved in traffic accidents on WEST BOYLSTON STREET is 21 On 2024-02-29 00:00:00, the driver involved in traffic accidents on WEST BOYLSTON STREET is 71 On 2024-02-29 00:00:00, the driver involved in traffic accidents on WEST BOYLSTON STREET is 35 On 2024-02-28 00:00:00, the driver involved in traffic accidents on PLANTATION STREET is 57 On 2024-02-28 00:00:00, the driver involved in traffic accidents on PLANTATION STREET is 0 On 2024-02-27 00:00:00, the driver involved in traffic accidents on SOUTHWEST CUTOFF is 32 On 2024-02-27 00:00:00, the driver involved in traffic accidents on SOUTHWEST CUTOFF is 50 On 2024-01-09 00:00:00, the driver involved in traffic accidents on is 0 On 2024-01-09 00:00:00, the driver involved in traffic accidents on is 0 On 2024-01-09 00:00:00, the driver involved in traffic accidents on is 40 On 2024-01-08 00:00:00, the driver involved in traffic accidents on HIGGINS STREET is 48 On 2024-01-08 00:00:00, the driver involved in traffic accidents on HIGGINS STREET is 0 On 2024-02-18 00:00:00, the driver involved in traffic accidents on LINCOLN STREET is 0 On 2024-02-18 00:00:00, the driver involved in traffic accidents on LINCOLN STREET is 50 On 2024-02-20 00:00:00, the driver involved in traffic accidents on WEST BOYLSTON STREET is 45 On 2024-02-20 00:00:00, the driver involved in traffic accidents on WEST BOYLSTON STREET is 30 On 2024-01-18 00:00:00, the driver involved in traffic accidents on HIGHLAND STREET is 18 On 2024-01-18 00:00:00, the driver involved in traffic accidents on HIGHLAND STREET is 31 On 2024-01-21 00:00:00, the driver involved in traffic accidents on MAYWOOD STREET is 34 On 2024-01-21 00:00:00, the driver involved in traffic accidents on MAYWOOD STREET is 0 On 2024-02-04 00:00:00, the driver involved in traffic accidents on WINFIELD STREET is 30 On 2024-02-04 00:00:00, the driver involved in traffic accidents on WINFIELD STREET is 0 On 2024-02-04 00:00:00, the driver involved in traffic accidents on WINFIELD STREET is 65 On 2024-01-09 00:00:00, the driver involved in traffic accidents on is 37 On 2024-01-09 00:00:00, the driver involved in traffic accidents on is 37 On 2024-02-20 00:00:00, the driver involved in traffic accidents on is 34 On 2024-02-20 00:00:00, the driver involved in traffic accidents on is 18 On 2024-01-03 00:00:00, the driver involved in traffic accidents on VILLAGE STREET is 0 On 2024-01-03 00:00:00, the driver involved in traffic accidents on VILLAGE STREET is 33 On 2024-01-03 00:00:00, the driver involved in traffic accidents on LAMARTINE STREET is 53 On 2024-01-03 00:00:00, the driver involved in traffic accidents on LAMARTINE STREET is 37 On 2024-01-03 00:00:00, the driver involved in traffic accidents on MERRIFIELD STREET is 0 On 2024-01-03 00:00:00, the driver involved in traffic accidents on MERRIFIELD STREET is 32 On 2024-01-17 00:00:00, the driver involved in traffic accidents on MAY STREET is 0 On 2024-01-17 00:00:00, the driver involved in traffic accidents on MAY STREET is 0 On 2024-01-17 00:00:00, the driver involved in traffic accidents on FRANKLIN STREET is 63 On 2024-01-17 00:00:00, the driver involved in traffic accidents on FRANKLIN STREET is 50 On 2024-01-17 00:00:00, the driver involved in traffic accidents on APRICOT STREET is 27 On 2024-01-17 00:00:00, the driver involved in traffic accidents on APRICOT STREET is 20 On 2024-01-04 00:00:00, the driver involved in traffic accidents on PARK AVENUE is 50 On 2024-01-04 00:00:00, the driver involved in traffic accidents on PARK AVENUE is 22 On 2024-01-04 00:00:00, the driver involved in traffic accidents on GRAFTON STREET is 59 On 2024-01-04 00:00:00, the driver involved in traffic accidents on GRAFTON STREET is 68 On 2024-01-05 00:00:00, the driver involved in traffic accidents on CAMBRIDGE STREET is 56 On 2024-01-05 00:00:00, the driver involved in traffic accidents on CAMBRIDGE STREET is 37 On 2024-01-28 00:00:00, the driver involved in traffic accidents on ELIZABETH STREET is 46 On 2024-01-28 00:00:00, the driver involved in traffic accidents on ELIZABETH STREET is 0 On 2024-01-26 00:00:00, the driver involved in traffic accidents on is 60 On 2024-01-26 00:00:00, the driver involved in traffic accidents on is 64 On 2024-01-04 00:00:00, the driver involved in traffic accidents on BELMONT STREET is 48 On 2024-01-04 00:00:00, the driver involved in traffic accidents on BELMONT STREET is 20 On 2024-02-05 00:00:00, the driver involved in traffic accidents on is 29 On 2024-02-05 00:00:00, the driver involved in traffic accidents on is 54 On 2024-01-07 00:00:00, the driver involved in traffic accidents on HAMMOND STREET is 40 On 2024-01-09 00:00:00, the driver involved in traffic accidents on MAIN STREET is 27 On 2024-01-09 00:00:00, the driver involved in traffic accidents on MAIN STREET is 27 On 2024-01-09 00:00:00, the driver involved in traffic accidents on PLEASANT STREET is 43 On 2024-01-09 00:00:00, the driver involved in traffic accidents on PLEASANT STREET is 53 On 2024-01-09 00:00:00, the driver involved in traffic accidents on PARK AVENUE is 37 On 2024-01-09 00:00:00, the driver involved in traffic accidents on PARK AVENUE is 21 On 2024-01-05 00:00:00, the driver involved in traffic accidents on MAY STREET is 30 On 2024-01-05 00:00:00, the driver involved in traffic accidents on MAY STREET is 35 On 2024-01-09 00:00:00, the driver involved in traffic accidents on LINCOLN STREET is 60 On 2024-01-09 00:00:00, the driver involved in traffic accidents on LINCOLN STREET is 63 On 2024-01-14 00:00:00, the driver involved in traffic accidents on NEVADA STREET is 85 On 2024-01-14 00:00:00, the driver involved in traffic accidents on NEVADA STREET is 40 On 2024-01-05 00:00:00, the driver involved in traffic accidents on KENDALL STREET is 26 On 2024-02-02 00:00:00, the driver involved in traffic accidents on HEYWOOD STREET is 0 On 2024-02-02 00:00:00, the driver involved in traffic accidents on HEYWOOD STREET is 0 On 2024-02-02 00:00:00, the driver involved in traffic accidents on HEYWOOD STREET is 46 On 2024-02-02 00:00:00, the driver involved in traffic accidents on JACKSON STREET is 63 On 2024-02-02 00:00:00, the driver involved in traffic accidents on JACKSON STREET is 52 On 2024-01-08 00:00:00, the driver involved in traffic accidents on GIFFORD DRIVE is 0 On 2024-01-08 00:00:00, the driver involved in traffic accidents on GIFFORD DRIVE is 27 On 2024-02-15 00:00:00, the driver involved in traffic accidents on CHANDLER STREET is 30 On 2024-02-15 00:00:00, the driver involved in traffic accidents on CHANDLER STREET is 33 On 2024-02-07 00:00:00, the driver involved in traffic accidents on CHANDLER STREET is 39 On 2024-02-07 00:00:00, the driver involved in traffic accidents on CHANDLER STREET is 17 On 2024-01-18 00:00:00, the driver involved in traffic accidents on CLEMENT STREET is 0 On 2024-01-18 00:00:00, the driver involved in traffic accidents on CLEMENT STREET is 39 On 2024-03-02 00:00:00, the driver involved in traffic accidents on is 23 On 2024-03-03 00:00:00, the driver involved in traffic accidents on INTERSTATE 290 is 21 On 2024-03-03 00:00:00, the driver involved in traffic accidents on INTERSTATE 290 is 36 On 2024-03-03 00:00:00, the driver involved in traffic accidents on INTERSTATE 290 is 79 On 2024-03-04 00:00:00, the driver involved in traffic accidents on is 44 On 2024-03-04 00:00:00, the driver involved in traffic accidents on is 21 On 2024-02-29 00:00:00, the driver involved in traffic accidents on INTERSTATE 190 is 22 On 2024-02-22 00:00:00, the driver involved in traffic accidents on INTERSTATE 290 is 20 On 2024-02-12 00:00:00, the driver involved in traffic accidents on INTERSTATE 290 is 48 On 2024-02-12 00:00:00, the driver involved in traffic accidents on INTERSTATE 290 is 22 On 2024-02-12 00:00:00, the driver involved in traffic accidents on INTERSTATE 290 is 40 On 2024-02-16 00:00:00, the driver involved in traffic accidents on INTERSTATE 290 is 20 On 2024-02-16 00:00:00, the driver involved in traffic accidents on INTERSTATE 290 is 30 On 2024-02-01 00:00:00, the driver involved in traffic accidents on INTERSTATE 290 is 28 On 2024-02-01 00:00:00, the driver involved in traffic accidents on INTERSTATE 290 is 27 On 2024-02-01 00:00:00, the driver involved in traffic accidents on INTERSTATE 290 is 23 On 2024-02-14 00:00:00, the driver involved in traffic accidents on INTERSTATE 290 is 27 On 2024-02-14 00:00:00, the driver involved in traffic accidents on INTERSTATE 290 is 32 On 2024-02-29 00:00:00, the driver involved in traffic accidents on INTERSTATE 290 is 54 On 2024-02-29 00:00:00, the driver involved in traffic accidents on INTERSTATE 290 is 0 On 2024-02-07 00:00:00, the driver involved in traffic accidents on INTERSTATE 290 is 23 On 2024-02-08 00:00:00, the driver involved in traffic accidents on INTERSTATE 290 is 21 On 2024-02-08 00:00:00, the driver involved in traffic accidents on INTERSTATE 290 is 45 On 2024-02-08 00:00:00, the driver involved in traffic accidents on INTERSTATE 290 is 31 On 2024-02-09 00:00:00, the driver involved in traffic accidents on INTERSTATE 290 is 62 On 2024-02-09 00:00:00, the driver involved in traffic accidents on INTERSTATE 290 is 29 On 2024-01-28 00:00:00, the driver involved in traffic accidents on is 20 On 2024-01-23 00:00:00, the driver involved in traffic accidents on HAMILTON STREET is 31 On 2024-01-23 00:00:00, the driver involved in traffic accidents on SOUTHBRIDGE STREET is 33 On 2024-01-23 00:00:00, the driver involved in traffic accidents on SOUTHBRIDGE STREET is 22 On 2024-01-31 00:00:00, the driver involved in traffic accidents on WALL STREET is 24 On 2024-01-31 00:00:00, the driver involved in traffic accidents on WALL STREET is 26 On 2024-01-23 00:00:00, the driver involved in traffic accidents on EAST CENTRAL STREET is 49 On 2024-01-23 00:00:00, the driver involved in traffic accidents on EAST CENTRAL STREET is 45 On 2024-02-01 00:00:00, the driver involved in traffic accidents on PALM STREET is 19 On 2024-02-01 00:00:00, the driver involved in traffic accidents on PALM STREET is 19 On 2024-01-22 00:00:00, the driver involved in traffic accidents on HIGHLAND STREET is 60 On 2024-01-22 00:00:00, the driver involved in traffic accidents on HIGHLAND STREET is 64 On 2024-01-22 00:00:00, the driver involved in traffic accidents on FLAGG STREET is 35 On 2024-01-22 00:00:00, the driver involved in traffic accidents on FLAGG STREET is 42 On 2024-01-22 00:00:00, the driver involved in traffic accidents on CLOVER STREET is 55 On 2024-01-22 00:00:00, the driver involved in traffic accidents on CLOVER STREET is 42 On 2024-01-18 00:00:00, the driver involved in traffic accidents on MCKEON ROAD is 35 On 2024-01-18 00:00:00, the driver involved in traffic accidents on MCKEON ROAD is 75 On 2024-02-05 00:00:00, the driver involved in traffic accidents on BELMONT STREET is 23 On 2024-02-05 00:00:00, the driver involved in traffic accidents on BELMONT STREET is 19 On 2024-01-24 00:00:00, the driver involved in traffic accidents on SUNDERLAND ROAD is 35 On 2024-01-22 00:00:00, the driver involved in traffic accidents on MAY STREET is 65 On 2024-01-22 00:00:00, the driver involved in traffic accidents on MAY STREET is 37 On 2024-01-22 00:00:00, the driver involved in traffic accidents on MAY STREET is 48 On 2024-01-22 00:00:00, the driver involved in traffic accidents on BEAVER BROOK PARKWAY is 22 On 2024-01-22 00:00:00, the driver involved in traffic accidents on BEAVER BROOK PARKWAY is 16 On 2024-02-03 00:00:00, the driver involved in traffic accidents on ACTON STREET is 34 On 2024-02-03 00:00:00, the driver involved in traffic accidents on ACTON STREET is 33 On 2024-01-24 00:00:00, the driver involved in traffic accidents on HALMSTAD STREET is 0 On 2024-01-24 00:00:00, the driver involved in traffic accidents on HALMSTAD STREET is 0 On 2024-01-24 00:00:00, the driver involved in traffic accidents on HALMSTAD STREET is 38 On 2024-01-24 00:00:00, the driver involved in traffic accidents on HARVARD PLACE is 27 On 2024-01-24 00:00:00, the driver involved in traffic accidents on PARK AVENUE is 28 On 2024-01-24 00:00:00, the driver involved in traffic accidents on PARK AVENUE is 64 On 2024-02-02 00:00:00, the driver involved in traffic accidents on BEACON STREET is 32 On 2024-02-02 00:00:00, the driver involved in traffic accidents on BEACON STREET is 22 On 2024-01-27 00:00:00, the driver involved in traffic accidents on GROVE STREET is 22 On 2024-01-27 00:00:00, the driver involved in traffic accidents on GROVE STREET is 51 On 2024-01-28 00:00:00, the driver involved in traffic accidents on SHORE DRIVE is 34 On 2024-01-28 00:00:00, the driver involved in traffic accidents on SHORE DRIVE is 32 On 2024-02-02 00:00:00, the driver involved in traffic accidents on KING STREET is 61 On 2024-02-02 00:00:00, the driver involved in traffic accidents on KING STREET is 43 On 2024-01-28 00:00:00, the driver involved in traffic accidents on DRUMMOND AVENUE is 25 On 2024-01-28 00:00:00, the driver involved in traffic accidents on DRUMMOND AVENUE is 0 On 2024-01-19 00:00:00, the driver involved in traffic accidents on KINGSBURY STREET is 20 On 2024-01-19 00:00:00, the driver involved in traffic accidents on KINGSBURY STREET is 46 On 2024-01-07 00:00:00, the driver involved in traffic accidents on VIEW STREET is 30 On 2024-01-08 00:00:00, the driver involved in traffic accidents on BURNCOAT STREET is 69 On 2024-01-08 00:00:00, the driver involved in traffic accidents on BURNCOAT STREET is 41 On 2024-01-08 00:00:00, the driver involved in traffic accidents on BURNCOAT STREET is 32 On 2024-01-18 00:00:00, the driver involved in traffic accidents on HEYWOOD STREET is 75 On 2024-01-18 00:00:00, the driver involved in traffic accidents on HEYWOOD STREET is 0 On 2024-03-03 00:00:00, the driver involved in traffic accidents on MAIN STREET is 38 On 2024-03-03 00:00:00, the driver involved in traffic accidents on MAIN STREET is 82 On 2024-03-03 00:00:00, the driver involved in traffic accidents on BLACKSTONE RIVER ROAD is 0 On 2024-03-06 00:00:00, the driver involved in traffic accidents on MAIN STREET is 52 On 2024-03-06 00:00:00, the driver involved in traffic accidents on BELMONT STREET is 40 On 2024-03-07 00:00:00, the driver involved in traffic accidents on APRICOT STREET is 38 On 2024-03-02 00:00:00, the driver involved in traffic accidents on is 24 On 2024-03-02 00:00:00, the driver involved in traffic accidents on is 46 On 2024-03-06 00:00:00, the driver involved in traffic accidents on GROVE STREET is 51 On 2024-03-06 00:00:00, the driver involved in traffic accidents on GROVE STREET is 25 On 2024-03-01 00:00:00, the driver involved in traffic accidents on ARARAT STREET is 31 On 2024-03-01 00:00:00, the driver involved in traffic accidents on ARARAT STREET is 48 On 2024-02-28 00:00:00, the driver involved in traffic accidents on PLEASANT STREET is 0 On 2024-02-28 00:00:00, the driver involved in traffic accidents on PLEASANT STREET is 0 On 2024-02-28 00:00:00, the driver involved in traffic accidents on PLEASANT STREET is 19 On 2024-02-28 00:00:00, the driver involved in traffic accidents on PLEASANT STREET is 52 On 2024-02-02 00:00:00, the driver involved in traffic accidents on HALMSTAD STREET is 0 On 2024-02-02 00:00:00, the driver involved in traffic accidents on HALMSTAD STREET is 0 On 2024-02-01 00:00:00, the driver involved in traffic accidents on LONGFELLOW ROAD is 49 On 2024-02-01 00:00:00, the driver involved in traffic accidents on LONGFELLOW ROAD is 38 On 2024-01-29 00:00:00, the driver involved in traffic accidents on MAIN STREET is 0 On 2024-01-11 00:00:00, the driver involved in traffic accidents on QUEEN STREET is 0 On 2024-01-11 00:00:00, the driver involved in traffic accidents on QUEEN STREET is 24 On 2024-03-04 00:00:00, the driver involved in traffic accidents on INTERSTATE 290 is 58 On 2024-03-04 00:00:00, the driver involved in traffic accidents on INTERSTATE 290 is 22 On 2024-03-04 00:00:00, the driver involved in traffic accidents on INTERSTATE 290 is 31 On 2024-03-04 00:00:00, the driver involved in traffic accidents on INTERSTATE 290 is 59 On 2024-03-12 00:00:00, the driver involved in traffic accidents on INTERSTATE 290 is 46 On 2024-03-12 00:00:00, the driver involved in traffic accidents on INTERSTATE 290 is 0 On 2024-03-13 00:00:00, the driver involved in traffic accidents on INTERSTATE 190 is 30 On 2024-03-13 00:00:00, the driver involved in traffic accidents on INTERSTATE 190 is 21 On 2024-03-04 00:00:00, the driver involved in traffic accidents on INTERSTATE 290 is 25 On 2024-03-03 00:00:00, the driver involved in traffic accidents on INTERSTATE 290 is 32 On 2024-03-03 00:00:00, the driver involved in traffic accidents on INTERSTATE 290 is 0 On 2024-03-10 00:00:00, the driver involved in traffic accidents on is 47 On 2024-03-10 00:00:00, the driver involved in traffic accidents on is 21 On 2024-03-07 00:00:00, the driver involved in traffic accidents on INTERSTATE 290 is 69 On 2024-03-07 00:00:00, the driver involved in traffic accidents on INTERSTATE 290 is 70 On 2024-03-06 00:00:00, the driver involved in traffic accidents on INTERSTATE 290 is 27 On 2024-03-06 00:00:00, the driver involved in traffic accidents on INTERSTATE 290 is 40 On 2024-03-12 00:00:00, the driver involved in traffic accidents on is 23 On 2024-03-12 00:00:00, the driver involved in traffic accidents on is 65 On 2024-02-14 00:00:00, the driver involved in traffic accidents on INTERSTATE 290 is 29 On 2024-02-14 00:00:00, the driver involved in traffic accidents on INTERSTATE 290 is 22 On 2024-02-12 00:00:00, the driver involved in traffic accidents on INTERSTATE 290 is 72 On 2024-02-12 00:00:00, the driver involved in traffic accidents on INTERSTATE 290 is 50 On 2024-03-02 00:00:00, the driver involved in traffic accidents on INTERSTATE 290 is 42 On 2024-02-14 00:00:00, the driver involved in traffic accidents on PARK AVENUE is 36 On 2024-02-14 00:00:00, the driver involved in traffic accidents on PARK AVENUE is 0 On 2024-02-14 00:00:00, the driver involved in traffic accidents on MILLBURY STREET is 53 On 2024-02-14 00:00:00, the driver involved in traffic accidents on MILLBURY STREET is 0 On 2024-02-15 00:00:00, the driver involved in traffic accidents on AMESBURY STREET is 0 On 2024-02-15 00:00:00, the driver involved in traffic accidents on AMESBURY STREET is 0 On 2024-02-16 00:00:00, the driver involved in traffic accidents on GREENDALE AVENUE is 0 On 2024-02-16 00:00:00, the driver involved in traffic accidents on GREENDALE AVENUE is 0 On 2024-02-21 00:00:00, the driver involved in traffic accidents on PARK AVENUE is 45 On 2024-02-21 00:00:00, the driver involved in traffic accidents on PARK AVENUE is 55 On 2024-02-21 00:00:00, the driver involved in traffic accidents on WEST BOYLSTON STREET is 21 On 2024-02-21 00:00:00, the driver involved in traffic accidents on WEST BOYLSTON STREET is 29 On 2024-02-29 00:00:00, the driver involved in traffic accidents on MAIN STREET is 22 On 2024-02-29 00:00:00, the driver involved in traffic accidents on MAIN STREET is 28 On 2024-01-11 00:00:00, the driver involved in traffic accidents on EAST CENTRAL STREET is 0 On 2024-01-11 00:00:00, the driver involved in traffic accidents on EAST CENTRAL STREET is 33 On 2024-01-12 00:00:00, the driver involved in traffic accidents on THOMAS STREET is 20 On 2024-01-12 00:00:00, the driver involved in traffic accidents on THOMAS STREET is 0 On 2024-01-24 00:00:00, the driver involved in traffic accidents on WEST BOYLSTON STREET is 63 On 2024-01-24 00:00:00, the driver involved in traffic accidents on WEST BOYLSTON STREET is 31 On 2024-01-17 00:00:00, the driver involved in traffic accidents on is 51 On 2024-01-17 00:00:00, the driver involved in traffic accidents on is 60 On 2024-01-17 00:00:00, the driver involved in traffic accidents on MILLBURY STREET is 57 On 2024-01-17 00:00:00, the driver involved in traffic accidents on MILLBURY STREET is 54 On 2024-03-09 00:00:00, the driver involved in traffic accidents on INTERSTATE 290 is 26 On 2024-03-09 00:00:00, the driver involved in traffic accidents on INTERSTATE 290 is 39 On 2024-03-11 00:00:00, the driver involved in traffic accidents on INTERSTATE 290 is 19 On 2024-03-12 00:00:00, the driver involved in traffic accidents on is 28 On 2024-03-12 00:00:00, the driver involved in traffic accidents on is 29 On 2024-03-08 00:00:00, the driver involved in traffic accidents on INTERSTATE 290 is 36 On 2024-03-08 00:00:00, the driver involved in traffic accidents on INTERSTATE 290 is 0 On 2024-03-08 00:00:00, the driver involved in traffic accidents on is 22 On 2024-03-08 00:00:00, the driver involved in traffic accidents on is 70 On 2024-03-14 00:00:00, the driver involved in traffic accidents on INTERSTATE 290 is 33 On 2024-03-14 00:00:00, the driver involved in traffic accidents on INTERSTATE 290 is 29 On 2024-03-14 00:00:00, the driver involved in traffic accidents on INTERSTATE 290 is 35 On 2024-03-18 00:00:00, the driver involved in traffic accidents on INTERSTATE 290 is 0 On 2024-03-18 00:00:00, the driver involved in traffic accidents on INTERSTATE 290 is 53 On 2024-03-21 00:00:00, the driver involved in traffic accidents on INTERSTATE 190 is 26 On 2024-03-21 00:00:00, the driver involved in traffic accidents on INTERSTATE 190 is 44 On 2024-03-16 00:00:00, the driver involved in traffic accidents on INTERSTATE 190 is 63 On 2024-03-13 00:00:00, the driver involved in traffic accidents on INTERSTATE 290 is 27 On 2024-03-13 00:00:00, the driver involved in traffic accidents on INTERSTATE 290 is 41 On 2024-03-13 00:00:00, the driver involved in traffic accidents on INTERSTATE 290 is 45 On 2024-03-01 00:00:00, the driver involved in traffic accidents on INTERSTATE 290 is 48 On 2024-03-01 00:00:00, the driver involved in traffic accidents on INTERSTATE 290 is 63 On 2024-02-27 00:00:00, the driver involved in traffic accidents on INTERSTATE 190 is 26 On 2024-02-27 00:00:00, the driver involved in traffic accidents on INTERSTATE 190 is 34 On 2024-02-27 00:00:00, the driver involved in traffic accidents on INTERSTATE 190 is 23 On 2024-01-24 00:00:00, the driver involved in traffic accidents on MAYWOOD STREET is 0 On 2024-03-23 00:00:00, the driver involved in traffic accidents on INTERSTATE 290 is 22 On 2024-03-23 00:00:00, the driver involved in traffic accidents on INTERSTATE 290 is 69 On 2024-03-04 00:00:00, the driver involved in traffic accidents on is 0 On 2024-03-04 00:00:00, the driver involved in traffic accidents on is 0 On 2024-03-05 00:00:00, the driver involved in traffic accidents on is 24 On 2024-02-15 00:00:00, the driver involved in traffic accidents on is 42 On 2024-02-15 00:00:00, the driver involved in traffic accidents on is 31 On 2024-02-14 00:00:00, the driver involved in traffic accidents on is 41 On 2024-01-16 00:00:00, the driver involved in traffic accidents on is 60 On 2024-03-09 00:00:00, the driver involved in traffic accidents on is 0 On 2024-03-09 00:00:00, the driver involved in traffic accidents on is 32 On 2024-03-13 00:00:00, the driver involved in traffic accidents on HIGHLAND STREET is 42 On 2024-03-13 00:00:00, the driver involved in traffic accidents on HIGHLAND STREET is 21 On 2024-03-08 00:00:00, the driver involved in traffic accidents on is 0 On 2024-03-08 00:00:00, the driver involved in traffic accidents on is 60 On 2024-03-13 00:00:00, the driver involved in traffic accidents on is 26 On 2024-03-13 00:00:00, the driver involved in traffic accidents on is 58 On 2024-03-08 00:00:00, the driver involved in traffic accidents on is 20 On 2024-03-08 00:00:00, the driver involved in traffic accidents on is 22 On 2024-03-08 00:00:00, the driver involved in traffic accidents on is 42 On 2024-03-08 00:00:00, the driver involved in traffic accidents on is 26 On 2024-03-07 00:00:00, the driver involved in traffic accidents on is 32 On 2024-02-13 00:00:00, the driver involved in traffic accidents on is 45 On 2024-02-13 00:00:00, the driver involved in traffic accidents on is 23 On 2024-02-05 00:00:00, the driver involved in traffic accidents on is 0 On 2024-03-13 00:00:00, the driver involved in traffic accidents on is 53 On 2024-03-13 00:00:00, the driver involved in traffic accidents on is 58 On 2024-03-01 00:00:00, the driver involved in traffic accidents on is 29 On 2024-03-01 00:00:00, the driver involved in traffic accidents on is 22 On 2024-03-01 00:00:00, the driver involved in traffic accidents on is 48 On 2024-03-01 00:00:00, the driver involved in traffic accidents on is 30 On 2024-02-16 00:00:00, the driver involved in traffic accidents on WARD STREET is 0 On 2024-02-16 00:00:00, the driver involved in traffic accidents on WARD STREET is 58 On 2024-02-02 00:00:00, the driver involved in traffic accidents on GRANITE STREET is 0 On 2024-02-02 00:00:00, the driver involved in traffic accidents on GRANITE STREET is 54 On 2024-03-04 00:00:00, the driver involved in traffic accidents on is 34 On 2024-01-20 00:00:00, the driver involved in traffic accidents on CHANDLER STREET is 0 On 2024-02-13 00:00:00, the driver involved in traffic accidents on STAFFORD STREET is 0 On 2024-02-11 00:00:00, the driver involved in traffic accidents on HIGHLAND STREET is 0 On 2024-03-19 00:00:00, the driver involved in traffic accidents on INTERSTATE 290 is 28 On 2024-03-19 00:00:00, the driver involved in traffic accidents on INTERSTATE 290 is 34 On 2024-01-25 00:00:00, the driver involved in traffic accidents on MAYWOOD STREET is 40 On 2024-01-25 00:00:00, the driver involved in traffic accidents on MAYWOOD STREET is 0 On 2024-01-18 00:00:00, the driver involved in traffic accidents on HOLDEN STREET is 20 On 2024-01-18 00:00:00, the driver involved in traffic accidents on HOLDEN STREET is 29 On 2024-01-18 00:00:00, the driver involved in traffic accidents on ARROWSIC STREET is 42 On 2024-01-21 00:00:00, the driver involved in traffic accidents on FISKE STREET is 19 On 2024-01-21 00:00:00, the driver involved in traffic accidents on FISKE STREET is 37 On 2024-01-12 00:00:00, the driver involved in traffic accidents on BEACON STREET is 51 On 2024-01-12 00:00:00, the driver involved in traffic accidents on BEACON STREET is 0 On 2024-01-25 00:00:00, the driver involved in traffic accidents on MENDON STREET is 0 On 2024-01-25 00:00:00, the driver involved in traffic accidents on MENDON STREET is 19 On 2024-01-27 00:00:00, the driver involved in traffic accidents on EAST WORCESTER STREET is 0 On 2024-01-27 00:00:00, the driver involved in traffic accidents on EAST WORCESTER STREET is 0 On 2024-02-01 00:00:00, the driver involved in traffic accidents on COPPERFIELD ROAD is 45 On 2024-02-01 00:00:00, the driver involved in traffic accidents on COPPERFIELD ROAD is 36 On 2024-02-02 00:00:00, the driver involved in traffic accidents on PARK AVENUE is 51 On 2024-02-02 00:00:00, the driver involved in traffic accidents on PARK AVENUE is 0
InsertCursor¶
InsertCursor(): Inserting Rows with InsertCursor¶
check the number of columns and rows¶
In [40]:
Copied!
feature_class = "2024_Vehicle_Level_Crash_Details"
desc = arcpy.Describe(feature_class)
# Get the number of fields (columns)
num_columns = len(desc.fields)
# Get the number of rows
with arcpy.da.SearchCursor(feature_class, "*") as cursor:
num_rows = sum(1 for rows in cursor)
print('columns: {}'.format(num_columns))
print('rows: {}'.format(num_rows))
feature_class = "2024_Vehicle_Level_Crash_Details"
desc = arcpy.Describe(feature_class)
# Get the number of fields (columns)
num_columns = len(desc.fields)
# Get the number of rows
with arcpy.da.SearchCursor(feature_class, "*") as cursor:
num_rows = sum(1 for rows in cursor)
print('columns: {}'.format(num_columns))
print('rows: {}'.format(num_rows))
columns: 151 rows: 6802
In [41]:
Copied!
feature_class = "2024_Vehicle_Level_Crash_Details"
fields = ["STREETNAME", "DRIVER_AGE", 'SHAPE']
points_data = [{'STREETNAME': 'Main Street', 'DRIVER_AGE': '50', 'SHAPE': (-71.791180, 42.249540)}]
# Define the coordinate system for projection (WKID 26986)
spatial_reference = arcpy.SpatialReference(26986) # NAD83 / UTM Zone 18N
# Use InsertCursor to insert new rows
with arcpy.da.InsertCursor(feature_class, fields) as cursor:
for point_info in points_data:
# Create a new point geometry using coordinates from the dictionary
point = arcpy.Point(*point_info['SHAPE']) # Unpack coordinates
point_geometry = arcpy.PointGeometry(point)
point_geometry = arcpy.PointGeometry(point, arcpy.SpatialReference(4326)) # Initial SR: WGS 84
# Project the point geometry to the desired coordinate system
projected_geometry = point_geometry.projectAs(spatial_reference)
# Insert the row with the specified attributes
cursor.insertRow([point_info['STREETNAME'], point_info['DRIVER_AGE'], projected_geometry])
feature_class = "2024_Vehicle_Level_Crash_Details"
fields = ["STREETNAME", "DRIVER_AGE", 'SHAPE']
points_data = [{'STREETNAME': 'Main Street', 'DRIVER_AGE': '50', 'SHAPE': (-71.791180, 42.249540)}]
# Define the coordinate system for projection (WKID 26986)
spatial_reference = arcpy.SpatialReference(26986) # NAD83 / UTM Zone 18N
# Use InsertCursor to insert new rows
with arcpy.da.InsertCursor(feature_class, fields) as cursor:
for point_info in points_data:
# Create a new point geometry using coordinates from the dictionary
point = arcpy.Point(*point_info['SHAPE']) # Unpack coordinates
point_geometry = arcpy.PointGeometry(point)
point_geometry = arcpy.PointGeometry(point, arcpy.SpatialReference(4326)) # Initial SR: WGS 84
# Project the point geometry to the desired coordinate system
projected_geometry = point_geometry.projectAs(spatial_reference)
# Insert the row with the specified attributes
cursor.insertRow([point_info['STREETNAME'], point_info['DRIVER_AGE'], projected_geometry])
In [ ]:
Copied!