RESTful API for geospatial and time aggregation across multiple Chicago open datasets. Lovingly dubbed the WOPR.
git clone [email protected]:datamade/wopr-api.git
cd wopr-api
pip install -r requirements.txt
python runserver.py
navigate to http://localhost:5000/
New datasets are actively being added to the WOPR API. We keep track of them in this Google Doc
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
- Derek Eder
- Eric van Zanten
- Forest Gregg
If something is not behaving intuitively, it is a bug, and should be reported. Report it here: https://github.com/datamade/wopr-api/issues
- 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 (c) 2014 DataMade and the University of Chicago. Released under the MIT License.