I have a shapefile with 10,000 polygon features in QGIS I want each polygon to be split into multiple polygons features (partitioning whole polygon area) using some attribute value say NoOfPartions. I am using QGIS for same but there doesn't seem any way to do so for all features. Manually clipping is not feasible due to large number of features.
Is there any possible way to do so in QGIS/PyQgis?