ArcGIS REST Services Directory Login
JSON

Raster Attribute Table (Imagery/Soil_Texture)

{
 "objectIdFieldName": "",
 "fields": [
  {
   "name": "objectid",
   "type": "esriFieldTypeOID",
   "alias": "objectid",
   "domain": null
  },
  {
   "name": "value",
   "type": "esriFieldTypeInteger",
   "alias": "value",
   "domain": null
  },
  {
   "name": "count",
   "type": "esriFieldTypeDouble",
   "alias": "count",
   "domain": null
  },
  {
   "name": "descr",
   "type": "esriFieldTypeString",
   "alias": "descr",
   "domain": null,
   "length": 50
  },
  {
   "name": "descr_map",
   "type": "esriFieldTypeString",
   "alias": "descr_map",
   "domain": null,
   "length": 50
  }
 ],
 "features": [
  {"attributes": {
   "objectid": 1,
   "value": 0,
   "count": 43533353,
   "descr": "5. DATA NOT AVAILABLE",
   "descr_map": "DATA NOT AVAILABLE"
  }},
  {"attributes": {
   "objectid": 2,
   "value": 1,
   "count": 341551423,
   "descr": "1. Fine texture",
   "descr_map": "Loamy clay,Clay,sandy clay, silty clay, sandy clay"
  }},
  {"attributes": {
   "objectid": 3,
   "value": 2,
   "count": 158793336,
   "descr": "2. Medium texture",
   "descr_map": "Loam, silt loam,silt,sandy loam"
  }},
  {"attributes": {
   "objectid": 4,
   "value": 3,
   "count": 103087538,
   "descr": "3. Coarse Texture",
   "descr_map": "Loamy sand,sand"
  }},
  {"attributes": {
   "objectid": 5,
   "value": 4,
   "count": 83295197,
   "descr": "4. Rocky and non soil",
   "descr_map": "Rocky,other non-soil categories(builtup,waterbody)"
  }}
 ]
}