Skip to content

RESTful API for geospatial and time aggregation across multiple Chicago open datasets. Lovingly dubbed the WOPR.

License

Notifications You must be signed in to change notification settings

bepetersn/wopr-api

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

W.O.P.R. API

RESTful API for geospatial and time aggregation across multiple Chicago open datasets. Lovingly dubbed the WOPR.

Running locally

git clone [email protected]:datamade/wopr-api.git
cd wopr-api
pip install -r requirements.txt
python runserver.py

navigate to http://localhost:5000/

Data

New datasets are actively being added to the WOPR API. We keep track of them in this Google Doc

Dependencies

We used the following open source tools:

  • Flask - a microframework for Python web applications
  • SQL Alchemy - Python SQL toolkit and Object Relational Mapper
  • Green Unicorn - Python WSGI HTTP Server for UNIX
  • psycopg2 - PostgreSQL adapter for the Python
  • GeoAlchemy 2 - provides extensions to SQLAlchemy for working with spatial databases

Team

  • Derek Eder
  • Eric van Zanten
  • Forest Gregg

Errors / Bugs

If something is not behaving intuitively, it is a bug, and should be reported. Report it here: https://github.com/datamade/wopr-api/issues

Note on Patches/Pull Requests

  • Fork the project.
  • Make your feature addition or bug fix.
  • Commit, do not mess with rakefile, version, or history.
  • Send me a pull request. Bonus points for topic branches.

Copyright

Copyright (c) 2014 DataMade and the University of Chicago. Released under the MIT License.

About

RESTful API for geospatial and time aggregation across multiple Chicago open datasets. Lovingly dubbed the WOPR.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published