Skip to content

STEMLab/IN2OSM

Repository files navigation

IndoorData Converter

IndoorGML data <-> OSM data

  • This Converter handles only 2D IndoorGML data.

Author

Byeonggon Kim(byeonggon@pnu.edu), Pusan National University

Dependencies

Building

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

Usage

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

Development

For Developer, we document source code description. see : MANUAL

Releases

No releases published

Packages

No packages published