bomrang (version 0.6.0)

get_available_radar: Get a Listing of Available BOM Radar Imagery

Description

Fetch a listing of available BOM radar imagery from ftp://ftp.bom.gov.au/anon/gen/radar/ to determine which files are currently available for download. The files available are the most recent radar imagery for each location, which are updated approximately every 6 to 10 minutes by the BOM.

Usage

get_available_radar(radar_id = "all")

Arguments

radar_id

Character. BOM radar ID of interest for which a list of available images will be returned. Defaults to all images currently available.

Value

A data frame of all selected radar locations with location information and product_ids.

Details

Valid BOM radar ID for each location required.

References

Australian Bureau of Meteorology (BOM) radar images http://www.bom.gov.au/australia/radar/

Examples

Run this code
# NOT RUN {
# Check availability radar imagey for Wollongong (radar_id = 3)
imagery <- get_available_radar(radar_id = "3")
# }
# NOT RUN {
# }

Run the code above in your browser using DataCamp Workspace