Skip to content

help in reading different dimensions of variables #6

@pomarc

Description

@pomarc

Hello, thanks for the great module.
I must read some variables of the Geo2D type.
Each variable has 3 dimensions: Time, south_north, west_east.
e.g:

float MYVAR(Time=73, south_north=80, west_east=100);
  :units = "ppb vol";
  :long_name = "MYVAR";

how can I read each variable point? If I use reader.getDataVariable("MYVAR") I get a single array of 73 elements, which I suppose is a slice of the data.

Can you please post an example about how I can get the remaining data points?
thank you.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions