<h2>org.autoplot.netCDF.HDF5DataSourceFormat</h2><p>Format HDF5 files using the NetCDF library.  These files do not work with Matlab, and this needs to be explored more.</p>
<h2>HDF5DataSourceFormat( )</h2>
<p></p>

<hr>
<a name="canFormat"></a>
<h2>canFormat</h2>
canFormat( <a href='http://www-pw.physics.uiowa.edu/~jbf/autoplot/doc/org/das2/qds/QDataSet.html'>QDataSet</a> ds ) &rarr; boolean

<p></p>

<h3>Parameters</h3>
ds - a QDataSet

<h3>Returns:</h3>
boolean

<br><br>
<a href="https://github.com/autoplot/dev/search?q=canFormat&unscoped_q=canFormat">[search for examples]</a>
 <a href="https://github.com/autoplot/documentation/tree/master/javadoc/org/autoplot/netCDF.HDF5DataSourceFormat.md">[view on GitHub]</a>
 <a href="http://www-pw.physics.uiowa.edu/~jbf/autoplot/javadoc2018/org/autoplot/netCDF.HDF5DataSourceFormat.html#canFormat">[view on old javadoc]</a>
 <a href="https://sourceforge.net/p/autoplot/code/HEAD/tree/autoplot/trunk/Autoplot/src/org/autoplot/netCDF.HDF5DataSourceFormat.java#l386">[view source]</a>
<br>
<br>
<hr>
<a name="formatData"></a>
<h2>formatData</h2>
formatData( <a href='https://docs.oracle.com/javase/8/docs/api/java/lang/String.html'>String</a> uri, <a href='http://www-pw.physics.uiowa.edu/~jbf/autoplot/doc/org/das2/qds/QDataSet.html'>QDataSet</a> data, <a href='http://www-pw.physics.uiowa.edu/~jbf/autoplot/doc/org/das2/util/monitor/ProgressMonitor.html'>ProgressMonitor</a> mon ) &rarr; void

<p></p>

<h3>Parameters</h3>
uri - a String
<br>
data - a QDataSet
<br>
mon - a ProgressMonitor

<h3>Returns:</h3>
void (returns nothing)

<br><br>
<a href="https://github.com/autoplot/dev/search?q=formatData&unscoped_q=formatData">[search for examples]</a>
 <a href="https://github.com/autoplot/documentation/tree/master/javadoc/org/autoplot/netCDF.HDF5DataSourceFormat.md">[view on GitHub]</a>
 <a href="http://www-pw.physics.uiowa.edu/~jbf/autoplot/javadoc2018/org/autoplot/netCDF.HDF5DataSourceFormat.html#formatData">[view on old javadoc]</a>
 <a href="https://sourceforge.net/p/autoplot/code/HEAD/tree/autoplot/trunk/Autoplot/src/org/autoplot/netCDF.HDF5DataSourceFormat.java#l135">[view source]</a>
<br>
<br>
<hr>
<a name="getDescription"></a>
<h2>getDescription</h2>
getDescription(  ) &rarr; <a href='https://docs.oracle.com/javase/8/docs/api/java/lang/String.html'>String</a>

<p></p>

<h3>Returns:</h3>
java.lang.String

<br><br>
<a href="https://github.com/autoplot/dev/search?q=getDescription&unscoped_q=getDescription">[search for examples]</a>
 <a href="https://github.com/autoplot/documentation/tree/master/javadoc/org/autoplot/netCDF.HDF5DataSourceFormat.md">[view on GitHub]</a>
 <a href="http://www-pw.physics.uiowa.edu/~jbf/autoplot/javadoc2018/org/autoplot/netCDF.HDF5DataSourceFormat.html#getDescription">[view on old javadoc]</a>
 <a href="https://sourceforge.net/p/autoplot/code/HEAD/tree/autoplot/trunk/Autoplot/src/org/autoplot/netCDF.HDF5DataSourceFormat.java#l392">[view source]</a>
<br>
<br>