org.autoplot.netCDF.HDF5DataSourceFormat
Format HDF5 files using the NetCDF library. These files do not work with Matlab, and this needs to be explored more.
HDF5DataSourceFormat( )
canFormat
canFormat( QDataSet ds ) → boolean
Parameters
ds - a QDataSet
Returns:
boolean
[search for examples]
[view on GitHub]
[view on old javadoc]
[view source]
formatData
formatData( String uri, QDataSet data, ProgressMonitor mon ) → void
Parameters
uri - a String
data - a QDataSet
mon - a ProgressMonitor
Returns:
void (returns nothing)
[search for examples]
[view on GitHub]
[view on old javadoc]
[view source]
getDescription
getDescription( ) → String
Returns:
java.lang.String
[search for examples]
[view on GitHub]
[view on old javadoc]
[view source]