ArcGIS REST Services Directory Login
JSON

Raster Attribute Table (Imagery/Soil_Productivity)

{
 "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": "prod_class",
   "type": "esriFieldTypeString",
   "alias": "prod_class",
   "domain": null,
   "length": 50
  }
 ],
 "features": [
  {"attributes": {
   "objectid": 1,
   "value": 1,
   "count": 142168860,
   "prod_class": "1. NON PRODUCTIVE"
  }},
  {"attributes": {
   "objectid": 2,
   "value": 2,
   "count": 142665840,
   "prod_class": "2. LOW PRODUCTIVE"
  }},
  {"attributes": {
   "objectid": 3,
   "value": 3,
   "count": 40123609,
   "prod_class": "3. MODERATELY LOW PRODUCTIVE"
  }},
  {"attributes": {
   "objectid": 4,
   "value": 4,
   "count": 110354846,
   "prod_class": "4. MODERATELY PRODUCTIVE"
  }},
  {"attributes": {
   "objectid": 5,
   "value": 5,
   "count": 212939881,
   "prod_class": "5. HIGHLY PRODUCTIVE"
  }},
  {"attributes": {
   "objectid": 6,
   "value": 0,
   "count": 82007787,
   "prod_class": "6. DATA NOT AVAILABLE"
  }}
 ]
}