I would like to sort my feature class in a model based on coordinates stored in its attribute table. The sorting must be done on Y_coord descending, then X_coord ascending. The answer to Sorting feature class to calculate sequential ID field using ArcGIS Field Calculator? looks like what I need, except I only have an ArcEditor Licence, and free versions of Xtools Pro and ET Geowizards. My model performs several other processes as well, so I need the sorting to be included in it. How can I perform the sort with the above limitations?
However, looking at the options in the Sort tool, I've realised that what I actually want to do is sort my features spatially, starting from the upper left, but to sort based on the Shape field requires an ArcInfo licence. The sort tool from ET Geowizards does not allow sorting on this field either. Are there other tools which could do this?
Sort Shapestool from the ET Toolbox into my model, it says "Tool not licensed". The XTools Pro toolbox does not contain theSort Features/Recordstool which is available underTable Operationson the ArcMap toolbar. – Cindy Jayakumar Jun 22 '12 at 05:07Sorttool fromData Management \ Generaltoolset andCalculate Fieldfrom 'Data Management \ Fields`. These one's are actually stated in that answer. – Alex Markov Jun 22 '12 at 05:55Sorttool requires an ArcInfo licence, so I that's why I did not consider it. I see now though that it does allow for sorting on one field only, so I guess I'll have to add two sort processes to my model. – Cindy Jayakumar Jun 22 '12 at 06:00Shapefield alone, it givesError 000824: The tool is not licensed.– Cindy Jayakumar Jun 22 '12 at 06:12Shapefield? As it is usually a BLOB field. May be you should calculate X coord and Y coord fields (centroid if not point) ? – Alex Markov Jun 22 '12 at 07:25