in3Utils.cfgHandling.filterCom1DFAThicknessValues

filterCom1DFAThicknessValues(key, value, simDF)[source]

thickness settings different if read from shpfile - requires more complex filtering if read from shp - thickness values are provided per feature!! for example relTh = ‘’ but relTh0 = 1 is appended for feature with id 0, relTh1 for feature with id 1, etc.

Parameters
  • key (str) – name of parameter

  • value (list) – list of values used for filtering

  • simDF (pandas dataframe) – configuration info for each simulation

Returns

simDF – updated dataframe

Return type

pandas data frame