Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
data_progs
Manage
Activity
Members
Labels
Plan
Issues
4
Issue boards
Milestones
Wiki
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CHS
data_progs
Merge requests
!29
Aggregate
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Aggregate
hinza/data_progs:aggregate
into
meteo
Overview
11
Commits
11
Pipelines
0
Changes
2
All threads resolved!
Hide all comments
Merged
Alexander Hinz
requested to merge
hinza/data_progs:aggregate
into
meteo
2 years ago
Overview
11
Commits
11
Pipelines
0
Changes
1
All threads resolved!
Hide all comments
Expand
@schaefed
👍
0
👎
0
Merge request reports
Viewing commit
5fd83b06
Prev
Next
Show latest version
1 file
+
5
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
5fd83b06
aggregate logger: adjust Snakefile for processing
· 5fd83b06
Alexander Hinz
authored
2 years ago
Snakefile
+
5
−
0
Options
@@ -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")
Loading