Arctic fires

Checkout the most recent Sentinel 2 images

Use the code below or click here for the latest Sentinel 2 images of the fires.


var s2 = ee.ImageCollection("COPERNICUS/S2");

var x = -131;
var y = 67;
var geom = ee.Geometry.Point(x,y);

var img = s2.filterBounds(geom).sort("system:time_start",false).first();
Map.addLayer(img,{min:0,max:6000,bands:"B11,B8,B4"},"most recent sentinel 2 image");

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s