{ "info": { "author": "Robert Gieseke", "author_email": "robert.gieseke@pik-potsdam.de", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "Operating System :: OS Independent", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6" ], "description": "GHG Renamer\n===========\n\nA Python tool to rename various names used for Greenhouse Gas emissions or\nconcentrations tables to a common naming scheme.\n\nExample:\n\n```python\nfrom ghgrenamer import to_shortname\n\nto_shortname(\"CO2_emissions\") # => 'CO2'\n\n```\n\nExample usage:\n\n```python\nfrom ghgrenamer import to_shortname\n\nimport pandas as pd\n\ndf = pd.read_excel(\n \"Supplementary_Table_UoM_GHGConcentrations-1-1-0_annualmeans_v23March2017.xls\",\n skiprows=21,\n index_col=0,\n sheet_name=1\n)\n\nprint([to_shortname(i) for i in df.columns])\n\"\"\"\n ['CO2',\n 'CH4',\n 'N2O',\n 'HFC134a',\n 'HFC23',\n 'HFC32',\n 'HFC125',\n 'HFC143A',\n 'HFC152A',\n 'HFC227EA',\n 'HFC236FA',\n 'HFC245fa',\n 'HFC-365mfc',\n 'HFC-43-10mee',\n 'NF3',\n 'SF6',\n # ...\n\"\"\"\n```\n\nAlternative names are defined in `names.yaml`.\nRun `make` to update them into the `mappings.py` submodule.\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/openclimatedata/ghgrenamer", "keywords": "", "license": "BSD", "maintainer": "", "maintainer_email": "", "name": "ghgrenamer", "package_url": "https://pypi.org/project/ghgrenamer/", "platform": "", "project_url": "https://pypi.org/project/ghgrenamer/", "project_urls": { "Homepage": "https://github.com/openclimatedata/ghgrenamer" }, "release_url": "https://pypi.org/project/ghgrenamer/0.2.1/", "requires_dist": null, "requires_python": "", "summary": "Tool to rename GHG emissions or concentration names", "version": "0.2.1" }, "last_serial": 3974129, "releases": { "0.1.2": [ { "comment_text": "", "digests": { "md5": "a8f829253d26f1932cf6c4726aabe8be", "sha256": "dab5899c40abfbb3d2726405dc879834023afd060c22c7cc4ffb4e9c9c22d453" }, "downloads": -1, "filename": "ghgrenamer-0.1.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "a8f829253d26f1932cf6c4726aabe8be", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 3172, "upload_time": "2018-06-15T14:51:10", "url": "https://files.pythonhosted.org/packages/84/bf/48ff530b80ee9c727c4718fddedc460e6f10a2c108ae493552373c059a85/ghgrenamer-0.1.2-py2.py3-none-any.whl" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "86b768917b902b07efb9d0f40bf6fd6c", "sha256": "d73bb39a2b9fe3e557f685b4ce021b648f2cbffcea4561e577c1cf03a6d55ad3" }, "downloads": -1, "filename": "ghgrenamer-0.2.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "86b768917b902b07efb9d0f40bf6fd6c", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 3177, "upload_time": "2018-06-18T16:28:52", "url": "https://files.pythonhosted.org/packages/5b/47/f20e1d670d5b57008c034f0c92da9be42ad81ef55aaffe509ec177fa8eb2/ghgrenamer-0.2.1-py2.py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "86b768917b902b07efb9d0f40bf6fd6c", "sha256": "d73bb39a2b9fe3e557f685b4ce021b648f2cbffcea4561e577c1cf03a6d55ad3" }, "downloads": -1, "filename": "ghgrenamer-0.2.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "86b768917b902b07efb9d0f40bf6fd6c", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 3177, "upload_time": "2018-06-18T16:28:52", "url": "https://files.pythonhosted.org/packages/5b/47/f20e1d670d5b57008c034f0c92da9be42ad81ef55aaffe509ec177fa8eb2/ghgrenamer-0.2.1-py2.py3-none-any.whl" } ] }