importers.cathy_outputs.read_xyz# importers.cathy_outputs.read_xyz(filename, **kwargs)[source]# Output of grid in 2d as XYZ values coordinates of each nodes Parameters: filename (str) – DESCRIPTION. Returns: xyz_df (pd.DataFrame()) – Dataframe containing the coordinates X,Y and Z (elevation) of the mesh nodes.