Skip to content

Python framework for visualising layer data using leaflet.

Notifications You must be signed in to change notification settings

pfctdayelise/leafvis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Leaflet based visualization framework

This package makes it possible to easily visualize gridded meteorological data, represented as numpy arrays, using the excellent javascript visualization library leaflet.

References:

 Vladimir Agafonkin, http://leafletjs.com/index.html. 

Maintainers

  • Nathan Faggian

Testing

Build Status

Dependencies

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!

Install

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

Examples

Refer to /notebooks/example.ipynb.

Development

Follow: Fork + Pull Model:

http://help.github.com/send-pull-requests/

About

Python framework for visualising layer data using leaflet.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages