An open API service indexing awesome lists of open source software.

https://github.com/ebonnal/sf-police-calls

Web page allowing to explore San Francisco police calls data (Spark & Google Maps API)
https://github.com/ebonnal/sf-police-calls

dataviz gmplot google google-maps-api html javascript pyspark python scimple

Last synced: 2 months ago
JSON representation

Web page allowing to explore San Francisco police calls data (Spark & Google Maps API)

Awesome Lists containing this project

README

        

# San Francisco Police calls
## Goal
Intuitively explore police calls from San Francisco Police Stations

## Features
- Intuitive UI to quickly generate the plot you want
- Python back-end using `PySpark` and `Scimple`
- Plots are cached to be printed again faster
- Use of *Google Maps* API throught Python `gmplot` package to visualize the location of selected calls

## Test it

1. run `pip install scimple` & `pip install gmplot`
2. run `python sf_police_calls_visualization_server.py`
3. open in browser `localhost:8000`

## Sreens
![](https://raw.githubusercontent.com/EnzoBnl/SFPoliceCalls/master/screens/1.png)

![](https://raw.githubusercontent.com/EnzoBnl/SFPoliceCalls/master/screens/15.png)

![](https://raw.githubusercontent.com/EnzoBnl/SFPoliceCalls/master/screens/2.png)

![](https://raw.githubusercontent.com/EnzoBnl/SFPoliceCalls/master/screens/3.png)