This package makes it possible to easily visualize gridded meteorological data, represented as numpy arrays, using the excellent javascript visualization library leaflet.
Vladimir Agafonkin, http://leafletjs.com/index.html.
- Nathan Faggian
The required dependencies to build the software are:
- python
- numpy
- scipy
- flask
- pyproj
- matplotlib
- pyresample
- py.test
- Cython
- Jinja2
- MarkupSafe
- Werkzeug
- configobj
- itsdangerous
- joblib
- numexpr
- requests
- tables
- wsgiref
- tornado
- pyzmq
- ipython!
This packages uses distutils, which is the default way of installing python modules. To install in your home directory, use:
python setup.py install --home
To install for all users on Unix/Linux:
python setup.py build
sudo python setup.py install
Refer to /notebooks/example.ipynb
.
Follow: Fork + Pull Model:
http://help.github.com/send-pull-requests/