diff options
author | Jonas Gunz <himself@jonasgunz.de> | 2023-09-29 16:48:26 +0200 |
---|---|---|
committer | Jonas Gunz <himself@jonasgunz.de> | 2023-09-29 16:48:26 +0200 |
commit | 5be351dbe7feb4c8cfd28da883a6904ab7fc57b3 (patch) | |
tree | 761b45b9914679952a66bafc435a48537ce795d7 /config.yaml | |
parent | 09dbbe809ab6a3728e971a29e7704ffa0ecb93a7 (diff) | |
download | meteo_toolbox-5be351dbe7feb4c8cfd28da883a6904ab7fc57b3.tar.gz |
global product index
Diffstat (limited to 'config.yaml')
-rw-r--r-- | config.yaml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/config.yaml b/config.yaml index 5eed3e5..8a882ca 100644 --- a/config.yaml +++ b/config.yaml @@ -1,8 +1,9 @@ --- +index: web/data/index.json plotter: - module: 'plotter.vertical_from_grib' source: dwd_icon-eu/combined.grib2 - output: out + output: web/data plots: - lat: 47.96 lon: 11.99 @@ -10,7 +11,7 @@ plotter: analysis: lcl - module: 'plotter.horizontal' source: dwd_icon-eu/combined.grib2 - output: out + output: web/data plots: - name: t_fi_850 area: null |