apiGetSoilData: Get SoilData

Description Usage Arguments Examples

View source: R/APICalls.R

Description

Returns soil observation data

Usage

1
2
3
apiGetSoilData(observedProperty = NULL, PropertyGroup = NULL,
  DataSet = NULL, bbox = NULL, numToReturn = NULL, usr = "Demo",
  key = "Demo")

Arguments

observedProperty

(Optional) Specify the soil data property/s to return. It should be a single observedProperty code or a semi-colon delimited text string of observedProperty codes.

PropertyGroup

(Optional) Extract data for a defined group of soil properties.

DataSet

(Optional) Filter the data returned to a specific set of DataSets. It should be a single DataSet code or a semi-colon delimited text string of DataSet codes. Default = All DataSets

bbox

(Optional) The rectangular bounding box of the area in the form minx;maxx;miny;maxy - semicolon delimited

numToReturn

(Optional) The number of records to be returned. Default = All

usr

(Required) User name for accessing the API. To register for an API key go to - https://shiny.esoil.io/SoilDataFederator/Register/ You can use usr=Demo & key=Demo but only the first 5 records will be returned

key

(Required) API key for accessing the API.

Examples

1

AusSoilsDSM/SoilDataFeder8R documentation built on Jan. 11, 2020, 2:11 a.m.