cityofaustin / atd-data-tech

Austin Transportation Data & Technology Services
17 stars 2 forks source link

Enhanced Vision Zero Data #14326

Open atdservicebot opened 11 months ago

atdservicebot commented 11 months ago

We are expanding our Vision Zero crash database to incorporate data from other regional agencies besides law enforcement.

Background

Currently, our Vision Zero platform is built upon data from TxDOT's Crash Information System (CRIS), which compiles crash reports from law enforcement agencies across Texas.

The intent of this project is to expand the capabilities of our database to include data from other agencies such as Emergency Medical Services, the Medical Examiner's Office, and the County Clerk, so that Vision Zero program staff can have a better understanding of the causes and impacts of injuries happening on our roadways.

Resources

Screen Shot 2021-01-31 at 7.03.34 PM.png

patrickm02L commented 11 months ago

10/11 Meeting notes

10/18 in Dev + Product

patrickm02L commented 10 months ago

11/6

In meeting with Xavier, he outlined the following

For EMS/VZ Database issues:

  1. Create 2 fields in the ems__incidents table that allows us to add/edit a atd_txdot_crashes.crash_id, atd_txdot_person.id & atd_txdot_primaryperson.id. - MVP
  2. Use the existing field apd_incident_number_1 in the ems__incidents table to use as a way to match the crash and person ( use demographics ) and update the fields in step 1. - Some automation
  3. Create a "fuzzy matching" process to associate ones that don't have a match by using geospatial & temporal data. - will need further scoping

Notes

patrickm02L commented 10 months ago

11/7 - In VZ Sprint Review

Note

xavierapostol commented 8 months ago

I believe that we may need to combine this issue with this issue and this issue.

This is because we can incorporate the next version of our data model and the ability to borrow ETL scripts and SQL triggers from previously built features.

Example 1: Using the ETL script for Non-CR3s to upload TCME data and then displaying the data in the "Other Agencies" accordion card is what we are trying to see in the VZE Crash Incident Page.

Example 2: Using the same SQL triggers we use crash data we could use on the AFD/EMS geospatial assignment. This would enable us to better match incidents across all the data sets.

patrickm02L commented 8 months ago

@xavierapostol I meant to turn this Issue into an a Project Issue, so I'll need to update the Description, which still has the initial SR at the moment.

The Issues that you mentioned above are a part of this "Other Agencies" epic, so they're linked. Perhaps they're not showing up in github, but with a zenhub plugin or the zenhub browser interface they're easier to see.

Screen Shot 2024-01-05 at 9 28 46 AM
xavierapostol commented 8 months ago

This is from an email from Joel Meyer:

Thought you all would be interested in this report from the Texas Department of State Health Services: Linking 2022 Crash Data with EMSTR Records. I’m trying to set up a call with the authors of the report in the next few weeks. Wondering if we can just get access to their matched records for Austin rather than doing it ourselves. One interesting thing to note from the report is that there is free software which can be used for record matching -- https://seer.cancer.gov/tools/matchpro/ -- originally designed for cancer records but can be used for other applications as well.

johnclary commented 3 weeks ago

We will re-scope this once we complete #10430.