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?
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