Changes between Initial Version and Version 1 of Ticket #2606


Ignore:
Timestamp:
Jun 1, 2022, 9:23:24 AM (2 years ago)
Author:
Bang Pham Huu
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2606 – Description

    initial v1  
    1 
    21{{{
    32``gridOrder`` - specify the grid order of axes defined by the coverage CRS.
     3If not specified, wcst_import will try to automatically derive the gridOrder
     4according to the documentation below. That may fail with unusual data, in which
     5case it will be necessary to set this setting manually for each axis.
    46
    57Axes of a CRS which is not part of the file CRS have gridOrder that is
     
    2123match the dimension order of the imported variable, which can be checked
    2224with ``ncdump -h``; e.g. a variable ``float dc(time, lat, lon)`` will have
    23 gridOrder ``n`` for time, ``n+1`` for lat, and ``n+2`` for lon.
     25gridOrder ``n`` for time, ``n+1`` for lat, and ``n+2`` for lon. This will work
     26well as long as the data conforms to the `CF-conventions
     27<https://cfconventions.org/Data/cf-conventions/cf-conventions-1.7/cf-conventions.html#dimensions>`,
     28and may otherwise need adjustments if the spatial dimensions are not in Y/X
     29order.
    2430}}}