Hi! I am having issues clipping a very large polygon shapefile – can you all please help me? The error returned is “WARNING 000117: Warning empty output generated“. I have tried troubleshooting all of the usual suspects, including recommendations from the geonet community such as:
However the clip still returns the same error. The large dataset I am trying to clip is the MAMMALS file located at this link (the amphibians and reptiles files work just fine, but the Mammals does not): http://www.iucnredlist.org/technical-documents/spatial-data
Thank you!
Solved! Go to Solution.
Thanks for the ideas Dan! After a lot of trials, I finally found that the following procedure works:
1. Download Terrestrial Mammals and Marine Mammals separately (Thanks for this idea Dan, I hadn't thought of it for some reason)
2. Repair Geometry (as I had done before)
3. Select by location (so this selected only the polygons that were located in the area that I wanted to clip it to)
4. Export selected data into a new shapefile
5. Split by Attribute Plug In (Split By Attribute Tool - Desktop Decision Support Tools) which split each polygon in the shapefile into a different feature class of a new geodatabase
6. Clip using Model Builder's feature class iterator
And so far, it has been working!
Those are big files... It appears Mammals consists of two associated data sets.
Did you try each of those separately?
I wouldn't recommend the shapefiles now, but a geodatabase in a simple folder path with nothing else in it.
I would also try clipping another area other than the one that you want.
And make sure that both files are single part just in case.
Get back with further information and/or results
Thanks for the ideas Dan! After a lot of trials, I finally found that the following procedure works:
1. Download Terrestrial Mammals and Marine Mammals separately (Thanks for this idea Dan, I hadn't thought of it for some reason)
2. Repair Geometry (as I had done before)
3. Select by location (so this selected only the polygons that were located in the area that I wanted to clip it to)
4. Export selected data into a new shapefile
5. Split by Attribute Plug In (Split By Attribute Tool - Desktop Decision Support Tools) which split each polygon in the shapefile into a different feature class of a new geodatabase
6. Clip using Model Builder's feature class iterator
And so far, it has been working!
Glad it worked out Amy