Annual Collision Report: Temporal
<p>Collision Dates and Times.</p><p>In <a href="https://www.edmontonpolice.ca/TrafficVehicles/TrafficCollisions/ReportACollision">September 2022, CRCs</a> were launched in Edmonton to be a centralized place for residents to report their collisions. This new process changed the collision data collection and reporting process for residents as well as how the data is managed and reported. CRCs were created as a partnership between EPS and Accident Support Services International. The CRCs have provided collision reports that differ in consistency and accuracy from the data previously received from EPS.</p>
Querying over HTTP
Splitgraph serves as an HTTP API that lets you run SQL queries directly on
this data to power Web applications. For example:
curl https://data.splitgraph.com/sql/query/ddn \
-H "Content-Type: application/json" \
-d@-<<EOF
{"sql": "
SELECT *
FROM \"edmonton-ca/annual-collision-report-temporal-jduq-w5pj\".\"annual_collision_report_temporal\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.