Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

131
Vistas
Reduce hour data to daily/week or monthg using Google Earth Engine

I need to reduce hour images to daily/week or month using google earth engine plugin in python. I have the code below that reduce hour image to month, but I need it to reduce to daily and in python. Can anyone clarify how to do it.

var select_AOI = 'Brazil';
var AOI = ee.FeatureCollection("FAO/GAUL/2015/level0").filter(ee.Filter.eq('ADM0_NAME', select_AOI));

Map.addLayer(AOI, {}, 'area');
Map.centerObject(AOI, 5);


var month_mean = ee.List.sequence(0, 1*12).map(function(n) { //.sequence: number of years from starting year to present
  var start = ee.Date('2021-04-01').advance(n, 'month'); // Starting date
  var end = start.advance(1, 'month'); // Step by each iteration

  return ee.ImageCollection("JAXA/GPM_L3/GSMaP/v6/operational")
      .filterDate(start, end)
      .sum() // Mean
      .clip(AOI)
      .set('system:time_start', start.millis());
});
print(month_mean); 

var collection = ee.ImageCollection(month_mean);

print(collection);


Map.addLayer(collection);

Thanks a lot, Best Regards,

about 4 years ago · Juan Pablo Isaza
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda