Our vision is to streamline spatial interaction analysis through SIDA, a lightweight, flexible platform that allows users of all backgrounds to leverage predefined sets of organized results and visualizations for spatial interaction modelling.
A prototype web deployment can be found at https://sida-board.app and instructions for local deployment are below.
- Docker
- Docker-compose
- Clone repo locally
- Navigate to
SIDA/frontendcd SIDA/frontend
- adjust
docker-compose-dev.ymlenv variables as needed - Run
docker-compose -f "docker-compose-dev.yml" up -d --build - That's it!
- Frontend -
http://localhost:8080 - Backend API documentation -
http://localhost:8000/docs
- Frontend -
- Clone repo locally
- Navigate to
SIDA/frontendcd SIDA/frontend
- adjust
docker-compose.ymlenv variables as needed - Run
docker-compose up -d --build - That's it!
- Frontend -
http://localhost:8080 - Backend API documentation -
http://localhost:8000/docs
- Frontend -