Skip to content
This repository has been archived by the owner on Oct 28, 2019. It is now read-only.

Latest commit

 

History

History
20 lines (14 loc) · 481 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 481 Bytes

Dataview Seattle 911 Notifier

This script informs dataview of 911 activity in the Seattle area.

Usage

The following options must be passed when configuring an instance of the notifier:

  • API_ENDPOINT
  • API_TOKEN
  • GEOFENCE

Example:

processor = Seattle911IncidentProcessor('http://dataview.restricted.wl-net.net:8000/api/1/', '<API_KEY>', [[], [], [], []])
incidents = processor.process_incidents(processor.parse_incidents())