Hey there!
In ArcPy you have the option to choose 'biggest overlap' when performing a spatial join.
I was wondering if there is any possible way to perform the same operation with the arcgis api. You have different options to perform eg a query on a feature layer with geometry filters, same for sdf.spatial.join() method. But I can only find interesect, touches, within, etc. Is there a possible workaround to maybe interesect first and then compare the geometry to calculate the bigger overlap and then only join the features of the biggest overlap?
I havent figured it out yet and would appreciate any kind of help!
Thank you in advance.
Benni xo