[](https://github.com/aarande/nexradaws/actions/workflows/ci.yml) [](https://codecov.io/gh/aarande/nexradaws) [](http://nexradaws.readthedocs.io/en/latest/?badge=latest) [](http://nexradaws.readthedocs.io/en/devel/?badge=devel)
# nexradaws
This module is designed to allow you to query and download Nexrad
radar files from Amazon Web Services S3 Storage. The real-time feed and full historical archive of original
resolution (Level II) NEXRAD data, from June 1991 to present, is now freely available on Amazon S3 for anyone to use.
More information can be found here https://aws.amazon.com/public-datasets/nexrad/.
nexradaws supports Python 3.8+.
Github - https://github.com/aarande/nexradaws
PyPi - https://pypi.python.org/pypi/nexradaws
Docs - http://nexradaws.readthedocs.io/en/latest/
**Required dependencies**
* boto3
* pytz
**Optional dependencies**
* pyart
**Install with pip**::
pip install nexradaws
pip install nexradaws[pyart] - to install with pyart support
New in version 2.0:
* Updated to support Python 3.8+, dropped support for Python 2.7.
* Update to new bucket names for NEXRAD data.
* Fix for NoneType when time is in future
New in version 1.1:
* Bug fix for varying filename extensions over the years (.gz .V06 etc). Thanks Nick Guy for the PR!
Raw data
{
"_id": null,
"home_page": null,
"name": "nexradaws",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": null,
"keywords": "weather, radar, nexrad, aws, amazon",
"author": "Aaron Anderson",
"author_email": null,
"download_url": "https://files.pythonhosted.org/packages/a7/33/b2f8be71f8c69e08803d3351fa2ed90842438e17dfe788d4f97654df092b/nexradaws-2.0.0.tar.gz",
"platform": null,
"description": "[](https://github.com/aarande/nexradaws/actions/workflows/ci.yml) [](https://codecov.io/gh/aarande/nexradaws) [](http://nexradaws.readthedocs.io/en/latest/?badge=latest) [](http://nexradaws.readthedocs.io/en/devel/?badge=devel)\n# nexradaws\nThis module is designed to allow you to query and download Nexrad\nradar files from Amazon Web Services S3 Storage. The real-time feed and full historical archive of original\nresolution (Level II) NEXRAD data, from June 1991 to present, is now freely available on Amazon S3 for anyone to use.\nMore information can be found here https://aws.amazon.com/public-datasets/nexrad/.\n\nnexradaws supports Python 3.8+.\n\nGithub - https://github.com/aarande/nexradaws\n\nPyPi - https://pypi.python.org/pypi/nexradaws\n\nDocs - http://nexradaws.readthedocs.io/en/latest/\n\n**Required dependencies**\n\n* boto3\n* pytz\n\n**Optional dependencies**\n\n* pyart\n\n**Install with pip**::\n\n pip install nexradaws\n pip install nexradaws[pyart] - to install with pyart support \n\nNew in version 2.0:\n* Updated to support Python 3.8+, dropped support for Python 2.7.\n* Update to new bucket names for NEXRAD data.\n* Fix for NoneType when time is in future\n\nNew in version 1.1:\n* Bug fix for varying filename extensions over the years (.gz .V06 etc). Thanks Nick Guy for the PR!\n\n\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "Query and download NEXRAD data from AWS S3 storage.",
"version": "2.0.0",
"project_urls": {
"Documentation": "https://nexradaws.readthedocs.io/en/latest/",
"Homepage": "https://nexradaws.readthedocs.io/en/latest/",
"Issues": "https://github.com/aarande/nexradaws/issues",
"Repository": "https://github.com/aarande/nexradaws"
},
"split_keywords": [
"weather",
" radar",
" nexrad",
" aws",
" amazon"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "6e969457517c22146b298ade43b3152849a56c54478156471a8c67600e382a26",
"md5": "192239ff4f54a8f20fa462382f638787",
"sha256": "e6d333f04b67747962e479761267ad93bb4c12a3cdd5f579c83058866f16ae2e"
},
"downloads": -1,
"filename": "nexradaws-2.0.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "192239ff4f54a8f20fa462382f638787",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 18187,
"upload_time": "2025-08-25T02:12:02",
"upload_time_iso_8601": "2025-08-25T02:12:02.075309Z",
"url": "https://files.pythonhosted.org/packages/6e/96/9457517c22146b298ade43b3152849a56c54478156471a8c67600e382a26/nexradaws-2.0.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "a733b2f8be71f8c69e08803d3351fa2ed90842438e17dfe788d4f97654df092b",
"md5": "7611270b6d6243faad83b1454eb5133a",
"sha256": "bd3951bac3fbcbc16e8d3b9ce0cef1c00f77c422b77ccb6ab4baa838af2887fc"
},
"downloads": -1,
"filename": "nexradaws-2.0.0.tar.gz",
"has_sig": false,
"md5_digest": "7611270b6d6243faad83b1454eb5133a",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 15912,
"upload_time": "2025-08-25T02:12:02",
"upload_time_iso_8601": "2025-08-25T02:12:02.939213Z",
"url": "https://files.pythonhosted.org/packages/a7/33/b2f8be71f8c69e08803d3351fa2ed90842438e17dfe788d4f97654df092b/nexradaws-2.0.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-08-25 02:12:02",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "aarande",
"github_project": "nexradaws",
"travis_ci": false,
"coveralls": true,
"github_actions": true,
"requirements": [
{
"name": "boto3",
"specs": []
},
{
"name": "pytz",
"specs": []
}
],
"lcname": "nexradaws"
}