pyradtran.utils.RadiosondeFinder.find_radiosonde_file

pyradtran.utils.RadiosondeFinder.find_radiosonde_file#

RadiosondeFinder.find_radiosonde_file(dt: datetime, latitude: float, longitude: float) Path | None[source]#

Find the radiosonde file closest to dt.

Parameters:
  • dt (datetime) – Target time.

  • latitude (float) – Reserved for future spatial matching; currently unused.

  • longitude (float) – Reserved for future spatial matching; currently unused.

Return type:

pathlib.Path or None