Fetch BOM radar imagery from ftp://ftp.bom.gov.au/anon/gen/radar/
and return a magick image object. Files available are the
most recent radar snapshot which are updated approximately every 6 to 10
minutes. It is suggested to check file availability first by using
get_available_radar()
.
Arguments
- product_id
Character
. BOM product ID to download and import. Value is required.- path
Character
. A character string with the name where the downloaded file is saved. If not provided, the default valueNULL
is used which saves the file in an R session temp directory.- download_only
Boolean
. Whether the radar image is loaded into the environment as a magick object or just downloaded. Defaults toFALSE
Value
A magick object of the most recent radar image snapshot
published by the BOM. If download_only = TRUE
there will be
a NULL
return value with the download path printed in the console as a
message.
Details
Valid BOM Radar Product IDs for radar imagery
can be obtained from get_available_radar()
.
References
Australian Bureau of Meteorology (BOM) radar images
http://www.bom.gov.au/australia/radar/
See also
Other BOM:
find_forecast_towns()
,
get_ag_bulletin()
,
get_available_imagery()
,
get_available_radar()
,
get_coastal_forecast()
,
get_precis_forecast()
,
get_satellite_imagery()
,
parse_ag_bulletin()
,
parse_coastal_forecast()
,
parse_precis_forecast()
Other data fetching:
get_ag_bulletin()
,
get_coastal_forecast()
,
get_data_drill()
,
get_data_drill_apsim()
,
get_dpird_apsim()
,
get_dpird_extremes()
,
get_dpird_minute()
,
get_dpird_summaries()
,
get_patched_point()
,
get_patched_point_apsim()
,
get_precis_forecast()
,
get_satellite_imagery()
Author
Dean Marchiori, deanmarchiori@gmail.com