View source: R/get_slga_soil_profile.R
get_slga_soil | R Documentation |
This function gets a soil profile for the Australia extent
get_slga_soil(lonlat)
lonlat |
Longitude and latitude vector (e.g. c(151.8306, -27.4969)) |
The data comes from https://esoil.io/TERNLandscapes/Public/Pages/SLGA/index.html
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
Chloe (Yunru Lai) and Fernando E. Miguez
## 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.