Hi,
we are migrating to ArcGIS Maps SDK for .NET, this includes a GeoProcessing Packages with an underlying python script that uses a call to arcpy.sa.Spline.
We noticed a difference in results on the edges of the result of the spline method.
We use arcpy.sa.spline with a mask applied through arcpy.env.mask and use the following options:
arcpy.sa.Spline(input_points, "SPOT", "#", "TENSION")
Have there any changes been made to the spline method and how it works? or how the mask is applied? and if so, where could i find release notes related to this?
There are quite a lot of versions between ArcGIS Runtime for WPF (10.2.5) / ArcMap (10.2.2) and ArcGIS Maps SDK for .NET (200.1) / ArcGIS Pro (v3.0.2). So it is hard to find any documentation on this.
Thanks for your help!