CALCULATE NDVI OF SENTINEL 2 IN GOOGLE EARTH ENGINE

Поділитися
Вставка
  • Опубліковано 5 січ 2025

КОМЕНТАРІ • 23

  • @khyatinkadam8032
    @khyatinkadam8032 Рік тому +1

    hello, if i want to use this data for machine learning model how can i use it? if you have any idea can you share?

  • @oliver240894
    @oliver240894 Рік тому

    bro, how you fix the clouds when you take an image? I try to do this method in Ecuador but in my country I have so many clouds, please can you add that part for the same case to calculate the NDVI, PLEASE.

  • @файзуллаевАсадбек
    @файзуллаевАсадбек Місяць тому +1

    cod?

  • @tasniahaque5934
    @tasniahaque5934 11 місяців тому +2

    Can i please get the code?

    • @M.R-xg9wo
      @M.R-xg9wo 10 місяців тому +2

      var S2 = ee.ImageCollection("COPERNICUS/S2_SR")
      .filterDate('2020-02-01', '2020-02-28')
      .filterBounds(AOI)
      .median();
      // print(S2);
      //COMPUTE NDVI
      var NIR = S2.select('B8');
      var RED = S2.select('B4');
      var ndvi = NIR.subtract(RED).divide(NIR.add(RED)).rename('NDVI');
      var NDVI = ndvi.clip(AOI);
      var ndviparam = {min: -1, max: 1, palette : ['Blue', 'yellow', 'green']};
      Map.addLayer(NDVI, ndviparam, 'NDVI');

  • @jonyalmeida1990
    @jonyalmeida1990 Рік тому

    share o code please!

  • @andufalador9813
    @andufalador9813 8 місяців тому

    I don`t know why, but image is grey, the program ignore the pallete

    • @ananilinneain3061
      @ananilinneain3061 8 місяців тому

      This happened to me also cause I spelt palette wrong accidentally put in two Ls

    • @gisrsprofessionals6246
      @gisrsprofessionals6246  8 місяців тому

      please review min and max value and have you add visualization variable to map.addlayer

  • @AlpineTrekker
    @AlpineTrekker 5 місяців тому

    share code

  • @doobys5269
    @doobys5269 11 місяців тому

    hello:) please share the code, thank you

    • @M.R-xg9wo
      @M.R-xg9wo 10 місяців тому +1

      var S2 = ee.ImageCollection("COPERNICUS/S2_SR")
      .filterDate('2020-02-01', '2020-02-28')
      .filterBounds(AOI)
      .median();
      // print(S2);
      //COMPUTE NDVI
      var NIR = S2.select('B8');
      var RED = S2.select('B4');
      var ndvi = NIR.subtract(RED).divide(NIR.add(RED)).rename('NDVI');
      var NDVI = ndvi.clip(AOI);
      var ndviparam = {min: -1, max: 1, palette : ['Blue', 'yellow', 'green']};
      Map.addLayer(NDVI, ndviparam, 'NDVI');

  • @haifagis3568
    @haifagis3568 Рік тому

    Please share the code

    • @gisrsprofessionals6246
      @gisrsprofessionals6246  Рік тому

      share your email address

    • @M.R-xg9wo
      @M.R-xg9wo 10 місяців тому +1

      var S2 = ee.ImageCollection("COPERNICUS/S2_SR")
      .filterDate('2020-02-01', '2020-02-28')
      .filterBounds(AOI)
      .median();
      // print(S2);
      //COMPUTE NDVI
      var NIR = S2.select('B8');
      var RED = S2.select('B4');
      var ndvi = NIR.subtract(RED).divide(NIR.add(RED)).rename('NDVI');
      var NDVI = ndvi.clip(AOI);
      var ndviparam = {min: -1, max: 1, palette : ['Blue', 'yellow', 'green']};
      Map.addLayer(NDVI, ndviparam, 'NDVI');

  • @kumaranant325
    @kumaranant325 Рік тому +1

    Please share the code

    • @gisrsprofessionals6246
      @gisrsprofessionals6246  Рік тому

      email me

    • @M.R-xg9wo
      @M.R-xg9wo 10 місяців тому

      var S2 = ee.ImageCollection("COPERNICUS/S2_SR")
      .filterDate('2020-02-01', '2020-02-28')
      .filterBounds(AOI)
      .median();
      // print(S2);
      //COMPUTE NDVI
      var NIR = S2.select('B8');
      var RED = S2.select('B4');
      var ndvi = NIR.subtract(RED).divide(NIR.add(RED)).rename('NDVI');
      var NDVI = ndvi.clip(AOI);
      var ndviparam = {min: -1, max: 1, palette : ['Blue', 'yellow', 'green']};
      Map.addLayer(NDVI, ndviparam, 'NDVI');

  • @girishchandrapandey1924
    @girishchandrapandey1924 Рік тому +1

    please shae the code

    • @M.R-xg9wo
      @M.R-xg9wo 10 місяців тому

      var S2 = ee.ImageCollection("COPERNICUS/S2_SR")
      .filterDate('2020-02-01', '2020-02-28')
      .filterBounds(AOI)
      .median();
      // print(S2);
      //COMPUTE NDVI
      var NIR = S2.select('B8');
      var RED = S2.select('B4');
      var ndvi = NIR.subtract(RED).divide(NIR.add(RED)).rename('NDVI');
      var NDVI = ndvi.clip(AOI);
      var ndviparam = {min: -1, max: 1, palette : ['Blue', 'yellow', 'green']};
      Map.addLayer(NDVI, ndviparam, 'NDVI');