diff options
author | Jonas Gunz <himself@jonasgunz.de> | 2023-10-19 00:32:28 +0200 |
---|---|---|
committer | Jonas Gunz <himself@jonasgunz.de> | 2023-10-19 00:32:28 +0200 |
commit | f94fbf99dc0bf9fd8d5d8b2181636d6fd2d007e4 (patch) | |
tree | d88543fbc4a6fac4a3093ae95f11daf3597504ce /config.yaml | |
parent | 436a3d3eaebcca11d8da6d8b1bb4f6f543e135e4 (diff) | |
download | meteo_toolbox-f94fbf99dc0bf9fd8d5d8b2181636d6fd2d007e4.tar.gz |
first wip meteogram
Diffstat (limited to 'config.yaml')
-rw-r--r-- | config.yaml | 10 |
1 files changed, 9 insertions, 1 deletions
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 |