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

updated readme, introcuded supplement folder to cleanup root folder a bit

parent 835fa309
Branches
Tags
4 merge requests!164update release branch by recent developments,!162Resolve "new release v1.0.0",!161detailed install instructions,!139Draft: Resolve "KZ filter"
Pipeline #47922 passed with warnings
MIT License
Copyright (c) 2020 Lukas Leufen
Copyright (c) Forschungszentrum Jülich GmbH
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
......
......@@ -83,7 +83,9 @@ The installation on Windows is not tested yet.
In this section, we show three examples how to work with MLAir. Note, that for these examples MLAir was installed using
the distribution file. In case you are using the git clone it is required to adjust the import path if not directly
executed inside the source directory of MLAir.
executed inside the source directory of MLAir. There is also a downloadable
[Jupyter Notebook](https://gitlab.version.fz-juelich.de/toar/mlair/-/blob/master/supplement/Examples_from_manuscript.ipynb)
provided in that you can run the following examples. Note that this notebook still requires an installation of MLAir.
## Example 1
......
......@@ -16,7 +16,7 @@ from mlair.workflows import DefaultWorkflowHPC
def load_stations():
try:
filename = 'German_background_stations.json'
filename = 'supplement/German_background_stations.json'
with open(filename, 'r') as jfile:
stations = json.load(jfile)
logging.info(f"load station IDs from file: {filename} ({len(stations)} stations)")
......
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment