Skip to content

A cute little project that shows that Providence has far too much parking.

License

Notifications You must be signed in to change notification settings

chris-sarli/parking-analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Downtown Providence Parking Analysis

This repository holds files for calculations of the insane amount of parking in Downtown Providence, RI.

Currently, all calculations are done in notebooks/make.ipynb, and collected in outputs.md.

make.ipynb also creates an HTML file collecting all of this information in a public-facing format. This file is generated at docs/index.html, so that it can be hosted on GitHub Pages.

notebooks/To-Do.ipynb is used to keep track of data which is not yet considered complete.

The licenses directory is a scratch area used to comb through some data from the Board of Licenses, searching for capacity data.

If you'd like to work on these files, you will need to use Conda. The environment can be recreated from environment.yml.

Data is retrieved from OpenStreetMap using OSMnx.