hello!!
i don't have license for near analysis and am trying to use arcpy to create a tool that accepts two polygon feature classes (input and source) and then for each geometry in the input feature, calculates the closest distance and angle to the source geometry. i was thinking of using spatial join first then search cursor on the input feature then use angleAndDistsanceTo method but it only accepts point geometry as input. So i'm wondering if there's a way around this? other solutions to get the distance/angle output is definitely appreciated as well.
thank you!