gicait / PyAEZ

PyAEZ is a python package consisted of many algorithms related to Agro-ecalogical zoning (AEZ) framework.
MIT License
74 stars 51 forks source link

[Bug Fix] ThermalScreening: Crop-Specific Rule #134

Closed NokuzaSezo97 closed 1 month ago

NokuzaSezo97 commented 1 month ago

Debugged by Swun Wunna Htet.

Bug Description

The constraint operation type for crop specific rule was not operated because the symbol ">=" is not the same as "≥" and vice versa.

Now in the crop specific rule routine, the system will check out both of these symbols and will apply the corresponding thermal suitability calculation.

Tested and validated. Requesting pull request to merge.

Regards,

Swun Wunna Htet