Geographic Information Systems Asked on January 26, 2021
There are two posts about this issue, but neither seems to work properly:
I want to get the precipitation plot (mean of a polygon) between a couple of months. By using GSMaP i can get the plot easily for a period of given time.
var lluvia = ee.ImageCollection('JAXA/GPM_L3/GSMaP/v6/operational')
.filterDate('2020-01-01','2020-11-30').select('hourlyPrecipRate')
.map(function(im){return im.clip(geometry);})
print(lluvia.size());
print(ui.Chart.image.doySeries(lluvia, geometry, ee.Reducer.sum(),1000));
The problem is if i want to sum the "hourlyPrecipRate" data for each day in that period. I saw many post about this issue.
Is it easier if I want the data weekly in stead of daily?
Get help from others!
Recent Questions
Recent Answers
© 2024 TransWikia.com. All rights reserved. Sites we Love: PCI Database, UKBizDB, Menu Kuliner, Sharing RPP