{"id":20234963,"url":"https://github.com/datamade/bigeasy-budget","last_synced_at":"2025-04-10T18:51:50.817Z","repository":{"id":18773317,"uuid":"21986369","full_name":"datamade/bigeasy-budget","owner":"datamade","description":":chart_with_upwards_trend: Budget visualization for the City of New Orleans. Based on Look at Cook.","archived":false,"fork":false,"pushed_at":"2018-08-13T21:28:22.000Z","size":4680,"stargazers_count":7,"open_issues_count":1,"forks_count":2,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-03-24T16:38:41.029Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/datamade.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-07-18T16:13:21.000Z","updated_at":"2025-01-14T20:57:42.000Z","dependencies_parsed_at":"2022-08-03T15:10:03.785Z","dependency_job_id":null,"html_url":"https://github.com/datamade/bigeasy-budget","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/datamade%2Fbigeasy-budget","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/datamade%2Fbigeasy-budget/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/datamade%2Fbigeasy-budget/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/datamade%2Fbigeasy-budget/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/datamade","download_url":"https://codeload.github.com/datamade/bigeasy-budget/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248274294,"owners_count":21076346,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-14T08:13:57.731Z","updated_at":"2025-04-10T18:51:50.795Z","avatar_url":"https://github.com/datamade.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Big Easy Budget Visualization\n\nA budget transparency visualization for New Orleans, displaying appropriations \u0026 spending broken down by funds/departments from 2004 to 2014.\n\n![alt-tag](https://cloud.githubusercontent.com/assets/1406537/3756294/d90203ce-182c-11e4-8832-918dbbcafb94.png)\n\nThis is based on [Look at Cook](http://lookatcook.com) by Derek Eder and Nick Rougeux at [Open City](http://opencityapps.org), and can be easily re-deployed to visualize other budgets.\n\n#### Dependencies\n\n- [jQuery](http://jquery.com)\n- [D3](http://d3js.org) (for CSV manipulation)\n- [Backbone](http://backbonejs.org/) (javascript MVC framework)\n- [Highcharts](http://www.highcharts.com/) (charting library)\n- [Datatables](http://datatables.net) (sortable HTML tables)\n\n## How to Re-Deploy\nThis code can be customized to visualize another data set.\n####Data Prepatation\nThe budget data can be in various forms (csv, google doc, google fusion table), but must adhere to a fixed format in order for the app to process it properly. Budget column headers include: Fund ID, Fund, Results Area ID, Results Area, Department ID, Department, Short Title, Link to Website, Department Description, and Control Officer. Values for appropriations and expenditures must be broken down into a separate column for each year.\n\nSee examples of prepped data:\n  - [New Orleans (the data for this repo)](https://docs.google.com/spreadsheet/ccc?key=0AswuyKhD7LxVdGlERGdEckpaRDc4Q1RCN0tjZ2tMMGc\u0026usp=sharing_eil#gid=0)\n  - [Cook County](https://www.google.com/fusiontables/DataSource?dsrcid=1227404)\n  - [Macoupin County](https://github.com/datamade/macoupin-budget/blob/master/data/macoupin-budget_1997-2014.csv)\n  - [A blank template to populate](https://docs.google.com/spreadsheets/d/1I6xZe8syHTiLguZ56l6J1KW0nAJVrUilvq0eP-BpE2A/edit?usp=sharing)\n\n####Configuration\n1. Once the data is prepared, set dataSource in js/app.js to link up to your data.\n  \n  *If your budget data is in CSV form:*\n  Drop the csv file in the data folder, and set dataSource to the file path.\n  \n  *If your data is in a google doc:*\n  You will first need to publish the google doc to the web as a CSV. Then, set dataSource to the URL provided.\n  \n  ![alt-tag](https://cloud.githubusercontent.com/assets/1406537/3767681/94b15ba4-18cf-11e4-96b1-a2dca1f39c73.png) \n  ![alt-tag](https://cloud.githubusercontent.com/assets/1406537/3767658/55df1880-18cf-11e4-9593-51bc89b0744a.png)\n  \n2. Next, set the following configuration variables at the top of js/app.js:\n  - startYear\n  - endYear\n  - activeYear\n  - municipalityName\n\n## Errors / bugs\n\nIf something is not behaving intuitively, it is a bug, and should be [reported as an issue](https://github.com/datamade/bigeasy-budget/issues)\n\nYou can also email info@datamade.us or tweet @DataMadeCo.\n\n## Note on patches/pull requests\n\n* Fork the project.\n* Make your feature addition or bug fix.\n* Commit and send me a pull request. Bonus points for topic branches.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdatamade%2Fbigeasy-budget","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdatamade%2Fbigeasy-budget","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdatamade%2Fbigeasy-budget/lists"}