Web Service like google charts API


License
BSD-3-Clause
Install
pip install modelr==0.5.5

Documentation

Welcome to modelr server

Apache 2 license PyPI downloads PyPI version GitHub issues

This is the documentation for the back-end modelr server software. You might be looking for modelr.io

Modelr server is a Google-Charts-like API for geophysics! Submit tasks via a URL.

Example:

Full interface

  • There's a full interface for modelr at modelr.io

Prerequisites

You will need scientific python (numpy, scipy, matplotlib), which come with Enthought Canopy: http://www.enthought.com

They can alternatively be installed via pip, aptitude, ports, or sourced from git.

Additionally, ImageMagick will need to be installed in order to handle conversion of svg to png. Binaries can be downloaded from the ImageMagick website: http://www.imagemagick.org/script/binary-releases.php#unix

ImageMagick can also be installed via ports or aptitude.

Other python packages that will be automatically installed during setup:

  • agilegeo
  • pypng
  • requests
  • jinja2
  • svgwrite

Links

Authors