Thanks for submitting this request, you are not alone in asking for cell editing functionality.
There are four ways you can go about editing a raster in Pro version 17.
- Edit meta-data (like band names). You do this via the Raster Info tab. Meta-data that is editable will have an edit button shown next to it.
- Edit existing raster cell values to validate or invalidate them or to change their value. We have no UI component that allows you to do this although it is possible if you write your own code using the raster SDK.
- Add new raster cells. An MRR does not have a fixed extent and new data can be added to it. This can be done via the Merge operation which has an efficient option to merge a small raster into a large raster.
- Extend the structure of a raster (like adding a new field). We allow this via the Combine operation.
The existing Cell Value UI tool seems like a suitable place to add cell value editing. It shows you a spreadsheet of the surrounding cells and you can click on the raster to move the position. Perhaps we can allow users to simply edit values in that spreadsheet.