Wykres commitów

6 Commity (f9136f7a0d0c8aec9d0f4053d39d74018cc5ae74)

Autor SHA1 Wiadomość Data
Stephen Vincent Mather 12dac7cd20 fix all the big(tiff) problems 2022-06-29 15:42:13 -04:00
Tomasz Nycz cd9dbe6983 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 ;)

Former-commit-id: 37e49b132c
2017-07-26 15:21:05 +02:00
Dakota Benjamin c13a6be18c Add check for bad index name
Former-commit-id: 5d998a3ac6
2017-07-18 14:54:35 -04:00
Tomasz Nycz f5602f1b55 update usage section
update section apostrophes.

Former-commit-id: cc1c9a06c4
2017-06-28 20:42:48 +02:00
Tomasz Nycz 761364c070 Create readme.md
Visible/RGB Vegetation Indices contrib module description, usage, and bibliography

Former-commit-id: a414259e6f
2017-06-28 20:39:20 +02:00
Tomasz Nycz 388197702e 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.
Former-commit-id: 98a92905d9
2017-06-26 19:38:36 +02:00