in3Utils.geoTrans.searchRemeshedRaster

searchRemeshedRaster(rasterName, cfgSim, typeIndicator='DEM')[source]

search if remeshed raster with correct name and cell size already available

Parameters
  • rasterName (str) – name of raster file in Inputs/

  • typeIndicator (str) – which type of raster to handle, possible options Raster or RELTH

  • cfgSim (configparser object) – configuration settings: avaDir, meshCellSize, meshCellSizeThreshold

Returns

  • pathRaster (pathlib path) – to Raster

  • rasterFound (bool) – flag if dem is found

  • allRasterNames (list) – of all names of dems found in Inputs/remeshedRasters