All Projects → aarande → nexradaws

aarande / nexradaws

Licence: MIT license
This python package is designed to provide query and download capabilities to the NEXRAD archive available on Amazon Web Services (AWS). https://aws.amazon.com/public-datasets/nexrad/

Programming Languages

python
139335 projects - #7 most used programming language
Dockerfile
14818 projects

Projects that are alternatives of or similar to nexradaws

Ws4kp
WeatherStar 4000+
Stars: ✭ 100 (+212.5%)
Mutual labels:  weather, radar
rradar
🌊 Animate current U.S. NOAA NWS N0R Radar Images
Stars: ✭ 26 (-18.75%)
Mutual labels:  radar, nws
bioRad
R package for analysis and visualisation of biological signals in weather radar data
Stars: ✭ 24 (-25%)
Mutual labels:  radar, nexrad
rain-geojson-sg
Straight-forward API server to convert rain area radar images (Singapore) to GeoJSON
Stars: ✭ 15 (-53.12%)
Mutual labels:  weather, radar
MeteoalarmCard
Meteoalarm, Météo-France and DWD severe weather warnings card for Home Assistant Lovelace UI ⛈️
Stars: ✭ 48 (+50%)
Mutual labels:  weather, nws
api
Community discussion and documentation for the NWS API
Stars: ✭ 168 (+425%)
Mutual labels:  weather, nws
go-nexrad
NEXRAD Data Processing with Go
Stars: ✭ 19 (-40.62%)
Mutual labels:  radar, nexrad
wetterdienst
Open weather data for humans
Stars: ✭ 190 (+493.75%)
Mutual labels:  weather, radar
Wradlib
weather radar data processing - python package
Stars: ✭ 143 (+346.88%)
Mutual labels:  weather, radar
Ruby Scripts
A collection of ruby scripts for those who live in the command line
Stars: ✭ 234 (+631.25%)
Mutual labels:  weather
bring-your-own-data-labs
Bring your own data Labs: Build a serverless data pipeline based on your own data
Stars: ✭ 40 (+25%)
Mutual labels:  aws-s3
Minimalistweather
Android 平台开源天气 App,采用 MVP、RxJava、Retrofit2、OKHttp3、Dagger2、RetroLambda 等开源库来实现。
Stars: ✭ 2,411 (+7434.38%)
Mutual labels:  weather
Profiles
👍 Make JavaScript Great Again
Stars: ✭ 238 (+643.75%)
Mutual labels:  weather
Champ
A Telegram bot combined with python to serve some basic functions like weather, music charts, cricket score and much more.
Stars: ✭ 22 (-31.25%)
Mutual labels:  weather
Wttr.in
⛅ The right way to check the weather
Stars: ✭ 16,345 (+50978.13%)
Mutual labels:  weather
Weather-app
This is a simple not complicated weather app, that I have built using openweather API, promises, await/async, and WebPack. you can find the live link below don't hesitate to check your local weather status at any point in time.
Stars: ✭ 18 (-43.75%)
Mutual labels:  weather
Datweatherdoe
Simple menu bar weather app for macOS
Stars: ✭ 209 (+553.13%)
Mutual labels:  weather
Marquee Scroller
Marquee Scroller Clock News Weather and More
Stars: ✭ 211 (+559.38%)
Mutual labels:  weather
Guided Missile Simulation
Guided Missile, Radar and Infrared EOS Simulation Framework written in Fortran.
Stars: ✭ 33 (+3.13%)
Mutual labels:  radar
Weather-SwiftUI
A weather app that uses the Dark Sky API built using SwiftUI! Get the current weather for a particular location and check out the 5-day forecast!
Stars: ✭ 107 (+234.38%)
Mutual labels:  weather

Build Status codecov Documentation Status Documentation Status

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 2.7 and Python 3.6.

Github - https://github.com/aarande/nexradaws

PyPi - https://pypi.python.org/pypi/nexradaws

Docs - http://nexradaws.readthedocs.io/en/latest/

Required dependencies

  • boto3
  • pytz
  • six

Optional dependencies

  • pyart

Install with pip::

pip install nexradaws

New in version 1.1:

  • Bug fix for varying filename extensions over the years (.gz .V06 etc). Thanks Nick Guy for the PR!
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].