I have multiple images of LST which i need to classify into various classes based on class ranges, given below. T is LST raster
Very cold temperature/Very Low T ≤ Tmean − 1.5std
Cold temperature/Low Tmean − 1.5std < T ≤ Tmean + std
Moderate temperature/Moderate Tmean − std < T ≤ Tmean + std
Hot temperature/High Tmean+ std < T ≤ Tmean + 1.5std
Very hot temperature/Very High T > Tmean + 1.5std
These values are taken from a study "Urban Heat Island Monitoring and Impacts on Citizen’s General Health Status in Isfahan Metropolis: A Remote Sensing and Field Survey Approach"
Could anyone help me to identify solution for this using raster calculator or python script??