I have created a NDVI time-series map for 5 different years. Now I want to prepare a combined raster band of the 5 years' time interval to form a single combined raster band.
How can this be done in ArcMap?
1 Answer 1
To create an image composite of five years NDVI data you can use the Composite Bands tool in ArcGIS.
Go to Data Management > Raster > Raster Processing > Composite Bands. Double-click the Composite Bands Tool. For input features, add all NDVI raster layers.
EDIT: I think you want all the raster bands to be in a single band. The Composite Band tool just overlays one layer after another creating a multi-band raster. If you want a single NDVI band, you can use the Cell Statistics tool. The tool uses a particular statistics of each corresponding cells in a composite raster.
You can use the tool to create a mean, sum, median or any other statistical function according to the requirements. You can add the composite raster as the input or just add the NDVI bands as input bands in the tool.
-
@That worked well; but the value was found different for the CB thus formed. The composite band thus formed shows different range of value for band with total band showing from B1 to B5. Thus, in this case, which Band shows the true value of NDVI.Pushkar– Pushkar2023年07月30日 11:53:23 +00:00Commented Jul 30, 2023 at 11:53
-
Sorry, I am unable to understand the problem.Padmanabha– Padmanabha2023年08月01日 15:38:35 +00:00Commented Aug 1, 2023 at 15:38
-
@The result created a composite band but the composite band on checking symbology showed 5 band with different values. Thus, in this case which band shows the true value of NDVI for composite band.Pushkar– Pushkar2023年08月02日 03:02:54 +00:00Commented Aug 2, 2023 at 3:02
-
@Pushkar I have edited my answer.Padmanabha– Padmanabha2023年08月14日 04:58:03 +00:00Commented Aug 14, 2023 at 4:58
-
That worked well but the value is rendered between High : 3.27219e+08 and Low : -2.76656e+09 but the mean pixel value should be obtained between 0 and 1. How can this be solved???Pushkar– Pushkar2023年08月17日 03:09:36 +00:00Commented Aug 17, 2023 at 3:09
Explore related questions
See similar questions with these tags.