Module osmpbfreader::reader

source ·
Expand description

Tools for reading a pbf file.

Structs

  • Iterator on the blobs of a file.
  • Iterator on the OsmObj of the pbf file.
  • The object to manage a pbf file.
  • Parallel iterator on the OsmObj of the pbf file.
  • Iterator on the blocks of a file.

Traits

  • Trait to allow generic objects (not just BTreeMap) in some methods.

Functions