python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
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(...
Ad Ben
Votes: 0
Answers: 0
Calculating LST using Landsat 8 Level 2, Tier 1 and Landsat 8 Surface Reflectance Tier 1 gives different results?
I am calculating Land surface temperature(LST) using Landsat-8 data LANDSAT/LC08/C02/T1_L2 since LANDSAT/LC08/C01/T1_SR has been deprecated. I am following the example here.
I have modified the same c...
Ayaz49
Votes: 0
Answers: 1