View source: R/ingest_soilgrids.R
ingest_soilgrids | R Documentation |
SoilGrids point data ingest This follows code outlined here: https://git.wur.nl/isric/soilgrids/soilgrids.notebooks/-/blob/master/markdown/xy_info_from_R.md
ingest_soilgrids(siteinfo, settings)
siteinfo |
A character string specifying the site name (ID) |
settings |
A list returned by a call to get_settings_soilgrids |
A data frame with ingested data, nested in column data.
## Not run: settings <- ingest_soilgrids("id1", lon = 100, lat = 50)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.