Taylor Coot ZK-JST Has Risen!

The Taylor Coot amphibian ZK-JST was built by Alistair McLachlin of Auckland and was first registered to him on 23/10/86.  Alistair flew it quite a lot, including salt water operations until he sold it to Peter J Hall of Auckland on 6/11/11.  However I understand that it had not flown since April 2008.

On 7/7/20 ownership transferred to the Old Coot syndicate of Auckland and David Wilkinson took on the job of restoring it, which he finished by May 2025 for a test flight on 10/5/25.  That is Alistair McLachlin and Don Wilkinson admiring it at Ardmore recently.  The Coot wears Alistair’s original colour scheme.

Congratulations David, and thanks for the photos.

function display_related_posts() { if (is_single()) { global $post; $categories = wp_get_post_categories($post->ID); if ($categories) { $args = array( 'category__in' => $categories, 'post__not_in' => array($post->ID), 'posts_per_page' => 4, 'orderby' => 'rand' ); $related_posts = new WP_Query($args); if ($related_posts->have_posts()) { echo ''; } wp_reset_postdata(); } } } add_action('wp_footer', 'display_related_posts');