Urban Reporting based on Satellite Analysis
URSA is a support system for urban planning. It allows easy access to the vast amount of information captured by satellite sensors, taking care of collecting, processing, and presenting key information about the evolution of cities in Latin America and the Caribbean (LAC).
URSA is a free, open-source tool.
Installation guide for Windows
(en español) Guía de instalación en Windows
The system was developed in collaboration between the Housing and Urban Development Division (HUD) of the IDB and the Center for the Future of Cities at the Tecnológico de Monterrey. The mission was to design a platform that allows municipal governments to easily acquire updated cartographic information in the appropriate format and geographic resolution.
URSA is available to the general public, and especially to government teams, to support decision-making, planning, and management processes in cities and metropolitan regions.
(these steps are required only once)
-
Clone or download the content of this repository.
-
Install Docker.
-
Start the Docker image with the code and dependencies. From the directory where the application was downloaded, run:
docker build -t bid-urban-growth .
The process will take a while the first time, as it will need to download and configure several software components. Once the initial setup is complete, subsequent launches will be almost instantaneous.
To load and run a container with the docker image, the following command must be executed:
- On Windows: launcher.bat
- On Linux/Mac: bash launcher.sh
Subsequently, a web browser window should be opened and pointed to the address http://localhost:8050/. For compatibility reasons, it is recommended to use Firefox or Safari.