IndoorGML is new standard for indoor navigation network. I have building obejct in format obj, skp and I need create indoorGML. What application? Transform format? Thanks
IndoorGML has a very rich semantic object model that will be hard to get from OBJ or Sketchup files. It is based on OGC GML and has structures more like IFC/Revit/CityGML than OBJ or SKP.
In any way, you can have a go with Safe Software's FME to attempt a conversion; use the schema-driven GML writer as a target. At least my version doesn't support IndoorGML directly yet.
An open source alternative might be to export your SKP models to KML/Collada and then use HALE (www.wetransform.to/products/hale) to transform to IndoorGML. This process would enable you to build up the semantic structure of IndoorGML.
IndoorGML has a very rich semantic object model that will be hard to get from OBJ or Sketchup files. It is based on OGC GML and has structures more like IFC/Revit/CityGML than OBJ or SKP.
In any way, you can have a go with Safe Software's FME to attempt a conversion; use the schema-driven GML writer as a target. At least my version doesn't support IndoorGML directly yet.
An open source alternative might be to export your SKP models to KML/Collada and then use HALE (www.wetransform.to/products/hale) to transform to IndoorGML. This process would enable you to build up the semantic structure of IndoorGML.
You can use indoorGML editor to create an indoorgml file.
https://github.com/STEMLab/JInedit
As seen in the attached file, I developed a MATLAB function generating connectivity based on the Delaunay Triangulation. It converts the generated network into indoorGML format.