No description
Find a file
2013-09-16 07:27:06 -08:00
snapindices Added some additional disclaimer text about rounding and sigfigs 2013-09-16 07:27:06 -08:00
tmp Initial Public Release 2013-09-08 20:37:01 -08:00
.gitignore Added gitignore 2013-09-09 06:18:51 -08:00
config.py.default Parameterized title 2013-09-09 20:42:52 -08:00
LICENSE Initial Public Release 2013-09-08 20:37:01 -08:00
README.md Added link to snapextract 2013-09-08 21:19:06 -08:00
requirements.txt Initial Public Release 2013-09-08 20:37:01 -08:00
run.py Initial Public Release 2013-09-08 20:37:01 -08:00

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

  1. Clone the repo:

    git clone https://github.com/thermokarst/snapindices

  2. Get the data from http://snap.uaf.edu

  3. Copy config.py.default to config.py, edit the parameters to suit your needs.

  4. Launch a python interpreter and populate the database with data:

    $ python

    import snapindices snapindices.database.init_db()

  5. Launch the application with:

    $ ./run.py

Contact

Do you have an idea for a feature? Find a bug? Reach me at matthewrdillon@gmail.com