Skip to content

mitch3x3/vegi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vegi


Python Library for deriving vegetation indexes from satellite or aerial imagery

Full Index List


Installation

pip install vegi

Dependencies

  • numpy
  • rasterio

Usage

Input arguments follow a convention of increasing wavelength using their full lowercase color as the variable name.

import vegi

# Normalized Difference Vegetation Index
array = vegi.ndvi(red, nir)

# Green Atmospherically Resistant Vegetation Index
array = vegi.gari(blue, green, red, nir)

# Soil Adjusted Vegetation Index
array = vegi.savi(red, nir, L=0.5)

About

Python Library for Vegetation Indexes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages