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)
A character string specifying the variable name (WISE30sec standard)
A data frame containing columns lon
and
lat
specifying points for extraction.
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 1
.
A character string specifying the path to the local directory containing WISE30sec data.
A data frame with ingested data
if (FALSE) settings <- ingest_wise_byvar("CNrt") # \dontrun{}