I have a set of features that I want to do some trigonometry calculations on and the "cumulative" feature of the StatisticsCalculator would be absolutely perfect if I could have a field where I could do advanced math or open the "Arithmetic Calculator."
Just as a bit of background, I am creating a wellbore path from trajectory data. For example, I have a starting XY coordinate, and a direction and inclination. I want to "cumulatively" calculate from the previous feature/row, but only for the specific well (ie where the GroupBy functionality would come into play.)
There are an ever changing number of wellbore surveys being added to the database and I need to generate these constantly. I have the general trigonometry down but I don't know how to GroupBy or iterate over each "UniqueID."
Any help would be appreciated.