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.1.tar.gz (5.0 kB view details)

Uploaded Source

File details

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

File metadata

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

File hashes

Hashes for noaa_radar-0.7.1.tar.gz
Algorithm Hash digest
SHA256 9909060ae167e1ea333352f2ab3eb5140f2caeda1c99006142c7cc30deb2c5ff
MD5 42e6675dce76d978593c5fb68ca8f702
BLAKE2b-256 fc5a4bff98d423c1b8eadfc97a79788ff44d8219135b65969a8e2f3663a2cf43

See more details on using hashes here.

Supported by

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