InstallationΒΆ

The opengris-scaler package is available on PyPI and can be installed using any compatible package manager.

Base installation:

pip install opengris-scaler

If you need the web GUI:

pip install opengris-scaler[gui]

If you use GraphBLAS to solve DAG graph tasks:

pip install opengris-scaler[graphblas]

If you need all optional dependencies:

pip install opengris-scaler[all]