vadimg / sfzoning

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About


Languages

Language:HTML 55.9%Language:Python 41.5%Language:Shell 1.4%Language:Makefile 1.2%