diff options
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 |