- Python3
brew install geos
Run ./install.sh
Make sure you are in the virtualenv by running . ENV/bin/activate
python zoning_height_map.pyto generategenerated/zoning_height.geojsonpython stats.pyto generategenerated/density_map.geojson
Run: python -m http.server
View the map at http://localhost:8000
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.