Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/agilescientific/modelr
Google charts like API for Geoscience
https://github.com/agilescientific/modelr
Last synced: 3 months ago
JSON representation
Google charts like API for Geoscience
- Host: GitHub
- URL: https://github.com/agilescientific/modelr
- Owner: agilescientific
- License: other
- Created: 2012-04-30T12:27:35.000Z (over 12 years ago)
- Default Branch: develop
- Last Pushed: 2024-03-17T10:37:45.000Z (8 months ago)
- Last Synced: 2024-05-23T07:01:11.670Z (5 months ago)
- Language: Python
- Size: 1020 KB
- Stars: 10
- Watchers: 8
- Forks: 9
- Open Issues: 14
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.txt
- License: LICENSE.md
Awesome Lists containing this project
README
========================
Welcome to modelr server
========================.. image:: https://img.shields.io/badge/license-Apache-blue.svg
:target: https://github.com/agile-geoscience/modelr/blob/develop/LICENSE.md
:alt: Apache 2 license.. image:: http://img.shields.io/pypi/dw/modelr.svg
:target: http://pypi.python.org/pypi/modelr/
:alt: PyPI downloads
.. image:: https://img.shields.io/pypi/v/modelr.svg
:target: http://pypi.python.org/pypi/modelr/
:alt: PyPI version
.. image:: http://img.shields.io/github/issues/badges/modelr.svg
:target: https://github.com/agile-geoscience/modelr
:alt: GitHub issuesThis is the documentation for the back-end modelr server software. Modelr server was a Google-Charts-like API for geophysics; there is no longer a live instance. Submit tasks via a URL, or go to ``https://localhost:8081/plot.jpeg`` for a set of forms.
Run:
* ``python setup.py install``
* ``modelr-server -p 8081 --local True``Example:
``https://localhost:8081/plot.jpeg?script=wedge_spatial.py&theta=0&f=25&colourmap=Greys&base1=variable-density&overlay1=none&base2=earth-model&overlay2=wiggle&opacity=0.5&Rock0=3000.0%2C1600.0%2C2500.0%2C%0A%09%20%2050.0%2C%2050.0%2C%2050.0&Rock1=2770.0%2C1780.0%2C2185.0%2C%0A%09%20%2050.0%2C%2050.0%2C%2050.0&Rock2=3000.0%2C1600.0%2C2500.0%2C%0A%09%20%2050.0%2C%2050.0%2C%2050.0&tslice=0.15&scale=1.0%2C99&type=scenario``
Prerequisites
++++++++++++++++You will need to generate a cert file on the server:
``openssl req -newkey rsa:2048 -new -nodes -x509 -days 3650 -keyout key.pem -out cert.pem``
You will need scientific python (numpy, scipy, matplotlib). Other python packages that will be automatically installed during setup:
* bruges
* pypng
* requests
* jinja2
* svgwrite
* cairoLinks
+++++++++++* `Agile Geoscience `_
* `Homepage `_
* `Issue Tracker `_
* `PyPi `_
* `Github `_Authors
++++++++++++++++* `Matt Hall `_ @ `Agile Geoscience `_
* `Sean Ross-Ross `_ @ now at `Continuum`
* `Evan Bianco `_ @ `Agile Geoscience `_
* `Ben Bougher `_