From 7ede29a921d8b72c79b51c72601b158ebfc31b4f Mon Sep 17 00:00:00 2001 From: martin-rdz Date: Tue, 16 Dec 2025 15:32:24 +0100 Subject: [PATCH] update the documentation (Adding Havard as author, license file and correct clone url) --- README.md | 5 ++-- docs/source/README.md | 57 ++++++++++++++++++++++--------------------- pyproject.toml | 2 ++ 3 files changed, 34 insertions(+), 30 deletions(-) diff --git a/README.md b/README.md index ccacb83..670f9ea 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ ``` # setup a virtual environment (either conda or venv) -git clone https://github.com/ulysses78/PicassoPy.git +git clone https://github.com/PollyNET/PicassoPy.git cd PicassoPy python -m pip install -e . @@ -25,4 +25,5 @@ python3 tests\picassopy_testing.py --picasso_config_file "pollynet_processing_ch ### History -### License \ No newline at end of file +### License +GNU GPL (see LICENSE) \ No newline at end of file diff --git a/docs/source/README.md b/docs/source/README.md index 4a4065d..670f9ea 100644 --- a/docs/source/README.md +++ b/docs/source/README.md @@ -1,28 +1,29 @@ -## PollynetProcessingChain python version - -[Documentation](https://pollynet.github.io/PicassoPy-doc/html/index.html) - -### Installation - -``` -# setup a virtual environment (either conda or venv) -git clone https://github.com/ulysses78/PicassoPy.git - -cd PicassoPy -python -m pip install -e . -``` - - -### Usage - -``` -python3 tests\picassopy_testing.py --picasso_config_file "pollynet_processing_chain_config.json" \ - --date 20240308 --device pollyxt_cpv \ - --level0_file_to_process "2024_03_08_Fri_CPV_00_00_01.nc" -``` - -### Contribute - -### History - -### License \ No newline at end of file +## PollynetProcessingChain python version + +[Documentation](https://pollynet.github.io/PicassoPy-doc/html/index.html) + +### Installation + +``` +# setup a virtual environment (either conda or venv) +git clone https://github.com/PollyNET/PicassoPy.git + +cd PicassoPy +python -m pip install -e . +``` + + +### Usage + +``` +python3 tests\picassopy_testing.py --picasso_config_file "pollynet_processing_chain_config.json" \ + --date 20240308 --device pollyxt_cpv \ + --level0_file_to_process "2024_03_08_Fri_CPV_00_00_01.nc" +``` + +### Contribute + +### History + +### License +GNU GPL (see LICENSE) \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 74383ec..5df7151 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,6 +11,7 @@ version = "0.1.1" authors = [ { name="Andi Klamt", email="klamt@tropos.de" }, { name="Martin Radenz", email="radenz@tropos.de" }, + { name="HÃ¥vard Buholdt", email="buholdt@tropos.de" }, ] description='Data cube for handling atmospheric observations of profiling remote sensing instruments.' requires-python = ">=3.8" @@ -32,6 +33,7 @@ dependencies = [ "pandas", "openpyxl", # might be an optional dependency "GitPython", + "matplotlib", ] [tool.setuptools.packages]