/Conversion-tools

Suite of scritps to convert data formats used by the different models

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Model data conversion tools

The aim of this repository is to collect scripts that convert data format, in different languages.

If you would like to contribute, please make a merge request to add your own script.

If you are looking for a converter that is not in the list, please make create an issue with a feature request tag. Example here

Naming rules:

Please name your file as follow: input-to-output.ext

Existing scripts:

Python

vtp_to_dgf.py: Converts a ParaView VTK Polygonal Data file (.vtp) to a Dunde Grid File (.dgf)

vtp_to_msh.py: Converts a ParaView VTK Polygonal Data file (.vtp) to a Gmsh file (.msh)