Wykres commitów

5 Commity (8e366e2357fc0428014a1733801ebede72c59aa3)

Autor SHA1 Wiadomość Data
Tomasz Nycz 37e49b132c Repair bad index checking
isinstance(object, classinfo) checks only if object has correct python type, not value. Let's try this with more traditional method ;)
2017-07-26 15:21:05 +02:00
Dakota Benjamin 5d998a3ac6 Add check for bad index name 2017-07-18 14:54:35 -04:00
Tomasz Nycz cc1c9a06c4 update usage section
update section apostrophes.
2017-06-28 20:42:48 +02:00
Tomasz Nycz a414259e6f Create readme.md
Visible/RGB Vegetation Indices contrib module description, usage, and bibliography
2017-06-28 20:39:20 +02:00
Tomasz Nycz 98a92905d9 Initial commit for vegind.py
Vegetation Indexes for Visible RGB imagery calculations, 
Usage: ./vegind.py <orto.tif> index
Available indexes: ngrdi (Normalized green red difference index), vari (Visible Atmospheric Resistant Index), tgi (Triangular Greenness Index).

Work inspired by DroneDeploy Plant Health app, that uses VARI index too.
2017-06-26 19:38:36 +02:00