Installation ======= From PyPi registry: .. code-block:: bash pip install deeptrees or from Gitlab registry: .. code-block::bash pip install deeptrees --index-url https://codebase.helmholtz.cloud/api/v4/projects/13888/packages/pypi/simple or from source: .. code-block:: bash git clone https://codebase.helmholtz.cloud/taimur.khan/DeepTrees.git python3 setup.py install .. note:: DeepTrees requires `GDAL >= 3.9.2` and `Python >= 3.10, < 3.13`.