Project case study
Outdoor Waiting Area Upgrade – Paraburdoo Airport
Client
Shire of Ashburton
Location
Paraburdoo Airport,
Paraburdoo,
WA
6754
Focus
Airport upgrade
Status
Completed
Project Overview
Byblos Constructions successfully delivered an upgrade to the outdoor waiting area at Paraburdoo Airport, improving passenger comfort and functionality within a live operating environment.
Scope of Works
The project involved a range of construction and installation works, including:
- Construction of framed and clad bulkheads
- Installation of louvered wall systems
- Installation of infill walls with matrix cladding
- Installation of charging stations for passengers
- Installation of fans to improve airflow
- Installation of drinking fountains
- Supply and installation of new seating
Key Challenges
- Works were carried out within an active airport environment, requiring strict adherence to operational constraints
- Nightshift delivery was implemented to minimise disruption to airport operations
- Temporary facilities, including an industrial marquee, air conditioning, lighting, and seating, were provided to maintain passenger service continuity
Outcomes
The completed outdoor waiting area delivers a more comfortable, functional, and modern space for airport users. The integration of improved seating, climate management, and passenger amenities has enhanced the overall user experience while maintaining uninterrupted airport operations throughout the construction period.
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';
}
});
});
});