get_slga_soil: Retrieve soil profile data from SLGA (Soils for Australia)

View source: R/get_slga_soil_profile.R

get_slga_soilR Documentation

Retrieve soil profile data from SLGA (Soils for Australia)

Description

This function gets a soil profile for the Australia extent

Usage

get_slga_soil(lonlat)

Arguments

lonlat

Longitude and latitude vector (e.g. c(151.8306, -27.4969))

Details

The data comes from https://esoil.io/TERNLandscapes/Public/Pages/SLGA/index.html

Value

a data.frame with elements: depth (midpoint in cm), depths (as character in cm), thickness (cm), clay, sand, silt, wv1500, wv0033, bdod, nitrogen, phh2o, cec, soc

Author(s)

Chloe (Yunru Lai) and Fernando E. Miguez

Examples

## Not run: 
## retrieve data from longitude and latitude 151.8305805675806 and -27.496873026858598
## Note: This can take a couple of minutes
slga.soil <- get_slga_soil(lonlat = c(151.8306, -27.4969)) 


## End(Not run)

apsimx documentation built on April 3, 2025, 10:58 p.m.