Grand Caravan ZK-SDB with True South

 The Cessna 208B Grand Caravan ZK-SDB c/n 208B2089 has been flying our skies since July of 2015.

Initially with Great Barrier Airlines Ltd.

Since about late March it has been leased and listed to Southern Lakes Aviation of Queenstown and operates with True South titles.

Photos taken today at Wanaka by Lord Nelson.

Previous posts on ZK-SDB can be seen HERE.
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');