act.io.read_psl_wind_profiler

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

Returns two xarray.Datasets with stored data and metadata from a user-defined NOAA PSL wind profiler file each containing a different mode. This works for both 449 MHz and 915 MHz Weber Wuertz and Weber Wuertz sub-hourly files.

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

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

Returns:

  • mode_one_ds (xarray.Dataset) – Standard Xarray dataset with the first mode data.

  • mode_two_ds (xarray.Dataset) – Standard Xarray dataset with the second mode data.