This repo creates a website for sharing and displaying buget data. The initial visualizations are bubble charts adopted by the City of Philadelphia’s Office of Innovation and Technology, based on a project by OpenData.ch, the Swiss division of the Open Knowledge Foundation.
The data folder contains the PDF version of the budget in briefs from the City of Philadelphia as well as parsing scripts to convert them to machine readable CSV.
The data/tagging.yml file contains tags or categories to better illustrated where the budget is spent, instead of just by funding source and department.
The website folder is a basic html website using parcel and ejs.
The flare folder contains a script to generate data for the buble visualizations
The website/openbudget folder contains visualizations with data generated by the data and flare folders.