public void utestMetarDataset() throws IOException {
long start = System.currentTimeMillis();
ThreddsDataFactory fac = new ThreddsDataFactory();
ThreddsDataFactory.Result result = fac.openFeatureDataset( "thredds:resolve:http://motherlode.ucar.edu:9080/thredds/idd/metar?returns=DQC", null);
if ( result.fatalError )
{
System.out.println( "TestStationDataset.testMetarDataset():\n" + result.errLog.toString() );
assert false;
}