Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 468 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 468 Bytes

sharkmap

Mapping Shark Attacks

Download the Chronological GSAF Incident Log first.

pip install -r requirements.txt
python sharkmap.py
python csv2geojson.py
cp settings.js.example settings.js

Edit settings.js to reflect your Mapbox account details.

python -m SimpleHTTPServer 4104