using arcgis 10 with Point data (Housenumber without angle attribute) and line data (street without angle attribute)
I want to create housenumber labels from point with correct angle from nearest streetline.
is there any toolbox or script available for this, and if there is a script can you guide me step by step beacuse I dont know where to put script, and python would be the best I believe.
my thinking of this is calculate AVERAGE streetline angle and then somehow put this values to nearest point?
any help is good help :)