【发布时间】:2022-12-28 02:01:48
【问题描述】:
I have three overlapping rasters with the same pixel size. raster1 has the values 1-10, raster2 has the values 1-4 and raster3 has the values 1-6. I want to create a new layer that pastes their values together, to get a unique ID. For example, for a pixel in which raster1=10, raster2=3, raster3=5 I want the output to be a raster with a pixel value of "10-3-5".
【问题讨论】:
-
Does merge helps?