Skip to content
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

VarGetter.GetSlice is useful only for 1 dimensional data #13

Open
redgis opened this issue Feb 5, 2024 · 0 comments
Open

VarGetter.GetSlice is useful only for 1 dimensional data #13

redgis opened this issue Feb 5, 2024 · 0 comments

Comments

@redgis
Copy link

redgis commented Feb 5, 2024

If a variable has data of multiple dimension, GetSlice will retrieve all the data of the slice of the first dimension.

Example : variable of dimensions time, latitude, longitude

GetSlice(0, 2) will retrieve the data for all latitude, longitude, for the time 0 and 1.

I am wondering how this API could be improved to allow slicing all dimensions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant