
These python scripts allow to parse the geometrical structures described in the mob Bil3d format and to produce VTK VTI mesh files appropriate for further processing. Installation To use these scripts, you simply need to first install some dependencies python3 -m venv venv source venv/bin/activate python -m pip install -r requirements.txt Usage And you can then execute the script : python mesh_mob.py mobfilepath outputdirectory
