Hi everyone, my license for ArcGIS Pro got downgraded and I was wondering if there is a similar tool that gives accurate results as the tabulate intersection.
I was using tabulate intersection to map NBHNAME to DAUID, please see the code below:
arcpy.analysis.TabulateIntersection(region[i], "NBHDNAME", region_DA[i], neighTable[i], "DAUID",out_units= "SQUARE_KILOMETERS")"
arcpy.analysis.TabulateIntersection(region_DA[i],"DAUID", region[i], DATable[i], "NBHDNAME", out_units= "SQUARE_KILOMETERS")