All Projects → sembruk → Osm2xmap

sembruk / Osm2xmap

Licence: gpl-3.0
Converter from OpenStreetMap data format to OpenOrienteering Mapper format.

Projects that are alternatives of or similar to Osm2xmap

osm-parquetizer
A converter for the OSM PBFs to Parquet files
Stars: ✭ 71 (+1320%)
Mutual labels:  converter, openstreetmap
Map Matching
The map matching functionality is now located in the main repository https://github.com/graphhopper/graphhopper#map-matching
Stars: ✭ 665 (+13200%)
Mutual labels:  openstreetmap
Mapscii
🗺 MapSCII is a Braille & ASCII world map renderer for your console - enter => telnet mapscii.me <= on Mac (brew install telnet) and Linux, connect with PuTTY on Windows
Stars: ✭ 5,886 (+117620%)
Mutual labels:  openstreetmap
Tailwindo
🔌 Convert Bootstrap CSS code to Tailwind CSS code
Stars: ✭ 606 (+12020%)
Mutual labels:  converter
Excel2latex
The Excel add-in for creating LaTeX tables
Stars: ✭ 569 (+11280%)
Mutual labels:  converter
Umap
uMap lets you create maps with OpenStreetMap layers in a minute and embed them in your site.
Stars: ✭ 609 (+12080%)
Mutual labels:  openstreetmap
Barefoot
Java map matching library for integrating the map into software and services with state-of-the-art online and offline map matching that can be used stand-alone and in the cloud.
Stars: ✭ 541 (+10720%)
Mutual labels:  openstreetmap
Typescripttolua
Typescript to lua transpiler. https://typescripttolua.github.io/
Stars: ✭ 783 (+15560%)
Mutual labels:  converter
Unitsnet
Makes life working with units of measurement just a little bit better.
Stars: ✭ 641 (+12720%)
Mutual labels:  converter
Sqlitebiter
A CLI tool to convert CSV / Excel / HTML / JSON / Jupyter Notebook / LDJSON / LTSV / Markdown / SQLite / SSV / TSV / Google-Sheets to a SQLite database file.
Stars: ✭ 601 (+11920%)
Mutual labels:  converter
Ox Hugo
A carefully crafted Org exporter back-end for Hugo
Stars: ✭ 591 (+11720%)
Mutual labels:  converter
Jave2
The JAVE (Java Audio Video Encoder) library is Java wrapper on the ffmpeg project
Stars: ✭ 570 (+11300%)
Mutual labels:  converter
Openrouteservice
🌍 The open source route planner api with plenty of features.
Stars: ✭ 614 (+12180%)
Mutual labels:  openstreetmap
Axiom
An FFmpeg GUI for Windows
Stars: ✭ 560 (+11100%)
Mutual labels:  converter
Pytorch2keras
PyTorch to Keras model convertor
Stars: ✭ 676 (+13420%)
Mutual labels:  converter
Pandoc
Universal markup converter
Stars: ✭ 24,250 (+484900%)
Mutual labels:  converter
Blender Osm
One click download and import of OpenStreetMap and terrain for Blender! Global coverage! Source code is in the branch 'release'.
Stars: ✭ 588 (+11660%)
Mutual labels:  openstreetmap
Kosmtik
Make maps with OpenStreetMap and Mapnik
Stars: ✭ 611 (+12120%)
Mutual labels:  openstreetmap
Online Markdown
A online markdown converter specially for Wechat Public formatting.
Stars: ✭ 812 (+16140%)
Mutual labels:  converter
Abstreet
Transportation planning and traffic simulation software for creating cities friendlier to walking, biking, and public transit
Stars: ✭ 6,355 (+127000%)
Mutual labels:  openstreetmap

Osm2xmap

Converter from OpenStreetMap data to OpenOrienteering Mapper format.

Getting

See Downloads or build from source

git clone https://github.com/sembruk/osm2xmap.git
cd osm2xmap
make && make install

Users of Arch Linux may use an AUR package.

Dependencies

Installing dependencies on Debian or Ubuntu

sudo sh -c "echo 'deb http://debian.libroxml.net/mirror/ debian contrib' > /etc/apt/sources.list.d/libroxml.list"
sudo apt-get update
sudo apt-get install libroxml0 libroxml-dev libproj0 libproj-dev libyaml-cpp0.3 libyaml-cpp0.3-dev

Usage

Download OSM data from http://openstreetmap.org/export. You can also use JOSM editor for download data.

Convert downloaded file with the following command

osm2xmap map.osm

For more options see osm2xmap --help.

You can open and edit resulting file in OpenOrienteering Mapper v0.6.6 or newer.

Features

  • Supported points, lines and multipolygons.
  • Copies all OSM tags (press Ctrl+Shift+6 in OOM to see).
  • You can configure converting rules (see *_rules.yaml file)

Todo

  • Replace Libroxml
  • Rules for other symbol sets
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].