SHP.SHAPE_TYPE_GEOM

SHP.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'>}

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

Type:

dict