Git Product home page Git Product logo

austin_parks_equity's Introduction

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

  • Recieve raw data via Councilman Casar's Director of Policy. (raw .xls file)
  • Refine data by adding Lat & Long from "PARK ADDRESS SERVICE" column using Geo for Google Spreadsheets. Create "Park Type" column and merge data from 5 given sheets into one table.
  • Where Geo failed to find Lat/Long from Address, use Get Lat Lon web service. 14 (out of 148) Parks Locations required this manually reference after Geo failed.
  • Where still uncertain with Get Lat Lon, use Google Maps by searching "PARK NAME" field.
  • Export to [GeoJSON file] (https://github.com/mateoclarke/Austin_Parks_Acreage/blob/master/data/austinParksAcreageData.geojson) via Geo tool.

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

austin_parks_equity's People

Contributors

kyoder avatar aaronmgdr avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.