PBF.LAYER_GEOM¶
- PBF.LAYER_GEOM: dict = {'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'>}¶
Layer names of an OSM PBF file and their corresponding geometric objects defined in Shapely.