See here https://github.com/osmcode/libosmium/issues/225. Whilst importing osm files osmium will raise a `RuntimeError` when a polygon has inner rings. How to solve: before parsing to `wkbFactory.create_multipolygon(o)` make sure that only the outer ring of the polygon is used.
See here osmcode/libosmium#225.
Whilst importing osm files osmium will raise a
RuntimeErrorwhen a polygon has inner rings.How to solve: before parsing to
wkbFactory.create_multipolygon(o)make sure that only the outer ring of the polygon is used.