Skip to content

Commit

Permalink
Update Landsat C1 to C2
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 654071387
  • Loading branch information
jdbcode authored and copybara-github committed Jul 19, 2024
1 parent 3be7ddf commit 01ee175
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/javascript/guides/ui04_events.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ ui.root.insert(0, panel);

// [START earthengine__ui04_events__asynchronous]
// Load and display an NDVI image.
var ndvi = ee.ImageCollection('LANDSAT/LC8_L1T_8DAY_NDVI')
var ndvi = ee.ImageCollection('LANDSAT/COMPOSITES/C02/T1_L2_8DAY_NDVI')
.filterDate('2014-01-01', '2015-01-01');
var vis = {min: 0, max: 1, palette: ['99c199', '006400']};
Map.addLayer(ndvi.median(), vis, 'NDVI');
Expand Down

0 comments on commit 01ee175

Please sign in to comment.