{"id":18837698,"url":"https://github.com/psyplot/psy-transect","last_synced_at":"2026-01-28T05:30:15.621Z","repository":{"id":132460618,"uuid":"341168962","full_name":"psyplot/psy-transect","owner":"psyplot","description":"Visualize and explore transects with psyplot","archived":false,"fork":false,"pushed_at":"2024-04-04T04:42:59.000Z","size":6118,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-12-30T08:42:50.090Z","etag":null,"topics":["data-analysis","data-exploration","data-science","exploratory-data-analysis","psyplot","transects"],"latest_commit_sha":null,"homepage":"https://psyplot.github.io/psy-transect/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/psyplot.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"docs/contributing.rst","funding":null,"license":"LICENSES/CC-BY-4.0.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":"CITATION.cff","codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-02-22T10:56:14.000Z","updated_at":"2024-04-03T20:10:35.000Z","dependencies_parsed_at":null,"dependency_job_id":"c30f4708-854c-4f1a-9d6c-6155cc1b9a29","html_url":"https://github.com/psyplot/psy-transect","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psyplot%2Fpsy-transect","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psyplot%2Fpsy-transect/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psyplot%2Fpsy-transect/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psyplot%2Fpsy-transect/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/psyplot","download_url":"https://codeload.github.com/psyplot/psy-transect/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239774324,"owners_count":19694700,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["data-analysis","data-exploration","data-science","exploratory-data-analysis","psyplot","transects"],"created_at":"2024-11-08T02:36:04.524Z","updated_at":"2026-01-28T05:30:15.545Z","avatar_url":"https://github.com/psyplot.png","language":"Python","readme":"\u003c!--\nSPDX-FileCopyrightText: 2021-2024 Helmholtz-Zentrum hereon GmbH\n\nSPDX-License-Identifier: CC-BY-4.0\n--\u003e\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\u0026scope=all\u0026ref=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\u003c!-- TODO: uncomment the following line when the package is published at https://pypi.org --\u003e\n\u003c!-- [![PyPI version](https://img.shields.io/pypi/v/psy-transect.svg)](https://pypi.python.org/pypi/psy-transect/) --\u003e\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\u0026labelColor=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\u003c!-- TODO: uncomment the following line when the package is registered at https://api.reuse.software --\u003e\n\u003c!-- [![REUSE status](https://api.reuse.software/badge/codebase.helmholtz.cloud/psyplot/psy-transect)](https://api.reuse.software/info/codebase.helmholtz.cloud/psyplot/psy-transect) --\u003e\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 © 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","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpsyplot%2Fpsy-transect","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpsyplot%2Fpsy-transect","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpsyplot%2Fpsy-transect/lists"}