Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
MLAir
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
esde
machine-learning
MLAir
Commits
46a07ab5
Commit
46a07ab5
authored
4 years ago
by
leufen1
Browse files
Options
Downloads
Patches
Plain Diff
new station list
parent
72a33ff1
Branches
Branches containing commit
Tags
Tags containing commit
3 merge requests
!226
Develop
,
!225
Resolve "release v1.2.0"
,
!195
Resolve "Parallel station check"
Pipeline
#52933
failed
4 years ago
Stage: test
Stage: docs
Stage: pages
Stage: deploy
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitignore
+1
-0
1 addition, 0 deletions
.gitignore
run_hourly.py
+11
-0
11 additions, 0 deletions
run_hourly.py
supplement/station_list_north_german_plain.json
+81
-0
81 additions, 0 deletions
supplement/station_list_north_german_plain.json
with
93 additions
and
0 deletions
.gitignore
+
1
−
0
View file @
46a07ab5
...
...
@@ -43,6 +43,7 @@ Thumbs.db
.idea/
/venv/
/venv*/
/build/
# ignore HPC related skripts #
##############################
...
...
This diff is collapsed.
Click to expand it.
run_hourly.py
+
11
−
0
View file @
46a07ab5
...
...
@@ -6,6 +6,17 @@ import argparse
from
mlair.workflows
import
DefaultWorkflow
def
load_stations
():
import
json
try
:
filename
=
'
supplement/station_list_north_german_plain.json
'
with
open
(
filename
,
'
r
'
)
as
jfile
:
stations
=
json
.
load
(
jfile
)
except
FileNotFoundError
:
stations
=
None
return
stations
def
main
(
parser_args
):
workflow
=
DefaultWorkflow
(
sampling
=
"
hourly
"
,
window_history_size
=
48
,
**
parser_args
.
__dict__
)
...
...
This diff is collapsed.
Click to expand it.
supplement/station_list_north_german_plain.json
0 → 100644
+
81
−
0
View file @
46a07ab5
[
"DENI031"
,
"DESH016"
,
"DEBB050"
,
"DEHH022"
,
"DEHH049"
,
"DEHH021"
,
"DEMV007"
,
"DESH015"
,
"DEBE062"
,
"DEHH012"
,
"DESH004"
,
"DENI062"
,
"DEBE051"
,
"DEHH011"
,
"DEHH023"
,
"DEUB020"
,
"DESH005"
,
"DEBB039"
,
"DEHH050"
,
"DENI029"
,
"DESH001"
,
"DEBE001"
,
"DEHH030"
,
"DEHH018"
,
"DEUB022"
,
"DEBB038"
,
"DEBB053"
,
"DEMV017"
,
"DENI063"
,
"DENI058"
,
"DESH014"
,
"DEUB007"
,
"DEUB005"
,
"DEBB051"
,
"DEUB034"
,
"DEST089"
,
"DEHH005"
,
"DESH003"
,
"DEUB028"
,
"DESH017"
,
"DEUB030"
,
"DEMV012"
,
"DENI052"
,
"DENI059"
,
"DENI060"
,
"DESH013"
,
"DEUB006"
,
"DEMV018"
,
"DEUB027"
,
"DEUB026"
,
"DEUB038"
,
"DEMV001"
,
"DEUB024"
,
"DEUB037"
,
"DESH008"
,
"DEMV004"
,
"DEUB040"
,
"DEMV024"
,
"DEMV026"
,
"DESH056"
,
"DEHH063"
,
"DEUB001"
,
"DEST069"
,
"DEBB040"
,
"DEBB028"
,
"DEBB048"
,
"DEBB063"
,
"DEBB067"
,
"DESH006"
,
"DEBE008"
,
"DESH012"
,
"DEHH004"
,
"DEBE009"
,
"DEHH007"
,
"DEBE005"
,
"DEHH057"
,
"DEHH047"
,
"DEBE006"
,
"DEBB110"
]
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment