{ "info": { "author": "Chad Dotson", "author_email": "chad@cdotson.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", "Topic :: Utilities" ], "description": "noaa_radar\n==========\n\nThis package provides tools for downloading and overlaying radar images from the NOAA Ridge radar sites.\n\n.. image:: https://travis-ci.org/chaddotson/noaa_radar.svg?branch=master\n\n\n\nFrom the command line\n---------------------\nFrom the command line, it is easy to request images with the provided utility script. This example\nfetches the radar image from the site near Atlanta. It includes all of the available layers.\n\n\n.. code-block:: bash\n\n fetch_radar_image_cli --composite_reflectivity --counties --cities --topo --rivers --legend --warnings --rivers ffc sample.jpg\n\n\n\nSome simple code examples.\n--------------------------\n\n.. code-block:: python\n\n from noaa_radar import Radar\n\n noaa = Radar()\n\n image = noaa.get_composite_reflectivity('HTX')\n image.save(\"composite_reflectivity.jpg\")\n\n image = noaa.get_base_reflectivity('HTX')\n image.save(\"base_reflectivity.jpg\")\n\n image = noaa.get_storm_relative_motion('HTX')\n image.save(\"storm_relative_motion.jpg\")\n\n image = noaa.get_base_velocity('HTX')\n image.save(\"base_velocity.jpg\")\n\n image = noaa.get_one_hour_precipitation('HTX')\n image.save(\"one_hour_precipitation.jpg\")\n\n image = noaa.get_storm_total_precipitation('HTX')\n image.save(\"storm_total_precipitation.jpg\")\n\n\nFor an map of radar sites see, the noaa map at https://www.roc.noaa.gov/wsr88d/Images/WSR-88DCONUSCoverage1000.jpg.\nOn the map, Radar site names start with a K, just remove it and you have the name string of the site\nto request. For example, 'KHTX' becomes 'HTX'.", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/chaddotson/noaa_radar/tarball/0.7.2", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/chaddotson/noaa_radar", "keywords": "noaa,radar,weather", "license": "GNUv3", "maintainer": null, "maintainer_email": null, "name": "noaa_radar", "package_url": "https://pypi.org/project/noaa_radar/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/noaa_radar/", "project_urls": { "Download": "https://github.com/chaddotson/noaa_radar/tarball/0.7.2", "Homepage": "https://github.com/chaddotson/noaa_radar" }, "release_url": "https://pypi.org/project/noaa_radar/0.7.2/", "requires_dist": null, "requires_python": null, "summary": "Tools for downloading and overlaying radar images from the Ridge radar sites.", "version": "0.7.2" }, "last_serial": 1967413, "releases": { "0.7.0": [], "0.7.1": [ { "comment_text": "", "digests": { "md5": "42e6675dce76d978593c5fb68ca8f702", "sha256": "9909060ae167e1ea333352f2ab3eb5140f2caeda1c99006142c7cc30deb2c5ff" }, "downloads": -1, "filename": "noaa_radar-0.7.1.tar.gz", "has_sig": false, "md5_digest": "42e6675dce76d978593c5fb68ca8f702", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5042, "upload_time": "2016-02-21T02:14:51", "url": "https://files.pythonhosted.org/packages/fc/5a/4bff98d423c1b8eadfc97a79788ff44d8219135b65969a8e2f3663a2cf43/noaa_radar-0.7.1.tar.gz" } ], "0.7.2": [ { "comment_text": "", "digests": { "md5": "75cfebe3dc15c5764542340f1e337f3d", "sha256": "1752dad38a4649f71e3e112e32065f8b9ce6b73535f69e4d3b3bc60f05700b32" }, "downloads": -1, "filename": "noaa_radar-0.7.2.tar.gz", "has_sig": false, "md5_digest": "75cfebe3dc15c5764542340f1e337f3d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5040, "upload_time": "2016-02-21T02:19:55", "url": "https://files.pythonhosted.org/packages/78/12/53ddf4da8540aab62b550a1a78e218a6e4f6ffbf0db992d4f65a9d492026/noaa_radar-0.7.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "75cfebe3dc15c5764542340f1e337f3d", "sha256": "1752dad38a4649f71e3e112e32065f8b9ce6b73535f69e4d3b3bc60f05700b32" }, "downloads": -1, "filename": "noaa_radar-0.7.2.tar.gz", "has_sig": false, "md5_digest": "75cfebe3dc15c5764542340f1e337f3d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5040, "upload_time": "2016-02-21T02:19:55", "url": "https://files.pythonhosted.org/packages/78/12/53ddf4da8540aab62b550a1a78e218a6e4f6ffbf0db992d4f65a9d492026/noaa_radar-0.7.2.tar.gz" } ] }