error:2019_2_15_ET: Layer error: ImageCollection.load: ImageCollection asset 'projects/et-brasil/assets/ERA5/hourly/1030/specific_humidity' not found (does not exist or caller does not have access).
Opened this issue · 1 comments
yang666-888 commented
when I try to caculate ET or EF, it 's wrong with this:
error location-era5 file:
var i_q_med =ee.ImageCollection('projects/et-brasil/assets/ERA5/hourly/1030/specific_humidity').select('specific_humidity')
.filter(ee.Filter.date(ee.Date(time_start),ee.Date(time_start).advance(1,'day'))).first();
someboday can help me ?I'm totally died
yang666-888 commented