/planit_impact

A fiber dependent urban planning tool.

Primary LanguagePython

PlanIT Impact

=========

Check it out at http://planit-impact.herokuapp.com/

About

PlanIT Impact is a web service to help you examine the environmental impacts of new construction in your neighborhood.

PlanIT Impact is a Mozilla Ignite sponsored expirement in gigabit speed web services.

Gigabit?

Mozilla threw a hackathon in Kansas City a while back. Everyone who attended made some cool expirements that required gigabit speeds, made available by Google Fiber. PlanIT Impact depends on fiber to quickly pull down 3d models, and all the remote data it can find about the surrounding area. Most tools that use large amounts of geolocation data keep a local database of that data. PlanIT Impact keeps the data remote and pulls it down as it needs it. The speeds made available by fiber internet erase the distinction of local versus remote. At least thats our hypothesis.

Screenshot

PlanIT Impact Screenshot

Development Setup

PlanIT Impact is written in Python, and runs as a standalone Flask application.

  1. Clone the repo git clone git@github.com:ondrae/planit_impact.git
  2. Move into the repository folder. cd planit_impact
  3. Run the setup script. source setup.sh
  4. Get the AWS keys from Ondrae.
  5. Change
  6. Start the app. python app.py

Contributing

In the spirit of free software, everyone is encouraged to help improve this project.

Here are some ways you can contribute:

  • by using alpha, beta, and prerelease versions
  • by reporting bugs
  • by suggesting new features
  • by translating to a new language
  • by writing or editing documentation
  • by writing specifications
  • by writing code (no patch is too small: fix typos, add comments, clean up inconsistent whitespace)
  • by refactoring code
  • by closing issues
  • by reviewing patches
  • by submitting pull requests of the above

Submitting an Issue

We use the GitHub issue tracker to track bugs and features. Before submitting a bug report or feature request, check to make sure it hasn't already been submitted. You can indicate support for an existing issue by voting it up. When submitting a bug report, please include a Gist that includes a stack trace and any details that may be necessary to reproduce the bug.