An interactive map to visualize datasets from the Urban Data Hub.
To quickly set up the project, follow these steps:
- Clone the repository (
git clone https://github.com/semantic-systems/sems-digital-twin-map
) - Configure the
.env.example
file in the base directory and rename it to.env
- Launch the project with
docker compose up -d --build
This will launch a simple Dash Flask server accessible under http://localhost:8050/. For more information on the setup, see here.