get_awc: Extract the AWP for a Coordinate Pair

Description Usage Arguments Details Value References Examples

View source: R/get_awc.R

Description

Extract AWC for Point from Webb et al.'s data base

Usage

1
get_awc(coords)

Arguments

coords

a list with lon and lat giving the coordinates

Details

This function extracts the AWC for a given point (list of coordinates as lon and lat). In case there no value at point, the functions looks around a bit to find the next gridpoint that is not NA.

The data set used is the texture derived soil water holding capacity from Webb et al., that is freely available via http://daac.ornl.gov/SOILS/guides/Webb.html

Value

a single value for AWC (in mm)

References

Webb, R. W., C. E. Rosenzweig, and E. R. Levine. 2000. Global Soil Texture and Derived Water-Holding Capacities (Webb et al.). Data set. Available on-line [http://www.daac.ornl.gov] from Oak Ridge National Laboratory Distributed Active Archive Center, Oak Ridge, Tennessee, U.S.A. doi:10.3334/ORNLDAAC/548.

Examples

1
get_awc(list(lon = 11.74, lat = 42.94))

cszang/awc documentation built on May 14, 2019, 12:26 p.m.