<!--
SPDX-FileCopyrightText: 2021-2024 Helmholtz-Zentrum hereon GmbH
SPDX-License-Identifier: CC-BY-4.0
-->
# psy-transect
[![CI](https://codebase.helmholtz.cloud/psyplot/psy-transect/badges/main/pipeline.svg)](https://codebase.helmholtz.cloud/psyplot/psy-transect/-/pipelines?page=1&scope=all&ref=main)
[![Code coverage](https://codebase.helmholtz.cloud/psyplot/psy-transect/badges/main/coverage.svg)](https://codebase.helmholtz.cloud/psyplot/psy-transect/-/graphs/main/charts)
[![Latest Release](https://codebase.helmholtz.cloud/psyplot/psy-transect/-/badges/release.svg)](https://codebase.helmholtz.cloud/psyplot/psy-transect)
<!-- TODO: uncomment the following line when the package is published at https://pypi.org -->
<!-- [![PyPI version](https://img.shields.io/pypi/v/psy-transect.svg)](https://pypi.python.org/pypi/psy-transect/) -->
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![Imports: isort](https://img.shields.io/badge/%20imports-isort-%231674b1?style=flat&labelColor=ef8336)](https://pycqa.github.io/isort/)
[![PEP8](https://img.shields.io/badge/code%20style-pep8-orange.svg)](https://www.python.org/dev/peps/pep-0008/)
[![Checked with mypy](http://www.mypy-lang.org/static/mypy_badge.svg)](http://mypy-lang.org/)
<!-- TODO: uncomment the following line when the package is registered at https://api.reuse.software -->
<!-- [![REUSE status](https://api.reuse.software/badge/codebase.helmholtz.cloud/psyplot/psy-transect)](https://api.reuse.software/info/codebase.helmholtz.cloud/psyplot/psy-transect) -->
Psyplot plugin for visualizing data along a transect for exploratory data analysis
## Installation
Install this package in a dedicated python environment via
```bash
python -m venv venv
source venv/bin/activate
pip install psy-transect
```
To use this in a development setup, clone the [source code][source code] from
gitlab, start the development server and make your changes::
```bash
git clone https://codebase.helmholtz.cloud/psyplot/psy-transect
cd psy-transect
python -m venv venv
source venv/bin/activate
make dev-install
```
More detailed installation and usage instructions may be found in the [docs][docs].
[source code]: https://codebase.helmholtz.cloud/psyplot/psy-transect
[docs]: https://psyplot.github.io/psy-transect/installation.html
## Technical note
This package has been generated from the template
https://codebase.helmholtz.cloud/psyplot/psyplot-plugin-template.git.
See the template repository for instructions on how to update the skeleton for
this package.
## License information
Copyright © 2021-2024 Helmholtz-Zentrum hereon GmbH
Code files in this repository are licensed under the
LGPL-3.0-only, if not stated otherwise
in the file.
Documentation files in this repository are licensed under CC-BY-4.0, if not stated otherwise in the file.
Supplementary and configuration files in this repository are licensed
under CC0-1.0, if not stated otherwise
in the file.
Please check the header of the individual files for more detailed
information.
### License management
License management is handled with [``reuse``](https://reuse.readthedocs.io/).
If you have any questions on this, please have a look into the
[contributing guide][contributing] or contact the maintainers of
`psy-transect`.
[contributing]: https://psyplot.github.io/psy-transect/contributing.html
Raw data
{
"_id": null,
"home_page": null,
"name": "psy-transect",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.9",
"maintainer_email": "\"Philipp S. Sommer\" <philipp.sommer@hereon.de>",
"keywords": "visualization, psyplot, ugrid, cf, climate models, vertical transect, earth system sciences, scikit-learn, pyinterp",
"author": null,
"author_email": "\"Philipp S. Sommer\" <philipp.sommer@hereon.de>",
"download_url": "https://files.pythonhosted.org/packages/fb/d6/af4d2f2cd734dd78c50d0f2d6ef58e4a9092dd5dbd73c2831decf59c7f58/psy-transect-0.1.0.tar.gz",
"platform": null,
"description": "<!--\nSPDX-FileCopyrightText: 2021-2024 Helmholtz-Zentrum hereon GmbH\n\nSPDX-License-Identifier: CC-BY-4.0\n-->\n\n# psy-transect\n\n[![CI](https://codebase.helmholtz.cloud/psyplot/psy-transect/badges/main/pipeline.svg)](https://codebase.helmholtz.cloud/psyplot/psy-transect/-/pipelines?page=1&scope=all&ref=main)\n[![Code coverage](https://codebase.helmholtz.cloud/psyplot/psy-transect/badges/main/coverage.svg)](https://codebase.helmholtz.cloud/psyplot/psy-transect/-/graphs/main/charts)\n[![Latest Release](https://codebase.helmholtz.cloud/psyplot/psy-transect/-/badges/release.svg)](https://codebase.helmholtz.cloud/psyplot/psy-transect)\n<!-- TODO: uncomment the following line when the package is published at https://pypi.org -->\n<!-- [![PyPI version](https://img.shields.io/pypi/v/psy-transect.svg)](https://pypi.python.org/pypi/psy-transect/) -->\n[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)\n[![Imports: isort](https://img.shields.io/badge/%20imports-isort-%231674b1?style=flat&labelColor=ef8336)](https://pycqa.github.io/isort/)\n[![PEP8](https://img.shields.io/badge/code%20style-pep8-orange.svg)](https://www.python.org/dev/peps/pep-0008/)\n[![Checked with mypy](http://www.mypy-lang.org/static/mypy_badge.svg)](http://mypy-lang.org/)\n<!-- TODO: uncomment the following line when the package is registered at https://api.reuse.software -->\n<!-- [![REUSE status](https://api.reuse.software/badge/codebase.helmholtz.cloud/psyplot/psy-transect)](https://api.reuse.software/info/codebase.helmholtz.cloud/psyplot/psy-transect) -->\n\n\nPsyplot plugin for visualizing data along a transect for exploratory data analysis\n\n## Installation\n\nInstall this package in a dedicated python environment via\n\n```bash\npython -m venv venv\nsource venv/bin/activate\npip install psy-transect\n```\n\nTo use this in a development setup, clone the [source code][source code] from\ngitlab, start the development server and make your changes::\n\n```bash\ngit clone https://codebase.helmholtz.cloud/psyplot/psy-transect\ncd psy-transect\npython -m venv venv\nsource venv/bin/activate\nmake dev-install\n```\n\nMore detailed installation and usage instructions may be found in the [docs][docs].\n\n\n[source code]: https://codebase.helmholtz.cloud/psyplot/psy-transect\n[docs]: https://psyplot.github.io/psy-transect/installation.html\n\n## Technical note\n\nThis package has been generated from the template\nhttps://codebase.helmholtz.cloud/psyplot/psyplot-plugin-template.git.\n\nSee the template repository for instructions on how to update the skeleton for\nthis package.\n\n\n## License information\n\nCopyright \u00a9 2021-2024 Helmholtz-Zentrum hereon GmbH\n\n\nCode files in this repository are licensed under the\nLGPL-3.0-only, if not stated otherwise\nin the file.\n\nDocumentation files in this repository are licensed under CC-BY-4.0, if not stated otherwise in the file.\n\nSupplementary and configuration files in this repository are licensed\nunder CC0-1.0, if not stated otherwise\nin the file.\n\nPlease check the header of the individual files for more detailed\ninformation.\n\n\n\n### License management\n\nLicense management is handled with [``reuse``](https://reuse.readthedocs.io/).\nIf you have any questions on this, please have a look into the\n[contributing guide][contributing] or contact the maintainers of\n`psy-transect`.\n\n[contributing]: https://psyplot.github.io/psy-transect/contributing.html\n",
"bugtrack_url": null,
"license": "LGPL-3.0-only",
"summary": "Psyplot plugin for visualizing data along a transect",
"version": "0.1.0",
"project_urls": {
"Documentation": "https://psyplot.github.io/psy-transect/",
"Homepage": "https://codebase.helmholtz.cloud/psyplot/psy-transect",
"Source": "https://codebase.helmholtz.cloud/psyplot/psy-transect",
"Tracker": "https://codebase.helmholtz.cloud/psyplot/psy-transect/issues/"
},
"split_keywords": [
"visualization",
" psyplot",
" ugrid",
" cf",
" climate models",
" vertical transect",
" earth system sciences",
" scikit-learn",
" pyinterp"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "26e544d7414aef05f507ac519dfd660b48059c06108fd50e08e79d737e49323e",
"md5": "f8ae8bca66354d53eda14a8a4317bd5e",
"sha256": "dd8c5d9797ab21abfe88f464cfecfa90a317ab945b41ddd1d68f5dc6bebc0924"
},
"downloads": -1,
"filename": "psy_transect-0.1.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "f8ae8bca66354d53eda14a8a4317bd5e",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.9",
"size": 39580,
"upload_time": "2024-04-04T05:13:47",
"upload_time_iso_8601": "2024-04-04T05:13:47.803971Z",
"url": "https://files.pythonhosted.org/packages/26/e5/44d7414aef05f507ac519dfd660b48059c06108fd50e08e79d737e49323e/psy_transect-0.1.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "fbd6af4d2f2cd734dd78c50d0f2d6ef58e4a9092dd5dbd73c2831decf59c7f58",
"md5": "4e393a6212631e421130e6bfa0c0c05d",
"sha256": "ca7fefaff03f182637e54b280c8be34d92980cc6cc41c596a7fa94981daf9ade"
},
"downloads": -1,
"filename": "psy-transect-0.1.0.tar.gz",
"has_sig": false,
"md5_digest": "4e393a6212631e421130e6bfa0c0c05d",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.9",
"size": 38292,
"upload_time": "2024-04-04T05:13:50",
"upload_time_iso_8601": "2024-04-04T05:13:50.373731Z",
"url": "https://files.pythonhosted.org/packages/fb/d6/af4d2f2cd734dd78c50d0f2d6ef58e4a9092dd5dbd73c2831decf59c7f58/psy-transect-0.1.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-04-04 05:13:50",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "psy-transect"
}