-
-
Notifications
You must be signed in to change notification settings - Fork 27
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
Add slicing of datasets #8
Comments
telamonian
added a commit
that referenced
this issue
Aug 21, 2019
slicing was added in 7c097e2, but it's still buggy. Remaining issues:
|
telamonian
added a commit
that referenced
this issue
Aug 21, 2019
telamonian
added a commit
that referenced
this issue
Aug 21, 2019
telamonian
added a commit
that referenced
this issue
Aug 22, 2019
The "Slice" input box now takes a 2D slice (in Numpy syntax) and will behave correctly. This closes out this issue. More improvements are needed for slicing/slice input:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Related to n-dimensional dataset support in #4. Add support to the hdf data models (and thereby to the dataset grids) for showing arbitrary 2D slices. Will use a Numpy-like syntax.
The text was updated successfully, but these errors were encountered: