Skip to content

davemcphee/Austin_Parks_Equity

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 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

  • Katie Yoder - GIS Data Analysis
  • Mateo Clarke - Web Development

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

License:

needs review

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 95.8%
  • CSS 3.3%
  • HTML 0.9%