python-mvdxml
python-mvdxml copied to clipboard
A mvdXML checker and w3c SPARQL converter, as an IfcOpenShell submodule or stand-alone.
As a work-around people can use: `ifcopenshell.mvd.concept_root.parse(mvd_fn))` which returns a generator over the concept_roots in the file.
Throw error when not available in export_to_xlsx() Don't hardcode on `spreadsheet_output/` path. If users want it in that path let them specify it as part of `xlsx_name`
I tried running this with python 3.6.1 and got the following error: from . import mvdxml_expression ImportError: cannot import name 'mvdxml_expression' Im running it from within the folder. Have any...