I have a feature class. There is a ID field in this
feature class, like below:
101L1
101L2
101L3
101L4
101L5
101L6
101L7
101L8
101L9
101L10
...
102L57
102L58
102L59
102L60
102L61
102L62
102L63
...
I plan to add a new field called AZIMUTH. I need to use
ID field above to find the "next" feature, for example, if current
feature ID is 101L4, I will try use 101L5, and use this "next" feature
and current feature to calculate AZIMUTH.
Can you tell me how to find 101L5 in this case? Better
use transformers. If not possible use python is also OK.