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

<div id="page">
	<div id="content">
				<div class="post hr">	
		
            
            <p><h2><em> Station Data Tools</em></h2>
			<br/><p><em><strong> hb_extract </strong></em> - Extracts stations from Hydrobase station files by a variety of criteria.<br/>
			<em> <strong>hb_propcalc </strong></em> - Computes properties at each pressure level in a station and outputs a Hydrobase format station file containing 			all the properties specified with the -P option. <br/>
			<em><strong>hb_xyprop</strong></em> - Creates a listing of x,y property pairs. Use hb_propcalc to compute properties and pipe the output to this utility. <br />
            <em> <strong>hb_xyzprop</strong> </em> - Creates a listing of x,y,z property triplets. <br />
            <em> <strong>hb_mssort</strong> </em> - Sorts file(s) of HydroBase stations by geographic squares. The size of square is specified by the -S parameter. Up to MAXF files can be simultaneously opened. Any stations that do not fit into an open file are stored in a file called msextra.dat -- which can be sorted subsequently. An accounting of numbers of stations in each file is written to stdout. <br />
            <em> <strong>hb_stationsort</strong></em> - Creates a list of input files. <br />
            <em> <strong>hb_siftsta</strong> </em> - Determines whether a station has a value of a property which falls between specified minimum and maimum values. If so, it prints the station to stdout. Profiles can be separated by saving the ones that don't meet the criteria to -Rreject file. <br />
            <em> <strong>hb_siftlevs</strong> </em> - Determines whether an observation level has a value of a property which falls between the specified min/max ranges. If so, it prints the scans to stdout in Hydrobase Station format. Scans that do not meet the criteria are written to the file specified by -R. <br />
            <em> <strong>hb_columns</strong> </em> - Computes properties specified with -P option at each depth level in a station 
 and outputs a column listing of each level plus any optional lat/lon/year/month/station/cruise of the observation. <br />
            <em><strong> hb_getpos</strong> </em> - Extracts latitude/longitude from Hydrobase data files and writes it to the stdout device or an output file specified with -O. <br />
 <br />
  </p></p>

<br/>
          

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

</div>
<!-- end #page -->
<?php
 require("../include/footer.php");?>

