pip install pyetp
The library is build and tested against RESQML v2.2. Spec can be downloaded here
Under resqml_objects
you will find Pythons objects generated from RESQML xml spec. It is used to ensure consistence data type is used in RESQML.
See /examples
for 2D grid usage
tests/test_mesh.py
for Unstructured/structured mesh
docker compose -f tests/compose.yml up --detach
poetry run python -m pytest -rs -v