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

Code cleanup and feature migration #131

Open
3 of 45 tasks
jourdain opened this issue Nov 5, 2024 · 2 comments
Open
3 of 45 tasks

Code cleanup and feature migration #131

jourdain opened this issue Nov 5, 2024 · 2 comments

Comments

@jourdain
Copy link
Collaborator

jourdain commented Nov 5, 2024

Current Builder/Viewer

Features

  • display option:
    • warp
    • globe view
    • transparency
  • Local / Remote rendering (PyVista toolbar)
  • Interactive preview (cube view)
  • Catalogue search (dialog) viewer  #132
    • esgf
    • pangeo
  • Axis assignment (data transpose)

Limitation

  • depend on PyVista + GeoVista
  • actor scaling is using integer
  • cropping is missing stepping
    • stepping is available in a different panel
  • import/export not working 100% of the time
  • generate a dataset with only 1 array at a time
  • jumping scalarbar when dataset update (not using pipeline)

New Builder/Viewer

Features

  • Pure vtk9.4/python xarray integration
    • Fully support pipeline
    • simpler and more powerful api (real dataset builder)
    • support derived computed fields
    • many fields available on generated mesh
  • Remote rendering
  • Consistent and compact UI
    • 3D view tools
    • XArray control
  • Import/Export compatible with the dataset builder and catalogue data fetching
  • Interactive time, colorBy, scalarbar
  • Reusable set of components with built-in logic
    • 3D view + toolbar
    • ScalarBar
    • SummaryBar (time + colorBy)
    • ControlPanel
      • Data Origin
      • Data Information
      • Rendering Settings
  • CLI
    • State loading
    • XArray file loader

Limitation

  • No local rendering (we could use WASM)
  • No catalogue search
  • No axis re-assignment that trigger a transpose
  • No cube navigation
  • Require VTK 9.4
  • Missing documentation and usage examples
@jourdain
Copy link
Collaborator Author

jourdain commented Nov 5, 2024

@aashish24 @johnkit @ayenpure

@jourdain
Copy link
Collaborator Author

jourdain commented Nov 5, 2024

Code for new dataset builder/viewer available here

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