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
- OSMReader
Options - OSM Reader options
- OsmReader
Iter - OSM Reader iterator
Type Aliases§
- OSMFile
Reader std - OSM File Reader ensures we are using local buffers to store intermediate Nodes, Ways, and Relations
- OSMFile
Reader Iter std - OSM File Reader Iterator
- OSMLocal
Reader - OSM Buffer Reader ensures we are using local buffers to store intermediate Nodes, Ways, and Relations
- OSMLocal
Reader Iter - OSM Buffer Reader Iterator