Hello,
Different NetCDF files have different ordering of latitude/longitude
coordinates.
For example, one file may have latitude dimension containing
coordinates starting from -90 degrees latittude spanning to +90 deg
latitude. The other file may have latitude coordinates starting from
+90 spanning to -90 (reverse order).
Is there a built-in way in NetCDF-Java to read a 2 dimesional variable
(dimensions - latitude and longitude) so that to obtain the resulting
2D array with values sorted in the fixed manner regardless of the
ordering of values in lat/lon dimensions? Or if not, is there a way to
transform the resulting array to a desired ordering of values?
Thank you