Alright another problem that I have. I am trying to give a priority ranking to lots based on various criteria. Basically I have 7 areas that are criteria, if lots overlap each other the criteria is added up and given a sum value (so the highest number could be 7). Now I am trying to create a python script that basically goes through my criteria and adds a value to a field added to an attribute table
For example, I would do a select by location for lots that are within 30m of wetlands - if YES then the field "CRITERIA" would be given a 1, if no it would be a 0 this same selection idea would be done for the rest of my criteria - then what I need is to have it total up the 1's that are in each row into a separate "RANKING" field.