Description Usage Arguments Value Examples
View source: R/get_layermeta.R
Get the required soilgrids meta-information.
1  | get_layermeta(project_path, wcs)
 | 
project_path | 
 Path where the soil_project is located.  | 
wcs | 
 URL of the ISRIC soilgrids geoserver.  | 
Returns either a list with pixel size and extent of Tiffs as numerics or the raw text output.
1 2 3 4 5 6 7  | # Generate the required input for `obtain_soilgrids()`:
  layer_meta <- get_layermeta()
  layer_meta
# Check all meta information:
# (also for crosschecking that function works properly)
  get_layermeta(raw = TRUE)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.