mountaindust / Planktos

ABM framework for dispersal modeling
https://planktos.readthedocs.io
GNU General Public License v3.0
5 stars 3 forks source link

Move most I/O tasks to pyvista and meshio #50

Open mountaindust opened 2 years ago

mountaindust commented 2 years ago

Pyvista (#40) depends on meshio, and meshio can import and export all the things (STL, VTK, VTU, tecplot...). Meshio also has a ParaView plugin!! Going this route could probably simplify our code, expand our import/export options, and reduce the number of dependencies.