Skip to content

Commit 3b99307

Browse files
authored
slight fix the bin extremes input
1 parent 9e4fbe3 commit 3b99307

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

koppenpasta.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
from PIL import Image, ImageFont, ImageDraw
99
import os
1010

11-
ver_num = "2.1.0"
11+
ver_num = "2.1.1"
1212

1313
### GUIDANCE
1414

@@ -1176,7 +1176,7 @@
11761176
Ahe: [0,0,0]
11771177
}
11781178

1179-
pasta_true_color = { #also wip, just copied above as placeholder
1179+
pasta_true_color = {
11801180
TUr: [41,63,13],
11811181
TUrp: [42,65,16],
11821182
TUf: [55,74,20],
@@ -2324,7 +2324,7 @@ def Get_input(first=True, fi=[]):
23242324
For an input of "1" or "0" the script will not bin months together.
23252325
Set bin size: '''))
23262326
if in_opts['bin_months'] > 1 and in_opts['land_type'] in ('Woodward','Prentice','Pasta','KG_unproxied'):
2327-
in_opts['bin_preserve_ext'] = Prompt_bool('''
2327+
in_opts['bin_preserve_ext'] = not Prompt_bool('''
23282328
Binning of Temperature Extremes
23292329
By default, max temperature in each bin is maximum of the binned months
23302330
and min temerature is the minimum

0 commit comments

Comments
 (0)