All Projects → osmcode → Osmium Contrib

osmcode / Osmium Contrib

Mixed more or less useful programs using the Osmium library

Projects that are alternatives of or similar to Osmium Contrib

Vector Datasource
Tilezen vector tile service - OpenStreetMap data in several formats
Stars: ✭ 427 (+2272.22%)
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 (+32600%)
Mutual labels:  openstreetmap
Abstreet
Transportation planning and traffic simulation software for creating cities friendlier to walking, biking, and public transit
Stars: ✭ 6,355 (+35205.56%)
Mutual labels:  openstreetmap
Mapsui
Mapsui is a .NET Map component for WPF, Xamarin.Forms, Xamarin.Android, Xamarin.iOS and UWP
Stars: ✭ 447 (+2383.33%)
Mutual labels:  openstreetmap
Osmtogeojson
convert osm to geojson
Stars: ✭ 493 (+2638.89%)
Mutual labels:  openstreetmap
Kosmtik
Make maps with OpenStreetMap and Mapnik
Stars: ✭ 611 (+3294.44%)
Mutual labels:  openstreetmap
Geo Golang
Go library to access geocoding and reverse geocoding APIs
Stars: ✭ 394 (+2088.89%)
Mutual labels:  openstreetmap
Osm4j Core
Core components of osm4j
Stars: ✭ 16 (-11.11%)
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 (+2905.56%)
Mutual labels:  openstreetmap
Map Matching
The map matching functionality is now located in the main repository https://github.com/graphhopper/graphhopper#map-matching
Stars: ✭ 665 (+3594.44%)
Mutual labels:  openstreetmap
Osrm Backend
Open Source Routing Machine - C++ backend
Stars: ✭ 4,716 (+26100%)
Mutual labels:  openstreetmap
Tilemaker
Make OpenStreetMap vector tiles without the stack
Stars: ✭ 468 (+2500%)
Mutual labels:  openstreetmap
Umap
uMap lets you create maps with OpenStreetMap layers in a minute and embed them in your site.
Stars: ✭ 609 (+3283.33%)
Mutual labels:  openstreetmap
Overpass Turbo
A web based data mining tool for OpenStreetMap using the Overpass API.
Stars: ✭ 435 (+2316.67%)
Mutual labels:  openstreetmap
Osm2xmap
Converter from OpenStreetMap data format to OpenOrienteering Mapper format.
Stars: ✭ 5 (-72.22%)
Mutual labels:  openstreetmap
Mapbox Gl Native
Interactive, thoroughly customizable maps in native Android, iOS, macOS, Node.js, and Qt applications, powered by vector tiles and OpenGL
Stars: ✭ 4,091 (+22627.78%)
Mutual labels:  openstreetmap
Blender Osm
One click download and import of OpenStreetMap and terrain for Blender! Global coverage! Source code is in the branch 'release'.
Stars: ✭ 588 (+3166.67%)
Mutual labels:  openstreetmap
Osmproxy
OpenStreetMap tile proxy for REDAXO
Stars: ✭ 17 (-5.56%)
Mutual labels:  openstreetmap
Utymap
Highly customizable library for procedural world generation based on real map data
Stars: ✭ 825 (+4483.33%)
Mutual labels:  openstreetmap
Openrouteservice
🌍 The open source route planner api with plenty of features.
Stars: ✭ 614 (+3311.11%)
Mutual labels:  openstreetmap

Osmium Contrib

This repository contains a mixed bunch of more or less useful examples of how to work with the Osmium library.

You have to set up Libosmium first.

Build Status

Building

This will work easiest if you have Libosmium installed in your normal include path or if the Libosmium git repository is checked out in the same directory as the "osmium-contrib" repository.

Osmium-contrib uses CMake for its builds. For Unix/Linux systems a simple Makefile wrapper is provided to make the build even easier.

Building all projects

In the main directory type make. Results will be in the build subdirectory.

Or you can go the long route explicitly calling CMake as follows:

mkdir build
cd build
cmake ..
make

Building a single project

You can build each project by itself by changing into its directory and calling make or cmake as described above.

License

All contributions are released into the Public Domain.

Author

Jochen Topf (https://jochentopf.com/) and others.

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].