Project case study
Ashburton Water Main Upgrade
Client
Shire of Ashburton
Location
Ashburton,
Paraburdoo,
WA
6754
Focus
Water main upgrade
Status
Ongoing
Project Overview
The Ashburton Water Main Upgrade involved the replacement of approximately 900 metres of existing 150mm cement-lined steel pipeline. The works were undertaken to improve reliability and performance of the potable water network, with upgraded infrastructure installed in accordance with AS3500 requirements.
The existing pipeline was replaced with 150mm Blue Brute pipework, incorporating an assortment of 150mm MSCL ductile iron fittings and prefabricated spool pieces to ensure durability and long-term performance.
The project is currently in its final stages, with reinstatement and landscaping works nearing completion.
Scope of Works
- Removal and disposal of existing 150mm cement-lined steel water main
- Supply and installation of 150mm Blue Brute pipeline
- Installation of MSCL ductile iron fittings and spool assemblies
- Tie-ins to existing water main infrastructure
- Completion of 29 driveway removals and reinstatements
- Flushing, pressure testing and hyperchlorination of the new pipeline
- Commissioning in accordance with AS3500 standards
- Final reinstatement and landscaping works
Filter by area:
Filter by capability:
All Projects



Paraburdoo Airport,
Paraburdoo,
WA
6754






397 Acalypha Street,
Tom Price,
WA
6751












3 Yannarie Street,
Pannawonica,
WA
6176



document.addEventListener('DOMContentLoaded', function () {
const heading = document.querySelector('#MapHeading .elementor-heading-title');
const radios = document.querySelectorAll('.jet-radio-list__input[name="project-area"]');radios.forEach(function (radio) {
radio.addEventListener('change', function () {
const label = this.dataset.label;
if (label === 'All') {
heading.textContent = 'All Projects';
} else if (label.endsWith('Projects')) {
heading.textContent = label;
} else {
heading.textContent = label + ' Projects';
}
});
});
});