bsrn.visualization.daily.plot_bsrn_daily_booklet#

bsrn.visualization.daily.plot_bsrn_daily_booklet(file_path, output_file, show_qc_markers=True, title=None, df=None)[source]#

Generate a multi-page PDF booklet where each day is one page from a BSRN archive file.

The frame must include zenith and apparent_zenith (see BSRNDataset.solpos()).

Parameters:
  • file_path (str) – Path to the BSRN station-to-archive file (.dat.gz).

  • output_file (str) – Path to the output PDF file.

  • show_qc_markers (bool, default True) – Draw QC markers per day when flag* columns are present.

  • title (str, optional) – Plot title on every page. If None (default), no title.

Returns:

The function saves the plots to the specified PDF file.

Return type:

None