openapi: 3.0.1 info: title: Polaris Soils Data Layers description: "The POLARIS Soils Data Layers API provides a spatially continuous, internally consistent, quantitative prediction of soil series at a 30 m spatial resolution for the contiguous United States. \n\n" version: '1.0' servers: - url: https://ag-analytics.azure-api.net/PolarisSoilsDataLayers paths: /get: get: summary: Get Request Polaris Soils Data Layers description: "\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
\n

\n Please note, this API has been deprecated. Please use the new version.\n

\n
\n

\n\nPolaris is a recently developed soil data set that provides additional soil attributes. The POLARIS Soils Data Layers API provides a spatially continuous, internally consistent, quantitative prediction of soil series at a 30 m spatial resolution for the contiguous United States.

\n\n
\n\n\n\n
\n Polaris Soils in Ag-Analytics FarmScope.

\n \n
\n\n\n\n
\n\n\n\n\n\n\n\n\n
\n
Click the Jupyter Notebook Static Sample to view a static rendition of this APIs Jupyter Notebook.
Click the Jupyter Notebook Github Repo to access the Jupyter Notebook .ipynb files and
instructions needed in order to run this APIs Jupyter Notebook.
\n
\n
\n\n\n\n\n\n\n\n
\n \n
\n

Request Parameter Details

\n
\n
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
ParameterData TypeRequired?OptionsDescription
inputShapeEsri GeometryYesSee esriGeometryType
Constants
The shape information for the field,
as an Esri Geometry object
SoilValueStringYesSee SoilValue
Details Table
Soil property to generate map of.
StatisticsStringYesmin, max,mean, and varStatistics options
SoilHorizonStringYes'0-5','5-15','15-30',
'30-60', '60-100', '100-200'
Soil depth in cm
\n
\n
\n\n\n\n \n
\n

SoilValue Details

\n
\n

The following variables can be used for the \"SoilValue\" parameter

\n
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
VariableUnitsDescriptionVariableUnitsDescription
silt%Silt percentageksatcm/hrSaturated hydraulic conductivity
sand%Sand percentageresdtcmDepth to restriction layer
clay%Clay PercentagephN/ASoil pH in H2O
bdg/cm3Bulk Densityom%Organic matter percentage
awcm3/m3Available water contentcaco3%Calcium carbonate percentage
theta_sm3/m3Saturated soil water contentcecmeq/100gCation exchange capacity in soil
theta_rm3/m3Residual soil water contentlambdaN/APore size distribution index
(brooks-corey)
theta_33m3/m3Soil water content at field
capacity
hbcmBubbling pressure
(brooks-corey)
theta_1500m3/m3Soil water content at the
wilting point
nN/AMeasure of the pore size
distribution (van genuchten)
alphacm-1Scale parameter inversely
proportional to mean pore
diameter (van genuchten)
\n
\n
\n
" operationId: get-request-polaris-soils-data-layers parameters: - name: inputShape in: query description: 'The shape information for field in esriGeometryPolygon format. ' required: true schema: enum: - '' type: '' default: '' - name: SoilValue in: query description: 'e.g. pH, Organic Matter' required: true schema: enum: - '' type: '' default: '' - name: Statistics in: query description: 'Statistics options are: min, max, mean, and variance' required: true schema: enum: - '' type: '' default: '' - name: SoilHorizon in: query description: Soil depth in CM. required: true schema: enum: - '' type: '' default: '' responses: '200': description: '' content: application/json: { } components: securitySchemes: apiKeyHeader: type: apiKey name: Ocp-Apim-Subscription-Key in: header apiKeyQuery: type: apiKey name: subscription-key in: query security: - apiKeyHeader: [ ] - apiKeyQuery: [ ]