<?php
$title = "Google Earth View";
ini_set('include_path', './' . PATH_SEPARATOR . '../' . PATH_SEPARATOR . ini_get('include_path'));
include_once("include/header.php");

//$image_url = 'http://oceancurrent.imos.org.au/misc/TT0120tn.jpg';
$image_url = 'misc/TT0120tn.jpg';
?>

<h3>Imagery for importing into Google Earth</h3>
<div class="row">
	<div class="col-md-4">
		<a href="<?php echo $image_url ?>">
			<img class="img-responsive" width=100% src="<?php echo $image_url ?>" title="Google Earth example">
		</a>
	</div>
	<div class="col-md-8">
		<p><a href="WA_GE/SST_West.kml">[West Australia, last 6 days]</a> <a href="WA_GE/">[daily 2008-now]</a></p>
		<p><a href="EAu_GE/SST_East.kml">[East Australia, last 6 days]</a> <a href="EAu_GE/">[daily 2008-now]</a></p>
		<p><a href="EAu_H8/SST_H8_SE.kml">[SE Australia H8, last 6 days at 4h intervals]</a> <a href="EAu_H8/">[daily 2018 H8]</a></p>  

		<p>
			Click one of these links to make a map of the anomaly of 3-day average SST for WA or East Australia
			appear in <a href=http://earth.google.com/> Google Earth</a>. If you select the 'last 6 days' link, drag the
			time slider right to see the most recent data. For either recent or old, zoom in to see 1-day composite images of
			SST anomaly, overlain with altimeter-derived estimates of currents.
		</p>
		<p>This <a href="data/MNF/Investigator2.kml">RV <em>Investigator</em> track and ADCP data</a> kml file shows the current velocity averaged from 30m-80m.</p>
		<h4><< Example Google Earth screen-grab</h4>
		<p>The Example shows the track [source] of ocean kayaker Shaun Quincy just two days into his voyage from
			Australia to New Zealand, overlain on our near-real-time ocean analysis.
		</p>
	</div>
</div>


<?php
include("include/footer.php");
?>
