Packages

Elixir parser and decoder for OpenStreetMap PBF format described in PBF file specification.

Current section

Files

Jump to
pbf_parser lib proto proto.ex
Raw

lib/proto/proto.ex

defmodule PBFParser.Proto.FileFormat do
@moduledoc """
Decoder for PBF file format
"""
use Protobuf, from: Path.expand("./res/fileformat.proto", __DIR__)
end
defmodule PBFParser.Proto.OsmFormat do
@moduledoc """
Decoder for PBF osm format
"""
use Protobuf, from: Path.expand("./res/osmformat.proto", __DIR__)
end