home / crashreports

home

Menu
  • GraphQL API

crash_reports

Table actions
  • GraphQL API for crash_reports

1 row where "datetime" is on date 2020-05-02, dcc contains "Reckless driving" and speed_limit = 30

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: datetime (date), date (date), retrieved (date), dcc (array)

case_number ▼ date time address speed_limit violation_cited narrative keywords dcc report_url image_url latitude longitude
Case number:
2000000284
Date:
2020-05-02
Time:
01:10
Address:
MASSACHUSETTS TPK WEST & WASHINGTON ST
Speed limit:
30
Violation cited:
yes
Narrative:
MV1 was travelling w/b on Washington St, jumped the curb, went through a chainlink fence and became stuck on a hill. The operator was not injured and was placed under arrest for OUI, negligent operation, and marked lanes violation. See incident report # 20021082.
Keywords:
[]
Dcc:
Reckless driving, Other improper action
Report url:
report
Image url:
image
Latitude:
42.3364517
Longitude:
-71.0770265
Location:
Washington St & Massachusetts Ave, Boston, MA 02118, USA

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE "crash_reports" (
   [case_number] TEXT PRIMARY KEY,
   [datetime] TEXT,
   [date] TEXT,
   [time] TEXT,
   [address] INTEGER,
   [street1] TEXT,
   [street2] TEXT,
   [intersection] INTEGER,
   [speed_limit] INTEGER,
   [hit_run] INTEGER,
   [violation_cited] INTEGER,
   [narrative] TEXT,
   [keywords] TEXT,
   [dcc] TEXT,
   [dcc_code] TEXT,
   [report_url] TEXT,
   [image_url] TEXT
, [geocoded_address] TEXT, [latitude] TEXT, [longitude] TEXT, [manual_geocode] INTEGER, [retrieved] TEXT);
Powered by Datasette · Queries took 402.115ms