assertNotNull(names);
assertEquals(2,names.length);
assertEquals("ROOT/LEVEL1/V2",names[0]);
GridCoverage2D grid = reader.read("ROOT/LAI", null);
assertNotNull(grid);
byte[] byteValue = grid.evaluate(new
DirectPosition2D(DefaultGeographicCRS.WGS84, 12, 70 ), new byte[1]);
assertEquals(20,byteValue[0]);
byteValue = grid.evaluate(new
DirectPosition2D(DefaultGeographicCRS.WGS84, 23, 40), new byte[1]);