Revision 96a70efc
Added by Jim Regetz over 12 years ago
- ID 96a70efc40134abc6de0ec886f7ac23462577c4b
climate/extra/aggregate-daily-lst.py | ||
---|---|---|
148 | 148 |
for m in maplist]) |
149 | 149 |
gs.mapcalc('mean_%s = round(float(%s)/nobs_%s)' % (name, numerator, name), |
150 | 150 |
overwrite=overwrite) |
151 |
return ['%s_%s' % (s, name) for s in ['nobs', 'mean']] |
|
151 | 152 |
|
152 | 153 |
def load_qc_adjusted_lst(hdf): |
153 | 154 |
"""Load LST_Day_1km into GRASS from the specified hdf file, and |
Also available in: Unified diff
tweaked climatology calc function to return list of GRASS map names