Skip to main content
Solved

Calculate NDVIRe

  • July 20, 2024
  • 4 replies
  • 47 views

mr_fme
Enthusiast
Forum|alt.badge.img+9

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

 

Best answer by dmitribagh

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

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

4 replies

hkingsbury
Celebrity
Forum|alt.badge.img+65
  • Celebrity
  • July 21, 2024

mr_fme
Enthusiast
Forum|alt.badge.img+9
  • Author
  • Enthusiast
  • July 22, 2024

Good!

But the NDVIre is another index.

It is not the same as NDVI.

I need to create the calculation.


dmitribagh
Safer
Forum|alt.badge.img+17
  • Safer
  • Best Answer
  • July 22, 2024

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


mr_fme
Enthusiast
Forum|alt.badge.img+9
  • Author
  • Enthusiast
  • July 22, 2024

Thanks