b-r-u / osmpbf

A Rust library for reading the OpenStreetMap PBF file format (*.osm.pbf).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Possible BlobHeader detection issue or data error at geofabrik

bjornharrtell opened this issue · comments

On todays download of https://download.geofabrik.de/europe-latest.osm.pbf I got this:

Error: Error(Blob(HeaderTooBig { size: 1008813135 }))

Possibly a data error at geofabrik because I read in spec that "The length of the BlobHeader should be less than 32 KiB (32*1024 bytes) and must be less than 64 KiB".

But I cannot rule out that osmpbf is trying to decode something else as a BlobHeader?

My failure, I didn't follow links.

@bjornharrtell, I am getting this error, too. Can you clarify your last comment? I am unfamiliar with what links you are referring to.

Sorry I don't remember. 🙂