Select to view content in your preferred language

Value of each corresponding cell in multiple rasters

849
2
Jump to solution
01-13-2018 03:29 AM
DamianMilne
Emerging Contributor

Hi, I have 75 raster datasets. Each dataset is spatially identical - same extent, same cell size, same number of rows and columns, same projection. Only the cell values differ. What I am ultimately trying to do is derive a table that shows the value for each spatially corresponding grid cell for all 75 datasets. i.e.

Cell no.Raster1Raster2Raster3.Raster75
15344NO DATA.55
24223NO DATA.34
3NO DATA6590.10
456055.NO DATA
.....
1000435776.15

Any assistance gratefully received.

Thanks, Damian

0 Kudos
1 Solution

Accepted Solutions
AbdullahAnter
Honored Contributor

First, Convert any raster  to point   Raster to Point—Help | ArcGIS Desktop  .

Second , Use Extract Multi Values to Points—Help | ArcGIS Desktop and input 75 raster dataset. and you will get your table as attribute of the point feature class.

that is all.It may be take a few minutes. 

View solution in original post

2 Replies
AbdullahAnter
Honored Contributor

First, Convert any raster  to point   Raster to Point—Help | ArcGIS Desktop  .

Second , Use Extract Multi Values to Points—Help | ArcGIS Desktop and input 75 raster dataset. and you will get your table as attribute of the point feature class.

that is all.It may be take a few minutes. 

DamianMilne
Emerging Contributor

Wow, that was way easier than anticipated. Thank you so much Abdullah.

Sincerely, Damian

0 Kudos