Table of Contents

Additional interfaces

Besides the Graphical user interface that is used in GroIMP by default, it is possible to execute models in other ways. The different User interface are described in the user-guide

This can be useful for specific scenarios such as larger pipelines or remote execution. On this page you can find a collection of tutorials to get started with the different additional users interfaces.

Headless

The headless mode can be used to execute one model without interaction from a single command line call.

Command line interface

The Command line interface represents a small interactive environment to edit and execute models without the need for a graphical user interface.

HTTP-server

If GroIMP runs as a HTTP-server it is possible to send models to this server, which are then execute without further interaction. It is possible to send additional information with the request and to return results to the client.

Through the GroLink API it is possible to run and interact with GroIMP using HTTP requests. This allows users to open, manipulate and run several models. Additionally the project provides libraries in R and Python to ease the use.