From f94fbf99dc0bf9fd8d5d8b2181636d6fd2d007e4 Mon Sep 17 00:00:00 2001 From: Jonas Gunz Date: Thu, 19 Oct 2023 00:32:28 +0200 Subject: first wip meteogram --- config.yaml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'config.yaml') diff --git a/config.yaml b/config.yaml index d849625..5ba023a 100644 --- a/config.yaml +++ b/config.yaml @@ -21,13 +21,21 @@ aggregator: pressure_levels: [1000, 950, 925, 900, 875, 850, 825, 800, 775, 700, 600, 500, 400, 300, 250, 200, 150, 100] steps: [0, 3, 6, 9, 12, 15, 18, 21, 24, 27, 30, 33, 36, 39, 42, 45, 48] plotter: + - module: plotter.meteogram + aggregator: icon_eu + output: web/data + plots: + - name: meteogram_antersberg + lat: 47.96 + lon: 11.99 + - module: 'plotter.vertical_from_grib' aggregator: icon_eu output: web/data plots: - lat: 47.96 lon: 11.99 - name: Antersberg + name: skewt_antersberg analysis: lcl - module: 'plotter.horizontal' aggregator: icon_eu -- cgit v1.2.3