Skip to content

Python library to create multispectral indices such as NDVI, SAVI, MSAVI, TVI, GEMI etc.

Notifications You must be signed in to change notification settings

sacridini/QuickIndex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 

Repository files navigation

QuickIndex

28606761-031da9b8-71af-11e7-8e4a-3a716e8a9886

Dependences are:

  • Numpy
  • Gdal
  • Rasterio

Usage

QuickIndex(indices = None, green = None, red = None, nir = None, swir = None)

  • indices: List of indexes like: ["ndvi", "tvi", "savi"] possible choices: NDVI; SR; TVI; TTVI; SAVI; MSAVI; MSAVI2, RVI, DVI, CTVI, GEMI, NRVI, WDVI

  • green: Character or integer. Green band.

  • red: Character or integer. Red band.

  • nir: Character or integer. Near-infrared band

  • swir: Character or integer. Short-wave-infrared band (1400-1800nm).

Example

idx = ["ndvi"]
QuickIndex(idx, red = red_file, nir = nir_file)

About

Python library to create multispectral indices such as NDVI, SAVI, MSAVI, TVI, GEMI etc.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages