get_layermeta: Soilgrids Metainformation

Description Usage Arguments Value Examples

View source: R/get_layermeta.R

Description

Get the required soilgrids meta-information.

Usage

1
get_layermeta(project_path, wcs)

Arguments

project_path

Path where the soil_project is located.

wcs

URL of the ISRIC soilgrids geoserver.

Value

Returns either a list with pixel size and extent of Tiffs as numerics or the raw text output.

Examples

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)

chrisschuerz/SWATsolaR documentation built on Oct. 19, 2020, 2:33 p.m.