osrm-backend/third_party/libosmium/examples
2024-09-28 20:35:05 +02:00
..
CMakeLists.txt Update libosmium to 2.18.0. Fix problem with Docker image build. (#6303) 2022-08-16 18:26:21 +01:00
osmium_amenity_list.cpp Bump osmium to version 2.20.0 (#6997) 2024-09-28 20:35:05 +02:00
osmium_area_test.cpp Bump osmium to version 2.20.0 (#6997) 2024-09-28 20:35:05 +02:00
osmium_change_tags.cpp Bump osmium to version 2.20.0 (#6997) 2024-09-28 20:35:05 +02:00
osmium_convert.cpp Update libosmium to 2.18.0. Fix problem with Docker image build. (#6303) 2022-08-16 18:26:21 +01:00
osmium_count.cpp Bump osmium to version 2.20.0 (#6997) 2024-09-28 20:35:05 +02:00
osmium_create_pois.cpp Bump osmium to version 2.20.0 (#6997) 2024-09-28 20:35:05 +02:00
osmium_debug.cpp Bump osmium to version 2.20.0 (#6997) 2024-09-28 20:35:05 +02:00
osmium_dump_internal.cpp Bump osmium to version 2.20.0 (#6997) 2024-09-28 20:35:05 +02:00
osmium_filter_discussions.cpp Bump osmium to version 2.20.0 (#6997) 2024-09-28 20:35:05 +02:00
osmium_index_lookup.cpp Bump osmium to version 2.20.0 (#6997) 2024-09-28 20:35:05 +02:00
osmium_location_cache_create.cpp Update libosmium to 2.18.0. Fix problem with Docker image build. (#6303) 2022-08-16 18:26:21 +01:00
osmium_location_cache_use.cpp Update libosmium to 2.18.0. Fix problem with Docker image build. (#6303) 2022-08-16 18:26:21 +01:00
osmium_pub_names.cpp Update libosmium to 2.18.0. Fix problem with Docker image build. (#6303) 2022-08-16 18:26:21 +01:00
osmium_read_with_progress.cpp Bump osmium to version 2.20.0 (#6997) 2024-09-28 20:35:05 +02:00
osmium_read.cpp Bump osmium to version 2.20.0 (#6997) 2024-09-28 20:35:05 +02:00
osmium_road_length.cpp Update libosmium to 2.18.0. Fix problem with Docker image build. (#6303) 2022-08-16 18:26:21 +01:00
osmium_tags_filter.cpp Update libosmium to 2.18.0. Fix problem with Docker image build. (#6303) 2022-08-16 18:26:21 +01:00
osmium_tiles.cpp Bump osmium to version 2.20.0 (#6997) 2024-09-28 20:35:05 +02:00
README.md Update libosmium to 2.18.0. Fix problem with Docker image build. (#6303) 2022-08-16 18:26:21 +01:00

Osmium example programs

The programs in this directory are intended as examples for developers. They contain extensive comments explaining what's going on. Note that the examples only cover a small part of what Osmium can do, you should also read the manuals and API documentation.

All programs can be run without arguments and they will tell you how to use them.

Very simple examples

  • osmium_read
  • osmium_count
  • osmium_debug
  • osmium_tiles

Still reasonably simple examples

  • osmium_amenity_list
  • osmium_read_with_progress
  • osmium_filter_discussions
  • osmium_convert
  • osmium_pub_names
  • osmium_road_length

More advanced examples

  • osmium_area_test
  • osmium_create_pois
  • osmium_tags_filter

Even more advanced examples

  • osmium_change_tags
  • osmium_location_cache_create
  • osmium_location_cache_use
  • osmium_dump_internal
  • osmium_index_lookup

License

The code in these example files is released into the Public Domain. Feel free to copy the code and build on it.