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
Branches
Tags
1 merge request!11Creation of first beta release version
...@@ -20,22 +20,27 @@ TBD, see pyproject.toml ...@@ -20,22 +20,27 @@ TBD, see pyproject.toml
# Installation # Installation
Move to the folder you want to create download this project to. 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 git clone https://gitlab.jsc.fz-juelich.de/esde/toar-public/toargridding.git
``` ```
With git we need to checkout the development branch. Therefore we need to change to the project directory first:
The handling of required packages is done with poetry.
For installing them go to the new created directory and run poetry
``` ```
cd toargridding cd toargridding
git checkout dev
```
The handling of required packages is done with poetry. So run poetry in the project directory:
```
poetry install poetry install
``` ```
# Example # 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 ## High level function
``` ```
tests/produce_data.ipynb tests/produce_data.ipynb
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment