This map shows real-time information about river sections that might be affected by sewage discharges from combined sewer overflows. Currently, it is limited to the Thames basin, which is managed by Thames Water.
The Live site is available at https://www.sewagemap.co.uk
Find out more at: https://github.com/AlexLipp/thames-sewage
The application is built using React and NextJS with the ArcGIS JavaScript API.
- Node.js 18.0.0 or higher
Execute the following commands to install dependencies and launch the development server:
npm install
npm run dev