CharlotteJackson / DC_Crash_Bot

10 stars 7 forks source link

Write SQL code to extract the audio transcriptions and match them to Pulsepoint dispatches #96

Closed CharlotteJackson closed 3 years ago

CharlotteJackson commented 3 years ago

What is the Task

Turn the information in the audio transcription json files into a relational table and match the records to Pulsepoint dispatches

Why do we want to do this

so we can classify 911 calls about car crashes as pedestrian or non-pedestrian without manually listening to the scanner audio

How can I get started?

How can we start this task?

Definition of Done

when there's a script running on EC2 every few minutes that loads the jsons and extracts them into a table on the source_data schema, and the Pulsepoint analysis table has a step where incidents are matched to dispatch transcriptions

CharlotteJackson commented 3 years ago

extracting the audio into a table is done, now need to match it to pulsepoint data with a reasonable degree of accuracy

banjtheman commented 3 years ago

Notes

CharlotteJackson commented 3 years ago

DONE!!!!