Projects

Our experience is reflected in the projects we deliver, demonstrating the strategic insight, cross-sector expertise and considered approach that guides projects from vision to realisation.

Filter by location

Melbourne Street Development

Planning consent was secured for a five-level mixed-use development in North Adelaide, supporting new housing, commercial space and rooftop recreation in the Melbourne Street precinct.

Blair Athol Affordable Housing

Planning consent was secured for six affordable housing dwellings in Blair Athol, supporting medium-density housing within the broader Blair Athol Urban Renewal Project.

Barossa Park

Planning approval was secured for the redevelopment of Barossa Park at Lyndoch, supporting a major regional sporting and events precinct for the Barossa community.

Southern Cross Care Carmelite

Planning approval was secured for Stage 2 of Southern Cross Care’s Carmelite master plan, supporting premium retirement living, landscaped open space and the adaptive reuse

Rezoning in Ross

A Planning Scheme Amendment was managed for a 9.5-hectare site in Alice Springs, successfully rezoning the land from Rural Living to Rural Residential to support

Pearl Retirement Resort

Ongoing statutory planning support was provided for Pearl Retirement Resort in Fannie Bay, assisting Southern Cross Care with rezoning, land consolidation and approvals for new

Palmerston Central Development

Development approvals were secured for a staged commercial development in Yarrawonga, supporting 23 showroom and warehouse tenancies in a prominent Palmerston location.

Northern Land Council Offices

Planning consent was secured for the Northern Land Council’s new Regional Offices in Katherine, supporting the delivery of administrative and ranger services from a consolidated

Hobson Distribution Facility

Planning consent was secured for Hobson Engineering’s new East Arm distribution facility, supporting industrial growth within Darwin Business Park.

Whalers Way Orbital Launch Complex

MasterPlan helped secure planning approval for Southern Launch’s Whalers Way Orbital Launch Complex in November 2024.

RoadTek Depot Master Planning

High-level operational master plans were prepared for RoadTek depots in Warwick and Roma, guiding future upgrades, efficiency and compliance outcomes.

Redland Hotel Accommodation Investment Analysis

MasterPlan supported AEC’s hotel accommodation investment study, identifying planning barriers and opportunities to attract future development in Redlands Coast.
jQuery(function ($) { const $filter = $('#projects-filter'); if (!$filter.length) return; function updateClearButton() { const $allBtn = $filter.find('[data-filter="__all"]'); if (!$allBtn.length) return; const hasActiveOther = $filter.find('[aria-pressed="true"]').filter(function () { return $(this).attr('data-filter') !== '__all'; }).length > 0; if (hasActiveOther) { $filter.removeClass('hide-clear'); } else { $filter.addClass('hide-clear'); } } // Initial state updateClearButton(); // After clicks $(document).on('click', '#projects-filter [data-filter]', function () { setTimeout(updateClearButton, 100); setTimeout(updateClearButton, 300); setTimeout(updateClearButton, 600); }); // Watch for Elementor re-render const target = $filter.get(0); if (target) { new MutationObserver(function () { updateClearButton(); }).observe(target, { childList: true, subtree: true, attributes: true, attributeFilter: ['class', 'aria-pressed'] }); } });