Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 710 Bytes

README.md

File metadata and controls

34 lines (21 loc) · 710 Bytes

Install

Prerequisites

  • Python3
  • brew install geos

Steps

  • Run ./install.sh
  • Run ./get_data.sh (this will take awhile, it needs to download a lot of data)

Run

  • make

Or, for a specific city:

  • make sf
  • make mountain_view

View Map

Run: python3 -m http.server

View the maps at:

Warning

I started this project using python 2, and then started using python 3. Some of the code in this repo might not yet be converted to work with python 3.

Broken things

Currently, the mountain view map is outdated and the prop E map doesn't work. They were not being used much anyway, and I don't have time to fix them.