Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

183
Views
Google earth engine export to Drive not working
var roi = geometry;

Map.addLayer (roi);`enter code here`
var start = ee.Date ('2013-12-01')
var finish = ee.Date('2013-12-30');

var dataset = ee.ImageCollection('LANDSAT/LC08/C02/T1_L2').filterDate('2013-12-01', '2013-12-30');

var Lagos = ee.ImageCollection('LANDSAT/LC08/C02/T1_L2')
.filterBounds(roi)
.filterDate(start, finish)
.sort('CLOUD_COVER', false);

var count = Lagos.size();
print ('Lagos view', count);

var best = ee.Image(Lagos.sort ('CLOUD_COVER').first());

print ('lagos view', best);

var trueColour = {
  bands:["SR_B4", "SR_B3", "SR_B2"],
  min:5000,
  max:12000
};

Map.centerObject( roi, 12);

Map.addLayer(Lagos, trueColour, "true-colour image");

Export.image.toDrive({image:dataset,
   description:"Rawscene",
   region:roi,
   scale:30
});

When I run it, it returns an error code 3. How can I fix it ?

about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!