IndoorGMLToIMDF is a program that converts OGC Standard for Indoor Spatial Information into IndoorGML and Apple's IMDF(1.0.0), another standard.
- Indoor Spatial Information following indoorGML 1.0 core version
- install node_module using right command
npm i indoorgml-to-imdf
- Move indoorGML file that you want to convert IMDF to wherever in your project.
- Require
indoorgml-to-imdf
in your code. - Call
convert('your indoorGml file url')
method that is inindoorgml-to-imdf
objecct.