Skip to content

knowname/osmium_based_utils

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A collection of osmium-based utilities for doing things with OSM data files.

Note:

The osmcode/osmtool repo has a command line utility that can be used to replace some of these programs:

  • As a lastnode.cpp replacement, use osmium fileinfo x.osm.pbf -eg data.maxid.nodes. For more information call osmium help fileinfo.

Updated

  • osmgrep.cpp
  • osmstats.cpp
  • count_addresses.cpp

Replacements

count.cpp

$ osmium fileinfo -e karlsruhe-regbez.osm.pbf | grep Number | grep -v changesets
  Number of nodes: 8291451
  Number of ways: 1424970
  Number of relations: 26632

Dropped

  • noderef.cpp
  • add_timestamp.cpp

About

Useful utilties using Osmium

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 96.1%
  • Makefile 3.9%