Skip to main content
Solved

Calculate NDVIRe

  • 21 July 2024
  • 4 replies
  • 32 views

Hi,

How can I calculate NDVIRe, using RasterExpressionEvaluator?

 

  • NDVIRe=Band 8 (NIR)+Band 5 (Red Edge 1) / Band 8 (NIR)−Band 5 (Red Edge 1)​

I don´t know to configure the transformer properly…

 

Thank´s

 

4 replies

Userlevel 6
Badge +39

There is an NDVI custom transformer

https://hub.safe.com/publishers/safe-lab/transformers/ndvicalculator

Userlevel 1
Badge +7

Good!

But the NDVIre is another index.

It is not the same as NDVI.

I need to create the calculation.

Userlevel 4
Badge +14

Good!

But the NDVIre is another index.

It is not the same as NDVI.

I need to create the calculation.

Hi @mr_fme 

the types of bands do not matter. All that matters is that you need two bands and some math with it. You can use NDVICalculator directly if you send IR to Infrared port, and Red Edge - to Red. Or, you can open the transformer and copy the expression from RasterExpressionEvaluator_2 - this is the transformer that does the actual calculation. Red goes to A input port, Infrared goes to B.

Dmitri

Userlevel 1
Badge +7

Thanks

Reply