Pipelines

get_kislovodsk_data(series, start_date, end_date, path, batch_size=10, rename=True, progress_bar=True)[source]

Get countours of active regions from archive of the Kislovodsk Mountain Astronomical Station.

Parameters
  • series (str) – Type of active regions. Possible options are ‘CA’ for plages, ‘CH’ for coronal holes, ‘FIL’ for filaments, ‘SPOT’ for sunspots.

  • start_date (str) – First date of the time series, for example, ‘2022-01-01’.

  • end_date (str) – Last date (included) of the time series, for example, ‘2022-12-31’.

  • path (str) – Path to the local directory where to save the files.

  • batch_size (int, optional) – Number of files processed in parallel. Default 10.

  • rename (bool, optional) – If True, files will be renamed uniformely. Otherwise, keep original filenames. Default True.

  • progress_bar (bool, optional) – Show the progress bar. Default True.