Skip to content
Markus Neteler edited this page Mar 1, 2023 · 2 revisions

Welcome to the actinia-python-client wiki!

Python Client Library for actinia.

Installation

# check releases page for latest version number
VERSION="0.3.0"

pip3 install "actinia-python-client @ https://github.com/mundialis/actinia-python-client/releases/download/${VERSION}/actinia_python_client-${VERSION}-py3-none-any.whl"

For newest version see releases.

Small Example

See examples

Conda package

https://anaconda.org/conda-forge/actinia-python-client

Clone this wiki locally