Skip to content

atxhack4change/Austin_Parks_Equity

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Austin Parks Acreage Data App

This is a civic app that aims to help visualize how Austin's park resources are distributed throughout the City of Austin.

###Status: under development

###Related News:

See our progress: Live Demo
See our notes on Hackpad

##Credits

Running Code Locally:

1. npm is required

npm is Node's package manager. You can install Node at their site or with a command like brew install node if you use Homebrew.

2. gulp is required

Before you can serve the app locally, you need to install some gulp libraries with npm:

$ npm install gulp gulp-util gulp-compass gulp-connect gulp-gh-pages --save-dev

To run the local server and see the app in your browser:

$ gulp

Gulp serves the app at http://localhost:8080.

Methodology:

1. Clean & Convert Raw Parks Acreage Data

2. Find & Convert Park GIS Data to GeoJSON

3. Add District Shapefiles from a past project

"Need Score" Methodology:

  1. Percent Population Age Under 19
    • 0 points < 10%
    • 7 points > 40%
  2. Health Insurance Coverage
    • 0 points > 40%
    • 7 points < 10%
  3. Ratio of Housing Buildings with 2 or less units (Density)
    • 0 points > 80%
    • 7 points < 20%

Current Max Score: 21

License:

needs review

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.6%
  • Other 0.4%