|
| 1 | +<!-- |
| 2 | +SPDX-FileCopyrightText: 2021-2024 Helmholtz-Zentrum hereon GmbH |
| 3 | +
|
| 4 | +SPDX-License-Identifier: CC-BY-4.0 |
| 5 | +--> |
| 6 | + |
| 7 | +# psy-transect |
| 8 | + |
| 9 | +[](https://codebase.helmholtz.cloud/psyplot/psy-transect/-/pipelines?page=1&scope=all&ref=main) |
| 10 | +[](https://codebase.helmholtz.cloud/psyplot/psy-transect/-/graphs/main/charts) |
| 11 | +[](https://codebase.helmholtz.cloud/psyplot/psy-transect) |
| 12 | +<!-- TODO: uncomment the following line when the package is published at https://pypi.org --> |
| 13 | +<!-- [](https://pypi.python.org/pypi/psy-transect/) --> |
| 14 | +[](https://github.com/psf/black) |
| 15 | +[](https://pycqa.github.io/isort/) |
| 16 | +[](https://www.python.org/dev/peps/pep-0008/) |
| 17 | +[](http://mypy-lang.org/) |
| 18 | +<!-- TODO: uncomment the following line when the package is registered at https://api.reuse.software --> |
| 19 | +<!-- [](https://api.reuse.software/info/codebase.helmholtz.cloud/psyplot/psy-transect) --> |
| 20 | + |
| 21 | + |
| 22 | +Psyplot plugin for visualizing data along a transect for exploratory data analysis |
| 23 | + |
| 24 | +## Installation |
| 25 | + |
| 26 | +Install this package in a dedicated python environment via |
| 27 | + |
| 28 | +```bash |
| 29 | +python -m venv venv |
| 30 | +source venv/bin/activate |
| 31 | +pip install psy-transect |
| 32 | +``` |
| 33 | + |
| 34 | +To use this in a development setup, clone the [source code][source code] from |
| 35 | +gitlab, start the development server and make your changes:: |
| 36 | + |
| 37 | +```bash |
| 38 | +git clone https://codebase.helmholtz.cloud/psyplot/psy-transect |
| 39 | +cd psy-transect |
| 40 | +python -m venv venv |
| 41 | +source venv/bin/activate |
| 42 | +make dev-install |
| 43 | +``` |
| 44 | + |
| 45 | +More detailed installation and usage instructions may be found in the [docs][docs]. |
| 46 | + |
| 47 | + |
| 48 | +[source code]: https://codebase.helmholtz.cloud/psyplot/psy-transect |
| 49 | +[docs]: https://psyplot.github.io/psy-transect/installation.html |
| 50 | + |
| 51 | +## Technical note |
| 52 | + |
| 53 | +This package has been generated from the template |
| 54 | +https://codebase.helmholtz.cloud/psyplot/psyplot-plugin-template.git. |
| 55 | + |
| 56 | +See the template repository for instructions on how to update the skeleton for |
| 57 | +this package. |
| 58 | + |
| 59 | + |
| 60 | +## License information |
| 61 | + |
| 62 | +Copyright © 2021-2024 Helmholtz-Zentrum hereon GmbH |
| 63 | + |
| 64 | + |
| 65 | +Code files in this repository are licensed under the |
| 66 | +LGPL-3.0-only, if not stated otherwise |
| 67 | +in the file. |
| 68 | + |
| 69 | +Documentation files in this repository are licensed under CC-BY-4.0, if not stated otherwise in the file. |
| 70 | + |
| 71 | +Supplementary and configuration files in this repository are licensed |
| 72 | +under CC0-1.0, if not stated otherwise |
| 73 | +in the file. |
| 74 | + |
| 75 | +Please check the header of the individual files for more detailed |
| 76 | +information. |
| 77 | + |
| 78 | + |
| 79 | + |
| 80 | +### License management |
| 81 | + |
| 82 | +License management is handled with [``reuse``](https://reuse.readthedocs.io/). |
| 83 | +If you have any questions on this, please have a look into the |
| 84 | +[contributing guide][contributing] or contact the maintainers of |
| 85 | +`psy-transect`. |
| 86 | + |
| 87 | +[contributing]: https://psyplot.github.io/psy-transect/contributing.html |
0 commit comments