{ "info": { "author": "Bill Little", "author_email": "bill.james.little@gmail.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)" ], "description": "tephi\n=====\n\nTephigram plotting in Python.\n\nThe tephi module provides plotting of tephigrams from ASCII text files. \n\nA function is provided to load text files into a data structure that may be used for plotting tephigrams with tephi::\n\n >>> import os.path\n >>> import tephi\n >>> winds = os.path.join(tephi.RESOURCES_DIR, 'barbs.txt')\n >>> columns = ('pressure', 'dewpoint', 'wind_speed', 'wind_direction')\n >>> barbs = tephi.loadtxt(winds, column_titles=columns)\n >>> barbs\n tephidata(\n pressure=array([ 1006., 924., 900., 850., 800., 755., 710., 700.,\n 600., 500., 470., 459., 400., 300., 250.], dtype=float32)\n dewpoint=array([ 26.39999962, 20.29999924, 19.79999924, 14.5 ,\n 12.89999962, 8.30000019, -5. , -5.0999999 ,\n -11.19999981, -8.30000019, -12.10000038, -12.5 ,\n -32.90000153, -46. , -53. ], dtype=float32)\n wind_speed=array([ 0., 1., 5., 5., 7., 10., 12., 15., 25., 35., 40.,\n 43., 45., 50., 55.], dtype=float32)\n wind_direction=array([ 0., 15., 25., 30., 60., 90., 105., 120., 180.,\n 240., 270., 285., 300., 330., 359.], dtype=float32))\n \nThese data structures can then be used to plot a tephigram::\n\n >>> dews = zip(barbs.pressure, barbs.dewpoint)\n >>> barb_vals = zip(barbs.wind_speed, barbs.wind_direction, barbs.pressure)\n >>> tpg = tephi.Tephigram()\n >>> profile = tpg.plot(dews)\n >>> profile.barbs(barb_vals)\n >>> plt.show()", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/SciTools/tephi", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "tephi", "package_url": "https://pypi.org/project/tephi/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/tephi/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/SciTools/tephi" }, "release_url": "https://pypi.org/project/tephi/0.1.0/", "requires_dist": null, "requires_python": null, "summary": "Tephigram plotting in Python", "version": "0.1.0" }, "last_serial": 2892664, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "c5bddc8fc61650f4b2281e71df1252b3", "sha256": "850e9380aa8909401c766762e39e2b42b878069683f3ff60d22bdcfbc0e5b560" }, "downloads": -1, "filename": "tephi-0.1.0.tar.gz", "has_sig": false, "md5_digest": "c5bddc8fc61650f4b2281e71df1252b3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 32668, "upload_time": "2014-07-01T10:24:01", "url": "https://files.pythonhosted.org/packages/94/aa/4c97ff01bbfe4f8d855853d91b949ca9e8a4833e5a8b84b79655254f1406/tephi-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "c5bddc8fc61650f4b2281e71df1252b3", "sha256": "850e9380aa8909401c766762e39e2b42b878069683f3ff60d22bdcfbc0e5b560" }, "downloads": -1, "filename": "tephi-0.1.0.tar.gz", "has_sig": false, "md5_digest": "c5bddc8fc61650f4b2281e71df1252b3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 32668, "upload_time": "2014-07-01T10:24:01", "url": "https://files.pythonhosted.org/packages/94/aa/4c97ff01bbfe4f8d855853d91b949ca9e8a4833e5a8b84b79655254f1406/tephi-0.1.0.tar.gz" } ] }