Розмір відео: 1280 X 720853 X 480640 X 360
Показувати елементи керування програвачем
Автоматичне відтворення
Автоповтор
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?
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.
increase cloud cover for that image of your area of interest
cod?
Can i please get the code?
var S2 = ee.ImageCollection("COPERNICUS/S2_SR").filterDate('2020-02-01', '2020-02-28').filterBounds(AOI).median();// print(S2);//COMPUTE NDVIvar 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');
share o code please!
email me
I don`t know why, but image is grey, the program ignore the pallete
This happened to me also cause I spelt palette wrong accidentally put in two Ls
please review min and max value and have you add visualization variable to map.addlayer
share code
hello:) please share the code, thank you
Please share the code
share your email address
please shae the code
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?
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.
increase cloud cover for that image of your area of interest
cod?
Can i please get the code?
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');
share o code please!
email me
I don`t know why, but image is grey, the program ignore the pallete
This happened to me also cause I spelt palette wrong accidentally put in two Ls
please review min and max value and have you add visualization variable to map.addlayer
share code
hello:) please share the code, thank you
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');
Please share the code
share your email address
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');
Please share the code
email me
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');
please shae the code
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');