gicait / PyAEZ

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

How to get the terrain_factor in Module 5 #92

Closed colormeblue1013 closed 10 months ago

colormeblue1013 commented 11 months ago

Hi,

Thanks for your amazing work! I'm just a little bit confused about how to get the Terrain_factor in Module 5. For irrigated-intermediate input-wetland rice, there seems to be a mismatch between the values in ALL_REDUCTION_FACTORS.py and the numbers in Table A6-8.2 in GAEZ 4.0 documentation.

Best Regards, Yang

colormeblue1013 commented 11 months ago

mmexport1699596025890.png mmexport1699596028383.jpg

NokuzaSezo97 commented 10 months ago

Hi @colormeblue1013,

Sorry for the late reply. Yes, some of the reduction factors set up in tutorial files won't be the same as GAEZ appendices, as these settings are localized values, specifically to Laos in this case. You can fully refer to GAEZ documentation values stated in your highlighted screenshot in your terrain constraint analysis. Alternatively, if you have local knowledge of how influential the yield reduction's going to be in your area interest, the settings can also be set up different from GAEZ database. If this's the case, please check out the concept behind the terrain constraints, and apply factors accordingly.

Regards,

Swun Wunna Htet

colormeblue1013 commented 10 months ago

Many thanks for your kind reply! I think we'll refer to GAEZ documentation for now and leave the localization settings for future work.