<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Issues with the EVI Method in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/issues-with-the-evi-method/m-p/1706271#M103484</link>
    <description>&lt;P&gt;In full transparency, I did a somewhat deep dive using the Esri Support AI Chatbot for this question as it falls outside of my expertise. Testing of suggested workflows below are strongly recommended:&lt;BR /&gt;&lt;BR /&gt;&amp;lt;CLIP&amp;gt;&lt;BR /&gt;&lt;BR /&gt;Let me know if this works (or does not work) and I'll examine support cases for you.&lt;/P&gt;&lt;P&gt;Large min/max EVI values in ArcGIS Pro with Landsat 8/9 **Collection 2 Level-2 SR** are usually caused by one (or more) of these:&lt;/P&gt;&lt;P&gt;1) **Computing EVI on unscaled integer DN values (or not forcing float math)**&lt;BR /&gt;L2 SR bands are stored as integers; EVI should be computed on **scaled reflectance as floating point**:&lt;BR /&gt;**SR = DN * 0.0000275 + (-0.2)**&lt;/P&gt;&lt;P&gt;2) **Including invalid pixels (clouds/shadows/water-fill) or SR values outside a valid range (often negatives)**&lt;BR /&gt;Those pixels can blow up the EVI denominator and produce extreme outputs. Esri recommends masking out unwanted pixels using the QA band and excluding out-of-range SR values because they can cause band indices to be wrong.&lt;BR /&gt;Reference workflow: [Clean up your Landsat imagery: removing cloud and cloud shadow](&lt;A href="https://www.esri.com/arcgis-blog/products/arcgis-pro/imagery/clean-up-your-landsat-imagery-removing-cloud-and-cloud-shadow" target="_blank"&gt;https://www.esri.com/arcgis-blog/products/arcgis-pro/imagery/clean-up-your-landsat-imagery-removing-cloud-and-cloud-shadow&lt;/A&gt;)&lt;/P&gt;&lt;P&gt;3) **Wrong band mapping/order**&lt;BR /&gt;EVI expects **NIR, Red, Blue**. For Landsat 8/9 that is **B5 (NIR), B4 (Red), B2 (Blue)**.&lt;BR /&gt;EVI formula reference: [Band Arithmetic function—ArcGIS Pro](&lt;A href="https://pro.arcgis.com/en/pro-app/3.4/help/analysis/raster-functions/band-arithmetic-function.htm" target="_blank"&gt;https://pro.arcgis.com/en/pro-app/3.4/help/analysis/raster-functions/band-arithmetic-function.htm&lt;/A&gt;)&lt;/P&gt;&lt;P&gt;## How to obtain valid EVI&lt;BR /&gt;Try this approach:&lt;BR /&gt;- Mask clouds/shadows (and other unwanted categories) using the **QA** product (set unwanted to NoData).&lt;BR /&gt;- Optionally mask SR DN outside a reasonable range (commonly **0–10000** in DN space) before scaling (per Esri’s guidance in the blog above).&lt;BR /&gt;- Scale B2/B4/B5 to float reflectance (DN * 0.0000275 - 0.2).&lt;BR /&gt;- Compute EVI: **2.5 * (NIR - Red) / (NIR + 6*Red - 7.5*Blue + 1)**&lt;BR /&gt;&lt;BR /&gt;&amp;lt;END CLIP&amp;gt;&lt;/P&gt;</description>
    <pubDate>Thu, 04 Jun 2026 15:26:43 GMT</pubDate>
    <dc:creator>Robert_LeClair</dc:creator>
    <dc:date>2026-06-04T15:26:43Z</dc:date>
    <item>
      <title>Issues with the EVI Method</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/issues-with-the-evi-method/m-p/1706194#M103471</link>
      <description>&lt;P&gt;I am calculating EVI in ArcGIS Pro using Landsat 8/9 Collection 2 Level-2 Surface Reflectance (SR) data. After applying the EVI formula with the SR scale factor (0.0000275 and -0.2 offset), the resulting raster has unusually large minimum and maximum values. What could be causing this issue, and how can I obtain valid EVI values?&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jun 2026 09:38:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/issues-with-the-evi-method/m-p/1706194#M103471</guid>
      <dc:creator>DennyFaturrahman</dc:creator>
      <dc:date>2026-06-04T09:38:04Z</dc:date>
    </item>
    <item>
      <title>Re: Issues with the EVI Method</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/issues-with-the-evi-method/m-p/1706271#M103484</link>
      <description>&lt;P&gt;In full transparency, I did a somewhat deep dive using the Esri Support AI Chatbot for this question as it falls outside of my expertise. Testing of suggested workflows below are strongly recommended:&lt;BR /&gt;&lt;BR /&gt;&amp;lt;CLIP&amp;gt;&lt;BR /&gt;&lt;BR /&gt;Let me know if this works (or does not work) and I'll examine support cases for you.&lt;/P&gt;&lt;P&gt;Large min/max EVI values in ArcGIS Pro with Landsat 8/9 **Collection 2 Level-2 SR** are usually caused by one (or more) of these:&lt;/P&gt;&lt;P&gt;1) **Computing EVI on unscaled integer DN values (or not forcing float math)**&lt;BR /&gt;L2 SR bands are stored as integers; EVI should be computed on **scaled reflectance as floating point**:&lt;BR /&gt;**SR = DN * 0.0000275 + (-0.2)**&lt;/P&gt;&lt;P&gt;2) **Including invalid pixels (clouds/shadows/water-fill) or SR values outside a valid range (often negatives)**&lt;BR /&gt;Those pixels can blow up the EVI denominator and produce extreme outputs. Esri recommends masking out unwanted pixels using the QA band and excluding out-of-range SR values because they can cause band indices to be wrong.&lt;BR /&gt;Reference workflow: [Clean up your Landsat imagery: removing cloud and cloud shadow](&lt;A href="https://www.esri.com/arcgis-blog/products/arcgis-pro/imagery/clean-up-your-landsat-imagery-removing-cloud-and-cloud-shadow" target="_blank"&gt;https://www.esri.com/arcgis-blog/products/arcgis-pro/imagery/clean-up-your-landsat-imagery-removing-cloud-and-cloud-shadow&lt;/A&gt;)&lt;/P&gt;&lt;P&gt;3) **Wrong band mapping/order**&lt;BR /&gt;EVI expects **NIR, Red, Blue**. For Landsat 8/9 that is **B5 (NIR), B4 (Red), B2 (Blue)**.&lt;BR /&gt;EVI formula reference: [Band Arithmetic function—ArcGIS Pro](&lt;A href="https://pro.arcgis.com/en/pro-app/3.4/help/analysis/raster-functions/band-arithmetic-function.htm" target="_blank"&gt;https://pro.arcgis.com/en/pro-app/3.4/help/analysis/raster-functions/band-arithmetic-function.htm&lt;/A&gt;)&lt;/P&gt;&lt;P&gt;## How to obtain valid EVI&lt;BR /&gt;Try this approach:&lt;BR /&gt;- Mask clouds/shadows (and other unwanted categories) using the **QA** product (set unwanted to NoData).&lt;BR /&gt;- Optionally mask SR DN outside a reasonable range (commonly **0–10000** in DN space) before scaling (per Esri’s guidance in the blog above).&lt;BR /&gt;- Scale B2/B4/B5 to float reflectance (DN * 0.0000275 - 0.2).&lt;BR /&gt;- Compute EVI: **2.5 * (NIR - Red) / (NIR + 6*Red - 7.5*Blue + 1)**&lt;BR /&gt;&lt;BR /&gt;&amp;lt;END CLIP&amp;gt;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jun 2026 15:26:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/issues-with-the-evi-method/m-p/1706271#M103484</guid>
      <dc:creator>Robert_LeClair</dc:creator>
      <dc:date>2026-06-04T15:26:43Z</dc:date>
    </item>
  </channel>
</rss>

