phydrus.profile.profile_from_file

phydrus.profile.profile_from_file(fname='PROFILE.DAT', ws=None)[source]

Method to create a profile DataFrame from a profile.dat file

Parameters
  • fname (str, optional) – String with the path to the PROFILE.DAT file.

  • ws (str, optional) – String with the path to the workspace.

Returns

data – Pandas DataFrame with the soil profile data.

Return type

pandas.DataFrame

Examples

>>> profile = ps.create_profile(h=0.342)