I have an integer FGDB raster and a FGDB point layer, both in the same CRS/projection. I'd like to count the number of points that overlay each raster cell and then apply that count to the raster (either as the new raster cell value or perhaps in a different field in the raster's attribute table - assuming it had one).
I could convert the raster to a polygon layer and do a point-in-polygon analysis, then convert the polygon back to a raster, but that seems kind of cumbersome.
A search through help files and the internet turns up nothing. Surely I can't be the first to be faced with this?
I have access to both Arc 10.4.1 and QGIS 2.16.1.