dpest.utils.rmv_splitcols#

dpest.utils.rmv_splitcols.rmv_splitcols(pst_path)[source]#

Removes SPLITTHRESH/SPLITRELDIFF/SPLITACTION columns from * parameter groups section, overwriting the original file by default.

Arguments:#

  • pst_path (str): Path to existing PST file

Returns:#

  • None

Example:#

code-block:: python

from dpest.utils import phiratsuf

rmv_splitcols(“PEST_CONTROL.pst”)