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?
@файзуллаевАсадбекАй бұрын
cod?
@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.
@gisrsprofessionals6246 Жыл бұрын
increase cloud cover for that image of your area of interest
@tasniahaque593410 ай бұрын
Can i please get the code?
@M.R-xg9wo9 ай бұрын
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');
@andufalador98137 ай бұрын
I don`t know why, but image is grey, the program ignore the pallete
@ananilinneain30617 ай бұрын
This happened to me also cause I spelt palette wrong accidentally put in two Ls
@gisrsprofessionals62467 ай бұрын
please review min and max value and have you add visualization variable to map.addlayer
@jonyalmeida1990 Жыл бұрын
share o code please!
@gisrsprofessionals6246 Жыл бұрын
email me
@doobys526910 ай бұрын
hello:) please share the code, thank you
@M.R-xg9wo9 ай бұрын
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');
@AlpineTrekker4 ай бұрын
share code
@haifagis3568 Жыл бұрын
Please share the code
@gisrsprofessionals6246 Жыл бұрын
share your email address
@M.R-xg9wo9 ай бұрын
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 Жыл бұрын
Please share the code
@gisrsprofessionals6246 Жыл бұрын
email me
@M.R-xg9wo9 ай бұрын
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 Жыл бұрын
please shae the code
@M.R-xg9wo9 ай бұрын
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');