PBFReadParse.LAYER_GEOM

PBFReadParse.LAYER_GEOM = {'lines': <class 'shapely.geometry.linestring.LineString'>, 'multilinestrings': <class 'shapely.geometry.multilinestring.MultiLineString'>, 'multipolygons': <class 'shapely.geometry.multipolygon.MultiPolygon'>, 'other_relations': <class 'shapely.geometry.collection.GeometryCollection'>, 'points': <class 'shapely.geometry.point.Point'>}

dict: Layer names of an OSM PBF file and their corresponding geometric objects defined in Shapely.