Skip to content

Order of data values #35

Description

@tomaszpolska

Supposing there is a data set (small sub-region) as shown below:

{
  "header": {
    "numberPoints": 25,
    "nx": 5,
    "ny": 5,
    "lo1": 20.0,
    "la1": 52.0,
    "lo2": 21.0,
    "la2": 53.0,
    "dx": 0.25,
    "dy": 0.25
  },
  "data": [
    1,    2,    3,    4,    5,    60,    70,    80,    90,    100,    
45,    46,    47,    48,    49,    50,    70,    70,    70,    
70,    70,    70,    70,    70,    70  ]
}

Am I getting right the order of values presented on the attached figure? That is from West to East and from North to South?

grib2json-grid

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions