download_nc

fyodor.download_nc(url, directory, date, n_threads=5)[source]

Download .nc files from the NOAA webpage after manually requesting the dataset and store them in a new folder

Parameters
  • url (str) – Website provided by NOAA with the requested files

  • directory (str) – Path where a folder with the files should be created

  • date (str, Format dd mm yyyy) – Day when the measurement took place

  • n_threads (int, number of threads to use to download files) –