act.io.read_psl_wind_profiler_temperature

act.io.read_psl_wind_profiler_temperature(filepath, transpose=True)[source]

Returns xarray.Dataset with stored data and metadata from a user-defined NOAA PSL wind profiler temperature file.

Parameters:
  • filepath (str) – Name of file(s) to read.

  • transpose (bool) – True to transpose the data.

Returns:

ds (xarray.Dataset) – Standard Xarray dataset with the data.