NDVI in GRASS GIS

May 26, 2024 | GRASS

“Hey you’ve been on a NDVI kick as of late!”. Technically I’ve been on a learning kick as of late. When I get burned out I tend to float back to the thing that gives me some comfort and that’s numbers and mapping etc.

This morning (being a Holiday weekend) I decided to tackle NDVI in GRASS. I don’t know if you’ve fired up GRASS lately but it’s different. Different in a good way.

One interface and not a series of menus. Processing tools on the right. Map layers on the left.

So – how do I get an NDVI map out of this? I have the USGS NAIP with it’s four bands. So lets use r.in.gdal to import my raster. That’s going to give me a 4 band import.

Once that’s done a lot of things get set like region and resolution. If you remember – (or at least as I remember) that was a manual process. So you end with with 4 bands displayed in the view. That’s boring. Lets skip to the chase and use i.vi.

Aaaaannnnnndd with a click of the run button it’s done. That is it. You also get the python from the tool.

i.vi --overwrite output=NDVI viname=ndvi red=m_3408418_se_16_060_20220110.1@PERMANENT nir=m_3408418_se_16_060_20220110.4@PERMANENT green=m_3408418_se_16_060_20220110.2@PERMANENT blue=m_3408418_se_16_060_20220110.3@PERMANENT

Here you go:

I know there’s more that I can do at this point and I probably will when I take another break and dig into some common problems and tackling it with a different toolset.

You may also like

Watershed GIS Part 1

Watershed GIS Part 1

I typically spend June wondering about what I'm doing, have done, and need to do work wise. One thing I keep thinking about is "the old days". By old days I mean the start of my career which was doing a lot of Watershed Mapping. Back in the mid 90's we would be...

GRASS 8.0 Released

GRASS 8.0 Released

I'm a bit late to the game on this one - but my favorite guilty pleasure software just got a new major release. Guilty Pleasure software? Yeah - I like GRASS and I run it when I can where I can. I actually had a job a few years ago with a drone company and I had to do...

The Third Day of XYMas – GRASS

I know - I'm running behind. So look at these 12 days as either "hints" or "tools"....or both.  Being a consultant I walk into some weird situations with data and clients - so it helps to take a full complement of tools into a situation....and a good attitude but...