Wykres commitów

40 Commity (01e411958aa8ff7766dceb90e39bfb91917dba9d)

Autor SHA1 Wiadomość Data
Mathijs de Bruin 01e411958a Fix F821 errors (undefined name references) 2025-05-20 14:09:11 +01:00
Rion Lerm 18cab57e9f
I realised the TGI equation may be erroneous thsu I removed it. I am surprised that no one questioned it before so hopefully it was not used much. 2023-10-17 16:34:32 +02:00
Piero Toffanin 530720b699 Adds support for automatically selecting the proper band filter 2023-10-03 15:13:56 -04:00
Piero Toffanin 474e2d844b Add RGNRe 2023-10-02 10:19:16 -04:00
Piero Toffanin d5e597fee8 Update formulas 2023-10-02 10:10:48 -04:00
Piero Toffanin c2bb526df7 Temperature algorithm rename 2023-05-18 15:24:39 -04:00
Vagner Silveira 74d82d09cb
Update Formulas.py - Include the MPRI index
I would like to suggest the inclusion of the MPRI vegetative index (Modified Photochemical Reflectance Index), as it has a 90% correlation with the NDVI in studies carried out for use in large cultures here in Brazil, with RGB cameras. the code would be just below the VARI index on lines 47 to 52.
2023-03-31 10:18:00 -04:00
Philippe Rémy 9d3da2f2bd
Update formulas.py 2023-02-21 14:26:52 +07:00
Piero Toffanin e26de1af7d Add -1,1 range to ratio formulas 2022-10-01 18:09:42 +02:00
Piero Toffanin a803d919da Allow min/max input freedom 2022-10-01 17:43:26 +02:00
Piero Toffanin d06fc0088f Fix band order bug, temperature formulas 2022-09-12 13:31:44 -04:00
Scott 1eb024bc43
Add NDYI Index 2022-07-24 09:59:43 -06:00
Piero Toffanin 73b4acd8ee More stable get_algorithm_list 2022-07-07 00:44:06 -04:00
Piero Toffanin 1100c28f94 Rename Ir formulas 2022-07-07 00:07:50 -04:00
Piero Toffanin df07b08748 Remove gray formula 2022-07-06 23:57:33 -04:00
usplm f379109a7b Use Lwir as thermal band code 2022-07-06 23:56:32 -04:00
usplm 0e5d67bbdd Added Gray formula 2022-07-06 23:56:29 -04:00
usplm 37745fd68b Added Thermal formula 2022-07-06 23:55:42 -04:00
usplm dc80e4ca6d Added NDRE formula 2022-07-06 23:51:23 -04:00
usplm b21b919b4f Added NDWI formula 2022-07-06 23:51:14 -04:00
Saijin-Naib 77ea2c827d
Update formulas.py
Fix syntax for power operator to **
2021-10-28 13:19:03 -04:00
Saijin-Naib 7692c30053
Update formulas.py
Fix broken syntax on lines 23-24
2021-10-28 11:31:20 -04:00
Saijin-Naib aa306dc94f
Add vNDVI to formulas.py
vNDVI is a new RGB/Visible index derived from a genetic algorithm trained against citrus, grap, and sugarcane crop data.

The index is not normalized, so much care has to be taken when applying it as values will exceed the expected 0-1 range.

Reference paper:  
https://www.sciencedirect.com/science/article/pii/S016816991932383X

Requested by:  
Patrick Cochard
2021-10-28 11:26:12 -04:00
Piero Toffanin 6749d8c3cb Comma fix 2021-08-27 08:56:09 -04:00
Rion 9afa7648fd
Update formulas.py 2021-08-27 11:39:48 +02:00
Chihiro-KATO ba75f71b2d
Update formulas.py 2021-07-08 15:25:09 +09:00
Chihiro-KATO 6611647f0b
Update formulas.py 2021-07-08 09:34:54 +09:00
Piero Toffanin 2aa1c12970 Extract ODM strings, moar translation work 2020-12-18 16:54:00 -05:00
Piero Toffanin 6d7a9dbf77 Syntax fixes, renamed EXG 2020-02-19 08:47:30 -05:00
edblanch 22ce2dbd74
Update formulas.py
‘ExcessGreen’: {
‘expr’: '(2*G)-(R+B),
‘help’: ‘Excess Green Index emphasizes the greenness of leafy crops such as potatoes.’,
‘range’: (-50,150)
},
2020-02-19 22:22:32 +11:00
Piero Toffanin 3412ea0e78 Support for orthophotos with more than 3 bands, uint16 cogeo workarounds 2019-12-20 15:02:34 -05:00
Piero Toffanin fd2410e463 Added ENDVI, NDVI (Blue) thanks @Miguelistan 2019-12-18 15:04:34 -05:00
Piero Toffanin 3a5d30f43c Fix histogram deformations 2019-12-10 15:31:54 -05:00
Piero Toffanin df1268de20 Camera filter selection 2019-11-27 11:41:17 -05:00
Piero Toffanin 05be174aec Algorithm selection working, histogram ranges 2019-11-26 16:29:11 -05:00
Piero Toffanin ee44283764 Metadata expression histogram working 2019-11-20 17:52:09 -05:00
Piero Toffanin 02215c8fc5 Histogram fixes 2019-11-19 16:27:42 -05:00
Piero Toffanin 451373ccb2 Veg index formulas 2019-11-19 13:35:59 -05:00
Piero Toffanin bc67dc9a51 Formula tests 2019-11-19 12:51:17 -05:00
Piero Toffanin 1c590e6bd4 Refactoring, algorithm index mock 2019-11-19 11:15:33 -05:00