Sentinel-5P Nitrogen Dioxide - NO2

//VERSION=3
const band = "NO2";
var minVal = 0.0;
var maxVal = 0.0001;

function setup() {
  return {
    input: [band, "dataMask"],
    output: {
      bands: 4,
    },
  };
}

var viz = ColorRampVisualizer.createBlueRed(minVal, maxVal);

function evaluatePixel(samples) {
  let ret = viz.process(samples[band]);
  ret.push(samples.dataMask);
  return ret;
}

Evaluate and Visualize

Description

Methane is, after carbon dioxide, the most important contributor to the anthropogenically (caused by human activity) enhanced greenhouse effect. Measurements are provided in parts per billion (ppb) with a spatial resolution of 7 km x 3.5 km. Find more information here.

Description of representative images

High nitrogen dioxide concentrations over Poland, 2020-01-24. NO2 tropospheric column