IndoorGML data <-> OSM data
- This Converter handles only 2D IndoorGML data.
Byeonggon Kim(byeonggon@pnu.edu), Pusan National University
- InFactory (https://github.com/STEMLab/InFactory) : To generate IndoorGML.
- OSM (https://wiki.openstreetmap.org/wiki/Main_Page) : OSM wiki
- rapidxml (http://rapidxml.sourceforge.net) : To read OSM(.osm),IndoorGML(.gml) file
- rapidjson (http://rapidjson.org/) : To read IMDF(.geojson) file
Dependencies should be pre-installed in your environment.
- Linux
mkdir build
cd build
cmake ..
make
- Windows
mkdir build
cd build
cmake .. -G "MinGW Makefiles"
mingw32-make
IN2OSM [inputfile_type] [outputfile_type] [inputfile_path] [outputfile_path].
For example,
IN2OSM OSM IndoorGML ./TEST.osm ./TEST.gml
IN2OSM IndoorGML OSM ./TEST.gml ./TEST.osm
- Video on how to work
- Simple User Guide
- Handling indoorgml in josm
- IMDF to IndoorGML Video (Not official)-dev branch
For Developer, we document source code description. see : MANUAL