Skip to content
Snippets Groups Projects
Commit 46a07ab5 authored by leufen1's avatar leufen1
Browse files

new station list

parent 72a33ff1
Branches
Tags
3 merge requests!226Develop,!225Resolve "release v1.2.0",!195Resolve "Parallel station check"
Pipeline #52933 failed
......@@ -43,6 +43,7 @@ Thumbs.db
.idea/
/venv/
/venv*/
/build/
# ignore HPC related skripts #
##############################
......
......@@ -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__)
......
[
"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"
]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment