sjtrny / toomanyguns

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

toomanyguns

A plotly dash app displaying ownership of firearms in NSW, Australia.

Live Demo

https://toomanyguns.apps.sjtrny.com

Screenshot

How?

With a combination of:

With dash we use a few notable features, techniques and third-party libraries:

Data Sources

Postcode Information

Sourced from https://www.matthewproctor.com/australian_postcodes

Postal Area Geography Data

This information is available from the ABS under the listing 1270.0.55.003 - Australian Statistical Geography Standard (ASGS): Volume 3 - Non ABS Structures, July 2016

The specific file used is titled "Postal Areas ASGS Ed 2016 Digital Boundaries in ESRI Shapefile Format"

Firearms Data

We did our best to scrape http://toomanyguns.org.

Click here to download it.

Instructions

Build

docker build -t toomanyguns .

Run

docker run --name toomanyguns -d -p 8080:80 toomanyguns

About

License:MIT License


Languages

Language:Python 83.7%Language:JavaScript 15.0%Language:Dockerfile 1.1%Language:Shell 0.2%