com4FlowPy.splitAndMerge.mergeDictToRaster

mergeDictToRaster(inDirPath, fName)[source]

Merges the dictionary-results for each tile to one array using the length of the array assigned to each cell

Parameters
  • inDirPath (str) – Path to the temporary files, that are results for each tile

  • fName (str) – file name of the parameter which should be merged from tile-results

Returns

mergedRas – merged raster

Return type

numpy array