<?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: Create NDVI from LANDSAT in Imagery and Remote Sensing Questions</title>
    <link>https://community.esri.com/t5/imagery-and-remote-sensing-questions/create-ndvi-from-landsat/m-p/86006#M122</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can calculate NDVI in arcgis, here help you&amp;nbsp;&lt;A class="link-titled" href="https://www.youtube.com/watch?v=u6GGbvslGKo" title="https://www.youtube.com/watch?v=u6GGbvslGKo"&gt;calculate NDVI in ArcGIS - YouTube&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 07 Jan 2017 01:45:13 GMT</pubDate>
    <dc:creator>myname</dc:creator>
    <dc:date>2017-01-07T01:45:13Z</dc:date>
    <item>
      <title>Create NDVI from LANDSAT</title>
      <link>https://community.esri.com/t5/imagery-and-remote-sensing-questions/create-ndvi-from-landsat/m-p/86002#M118</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have downloaded data from LANDSAT 8. I want to create a layer for NDVI. I have read several sources on using the bands for creating the raster. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I started with this:&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.thadwester.com/blog/ndvi-calculation-in-arcgis-10" title="http://www.thadwester.com/blog/ndvi-calculation-in-arcgis-10"&gt;Calculating NDVI in ArcGIS 10 - Thad Wester&lt;/A&gt; &lt;/P&gt;&lt;P&gt;I followed the steps and each time my raster was not what I expected. Then I noticed the NDVI option in the Image Analysis Window and tried that. The resulting raster looks like what I expect, almost all green, since I am looking at a forest. However, the values range from 1 - 100something, when they are supposed to be -1 to 1 at most, so that output is suspect to me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I searched some more for how to come up with the raster and found this:&lt;/P&gt;&lt;P&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#//009t00000052000000" title="http://resources.arcgis.com/en/help/main/10.1/index.html#//009t00000052000000"&gt;ArcGIS Help 10.1&lt;/A&gt; &lt;/P&gt;&lt;P&gt;I still can't find the Band Arithmetic function. I rely on the GUI, I don't know anything about programming, so if it's not a distinct tools or menu item, I don't know how to access it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Looking at the explanation here&lt;/P&gt;&lt;P&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#//009t000000n3000000" title="http://resources.arcgis.com/en/help/main/10.1/index.html#//009t000000n3000000"&gt;ArcGIS Help 10.1&lt;/A&gt; &lt;/P&gt;&lt;P&gt;it says that the IR and red bands are defaulted to 3 and 4. I didn't know which was which, Wikipedia says that LANDSAT 8 breaks down where IR is 5 and red is 4. Options lets me change that and I did, but no matter what I do, I can't get a raster that I expect. I've tried Image Analysis Window with different methods and raster calculator under Spatial Analyst.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And I saw this:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/message/387404"&gt;Is there a problem with ndvi function in ArcMap 10.2? Not getting expected results.&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not sure what step to take next.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Feb 2015 17:37:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/imagery-and-remote-sensing-questions/create-ndvi-from-landsat/m-p/86002#M118</guid>
      <dc:creator>johnpolo</dc:creator>
      <dc:date>2015-02-13T17:37:10Z</dc:date>
    </item>
    <item>
      <title>Re: Create NDVI from LANDSAT</title>
      <link>https://community.esri.com/t5/imagery-and-remote-sensing-questions/create-ndvi-from-landsat/m-p/86003#M119</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Regarding values of 1-100+:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;referring to &lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//009t000000n3000000"&gt;this help page&lt;/A&gt;, it tells you that the Image Analysis NDVI button applies two function NDVI and Colormap.&lt;/LI&gt;&lt;LI&gt;following onto the &lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#/NDVI_function/009t00000052000000/"&gt;NDVI function page&lt;/A&gt;, it explains why the values are positive - to fit in an 8-bit raster (0-255).&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can scale the values 0 -&amp;gt; 255 to -1 -&amp;gt; 1, using a formula like: ((value/255) * 2) - 1&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Feb 2015 20:06:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/imagery-and-remote-sensing-questions/create-ndvi-from-landsat/m-p/86003#M119</guid>
      <dc:creator>DarrenWiens2</dc:creator>
      <dc:date>2015-02-13T20:06:43Z</dc:date>
    </item>
    <item>
      <title>Re: Create NDVI from LANDSAT</title>
      <link>https://community.esri.com/t5/imagery-and-remote-sensing-questions/create-ndvi-from-landsat/m-p/86004#M120</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you, Darren.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Feb 2015 20:27:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/imagery-and-remote-sensing-questions/create-ndvi-from-landsat/m-p/86004#M120</guid>
      <dc:creator>johnpolo</dc:creator>
      <dc:date>2015-02-13T20:27:26Z</dc:date>
    </item>
    <item>
      <title>Re: Create NDVI from LANDSAT</title>
      <link>https://community.esri.com/t5/imagery-and-remote-sensing-questions/create-ndvi-from-landsat/m-p/86005#M121</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just following up on how to calculate NDVI through the Raster Calculator:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The basic formula is : (NIR-VisRed)/(NIR+VisRed), where NIR = near-infrared band (or raster) and VisRed = visible red band (or raster).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are two tricky parts to using this formula in Raster Calculator:&lt;/P&gt;&lt;P&gt;1.) You will likely want to specify an individual raster band (or bands) within a multiband raster. You can only do this using the full file path in (10.1 at least), appending "\Band_1" (or other band number) to the end. For example, this would point to band 5 in a raster stored in "C:/rasters/raster.tiff": "C:/rasters/raster.tiff/Band_5"&lt;/P&gt;&lt;P&gt;2.) Your bands are likely integer rasters. An integer raster plus, minus, multiplied, or divided by another integer raster results in an integer raster. However, an integer raster operated by a floating point raster results in a floating point raster. We want a floating point NDVI layer in the end, so we must cast at least one of the integer rasters to floating point (the floating point will propagate through the formula). You can cast an integer to floating point using "Float(raster)" (note the capital "F").&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the example below, I have a one-band NIR raster loaded in ArcMap and an RGB colour raster, from which I pull the red band.&lt;/P&gt;&lt;PRE __default_attr="python" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_14240312684421935 jive_text_macro" jivemacro_uid="_14240312684421935"&gt;&lt;P&gt;(Float("0015_nir.tiff") - "C:\rasters\0015_rgb.tiff\Band_1")/("0015_nir.tiff" + "C:\rasters\0015_rgb.tiff\Band_1")&lt;/P&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 15 Feb 2015 20:16:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/imagery-and-remote-sensing-questions/create-ndvi-from-landsat/m-p/86005#M121</guid>
      <dc:creator>DarrenWiens2</dc:creator>
      <dc:date>2015-02-15T20:16:26Z</dc:date>
    </item>
    <item>
      <title>Re: Create NDVI from LANDSAT</title>
      <link>https://community.esri.com/t5/imagery-and-remote-sensing-questions/create-ndvi-from-landsat/m-p/86006#M122</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can calculate NDVI in arcgis, here help you&amp;nbsp;&lt;A class="link-titled" href="https://www.youtube.com/watch?v=u6GGbvslGKo" title="https://www.youtube.com/watch?v=u6GGbvslGKo"&gt;calculate NDVI in ArcGIS - YouTube&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 Jan 2017 01:45:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/imagery-and-remote-sensing-questions/create-ndvi-from-landsat/m-p/86006#M122</guid>
      <dc:creator>myname</dc:creator>
      <dc:date>2017-01-07T01:45:13Z</dc:date>
    </item>
    <item>
      <title>Re: Create NDVI from LANDSAT</title>
      <link>https://community.esri.com/t5/imagery-and-remote-sensing-questions/create-ndvi-from-landsat/m-p/86007#M123</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Darren,&lt;/P&gt;&lt;P&gt;I am using Sentinel 2, Landsat 8 and MODIS data.&lt;/P&gt;&lt;P&gt;My NDVI value for Sentinel is between 0-255 as well. Do you know why this trasnformation is done for Sentinel's NDVI value?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Is there a way to scale sentinel's data before any calculations so no more scaling is needed afterwards?&amp;nbsp;&lt;/STRONG&gt;I know for Landsat and MODIS the scaling is *0.0001.&lt;/P&gt;&lt;P&gt;Because I need to calculate&amp;nbsp;GVMI ((NIR+0.1)-(SWIR-0.02))/((&lt;SPAN&gt;(NIR+0.1)+(SWIR-0.02)) so I am wondering how to apply the "0.1" and "0.02". Should I use the same formula as NDVI?&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I would be so thankful if you could help with this.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 May 2020 07:59:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/imagery-and-remote-sensing-questions/create-ndvi-from-landsat/m-p/86007#M123</guid>
      <dc:creator>LydiaLi</dc:creator>
      <dc:date>2020-05-28T07:59:12Z</dc:date>
    </item>
  </channel>
</rss>

