https://github.com/psyplot/psy-transect
Visualize and explore transects with psyplot
https://github.com/psyplot/psy-transect
data-analysis data-exploration data-science exploratory-data-analysis psyplot transects
Last synced: 4 months ago
JSON representation
Visualize and explore transects with psyplot
- Host: GitHub
- URL: https://github.com/psyplot/psy-transect
- Owner: psyplot
- Created: 2021-02-22T10:56:14.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-04-04T04:42:59.000Z (about 1 year ago)
- Last Synced: 2024-12-30T08:42:50.090Z (5 months ago)
- Topics: data-analysis, data-exploration, data-science, exploratory-data-analysis, psyplot, transects
- Language: Python
- Homepage: https://psyplot.github.io/psy-transect/
- Size: 5.83 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: docs/contributing.rst
- License: LICENSES/CC-BY-4.0.txt
- Citation: CITATION.cff
Awesome Lists containing this project
README
# psy-transect
[](https://codebase.helmholtz.cloud/psyplot/psy-transect/-/pipelines?page=1&scope=all&ref=main)
[](https://codebase.helmholtz.cloud/psyplot/psy-transect/-/graphs/main/charts)
[](https://codebase.helmholtz.cloud/psyplot/psy-transect)[](https://github.com/psf/black)
[](https://pycqa.github.io/isort/)
[](https://www.python.org/dev/peps/pep-0008/)
[](http://mypy-lang.org/)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