SHPReadParse.SHAPE_TYPE_GEOM

SHPReadParse.SHAPE_TYPE_GEOM = {1: <class 'shapely.geometry.point.Point'>, 3: <class 'shapely.geometry.linestring.LineString'>, 5: <class 'shapely.geometry.polygon.Polygon'>, 8: <class 'shapely.geometry.multipoint.MultiPoint'>}

dict: Shape type codes of shapefiles and their corresponding geometric objects defined in Shapely.