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

add more file extension handlers #29

Open
banesullivan opened this issue Jul 2, 2022 · 0 comments
Open

add more file extension handlers #29

banesullivan opened this issue Jul 2, 2022 · 0 comments
Labels
enhancement New feature or request stale

Comments

@banesullivan
Copy link
Member

banesullivan commented Jul 2, 2022

the dataset backend here uses pyvista.read() to load files supported by PyVista/VTK. Currently these are limited to vti, vts, and vtr files but any formats the generate a vtkRectilinearGrid, vtkImageData, or vtkStructuredGrid are supported.

This dataset engine should list any file extensions supported by PyVista that will generate those data types. I'm wondering if we could have PyVista list these extensions upstream?

See https://github.com/pyvista/pyvista/blob/75d51c6c1167137051b34c7acb8286c3df8eb926/pyvista/utilities/reader.py#L2081

@banesullivan banesullivan added the enhancement New feature or request label Jul 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request stale
Projects
None yet
Development

No branches or pull requests

1 participant