{ "info": { "author": "Joel Thanwerdas", "author_email": "joel.thanwerdas@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python :: 3", "Topic :: Scientific/Engineering :: Atmospheric Science" ], "description": "# Coriolis\n\n## What is it ?\n`coriolis` is a quick visualization python software developped using PyQt5 and xarray. \nIt allows the user to get a quick insight of a NetCDF (.nc) file.\n\nIt provides multi-dimensional field main statistics, an embedded matplotlib canvas \nto visualize the data (1-D and 2-D plots) and some features to save\nthe figure, scale the data, change the colorbar, use non-linear axis scales and others\n\nAn animation widget is also implemented. However, at this point, matplotlib is not fast enough to enable a \nconfortable and quick visualization refreshment. Other software such as NcView should be used instead.\n\nMore importantly, `coriolis` allows the user to precisely select the data to plot, namely the needed slices\ncan be easily given.\n\n\n![Example](./example.png \"Example\")\n\n## How to install it ?\n\nYou need to install the dependencies before installing the package. They were\nnot included within the package due to some issues with pip-installed PyQt5\npackage.\nWe recommend therefore the Anaconda distribution for installing those dependencies.\n\nIn a pre-activated python3 environment, you can simply do :\n\n``` \n$ conda install matplotlib xarray netcdf4 cartopy`\n$ pip install coriolis\n```\n\n\n##\u00a0How to use it ?\n\nAs for now, only NetCDF (.nc) files can be processed.\n\nYou can use the software by running the command :\n\n`$ coriolis yourfile.nc`\n\n## How to customize it ?\n\nIf you want to customize the figures style, \nyou can modify the custom.mplstyle file which is in the package.\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": "http://github.com/jthanwer/coriolis", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "coriolis", "package_url": "https://pypi.org/project/coriolis/", "platform": "", "project_url": "https://pypi.org/project/coriolis/", "project_urls": { "Homepage": "http://github.com/jthanwer/coriolis" }, "release_url": "https://pypi.org/project/coriolis/0.0.1/", "requires_dist": null, "requires_python": "", "summary": "Quick visualization python software for NetCDF files", "version": "0.0.1" }, "last_serial": 5699204, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "2cecf9e2782be1a322703f12de9baa21", "sha256": "24942567ecd586157cc0d3cf67f3e43ed9ef0015c539fed1064a95426657b394" }, "downloads": -1, "filename": "coriolis-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "2cecf9e2782be1a322703f12de9baa21", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 33301, "upload_time": "2019-08-19T16:06:06", "url": "https://files.pythonhosted.org/packages/1f/8c/065a61b3a3d1ae54dd593f6c9589e5106006b1cb0e23dfa89c2bd1209b7c/coriolis-0.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "377f251efdf2f296853b26f4a17ccbdf", "sha256": "bdf62a62beacca1e521f883148bfbf885f2ff40fed90f9044771471c22bc5274" }, "downloads": -1, "filename": "coriolis-0.0.1.tar.gz", "has_sig": false, "md5_digest": "377f251efdf2f296853b26f4a17ccbdf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16597, "upload_time": "2019-08-19T16:06:08", "url": "https://files.pythonhosted.org/packages/4e/63/1c2bd93a5fb793c6b7eca12acd8da1b06cb99ee532f3721f5c1a1edcc67d/coriolis-0.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "2cecf9e2782be1a322703f12de9baa21", "sha256": "24942567ecd586157cc0d3cf67f3e43ed9ef0015c539fed1064a95426657b394" }, "downloads": -1, "filename": "coriolis-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "2cecf9e2782be1a322703f12de9baa21", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 33301, "upload_time": "2019-08-19T16:06:06", "url": "https://files.pythonhosted.org/packages/1f/8c/065a61b3a3d1ae54dd593f6c9589e5106006b1cb0e23dfa89c2bd1209b7c/coriolis-0.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "377f251efdf2f296853b26f4a17ccbdf", "sha256": "bdf62a62beacca1e521f883148bfbf885f2ff40fed90f9044771471c22bc5274" }, "downloads": -1, "filename": "coriolis-0.0.1.tar.gz", "has_sig": false, "md5_digest": "377f251efdf2f296853b26f4a17ccbdf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16597, "upload_time": "2019-08-19T16:06:08", "url": "https://files.pythonhosted.org/packages/4e/63/1c2bd93a5fb793c6b7eca12acd8da1b06cb99ee532f3721f5c1a1edcc67d/coriolis-0.0.1.tar.gz" } ] }