Skip to content
Snippets Groups Projects
Commit 5fd83b06 authored by Alexander Hinz's avatar Alexander Hinz
Browse files

aggregate logger: adjust Snakefile for processing

parent fb80602a
No related branches found
No related tags found
1 merge request!29Aggregate
This commit is part of merge request !29. Comments created here will be created in the context of that merge request.
......@@ -156,6 +156,11 @@ rule writeMeteoFiles:
output: touch("{path}/{station_key}-meteo_files")
shell: "python {pythonflags} -m level1.do_write_meteo --fail --station {wildcards.station_key} --doall"
rule aggregateMeteo:
imput: "{path}/{station_key}-{device_key}-level2"
output: touch("{path}/{station_key}-{device_key}-aggregate")
shell: "python {pythonflags} -m level1.do_aggregate_soilnet --fail --ndays 400"
rule quicklook:
input: getTargetFiles("level2", "{station_key}")
output: touch("{path}/{station_key}-quicklook")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment