cheminfo / cheminfo/netcdfjs

help in reading different dimensions of variables

Open
#6 6 comments 0 reactions 0 assignees View on GitHub
Dominant language
TypeScript
Stars
164
Forks
33
PR merge metrics
No merged PRs in 30d

Description

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.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.