Skip to content

johltn/python-mvdxml

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python-mvdxml

A mvdXML checker and w3c SPARQL converter, as an IfcOpenShell submodule or stand-alone.

Quickstart

import ifcopenshell
from ifcopenshell.mvd import mvd 

mvd_concept = mvd.open_mvd(wall_extraction.mvdxml)
file = ifcopenshell.open(your_ifc_file.ifc)

all_data = mvd.get_data(mvd_concept, file, spreadsheet_export=True)

About

A mvdXML checker and w3c SPARQL converter, as an IfcOpenShell submodule or stand-alone.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%