com1DFA.deriveParameterSet.checkDEM

checkDEM(cfgSim, demFile)[source]

check if cell size of DEM in Inputs/ is same as desired meshCellSize if not - check for remeshed DEM or remesh the DEM

Parameters
  • cfgSim (configparser object) – configuration settings of com module

  • demFile (str or pathlib path) – path to dem in Inputs/

Returns

pathToDem – path to DEM with correct cellSize relative to Inputs/

Return type

str