A data frame containing information about the products available from the Soil and Landscape Grid of Australia.

slga_product_info

Format

A data frame with 23 observations and 14 variables

Type

Product Type - Soil or Landscape

Product

Product Name

Short_Name

Product short name

Code

Product code

xmin

left bounding longitude in decimal degrees

xmax

right bounding longitude in decimal degrees

ymin

bottom latitude in decimal degrees

ymax

top bounding latitude in decimal degrees

offset_x

Cell resolution in x dimension

offset_y

Cell resolution in y dimension

origin_x

x coordinate result of raster::origin() for this dataset.

origin_y

y coordinate result of raster::origin() for this dataset.

ncol

number of raster cells in x dimension

nrow

number of raster cells in y dimension

Source

See also https://www.clw.csiro.au/aclep/soilandlandscapegrid/ProductDetails-SoilAttributes.html

Details

All datasets are projected in EPSG:4326 (WGS84). Grid parameters have been retrieved from metadata viewable with WCS DescribeCoverage requests.