GheodeAI / va_am

VA-AM (Various Advanced - Analogue Methods) is a Python package based on the deep learning enhancement of the classical statistical Analogue Method. It provides several tools to analyse climatological extreme events, particularly heat waves.
https://va-am.readthedocs.io/en/latest/
GNU General Public License v3.0
2 stars 0 forks source link

Figure out why we need to add +1 in calculate_interest_region #29

Open eugenioLR opened 1 month ago

eugenioLR commented 1 month ago

In the function calcuate_interest_region when we use the 'auto' parameter, the coordinates for the interest region are calculated correctly except for the upper limit on the longitude, that needs to be incremented by one.

This could be because of a bug or because this is really needed, either case, this needs to be investigated to be sure of why this happens.