You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using the Invest Urban Cooling module and noticed something strange when checking the intermediate results. The cc_park_ini.tif file seems to be calculated using green_area with an exponential distance weighting, rather than using cci. According to the documentation, the formula should be:
This seems to indicate that green_area is being used in the calculation, not cci. Could I be misunderstanding the code? I would appreciate some clarification.
The text was updated successfully, but these errors were encountered:
I am using the Invest Urban Cooling module and noticed something strange when checking the intermediate results. The cc_park_ini.tif file seems to be calculated using green_area with an exponential distance weighting, rather than using cci. According to the documentation, the formula should be:
However, after further inspection, I found the following code snippet in the source on GitHub:
https://github.com/natcap/invest/blob/main/src/natcap/invest/urban_cooling_model.py#L524
This seems to indicate that green_area is being used in the calculation, not cci. Could I be misunderstanding the code? I would appreciate some clarification.
The text was updated successfully, but these errors were encountered: