Download from Geosciences Australia's Radiometric Map of Australia
download_radiometric.Rd
Download from Geosciences Australia's Radiometric Map of Australia
Usage
download_radiometric(
layer,
bounding_box,
out_path,
resolution = 1,
crs = "EPSG:4326",
format_out = "GeoTIFF"
)
Arguments
- layer
Layer name(s) to download as a vector of strings
- bounding_box
A numeric vector of coordinate values used to generate a bounding box around are of interest in EPSG:4326 format, for example,
c(min_x, min_y, max_x, max_y)
- out_path
Path to an output/download folder, e.g.
'downloads/'
- resolution
An integer value for resolution, in arc seconds
- crs
Coordinate referencing system (CRS) to use. Currently, only accepts 'EPSG:4326'
- format_out
File format of downloaded file. Can only be
"GeoTIFF"
or"NetCDF"
. Defaults to"GeoTIFF"
Details
Layers
radmap2019_grid_dose_terr_awags_rad_2019
radmap2019_grid_dose_terr_filtered_awags_rad_2019
radmap2019_grid_k_conc_awags_rad_2019
radmap2019_grid_k_conc_filtered_awags_rad_2019
radmap2019_grid_th_conc_awags_rad_2019
radmap2019_grid_th_conc_filtered_awags_rad_2019
radmap2019_grid_thk_ratio_awags_rad_2019
radmap2019_grid_u2th_ratio_awags_rad_2019
radmap2019_grid_u_conc_awags_rad_2019
radmap2019_grid_u_conc_filtered_awags_rad_2019
radmap2019_grid_uk_ratio_awags_rad_2019
radmap2019_grid_uth_ratio_awags_rad_2019