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

SliceExplorer Features #107

Open
12 tasks
johnkit opened this issue Aug 23, 2024 · 0 comments
Open
12 tasks

SliceExplorer Features #107

johnkit opened this issue Aug 23, 2024 · 0 comments
Assignees

Comments

@johnkit
Copy link
Collaborator

johnkit commented Aug 23, 2024

Starting with Seb's slice-trame.ipynb mockup:

  • Python module - pan3d/explorers/slice_explorer.py?
  • Efficient level change behavior: no plotter clear() and add_mesh() calls. (SliceExplorer stores/manages pipeline)
  • Option to display mean value and colormap difference from mean value at current level
  • Option to set fixed colormap range
  • Option to display cartographic map overlay - polylines, land-water threshold to start
  • Option to "Flip" Z axis so that level values are displayed high-to-low
  • Data slice option - by drawing region of interest interactively (axis-aligned box to start)
  • Progress feedback for retrieving data, building vtk pipeline, rendering
  • Option to snap level (z) to nearest grid
  • Toggle to enabled/disable scroll events (mouse events in general?)
  • Two column layout option with level selector and slice display
  • Data caching options - starting with xarray.open_dataset(cache=) option
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

2 participants