How to Install UrbanMapper?¶
UrbanMapper is a Python package designed for urban spatial data analysis. Before you start, you’ll need to setup your environment and install the appropriate packages. UrbanMapper requires Python 3.10 or higher.
➡️ Via Virtual environment¶
We recommend you to install UrbanMapper in a virtual environment to keep things tidy and avoid dependency conflicts. You can set up your environment using uv (recommended), conda, or a virtual environment.
➡️ Via Pip¶
The most straightforward way to install UrbanMapper is with pip (works in any environment):
UrbanMapper:
➡️ Optional extras (optional modules)¶
Install optional capabilities on demand:
Notebook tooling¶
Interactive table visualisations¶
pip install urban-mapper-community[interactive_table_vis]
uv add urban-mapper-community --group interactive_table_vis
Auctus mixins¶
pip install urban-mapper-community[auctus_mixins]
uv add urban-mapper-community --group auctus_mixins
Pipeline generators¶
pip install urban-mapper-community[pipeline_generators]
uv add urban-mapper-community --group pipeline_generators
JupyterGIS mixins¶
pip install urban-mapper-community[jupytergis_mixins]
uv add urban-mapper-community --group jupytergis_mixins
Everything at once¶
➡️ From Source (Developer)¶
Building UrbanMapper from source lets you make changes to the code base. To install from the source, refer to the Project Setup Guide.
Provost Simon, sonia, Provost Simon