<?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: EVI calculation with Sentinel 2A data in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/evi-calculation-with-sentinel-2a-data/m-p/1095582#M45255</link>
    <description>&lt;P&gt;The formula considers the bands to be atmospherically corrected (L2A bands).&lt;/P&gt;&lt;P&gt;First you need to do an atmospheric correction using &lt;A href="http://step.esa.int/thirdparties/sen2cor/2.9.0/docs/S2-PDGS-MPC-L2A-SRN-V2.9.0.pdf" target="_self"&gt;Sen2Cor&lt;/A&gt;&amp;nbsp;(Check page No. 63, for the download option).&lt;/P&gt;&lt;P&gt;1. After download, extract the zip file in desired folder (no space in folderpath).&lt;/P&gt;&lt;P&gt;2. From Command Prompt, change directory to the extracted folder. Then execute a similar command as follows.&lt;/P&gt;&lt;LI-CODE lang="csharp"&gt;L2A_Process.bat --resolution 10 &amp;lt;Input Raster Folder path till *.SAFE folder&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JayantaPoddar_0-1630825956106.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/22432i41374425FDEC075B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JayantaPoddar_0-1630825956106.png" alt="JayantaPoddar_0-1630825956106.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;This process may take a while.&lt;/P&gt;&lt;P&gt;Next, Add the desired bands from the newly created *L2A* folder (R10m subfolder) to ArcGIS Pro. Use these bands for the calculation as follows.&lt;/P&gt;&lt;LI-CODE lang="sql"&gt;(2.5 * ("L2A_B08" - "L2A_B04") / (("L2A_B08" + 6.0 * "L2A_B04" - 7.5 * "L2A_B02") + 1.0))/10000&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JayantaPoddar_1-1630826665243.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/22433iB205FE0381B00991/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JayantaPoddar_1-1630826665243.png" alt="JayantaPoddar_1-1630826665243.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JayantaPoddar_2-1630826730052.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/22434i4DA0276F13FB18A5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JayantaPoddar_2-1630826730052.png" alt="JayantaPoddar_2-1630826730052.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;*My Area of Interest (here) is a desert with sparse vegetation.&lt;/P&gt;</description>
    <pubDate>Sun, 05 Sep 2021 07:26:45 GMT</pubDate>
    <dc:creator>JayantaPoddar</dc:creator>
    <dc:date>2021-09-05T07:26:45Z</dc:date>
    <item>
      <title>EVI calculation with Sentinel 2A data</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/evi-calculation-with-sentinel-2a-data/m-p/1095348#M45188</link>
      <description>&lt;P&gt;I'm using ArcGIS Pro 2.8.2. I've downloaded Sentinel 2A data, and would like to use raster calculator to calculate EVI. However, my results are outside of the -1 to 1 range, and the image it produces is very strange.&lt;/P&gt;&lt;P&gt;My code is:&lt;/P&gt;&lt;LI-CODE lang="sql"&gt;2.5*(("B08"-"B04")/(("B08"+6*"B04"-7.5*"B02")+1))&lt;/LI-CODE&gt;&lt;P&gt;where B02 is the blue band, B04 is the red band, and B08 is the NIR band. I based this code off of the general formula given&amp;nbsp;&lt;A href="https://www.indexdatabase.de/db/is.php?sensor_id=96" target="_self"&gt;here&amp;nbsp;&lt;/A&gt;, which is:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="BeckB_0-1630686414495.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/22389i523495001B599F67/image-size/medium?v=v2&amp;amp;px=400" role="button" title="BeckB_0-1630686414495.png" alt="BeckB_0-1630686414495.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;However, when I enter this, I get a range of -18405 to 18220, and my image looks like:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="BeckB_1-1630686478866.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/22390iD75187BCDB15A15F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="BeckB_1-1630686478866.png" alt="BeckB_1-1630686478866.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Any advice on why this might be would be greatly appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 03 Sep 2021 16:28:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/evi-calculation-with-sentinel-2a-data/m-p/1095348#M45188</guid>
      <dc:creator>BeckB</dc:creator>
      <dc:date>2021-09-03T16:28:35Z</dc:date>
    </item>
    <item>
      <title>Re: EVI calculation with Sentinel 2A data</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/evi-calculation-with-sentinel-2a-data/m-p/1095470#M45230</link>
      <description>&lt;P&gt;When I have had this problem I have sampled band values of targeted vegetated and non-vegetated areas in the image and tested out the index in Excel or a calculator and if those are reasonable, then you know it is a software issue. A question that comes to mind is whether the index calculation is expecting an atmospheric or reflectance correction to be done before the index is calculated.&lt;/P&gt;</description>
      <pubDate>Fri, 03 Sep 2021 22:22:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/evi-calculation-with-sentinel-2a-data/m-p/1095470#M45230</guid>
      <dc:creator>curtvprice</dc:creator>
      <dc:date>2021-09-03T22:22:37Z</dc:date>
    </item>
    <item>
      <title>Re: EVI calculation with Sentinel 2A data</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/evi-calculation-with-sentinel-2a-data/m-p/1095582#M45255</link>
      <description>&lt;P&gt;The formula considers the bands to be atmospherically corrected (L2A bands).&lt;/P&gt;&lt;P&gt;First you need to do an atmospheric correction using &lt;A href="http://step.esa.int/thirdparties/sen2cor/2.9.0/docs/S2-PDGS-MPC-L2A-SRN-V2.9.0.pdf" target="_self"&gt;Sen2Cor&lt;/A&gt;&amp;nbsp;(Check page No. 63, for the download option).&lt;/P&gt;&lt;P&gt;1. After download, extract the zip file in desired folder (no space in folderpath).&lt;/P&gt;&lt;P&gt;2. From Command Prompt, change directory to the extracted folder. Then execute a similar command as follows.&lt;/P&gt;&lt;LI-CODE lang="csharp"&gt;L2A_Process.bat --resolution 10 &amp;lt;Input Raster Folder path till *.SAFE folder&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JayantaPoddar_0-1630825956106.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/22432i41374425FDEC075B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JayantaPoddar_0-1630825956106.png" alt="JayantaPoddar_0-1630825956106.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;This process may take a while.&lt;/P&gt;&lt;P&gt;Next, Add the desired bands from the newly created *L2A* folder (R10m subfolder) to ArcGIS Pro. Use these bands for the calculation as follows.&lt;/P&gt;&lt;LI-CODE lang="sql"&gt;(2.5 * ("L2A_B08" - "L2A_B04") / (("L2A_B08" + 6.0 * "L2A_B04" - 7.5 * "L2A_B02") + 1.0))/10000&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JayantaPoddar_1-1630826665243.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/22433iB205FE0381B00991/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JayantaPoddar_1-1630826665243.png" alt="JayantaPoddar_1-1630826665243.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JayantaPoddar_2-1630826730052.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/22434i4DA0276F13FB18A5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JayantaPoddar_2-1630826730052.png" alt="JayantaPoddar_2-1630826730052.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;*My Area of Interest (here) is a desert with sparse vegetation.&lt;/P&gt;</description>
      <pubDate>Sun, 05 Sep 2021 07:26:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/evi-calculation-with-sentinel-2a-data/m-p/1095582#M45255</guid>
      <dc:creator>JayantaPoddar</dc:creator>
      <dc:date>2021-09-05T07:26:45Z</dc:date>
    </item>
  </channel>
</rss>

