org.autoplot.html.HtmlTableDataSource
Data source for extracting data from HTML tables. This has been used
for looking at real estate sales and weather history.
HtmlTableDataSource( java.net.URI uri )
PARAM_COLUMN
the parameter name (not label) to plot
PARAM_TABLE
PARAM_UNITS
getDataSet
getDataSet( ProgressMonitor mon ) → QDataSet
Parameters
mon - a ProgressMonitor
Returns:
org.das2.qds.QDataSet
[search for examples]
[view on GitHub]
[view on old javadoc]
getTable
getTable( ProgressMonitor mon ) → QDataSet
read the table from the file.
Parameters
mon - a ProgressMonitor
Returns:
a QDataSet
[search for examples]
[view on GitHub]
[view on old javadoc]
getTables
getTables( ) → java.util.List
return a list of the tables, with column and human readable description after.
Returns:
a list of the tables, with column and human readable description after.
[search for examples]
[view on GitHub]
[view on old javadoc]