Skip to content

will-horning/bballmap

Repository files navigation

This app is designed to graph a rough probability distribution of a basketball player's local shooting percentage (i.e. their shooting percentage from a 1-foot x 1-foot location on the court).

Kobe Bryant example

All the data is stored in shots.db, it was scraped from cbssports.com and contains every shot taken in an NBA game from 2010 - 2014.

An older live version is available here.

How to Run:

	virtualenv .env
	. .env/bin/activate�
	pip install -r requirements.txt
	python main.py

Then just point your browser to http://localhost:5000

About

Plots a local shooting percentage map for basketball players.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors