keywords: Spatial data, GIS Analyst, ArcGIS Desktop, GIS Remote Sensing
How do you calculate NDVI in ArcGIS?
The Normalized Difference Vegetation Indices (NDVI) is an index that measures the amount of green vegetation on Earth’s surface. NDVI calculation requires two bands (Red and Near-Infrared) of satellite data. This tutorial will show how to calculate the NDVI for each pixel in a raster layer.
This tutorial will help GIS Analysts in calculating the NDVI (Normalized Difference Vegetation Index) by using Automation tools in the ArcGIS desktop. There are QGIS plugins also available for calculating NDVI. Also, there’s now a button in the ArcMap 10 onwards series for calculating NDVI in the image analysis window.
To calculate the NDVI in Arcmap, we must first add the image into a raster format. To do so, we can use the add-data option. We can use the ArcMap model builder to calculate the NDVI.
In this tutorial, you will be learning to create your own NDVI model as your first step in learning GIS Automation. Automation is a dream come true for new GIS specialists. The ArcGis tools are used in the Arcmap for the purpose of automation in ArcGIS Desktop.
The model builder in ArcGIS desktop is a tool for non-developers or the kind of people that do not want to code. ArcGIS model builder is a helpful tool for those who don’t have any programming experience and want to automate some complex workflows in GIS. Watch the below video for a complete tutorial on Calculating NDVI using Arcmap Model Builder. I also made a much more complex tool in Arcmap Model builder that calculates Land Surface Temperature from Landsat 8 OLI/TIRS or Landsat 5 MSS. You can contact me anytime or email me for the tool.
Want to hire me as your GIS Analyst?
KML to shapefile conversion tutorial was the previous post. Wanna have a look?
How is NDVI calculated? What is NDVI – Calculating formula
NDVI is the most common and usually the first algorithm used by GIS and Remote Analysts for getting the idea of green spaces such as Vegetation in any satellite imagery. It can be calculated by using two satellite imageries, Red band (Visible Region) and Infrared Band (invisible region). This video tutorial is using two bands of Landsat 8 OLI/TIRS Satellite. The location of the imagery is Karachi, Pakistan (My city where I live). NIR Band in Landsat 8 OLI/TIRS is the 5th, and the Red band is the 4th. The satellite band numberings can be different from satellite to satellite.
NDVI = (NIR-RED)/(NIR+RED)
The final image pixel values must range from -1 to +1. For the value of NDVI to be from 0 to 100, you need to adjust the formula a bit like this.
NDVI = (NIR-RED)/(NIR+RED)*100
Learn Data Science and Coding with GIS Analyst – Huzaifa Mukhtiar
Want to write about GIS on our website? contact us here
Python programming language is used extensively among geospatial scientists due to its vast range of…
2023 Climate Change - Extreme Weather 2023 climate change and weather extremes rising global temperatures…
For beginners in WebGIS, this leaflet map tutorial will help you get started with your…
Georeferencing is an essential part of GIS learning. Usually, it is among the first lessons…
Frequently Asked Questions FAQs in GIS GIS FAQs are collected from various sources on the…
Climate change in Pakistan is a threat to all of the region. Climate change and…