{ "info": { "author": "Fatih Celik", "author_email": "fatih.celik@b2metric.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "# noaa-weather-api \n\nYou can access historical weather data with NOAA Weather API.\n\n## Getting Started\n\nMethod : ```get_all_stations_in_location(): ```\n\nReturns all stations in that given country.\n```df_s``` is a data frame that contains information such as station code, latitude and longitude.\n\n```\nfrom noaa import get_all_stations_in_location as gas\n\ndf_s = get_all_stations(dataset, location, n_token)\n```\n\n```df_s``` looks like this:\n\n![alt_text](images/df_s.png)\n\n\nMethod : ```get_bulk_weather_in_station():```\n\n\nReturns one historical weather report for a given station between two dates, using one of the resulting station id's.\n\nDate: Must be in ```String``` and ```YYYY-MM-DD``` format. Example: ```'2019-06-26'```\n```\ndf_w = get_bulk_weather_in_station(dataset, location, s_date, e_date, n_token)\n```\n\n\n```df_w``` looks like this:\n![alt_text](images/df_w.png)\n\n\nFor more information about abbreviations: [click here](ftp://ftp.ncdc.noaa.gov/pub/data/ghcn/daily/readme.txt).\n\n\n\n\n\n\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/celikfatih", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "noaa-weather", "package_url": "https://pypi.org/project/noaa-weather/", "platform": "", "project_url": "https://pypi.org/project/noaa-weather/", "project_urls": { "Homepage": "https://github.com/celikfatih" }, "release_url": "https://pypi.org/project/noaa-weather/0.1/", "requires_dist": null, "requires_python": "", "summary": "A bulk historical weather data from National Oceanic and Atmospheric Administration.", "version": "0.1" }, "last_serial": 5451538, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "b636fa395dffa697ac3f3aaf0fe887c2", "sha256": "d43b6adfae1d80d16698f57d89a11a3a61c45dc849c46b08170f72a995d74b13" }, "downloads": -1, "filename": "noaa_weather-0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "b636fa395dffa697ac3f3aaf0fe887c2", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 4068, "upload_time": "2019-06-26T12:59:43", "url": "https://files.pythonhosted.org/packages/3c/f1/16f593c75f2fcfd493d5967721c72e1cb696ad8296369c905188d4088ee0/noaa_weather-0.1-py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "b636fa395dffa697ac3f3aaf0fe887c2", "sha256": "d43b6adfae1d80d16698f57d89a11a3a61c45dc849c46b08170f72a995d74b13" }, "downloads": -1, "filename": "noaa_weather-0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "b636fa395dffa697ac3f3aaf0fe887c2", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 4068, "upload_time": "2019-06-26T12:59:43", "url": "https://files.pythonhosted.org/packages/3c/f1/16f593c75f2fcfd493d5967721c72e1cb696ad8296369c905188d4088ee0/noaa_weather-0.1-py3-none-any.whl" } ] }