how can I access the coverages of a NetCDF file with more than one vertical dimension or time step, e.g. the test-data file "O3-NO2.nc"?
(https://github.com/geotools/geotools/tree/71c3cca06462c8ce6678027c043d07aacff64fc2/modules/plugin/coverage-multidim/netcdf/src/test/resources/org/geotools/coverage/io/netcdf/test-data)
With
GridCoverage2D grid = reader.read("O3", null);
I only get the first time step and the first z layer. But the file contains 2 time steps and 2 vertical layers. Which syntax is necessary?
Thanks in advance.
Christiane
--
Diese Nachricht wurde von meinem Android Mobiltelefon mit GMX Mail gesendet.
------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________ GeoTools-GT2-Users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users
