Tool Similar to Tabulate Intersection

328
0
07-17-2023 11:31 AM
Charan
by
New Contributor III

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")

 

0 Kudos
0 Replies