ArcGIS REST Services Directory Login
JSON

Raster Attribute Table (rcp45_precip_raster)

{
 "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
  }
 ],
 "features": [
  {"attributes": {
   "OBJECTID": 1,
   "Value": -50,
   "Count": 3
  }},
  {"attributes": {
   "OBJECTID": 2,
   "Value": 0,
   "Count": 4864
  }},
  {"attributes": {
   "OBJECTID": 3,
   "Value": 50,
   "Count": 12435
  }},
  {"attributes": {
   "OBJECTID": 4,
   "Value": 100,
   "Count": 4126
  }},
  {"attributes": {
   "OBJECTID": 5,
   "Value": 150,
   "Count": 1145
  }},
  {"attributes": {
   "OBJECTID": 6,
   "Value": 200,
   "Count": 159
  }}
 ]
}