Description Usage Arguments Value Examples
Extracts values for GPS df from soil velox raster
1 | extract_soil_gps(velox_raster, spdf, soil_layers)
|
velox_raster |
A list of velox raster from which to extract values |
spdf |
A SpatialPointsDataFrame of the GPS for which we'll be extracting data from the velox raster. |
soil_layers |
the names of the variables being extracted. These are applied to the extracted values. |
A list of velox raster extracts with one point per lon/lat in the spdf
1 | ## Not run: extract_soil_gps(raster_list, SpatialPointsDataFrame, c("ph", "n"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.