batch convert coverages

437
1
08-19-2017 02:43 PM
JayMukherjee
New Contributor III

i have a group of archived 600 tiled coverages.  i want to turn them into one seamless dataset.  however, i want to avoid having to convert each .pat/polygon into a geodb one by one.  is there a script/method to batch convert each coverage into a geodb?

0 Kudos
1 Reply
ModyBuchbinder
Esri Regular Contributor

Hi

You should write a small Python script that do ListFeatureClasses to get all Coverages and then convert them (Feature class to feature class) into FGDB. Then you can Append them.

Have fun

Mody

0 Kudos