How to separate a multi-polygon shapefile into individual polygons (as separate shapefiles)? I had huge data... I know the traditional process like export data...
Please help me...
How to separate a multi-polygon shapefile into individual polygons (as separate shapefiles)? I had huge data... I know the traditional process like export data...
Please help me...
There are 2 tools in arcgis.
First step using QGIS, you have to divide the multipolygon to individual polygins with Vector->Geometry Tools->Multipart to single parts
Then you have to edit the attribute table to give all objects a unique number.
With that, you can use the Shapefile splitter plugin to dissolve the shapefile with several objects into several shapefiles with just one object.