PBF Parser v0.1.0 API Reference
Modules
Elixir parser and decoder for OpenStreetMap PBF format described in PBF file specification. It provides functions one can use to build their own decoder flow of .pbf files, as seen in examples
Struct representing metadata optionally attached to OSM entities
Struct representing a member in OSM relation
Struct representing a single OSM node
Struct representing a single OSM relation
Struct representing a single OSM way
This module provides function for decoding block data into appropriate structs representing OSM entities (Nodes, relations and ways)
Decoder for PBF file format
Decoder for PBF osm format
This module defines the stream/1 function which returns a Stream of zlib compressed data