model
I want to perform JOIN TOOL for all DBFs generated from ZONAL STATISTICS AS TABLE into one table. However, it seems that DBF has a maximum of 255 fields while my dataset has more than 500 fields/columns. So, my question is how can I divide/separate the INPUT FOLDER such that ZONAL STATISTICS will perform 250 tables at a time? All else is working other than this issue. I am using ArcGIS 10.
-
3Why not just use a geodatabase instead of shapefiles, and avoid all the limitations of shapefiles all together?RyanKDalton– RyanKDalton2013年11月22日 06:09:18 +00:00Commented Nov 22, 2013 at 6:09
-
what do you mean by gdb? i am not sure i can follow your suggestion. do you mean i convert which part of this model to gdb?user2543– user25432013年11月22日 07:06:41 +00:00Commented Nov 22, 2013 at 7:06
-
1You are striking dBase limits due to using shapefile format for your data - if you use file geodatabase feature classes in general any limits will be higher or non-existent - and performance should be better.PolyGeo– PolyGeo ♦2013年11月22日 08:51:58 +00:00Commented Nov 22, 2013 at 8:51
1 Answer 1
Thank you for your patience. Your suggestions on creating file gdb worked in the model. It ran successfully!
Explore related questions
See similar questions with these tags.