Empresas
Empregos
  • Sobre nós
  • Soluções
    • Publicação de vagas
      Publique sua vaga e receba candidatos qualificados em 48h.
    • Avaliações de candidatos
      Mais de 500 testes técnicos e psicológicos, mais anti-fraude.
    • Headhunting
      Busca executiva personalizada do início ao fim.
    • Folha de Pagamento + EOR
      Dispersão de folha e EOR em mais de 15 países da LATAM.
  • Preços
  • Empregos

0

141
Visualizações
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 à pergunta
Encontrar trabalhos remotos

Descubra a nova forma de encontrar um emprego!

melhores empregos
Principais categorias de trabalho
Empresas
Postar vaga Preços Comercial
Jurídico
Termos e Condições Política de privacidade
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomende algumas ofertas para mim
Preciso de ajuda