osm4j-pbf
osm4j-pbf copied to clipboard
PBF input/output for osm4j
Some PBFs may contain partial metadata without empty values for `uid`, `user`, and `changeset`. This prevents an IndexOutOfBoundsException when attempting to read such files. I don't know how to generate...
I am using osm4j in a project that has a dependency to `com.google.protobuf:protobuf-java:3.4.0` which causes some trouble. Could you update to version 3.4.0? See also https://github.com/topobyte/osm4j-pbf/issues/1
The HeaderBlock proto definition currently does not include the `osmosis_replication_timestamp`, `osmosis_replication_sequence_number`, and `osmosis_replication_base_url` properties as specified here: https://wiki.openstreetmap.org/wiki/PBF_Format#Definition_of_the_OSMHeader_fileblock These fields are useful for tracking what an OSM history or snapshot...