Skip to main content

Tools for downloading and overlaying radar images from the Ridge radar sites.

Project description

This package provides tools for downloading and overlaying radar images from the NOAA Ridge radar sites.

https://travis-ci.org/chaddotson/noaa_radar.svg?branch=master

From the command line

From the command line, it is easy to request images with the provided utility script. This example fetches the radar image from the site near Atlanta. It includes all of the available layers.

fetch_radar_image_cli --composite_reflectivity --counties --cities --topo --rivers --legend --warnings --rivers ffc sample.jpg

Some simple code examples.

from noaa_radar import Radar

noaa = Radar()

image = noaa.get_composite_reflectivity('HTX')
image.save("composite_reflectivity.jpg")

image = noaa.get_base_reflectivity('HTX')
image.save("base_reflectivity.jpg")

image = noaa.get_storm_relative_motion('HTX')
image.save("storm_relative_motion.jpg")

image = noaa.get_base_velocity('HTX')
image.save("base_velocity.jpg")

image = noaa.get_one_hour_precipitation('HTX')
image.save("one_hour_precipitation.jpg")

image = noaa.get_storm_total_precipitation('HTX')
image.save("storm_total_precipitation.jpg")

For an map of radar sites see, the noaa map at https://www.roc.noaa.gov/wsr88d/Images/WSR-88DCONUSCoverage1000.jpg. On the map, Radar site names start with a K, just remove it and you have the name string of the site to request. For example, ‘KHTX’ becomes ‘HTX’.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

noaa_radar-0.7.2.tar.gz (5.0 kB view details)

Uploaded Source

File details

Details for the file noaa_radar-0.7.2.tar.gz.

File metadata

  • Download URL: noaa_radar-0.7.2.tar.gz
  • Upload date:
  • Size: 5.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for noaa_radar-0.7.2.tar.gz
Algorithm Hash digest
SHA256 1752dad38a4649f71e3e112e32065f8b9ce6b73535f69e4d3b3bc60f05700b32
MD5 75cfebe3dc15c5764542340f1e337f3d
BLAKE2b-256 781253ddf4da8540aab62b550a1a78e218a6e4f6ffbf0db992d4f65a9d492026

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page