{"id":15890332,"url":"https://github.com/scitools/tephi","last_synced_at":"2025-04-07T08:26:48.169Z","repository":{"id":18144460,"uuid":"21237078","full_name":"SciTools/tephi","owner":"SciTools","description":"Tephigram plotting in Python","archived":false,"fork":false,"pushed_at":"2025-03-27T16:50:48.000Z","size":5620,"stargazers_count":19,"open_issues_count":11,"forks_count":29,"subscribers_count":15,"default_branch":"main","last_synced_at":"2025-03-31T06:09:17.885Z","etag":null,"topics":["matplotlib","meteorology","numpy","observation","python","radiosonde","tephigram"],"latest_commit_sha":null,"homepage":"http://tephi.readthedocs.org","language":"Jupyter Notebook","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SciTools.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2014-06-26T10:32:57.000Z","updated_at":"2025-03-27T16:50:02.000Z","dependencies_parsed_at":"2023-02-14T17:01:23.086Z","dependency_job_id":"ac1509d6-d72b-4f4d-b426-c05e6662148c","html_url":"https://github.com/SciTools/tephi","commit_stats":{"total_commits":128,"total_committers":10,"mean_commits":12.8,"dds":0.4296875,"last_synced_commit":"e02fa3e3b104ffa5931a432939de3441c83df42a"},"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SciTools%2Ftephi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SciTools%2Ftephi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SciTools%2Ftephi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SciTools%2Ftephi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SciTools","download_url":"https://codeload.github.com/SciTools/tephi/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247617735,"owners_count":20967664,"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":["matplotlib","meteorology","numpy","observation","python","radiosonde","tephigram"],"created_at":"2024-10-06T07:05:15.152Z","updated_at":"2025-04-07T08:26:48.151Z","avatar_url":"https://github.com/SciTools.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n\u003ca href=\"https://tephi.readthedocs.io/en/latest/\"\u003e\n    \u003cimg src=\"https://scitools.github.io/tephi/tephi-logo-200-137.png\" alt=\"Tephi\"\u003e\n\u003c/a\u003e\n\u003c/p\u003e\n\n\u003ch3 align=\"center\"\u003e\u003cstrong\u003eTephigram plotting in Python\u003c/strong\u003e\u003c/h3\u003e\n\n|         |                                                                                                                                                                                                                                                                                                                             |\n|---------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| CI      | [![Documentation Status](https://readthedocs.org/projects/tephi/badge/?version=latest)](https://readthedocs.org/projects/tephi/) [![Pre-Commit CI Status](https://results.pre-commit.ci/badge/github/SciTools/tephi/main.svg)](https://results.pre-commit.ci/latest/github/SciTools/tephi/main)                             |\n| Health  | [![Coverage Status](https://coveralls.io/repos/github/SciTools/tephi/badge.svg?branch=main)](https://coveralls.io/github/SciTools/tephi?branch=main)                                                                                                                                                                        |\n| Meta    | [![Code style: Black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)                                                                                                                                                                                                            | \n| Package | [![Launch MyBinder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/SciTools/tephi/main?filepath=index.ipynb) [![conda-forge](https://img.shields.io/conda/vn/conda-forge/tephi)](https://anaconda.org/conda-forge/tephi)  [![PyPI](https://img.shields.io/pypi/v/tephi)](https://pypi.org/project/tephi/) |\n| Repo    | [![GitHub tag (latest by date)](https://img.shields.io/github/v/tag/scitools/tephi?color=orange)](https://github.com/SciTools/tephi/releases) [![GitHub commits since tagged version](https://img.shields.io/github/commits-since/scitools/tephi/latest/main)](https://github.com/SciTools/tephi/commits/main)              |\n|         |                                                                                                                                                                                                                                                                                                                             |\n\n# Welcome to Tephi!\n\n## Installation\n\n### conda\n\nTephi is available on [conda-forge](https://anaconda.org/conda-forge/tephi), and can be easily installed with [conda](https://docs.conda.io/projects/conda/en/latest/index.html):\n```shell\nconda install -c conda-forge tephi\n```\nor alternatively with [mamba](https://github.com/mamba-org/mamba):\n```shell\nmamba install -c conda-forge tephi\n```\nFor more information see the [feedstock](https://github.com/conda-forge/tephi-feedstock).\n\n### pip\n\nTephi is available on [PyPI](https://pypi.org/project/tephi/):\n\n```shell\npip install tephi\n```\nCheck out our [PyPI Download Stats!](https://pypistats.org/packages/tephi)\n\n## Developers\n\nIf you simply can't wait for the next release to play with the latest hot features, then you can easily\ninstall the `main` development branch from GitHub:\n```shell\npip install git+https://github.com/SciTools/tephi@main\n```\n\nAlternatively, to configure a full developer environment, first clone the GeoVista GitHub repository:\n```shell\ngit clone git@github.com:SciTools/tephi.git\n```\nChange to the root directory:\n```shell\ncd tephi\n```\nCreate the `tephi-dev` conda development environment:\n```shell\nmamba env create --file requirements/dev.yml\n```\nNow activate the environment and install the `main` development branch of tephi:\n```shell\nconda activate tephi-dev\npip install --no-deps --editable .\n```\n\n...and you're all set up!\n\n## Documentation\n\nThe [documentation](https://tephi.readthedocs.io/en/latest/) is built by [Sphinx](https://www.sphinx-doc.org/en/master/) and hosted on [Read the Docs](https://docs.readthedocs.io/en/stable/).\n\n\n## Support\n\nNeed help? 😢\n\nWhy not check out our [existing GitHub issues](https://github.com/SciTools/tephi/issues). See something similar?\nWell, give it a thumbs up to raise its priority, and feel free to chip in on the conversation. Otherwise, don't hesitate to\ncreate a [new GitHub issue](https://github.com/SciTools/tephi/issues/new/choose) instead.\n\nHowever, if you'd rather have a natter, then head on over to our\n[GitHub Discussions](https://github.com/SciTools/tephi/discussions).\n\n## License\n\nTephi is distributed under the terms of the [BSD-3-Clause](https://spdx.org/licenses/BSD-3-Clause.html) license.\n\n## [#ShowYourStripes](https://showyourstripes.info/s/globe)\n\n\u003ch4 align=\"center\"\u003e\n  \u003ca href=\"https://showyourstripes.info/s/globe\"\u003e\n    \u003cimg src=\"https://raw.githubusercontent.com/ed-hawkins/show-your-stripes/master/2021/GLOBE---1850-2021-MO.png\"\n         height=\"50\" width=\"800\"\n         alt=\"#showyourstripes Global 1850-2021\"\u003e\u003c/a\u003e\n\u003c/h4\u003e\n\n**Graphics and Lead Scientist**: [Ed Hawkins](http://www.met.reading.ac.uk/~ed/home/index.php), National Centre for Atmospheric Science, University of Reading.\n\n**Data**: Berkeley Earth, NOAA, UK Met Office, MeteoSwiss, DWD, SMHI, UoR, Meteo France \u0026 ZAMG.\n\n\u003cp\u003e\n\u003ca href=\"https://showyourstripes.info/s/globe\"\u003e#ShowYourStripes\u003c/a\u003e is distributed under a\n\u003ca href=\"https://creativecommons.org/licenses/by/4.0/\"\u003eCreative Commons Attribution 4.0 International License\u003c/a\u003e\n\u003ca href=\"https://creativecommons.org/licenses/by/4.0/\"\u003e\n  \u003cimg src=\"https://i.creativecommons.org/l/by/4.0/80x15.png\" alt=\"creative-commons-by\" style=\"border-width:0\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n\u003cbr\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscitools%2Ftephi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fscitools%2Ftephi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscitools%2Ftephi/lists"}