Hi,
What is wrong with my settings ?
When I run < mvn install >, I have the following error:
NetCDF gridcoverage module FAILURE
To correct the problem I have to change the function
testGranuleSourceFileView() in the file NetCDFMosaicReaderTest.java.
The two lines :
assertEquals("2017-02-06 00:00:00.0",
nc1.getAttribute("time").toString());
assertEquals("2017-02-06 12:00:00.0",
nc2.getAttribute("time").toString());
should be change for
assertEquals("2017-02-05 19:00:00.0",
nc1.getAttribute("time").toString());
assertEquals("2017-02-06 07:00:00.0",
nc2.getAttribute("time").toString());
My computer is in the zone (UTC -05:00) East (USA and Canada). It is
exactly the difference of time shown previously.
Regards,
Pierre
_______________________________________________
GeoTools-GT2-Users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users