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

140
Vistas
How to classify an image collection in google earth engine?

I am trying to classify an image collection. I was able to clip,sample the region and train the classifier but unable to perform classification. Can someone please help me with the code to classify an image collection?

var image = sentinel.filterBounds(aoi)
                    .filterDate('2021-11-30','2021-12-31')
                    .filter(ee.Filter.lt('CLOUDY_PIXEL_PERCENTAGE', 20));
//clipping the image
var clipped_image = image.map(function(image){return ee.Image(image).clip(aoi)});

//sampling the region
var trainingPoints = image.map(function (image) {
  return image.sampleRegions({collection:training,
                                                   properties:['lc'],
                                                   scale:10});
}).flatten();
//training the classifier
var classifier= ee.Classifier.smileRandomForest(10).train({'features' :trainingPoints,
  classProperty:'lc',
  inputProperties:bands
});

How to classify the image collection?

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