Skip to content
Snippets Groups Projects
Commit 7e96d44c authored by Carsten Hinz's avatar Carsten Hinz
Browse files

Merge branch 'dev' into wip_tests_and_notebooks

parents 58f6fcc1 0dadfeed
No related branches found
No related tags found
1 merge request!11Creation of first beta release version
......@@ -20,22 +20,27 @@ TBD, see pyproject.toml
# Installation
Move to the folder you want to create download this project to.
We now need to download the source code (https://gitlab.jsc.fz-juelich.de/esde/toar-public/toargridding/-/tree/dev?ref_type=heads). Either as ZIP folder or via git:
Clone the project from its git repository
Clone the project from its git repository:
```
git clone https://gitlab.jsc.fz-juelich.de/esde/toar-public/toargridding.git
```
The handling of required packages is done with poetry.
For installing them go to the new created directory and run poetry
With git we need to checkout the development branch. Therefore we need to change to the project directory first:
```
cd toargridding
git checkout dev
```
The handling of required packages is done with poetry. So run poetry in the project directory:
```
poetry install
```
# Example
There are at the moment three example provided as jupyter notebooks:
There are at the moment three example provided as jupyter notebooks (https://jupyter.org/):
## High level function
```
tests/produce_data.ipynb
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment