KatiRG / wms-pyferret

WMS from pyferret

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

###Flask integration for wms-pyferret Cathy Nangini - LSCE
built on the wms-pyferret project by Patrick Brockmann - LSCE

Integrates the python micro-framework [Flask] (http://flask.pocoo.org/) into a [custom Gunicorn WSGI application] (http://docs.gunicorn.org/en/stable/custom.html) to manage the http requests.

Provides an interface to input datasets and variables to be plotted on slippy maps generated on-the-fly by gunicorn workers to show data calculated by pyferret, as developed here: https://github.com/PBrockmann/wms-pyferret.

####Features

  • input form (dataset name, variable to be plotted, ferret command to use)
  • add, edit, delete map
  • plot timeseries over map coordinates in saveable Bokeh plot
  • download timeseries data.

Capture

####Usage

$ ./pyferretWMS_flask.py --server

####Requirements

About

WMS from pyferret

License:MIT License


Languages

Language:Jupyter Notebook 45.4%Language:HTML 19.6%Language:Python 14.4%Language:CSS 11.8%Language:JavaScript 5.6%Language:Shell 3.3%