Module osm

Module osm 

Source
Expand description

OSM (Open Street Map) PBF Reader

Modules§

blob
Blob defines a chunk of data to be parsed as either a header or a primitive
filter
Filtering tool
header_block
OSM Header Block defines the contents of the file
info
Info Block defines optional metadata that may be included into each primitive
node
Node Block defines the contents of a node
primitive
Primitive Block defines the contents of a node, way or relation
relation
Relation Block defines the contents of a relation
way
Way Block defines the contents of a way

Structs§

OSMReader
OSM Reader
OSMReaderOptions
OSM Reader options
OsmReaderIter
OSM Reader iterator

Type Aliases§

OSMFileReaderstd
OSM File Reader ensures we are using local buffers to store intermediate Nodes, Ways, and Relations
OSMFileReaderIterstd
OSM File Reader Iterator
OSMLocalReader
OSM Buffer Reader ensures we are using local buffers to store intermediate Nodes, Ways, and Relations
OSMLocalReaderIter
OSM Buffer Reader Iterator