com1DFA.deriveParameterSet.checkExtentAndCellSize
- checkExtentAndCellSize(cfg, inputFile, dem, fileType, nanInsideDEMCheck=True)[source]
check if extent of inputFile is within resizeThreshold of dem, if so resize and save to remeshedRasters
- Parameters
cfg (configparser object) – configuration settings
inputFile (pathlib Path) – path to inputFile
dem (dict) – dictionary with info on DEM
fileType (str) – name of fileType
nanInsideDEMCheck (bool) – if True check if in remeshed file only nans where also DEM has nans