Installation guide#

Prerequisites#

Python and conda#

You’ll need Python 3.9 or greater and conda as an environment manager. These package managers help you to install (Python) packages and manage environment such that different installations do not conflict.

Check out Miniconda for conda installation.

Dependencies#

The HybridUrb Python package makes extensive use of the modern scientific Python ecosystem. The most important dependencies are listed here (for a complete list, see the pyproject.toml file in the repository root). These dependencies are automatically installed when installing HybridUrb following the steps enclosed in this page.

Network analysis:

Statistical operations:

Unstructured grid maniputations:

Hydrological model building libraries:

Installation#

For now HybridUrb only supports developer install. Please refer to the steps mentioned here: Developer install.