[netcdf-java] Gridded data in the same coordinate system

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



  • 2014 messages navigation, sorted by:
    1. Thread
    2. Subject
    3. Author
    4. Date
    5. ↑ Table Of Contents
  • Search the netcdf-java archives: