Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Investigate cause of missing lat/lons for EMS heatmaps #497

Open
meilinger opened this issue Oct 18, 2018 · 2 comments
Open

Investigate cause of missing lat/lons for EMS heatmaps #497

meilinger opened this issue Oct 18, 2018 · 2 comments
Assignees

Comments

@meilinger
Copy link
Member

A LOT of departments appear to not have geospatial information associated w/ EMS incidents prior to 2013. The goal of this task is to identify what might be the cause (bad query? missing data?).

@josellausas
Copy link
Contributor

josellausas commented Oct 19, 2018

For the years 2012 and 2013, number of entries with geom=83.6527741894442;90
screen shot 2018-10-22 at 5 41 22 pm

For the years 2014 and 2015, number of entries with geom=18446743673.7096,18446743673.7096
screen shot 2018-10-22 at 5 29 06 pm

@josellausas
Copy link
Contributor

NYPD has no entries for ems.

SELECT count(1) FROM ems.ems
WHERE fdid='24001' and state='NY'
// 0!!!

SELECT count(1) FROM ems.incidentaddresses
WHERE fdid='24001' and state='NY'
// 2,392,348

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants