No description
| snapindices | ||
| tmp | ||
| config.py.default | ||
| LICENSE | ||
| README.md | ||
| requirements.txt | ||
| run.py | ||
SNAPIndices --- Alaska climate data
Air temperature data from over 400 communities, reduced to relevant engineering parameters.
What is it?
SNAPIndices is a Flask-driven web-app that builds on the SNAPExtract project to provide an easy-to-use interface for working with SNAP datasets.
Prerequisites
- SNAPExtract
- Flask (0.10.1)
- SQLAlchemy (0.8.2)
- psycopg2 (2.5.1)
- flask-wtf (0.9.1)
- numpy (1.7.1)
- PostgreSQL
Installation
-
Clone the repo:
-
Get the data from http://snap.uaf.edu
-
Copy
config.py.defaulttoconfig.py, edit the parameters to suit your needs. -
Launch a python interpreter and populate the database with data:
$ python
import snapindices snapindices.database.init_db()
-
Launch the application with:
$ ./run.py
Contact
Do you have an idea for a feature? Find a bug? Reach me at matthewrdillon@gmail.com