Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pvlbzn/heatmap
Google maps API + flask
https://github.com/pvlbzn/heatmap
flask google-maps-api infographics
Last synced: 3 months ago
JSON representation
Google maps API + flask
- Host: GitHub
- URL: https://github.com/pvlbzn/heatmap
- Owner: pvlbzn
- Created: 2017-04-10T18:01:51.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-11T09:03:35.000Z (almost 8 years ago)
- Last Synced: 2024-10-30T03:32:18.485Z (3 months ago)
- Topics: flask, google-maps-api, infographics
- Language: JavaScript
- Homepage:
- Size: 3.08 MB
- Stars: 3
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Heatmap
## Usage
Dependencies: `flask`, `geopy`
Installation: `pip3 install flask geopy`
Run server:
```
python3 server.py
```Open the browser at address http://127.0.0.1:5000/
## UI
_Markers_, triggered by _Fetch Markers_ button
![markers](https://github.com/pvlbzn/heatmap/raw/master/ui/markers.png)
_Heatmap_, triggered by _Fetch Heatmap_ button
![heatmap](https://github.com/pvlbzn/heatmap/raw/master/ui/heatmap.png)
_Labels_
![both](https://github.com/pvlbzn/heatmap/raw/master/ui/labels.png)