ingest_wise_byvar: WISE30sec ingest

View source: R/ingest_wise_byvar.R

ingest_wise_byvarR Documentation

WISE30sec ingest

Description

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

Usage

ingest_wise_byvar(var, df_lonlat, layer = 1, dir)

Arguments

var

A character string specifying the variable name (WISE30sec standard)

df_lonlat

A data frame containing columns lon and lat specifying points for extraction.

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 1.

dir

A character string specifying the path to the local directory containing WISE30sec data.

Value

A data frame with ingested data

Examples

## Not run: settings <- ingest_wise_byvar("CNrt")


stineb/ingestr documentation built on July 21, 2024, 6:39 p.m.