ana5Utils.DFAPathGeneration.readPeakFT
- readPeakFT(peakFilesDF, simName)[source]
get the peak flow thickness field (pft) of one simulation from the peak file dataframe
- Parameters
peakFilesDF (pandas DataFrame) – peak files of all simulations (from fU.makeSimDF), parsed once for the whole run
simName (str) – simulation name
- Returns
fieldPFT – peak flow thickness raster (same grid as the simulation dem), None if no pft peak field is available for this simulation
- Return type
numpy array