View source: R/ingest_wise_byvar.R
ingest_wise_byvar | R Documentation |
Ingests WISE30sec data. This follows code outlined here: https://gis.stackexchange.com/questions/246476/link-raster-tiff-with-attribute-table-txt-in-qgis-or-r
ingest_wise_byvar(var, df_lonlat, layer = 1, dir)
var |
A character string specifying the variable name (WISE30sec standard) |
df_lonlat |
A data frame containing columns |
layer |
An integer specifying soil layer.
See https://www.isric.org/documents/document-type/isric-report-201501-world-soil-property-estimates-broad-scale-modelling for available layers.
Defaults to |
dir |
A character string specifying the path to the local directory containing WISE30sec data. |
A data frame with ingested data
## Not run: settings <- ingest_wise_byvar("CNrt")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.