lutraconsulting / MDAL

Mesh Data Abstraction Library
http://www.mdal.xyz/
MIT License
160 stars 50 forks source link

support of xdmf version 3 #454

Open mattbuergler opened 1 year ago

mattbuergler commented 1 year ago

The most recent BASEMENT version writes xdmf file with xdmf version 3. In hindsight, we noticed that loading such an xdmf file onto a mesh layer results in the error message "Could not read mesh dataset.".

When changing the line to in the -.xdmf file, it is possible to load the data. Is there a plan to support xdmf version 3 in the near future?

saberraz commented 1 year ago

Hi @mattbuergler Feel free to make a Pull Request to MDAL so that the xmdf driver will be compatible with version 3 as well. Alternatively, you can contact us (info@lutraconsulting.co.uk) with some example files and we can provide you with an estimate to add support for your new format.