Revision c8be7255
Added by Adam Wilson almost 11 years ago
climate/procedures/ee.MOD09.py | ||
---|---|---|
84 | 84 |
strregion=str(list(region)) |
85 | 85 |
# Next few lines for testing only |
86 | 86 |
# print info to confirm there is data |
87 |
#data.getInfo()
|
|
87 |
print(data.getInfo())
|
|
88 | 88 |
|
89 | 89 |
## print a status update |
90 | 90 |
print(output+' Processing.... Coords:'+strregion) |
... | ... | |
101 | 101 |
path =mod09a.getDownloadUrl({ |
102 | 102 |
'name': output, # name the file (otherwise it will be a uninterpretable hash) |
103 | 103 |
'scale': 926, # resolution in meters |
104 |
'crs': 'EPSG:4326', # projection |
|
104 |
'crs': 'EPSG:4326', #4326 # projection
|
|
105 | 105 |
'region': strregion # region defined above |
106 | 106 |
}); |
107 | 107 |
|
Also available in: Unified diff
Updated EE compiler