mapsme / osmctools

OpenStreetMap processing tools.
Other
18 stars 27 forks source link

Osmconvert block data size error #3

Open carles3 opened 6 years ago

carles3 commented 6 years ago

Dear all,

I tried to launch Osmconvert in order to convert europe.pbf file to .o5m extension, it is working fine when I work with smaller maps but with that one an error appears:

block data size too large: 208076

I am using a laptop with 32Gb of RAM, i7 processor, is it maybe an error related with laptop memory limit?

Thanks for your time.

awadhesh14 commented 5 years ago

I am facing the same issue.

tatiana-yan commented 5 years ago

Hello. It looks like pbf file corruption. Can you check checksum?

biodranik commented 5 years ago

Try to increase some constants in osmconvert.c and recompile it. Maybe this one is related:

#define pb__blockM (32*1024*1024)
GuglielmoFelici commented 3 months ago

I'm facing the same issue and cannot find a resolution, did you guys find something?

biodranik commented 3 months ago

Try osmctools from @organicmaps repo