-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
help in reading different dimensions of variables #6
Comments
Would also love to be able to read multiple dimensions with this library! I've made a fork of this project where I implemented some changes that enable me to read multiple dimensions (for my very specific case) but I would love to see a more generic solution as well :) |
Hello @pomarc, could you please test if you still have this issue? |
Hi @maasencioh , I'm also having a problem with this. If I pass in the variable name to getDataVariable() I only get back a single dim array and not a multi dim array. Upon further inspection, the one slice of data doesn't actually look like it is correct: Uploaded to the browser, one dimension array with strange data: |
Hello @maka-io, did you tried with the v0.3.1? can you share somehow your test file? |
Hi @maasencioh, I am using 0.3.1. I'm not at liberty to share the dataset, however, you should see a similar result with any such (HYCOM?) dataset. |
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:
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.
The text was updated successfully, but these errors were encountered: