SCOUT is a decision-support toolkit shaped by requirements from experts across multiple urban domains that operationalizes a decision-making framework through a dataflow model for combining urban data and models and a scenario-oriented visualization grammar that treats decision alternatives and outcomes as first-class objects.
Go to: https://arcade.evl.uic.edu/scout/
Follow the steps below to set up and run the project locally.
- Download and install Docker Desktop:
- Verify installation:
docker --version
docker-compose --versiongit clone https://github.com/urban-toolkit/scout.git
cd scoutdocker-compose --file docker-compose.dev.yml build --no-cache- Builds all services defined in docker-compose.dev.yml
- --no-cache ensures a fresh build without using cached layers
docker-compose --file docker-compose.dev.yml up --remove-orphans- Starts all services
- --remove-orphans removes containers not defined in the compose file
To learn how to use SCOUT, refer to the documentation.