Skip to content

danielrotaermel/osmtoimdf

Repository files navigation

osmtoimdf

Turn Openstreetmap XML into Indoor Mapping Data Format (IMDF). The generated IMDF archive can be used with Apple Mapkit. Here is sample code for IOS.

Disclaimer: certainly this conversion is not straight forward but this project should be a starting point. There is still manual mapping to do.

preview-uulm

Usage

First clone this repository

git clone https://github.com/danielrotaermel/osmtoimdf.git && cd osmtoimdf

Install dependencies

npm install

To gather the features used to generate the IMDF archive you will have to write some overpass queries.

If you want to add custom categories etc. do so in the ./imdf-model directory for example right here ./imdf-model/category-extended.js

About

Turn Openstreetmap XML into Indoor Mapping Data Format (IMDF). The generated IMDF archive can be used with Apple Mapkit.

Topics

Resources

Stars

Watchers

Forks