Get a List of Available BOM Satellite Imagery
Fetch a listing of BOM GeoTIFF satellite imagery from ftp://ftp.bom.gov.au/anon/gen/gms/ to determine which files are currently available for download. Files are available at ten minute update frequency with a 24-hour delete time. It is useful to know the most recent files available and then specify in the get_satellite_imagery()
function. Ported from list("bomrang").
get_available_imagery(product_id = "all")
product_id: Character. BOM product ID of interest for which a list of available images will be returned. Defaults to all images currently available.A vector of all available files for the requested Product ID(s).
Valid BOM satellite Product IDs for GeoTIFF files include:
# Check availability of AHI VIS (true colour) / IR (Ch13 greyscale) composite # 1km FD GEOS GIS images imagery <- get_available_imagery(product_id = "IDE00425") imagery
Australian Bureau of Meteorology (BOM ) high-definition satellite images http://www.bom.gov.au/australia/satellite/index.shtml
Other BOM: find_forecast_towns(), get_ag_bulletin(), get_available_radar(), get_coastal_forecast(), get_precis_forecast(), get_radar_imagery(), get_satellite_imagery(), parse_ag_bulletin(), parse_coastal_forecast(), parse_precis_forecast()
Other metadata: find_forecast_towns(), find_nearby_stations(), find_stations_in(), get_available_radar(), get_dpird_availability(), get_stations_metadata()
Adam H. Sparks, [email protected]
Related functions from the same R package
Useful links