indoorgml-to-imdf
v1.0.0
Published
IndoorGMLToIMDF is a program that converts OGC Standard for Indoor Spatial Information into IndoorGML and Apple's IMDF(1.0.0), another standard.
Downloads
15
Readme
indoorgml-to-imdf
IndoorGMLToIMDF is a program that converts OGC Standard for Indoor Spatial Information into IndoorGML and Apple's IMDF(1.0.0), another standard.
Prepare before use this
- Indoor Spatial Information following indoorGML 1.0 core version
Usage
- 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.