This swaps the default argument for crop_method within the Survey.kriging_analysis(..., crop_method) method. The default was previously "interpolation". This has been updated to "transect_ends". This change has been reflected in the accompanying example_echopop_workflow.ipynb example notebook as well.
This swaps the default argument for
crop_method
within theSurvey.kriging_analysis(..., crop_method)
method. The default was previously"interpolation"
. This has been updated to"transect_ends"
. This change has been reflected in the accompanyingexample_echopop_workflow.ipynb
example notebook as well.