zerebubuth / planet-dump-ng

Converts an OpenStreetMap database dump into planet files.
BSD 2-Clause "Simplified" License
30 stars 8 forks source link

PBF History file contains too large blobs #2

Closed joto closed 10 years ago

joto commented 10 years ago

The history-2013-11-18.osm.pbf file contains at least one blob that is too large (> 32MiB).

The PBF Format says: "The uncompressed length of a Blob should be less than 16 MiB (16_1024_1024 bytes) and must be less than 32 MiB."

zerebubuth commented 10 years ago

Nice catch - thanks!

I re-ran a stripped down version of the planet dump against 2013-11-18 and the largest uncompressed block was 10.8 MB. I'll run the new version soon, hopefully this week, and it would be great if you'd let me know if there are any other invalid blocks.