Skip to content

gridl/boston-gov-data

 
 

Repository files navigation

boston-gov-data

Visually explore data from Boston's open data.

MIT Licensed code.

requirements

Check the requirements.txt file to see what packages you need to install.

running the code

You'll first have to clone or download the repository.

To clone:

$ git clone https://github.com/ericmjl/boston-gov-data.git

To download, click on the green button in the top-right corner above the file list.

geospatial data

To view the geospatial data, run:

$ bokeh serve --show boston_geo.py

timeseries data

To view the timeseries data, run:

$ bokeh serve --show boston911.py  # will load the 911 calls data.

or

$ bokeh serve --show boston_ei_explorer.py  # will load the economic indicators data.

TODOs

  1. Make Jupyter widgets work on Binder.
  2. Deploy Bokeh apps on a server somewhere.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 89.1%
  • Python 10.8%
  • Shell 0.1%