air pollution

Two cloud free Landsat-8 images taken from Beijing

Two cloud free Landsat-8 images taken from Beijing. The left image was taken on 14 december 2016, the right picture on 30 December 2016. The white haze on the right image is caused by air pollution. link.


// Data

// get images
var image1 = ee.Image("LANDSAT/LC8_L1T_TOA_FMASK/LC81230322016349LGN00");
var image2 = ee.Image("LANDSAT/LC8_L1T_TOA_FMASK/LC81230322016365LGN00");

// Add to map
Map.addLayer(image2,viz,'Image 2');
Map.addLayer(image1,viz,'Image 1');

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