Hello,
I have a feature class which is represented as lines (power lines). I have another feature class that are points (lights) that are on top of/intersecting with the line.
- The light table has NULL values for year_installed
- For the light that the power line is on top of/intersecting with, I want to copy the nearest power lines year_installed value into the lights field where the lights year_installed value is NULL.
I need to do this in Arcpy. I believe I need to use either a Spatial Join or Transfer Attributes. Can anyone help me get started or advise what Arcpy tool I need to use? I really appreciate the help.
-JC from Boston