Treffer: Python parser of the Bil3d mob format

Title:
Python parser of the Bil3d mob format
Publisher Information:
Zenodo
Publication Year:
2025
Collection:
Zenodo
Document Type:
E-Ressource software
Language:
unknown
DOI:
10.5281/zenodo.14654263
Rights:
Creative Commons Attribution 4.0 International ; cc-by-4.0 ; https://creativecommons.org/licenses/by/4.0/legalcode
Accession Number:
edsbas.FC9F722F
Database:
BASE

Weitere Informationen

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