Open jourdain opened 2 years ago
To help in the further discussions @aashish24 @banesullivan @johnkit
@thewtex
thanks, @jourdain @johnkit and I had our idea for "data to vtk" and "Pan3D specific code" and we will share our idea shortly
With regard to SEB's "From vtk to viz" section, Aashish and I discussed the idea of implementing a Pan3D viewer in Phase I of the SBIR. This would be an ipywidget
with proposed features:
vtkDataObject
and Xarray.DataArray
instances. Maybe Pandas
or numpy
arrays with some TBD accompanying schema.vtkDataObject
instances for rendering should be done in the vtk python module.A question that comes to mind is how would this viewer relate to ipyvtklink and maybe ipyparaview and whether or not we can expand or reuse code from either of those projects.
The idea is to solve the various pain points that exist from getting the data to the actual visualization in and outside of Jupyter.
I would suggest to tackle "from data to vtk" first.