@@ -43,7 +43,7 @@ In either way, you should finally end up with a directory called ```ebas-io```.
The ebas-io package can be installed using pip. See the [pip](https://pip.pypa.io/en/stable/) documentation if pip does not work for you. The whl files can be found in the directory ```ebas-io/dist```
```bash
pip install ebas_io-4.0.0-py3-none-any.whl
pip install ebas_io-4.1.0-py3-none-any.whl
```
You might need to use a certain installation of pip, according to the python version you plan to use (e.g. `pip2`, `pip3` etc.). Please pay attention to the python version of the wheel (`...-py2-...` for python2, `...-py3-...` for python3).
...
...
@@ -81,7 +81,7 @@ The script reads the input file and writes a lot of data about the file as outpu
Please notice that the input file contains the ozone variable twice (in different units: ug/m3 and nmol/mol, this was generated for user convenience when the file was generated by the database). However, when reading the file, the nmol/mol varable gets automatically converted to ug/m3 as it would be stored in ebas. If you do not want this behaviour, you can specify the argument `--no-unitconvert-read` in order to avoid this conversion. In this case you will need to use the argument `--ignore parameter` as well, otherwise the parameter is rejected because of the wrong ebas unit.