SHPReadParse.SHAPE_TYPE_NAME_LOOKUP

SHPReadParse.SHAPE_TYPE_NAME_LOOKUP = {0: None, 1: 'Point', 3: 'Polyline', 5: 'Polygon', 8: 'MultiPoint', 11: 'PointZ', 13: 'PolylineZ', 15: 'PolygonZ', 18: 'MultiPointZ', 21: 'PointM', 23: 'PolylineM', 25: 'PolygonM', 28: 'MultiPointM', 31: 'MultiPatch'}

dict: Shape type codes of shapefiles and their corresponding names for an OSM shapefile.