<?php
 require("../include/header.php");?>

<div id="page">
	<div id="content">
    
    <div> <h2><em> Data Formats</em></h2></div><br/>
		
		<div class="post ">
        
			<h3>HydroBase Station Format</h3><br/>
            <p> Files are ascii text and therefore straightforward to read. A file can contain any number and type of profiles. Each individual profile stores meta-data in 2 header lines and any number of properties, measured or derived. </p></br>
            
           <p><a href="#" onclick="MM_openBrWindow('../docs/HB_station_format.pdf','','')"><strong>Click here to see full description of station format</strong></a></p>
           
           
           <br/> <h3>HydroBase Gridded Format</h3><br/>
            <p> Files are in netCDF format which are platform independent and self-describing. Properties are gridded in latitude, longitude, depth and time dimensions. Each property contains a variable for each of these statistics:</p>
            <ul>
<li>Mean Value</li>
<li>Number of Observations</li>
<li>Square root of the error variance</li>
<li>X and Y decorrelation scales</li>
          </ul>
          </br>

  <p><a href="#" onclick="MM_openBrWindow('../docs/HB3_netcdf_fmt.pdf','','')"><strong>Click here to see full description of Gridded format</strong></a></p>
           

	</div>
	</div>
	<!-- end #content -->
	    <?php
 require("../include/updates_sidebar.php");?>
 
	<div style="clear: both;">&nbsp;</div>
</div>
<!-- end #page -->
<?php
 require("../include/footer.php");?>

