I would like to split a bigger dataset into multiple smaller ones and store the smaller data sets. For example, I have a big point feature data set and would like to split it into, let's say, 4 parts, and then store the 4 smaller datasets. Is there some tool in QGIS (or geopandas) to do this?
I know that you can create a grid and then join to the ids of the grids, then select and export as ect, but if there is a tool which makes it easier to split the dataset by just defining the amount of pieces the data should be splitted in, this would be much easier.



