Each polygon to new Feature class

1114
5
04-23-2013 07:34 AM
by Anonymous User
Not applicable
Original User: varvara_t

I am sure this has been done already by somebody, but I just can't figure out a simple way...

I have 1 Feature class that contains several polygons (let it be 10).
And I want each of these polygons to become a separate feature class.
As a result I want 10 new feature classes.

Maybe anyone has seen a ready script?
Or I should better use Model Builder for this?
0 Kudos
5 Replies
DanLee
by Esri Regular Contributor
Esri Regular Contributor
0 Kudos
DanPatterson_Retired
MVP Emeritus
use http://resources.arcgis.com/gallery/file/geoprocessing/details?entryID=37AEB018-1422-2418-A036-CA6D9...
with the FID field as the attribute field.  Direct inputs and outputs to folders and not a gdb
0 Kudos
by Anonymous User
Not applicable
Original User: 1812

The Split tool can be an alternative:
http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//000800000006000000

You can try to use the same feature class as both Input Features and Split Features. You need to have a text field with unique values for the polygons; these values become output names.
0 Kudos
DanPatterson_Retired
MVP Emeritus
Which is why I developed my tool in the first place since this simple class requires...it works with all license levels unlike ....


Licensing Information

ArcView: No

ArcEditor: No

ArcInfo: Yes

basic functionality should not cost more.
0 Kudos
by Anonymous User
Not applicable
Original User: varvara_t

1812, Dan_Patterson - thank you very much!
That's exactly what I was looking for! Both, Split tool for users with ArcInfo and Dan's tool for all the rest.
When having some time, surely I will also get acquainted with iterators )
0 Kudos