def test_plot_report_AVHRR(self):
     plotter = ReportPlotter('l2p', 'AVHRR16_G', ProductVerifier.load_report('testdata/l2p-AVHRR16_G-summary.json'))
     plotter.plot()
Esempio n. 2
0
 def test_plot_report_AVHRR(self):
     plotter = ReportPlotter(
         'l2p', 'AVHRR16_G',
         ProductVerifier.load_report('testdata/l2p-AVHRR16_G-summary.json'))
     plotter.plot()
 def test_plot_report_AATSR(self):
     plotter = ReportPlotter('l2p', 'AATSR', ProductVerifier.load_report('testdata/l2p-AATSR-summary.json'))
     plotter.plot()
Esempio n. 4
0
 def test_plot_report_AATSR(self):
     plotter = ReportPlotter(
         'l2p', 'AATSR',
         ProductVerifier.load_report('testdata/l2p-AATSR-summary.json'))
     plotter.plot()