Description Usage Arguments Details Value Author(s) References Examples
View source: R/get_satellite_imagery.R
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. Useful to know the most recent files
available and then specify in the get_satellite_imagery
function.
1 | 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. |
Valid BOM satellite Product IDs for 'GeoTIFF' files include:
AHI cloud cover only 2km FD GEOS GIS
AHI IR (Ch13) greyscale 2km FD GEOS GIS
AHI VIS (Ch3) greyscale 2km FD GEOS GIS
AHI IR (Ch13) Zehr 2km FD GEOS GIS
AHI VIS (true colour) / IR (Ch13 greyscale) composite 1km FD GEOS GIS
AHI VIS (true colour) / IR (Ch13 greyscale) composite 2km FD GEOS GIS
AHI WV (Ch8) 2km FD GEOS GIS
AHI cloud cover only 2km AUS equirect. GIS
AHI IR (Ch13) greyscale 2km AUS equirect. GIS
AHI VIS (Ch3) greyscale 2km AUS equirect. GIS
AHI IR (Ch13) Zehr 2km AUS equirect. GIS
AHI VIS (true colour) / IR (Ch13 greyscale) composite 1km AUS equirect. GIS
AHI VIS (true colour) / IR (Ch13 greyscale) composite 2km AUS equirect. GIS
AHI WV (Ch8) 2km AUS equirect. GIS
AHI VIS (Ch3) greyscale 0.5km AUS equirect. GIS
A vector of all available files for the requested Product ID(s).
Adam H. Sparks, adamhsparks@gmail.com
Australian Bureau of Meteorology (BOM) high-definition satellite images http://www.bom.gov.au/australia/satellite/index.shtml
1 2 3 | # Check availability of AHI VIS (true colour) / IR (Ch13 greyscale) composite
# 1km FD GEOS GIS images
imagery <- get_available_imagery(product_id = "IDE00425")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.