out3Plot.outContours.createRasterContourDict

createRasterContourDict(inFile, levels)[source]

create a dict with contour line coordinates for an ascii file

Parameters
  • inFile (pathlib path) – path to ascii file

  • levels (list) – list of levels for contour lines

Returns

contourDict

dictionary with keys: name of contourlines (format: resType_unit_level)

x: x coordinates y: y coordinates contourlevel: float of contour line value

Return type

dict