A SvelteKit-based geospatial mapping system designed to visualise Water, Sanitation, and Hygiene (WASH) services for displaced families in crisis-affected settings such as Sudan. The platform maps water sources, sanitation facilities, and hygiene services using geographic coordinates (latitude and longitude), combined with building type, contextual information, and descriptive details. This enables humanitarian actors to identify service gaps, prioritise interventions, and support data-driven decision-making.
Built for simplicity, scalability, and low-resource environments, the application transforms fragmented field data into an interactive and actionable map.
This project requires:
Node.js>=24.0.0You need to clone the repository and have terminal access in the same directory to where you cloned.
git clone https://github.com/abilkhairseilov/aegis-water-intelligence-connaissance-mapper aegis-project
cd aegis-project
To install the dependencies, use npm:
npm install
Once the dependencies have been installed, you may run the project using npm run
npm run dev
To start the server and open the application in a new browser tab:
npm run dev -- --open
Credits due go to:
This project is licensed under the MIT License. You are free to use, modify, and distribute this software with appropriate attribution. See LICENSE for more information.