Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 1.3 KB

README.md

File metadata and controls

24 lines (20 loc) · 1.3 KB

vb-incidents

Pulling data from Virginia Beach ePro app of police incidents, for testing new ways to display or search that data.

Ideas for Use (more here)

  • Charts and stats showing incidents by date, type
  • Maps showing heatmaps by date range, year-over-year, by type, by change
  • Crime prediction
  • Need a data definication. XML is semi-self-documeting but some fields need more detailed descrpition.

Limitations of API

  • Current API limits query to one day per query, of which all incident data for that day is returned.
    It may be necessary to cache the data in a local storage mechanism for more flexable searching and data display.
  • A single query to the API took up to 6 seconds in testing.
  • Data only goes back to 1/1/2011.