I want to publish a series of 8-bit unsigned raster datasets that represent land cover as image services on my ArcGIS server. I am able to publish the raster as an image service, but none of the attributes are carried from my local raster dataset into the ArcGIS server geodatabase. How do I publish a raster dataset with the attributes so that the attributes can be exposed in a popup in a web app or AGOL web map?
I've created an example image service here. You can pull the image into ArcGIS desktop or AGOL, but there are no attributes associated with the raster image.
Timm,
Did you enable Catalog operation under Imaging Capability (Service Editor Window)?
Key concepts for sharing an image service—Help | ArcGIS for Desktop
Catalog—Allows clients to open the tables of a mosaic dataset.
Thanks Jayanta. I'm not able to enable the catalog operation. It sounds like that is only applicable to mosaic datasets. I solved my problem today, but I'm not quite sure why yet. Either including a raster attribute table function xml file during the upload solved the problem, or enabling WMS/WCS functionality on the service did. When I have a better understanding of how I fixed my issue, I will provide an answer.
Timm,
I have the same issue. How did you do it or did you learn?