{ "info": { "author": "Robin Wilson", "author_email": "robin@rtwilson.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Science/Research", "License :: OSI Approved :: BSD License", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 3", "Topic :: Scientific/Engineering :: Atmospheric Science", "Topic :: Scientific/Engineering :: Physics", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "PyMicrotops\n===========\n\nThis is a Python module to simplify working with data from the Microtops\nsun photometer.\n\nThe functionality is split into two parts at the moment:\n\n1) Processing Microtops data files (including interpolating AOT at other\n wavelengths)\n\n2) Reading Microtops data from the instrument over a serial connection,\n and saving/processing the data.\n\nPyMicrotops is available on PyPI, so install by running\n``pip install PyMicrotops``\n\nThe module is fairly well documented with docstrings, so a fairly quick\nexample should be all that's needed:\n\n.. code:: python\n\n from PyMicrotops import Microtops\n m = Microtops('microtopsfile.csv')\n # Plot all of the AOT data\n m.plot()\n # Plot for a specific time period\n m.plot('2014-07-10','2014-07-19')\n # Get AOT at a specific wavelength - interpolating if needed\n m.aot(550)\n\nYou can also run the ``read_microtops`` command from the command-line\nwhich will read and save Microtops data from a connected instrument. If\nno command-line parameters are given then it will use a simple\ncommand-line user-interface, alternatively the port to use and the\nfilename to save to can be given as arguments.", "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/robintw/PyMicrotops", "keywords": null, "license": "BSC", "maintainer": null, "maintainer_email": null, "name": "PyMicrotops", "package_url": "https://pypi.org/project/PyMicrotops/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/PyMicrotops/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/robintw/PyMicrotops" }, "release_url": "https://pypi.org/project/PyMicrotops/1.1.0/", "requires_dist": null, "requires_python": null, "summary": "A module to read and process data from the Microtops sun photometer, including reading via serial link and interpolating to AOT at any wavelength", "version": "1.1.0" }, "last_serial": 1811605, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "65268afa0131a7b9b0fae77dea7452d1", "sha256": "64f5b5b670cdd465f0b29305e4bd2e80b272710b0c5258e88ee43f8e6492c7c5" }, "downloads": -1, "filename": "PyMicrotops-1.0.0.tar.gz", "has_sig": false, "md5_digest": "65268afa0131a7b9b0fae77dea7452d1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5199, "upload_time": "2015-11-08T18:03:02", "url": "https://files.pythonhosted.org/packages/73/b0/5d6f0bcc85bac9deb56875056c778f204c32d97cf360882dcc7e1e6e67ef/PyMicrotops-1.0.0.tar.gz" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "ae1ab9cd5d1dbb30a7216e5c61a30d4a", "sha256": "9e7bef8e5e62f526dbdfa58d0791d9b81a43a92546b14b7ced8418a8a70edc16" }, "downloads": -1, "filename": "PyMicrotops-1.0.1.tar.gz", "has_sig": false, "md5_digest": "ae1ab9cd5d1dbb30a7216e5c61a30d4a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5214, "upload_time": "2015-11-08T18:07:16", "url": "https://files.pythonhosted.org/packages/cb/2d/df7d63b0eb698a671bcae56517f686990466abcc3222e8a4341017c56a4e/PyMicrotops-1.0.1.tar.gz" } ], "1.1.0": [ { "comment_text": "", "digests": { "md5": "b3f0be53077bdbc2cbf2988f457f61b7", "sha256": "e7d437262a58b883da72304d1932fcc6655ac7cbb1d091473be11b8f22db5461" }, "downloads": -1, "filename": "PyMicrotops-1.1.0.tar.gz", "has_sig": false, "md5_digest": "b3f0be53077bdbc2cbf2988f457f61b7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5481, "upload_time": "2015-11-11T14:47:43", "url": "https://files.pythonhosted.org/packages/f3/e8/1ff4e7c306749ec3c361bdcf9248bc9d7c79a3ce925f2ddd2a563777e573/PyMicrotops-1.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "b3f0be53077bdbc2cbf2988f457f61b7", "sha256": "e7d437262a58b883da72304d1932fcc6655ac7cbb1d091473be11b8f22db5461" }, "downloads": -1, "filename": "PyMicrotops-1.1.0.tar.gz", "has_sig": false, "md5_digest": "b3f0be53077bdbc2cbf2988f457f61b7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5481, "upload_time": "2015-11-11T14:47:43", "url": "https://files.pythonhosted.org/packages/f3/e8/1ff4e7c306749ec3c361bdcf9248bc9d7c79a3ce925f2ddd2a563777e573/PyMicrotops-1.1.0.tar.gz" } ] }