Tabulate intersection for different geometries produces inconsistent outputs.
I have class features in layers of point, line and polygon geometries. I'm using TabulateIntersection_analysis to to determine the portion of each class feature that is in a county (using a polygon layer of county boundaries). So, the Zone layer has to be the county boundaries layer, and each analysis uses a different tabulating class layer (point, line, poly) across those counties.
For points, the output makes sense, the results contain 2 columns: "PNT_COUNT" and "PERCENTAGE". For these points, the value in PERCENTAGE contains the percentage of the class' points that are in that county. For a given Class Field value, the total percentages add up to 100%, and the number of points add up to the total number of points for the given class Field value.