CALCULATE NDVI OF SENTINEL 2 IN GOOGLE EARTH ENGINE

  Рет қаралды 16,000

GIS & RS Professionals

GIS & RS Professionals

Күн бұрын

Пікірлер: 23
@khyatinkadam8032
@khyatinkadam8032 11 ай бұрын
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
@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
@gisrsprofessionals6246 Жыл бұрын
increase cloud cover for that image of your area of interest
@tasniahaque5934
@tasniahaque5934 10 ай бұрын
Can i please get the code?
@M.R-xg9wo
@M.R-xg9wo 9 ай бұрын
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');
@andufalador9813
@andufalador9813 7 ай бұрын
I don`t know why, but image is grey, the program ignore the pallete
@ananilinneain3061
@ananilinneain3061 7 ай бұрын
This happened to me also cause I spelt palette wrong accidentally put in two Ls
@gisrsprofessionals6246
@gisrsprofessionals6246 7 ай бұрын
please review min and max value and have you add visualization variable to map.addlayer
@jonyalmeida1990
@jonyalmeida1990 Жыл бұрын
share o code please!
@gisrsprofessionals6246
@gisrsprofessionals6246 Жыл бұрын
email me
@doobys5269
@doobys5269 10 ай бұрын
hello:) please share the code, thank you
@M.R-xg9wo
@M.R-xg9wo 9 ай бұрын
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');
@AlpineTrekker
@AlpineTrekker 4 ай бұрын
share code
@haifagis3568
@haifagis3568 Жыл бұрын
Please share the code
@gisrsprofessionals6246
@gisrsprofessionals6246 Жыл бұрын
share your email address
@M.R-xg9wo
@M.R-xg9wo 9 ай бұрын
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 Жыл бұрын
Please share the code
@gisrsprofessionals6246
@gisrsprofessionals6246 Жыл бұрын
email me
@M.R-xg9wo
@M.R-xg9wo 9 ай бұрын
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 Жыл бұрын
please shae the code
@M.R-xg9wo
@M.R-xg9wo 9 ай бұрын
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');
Calculate NDVI from Sentinel 2 and reclassify in QGIS
10:07
Hans van der Kwast
Рет қаралды 39 М.
NDVI of Sentinel 2 in GEE
0:17
GIS & RS Professionals
Рет қаралды 897
Cat mode and a glass of water #family #humor #fun
00:22
Kotiki_Z
Рет қаралды 24 МЛН
OSINT At Home #9 - Top 4 Free Satellite Imagery Sources
13:21
Bendobrown
Рет қаралды 1,6 МЛН
Calculate Radar Vegetation Index(RVI) using Sentinel-1 GRD collection
9:39
Study Hacks-Institute of GIS & Remote Sensing
Рет қаралды 573
Mangrove Biomass 2020 to 2023 Using Google Earth Engine
22:05
Calculate NDVI of Sentinel-2 in Google Earth Engine (GEE)
8:47
Satellite Remote Sensing and GIS
Рет қаралды 64
How to Find the Property Lines of Any Home (Version 4)
15:05
Mark Scheller
Рет қаралды 222 М.
Google Earth Engine Tutorial-51: Deforestation Monitoring, using Sentinel-2 Images
33:27
Google Earth Engine with Amirhossein Ahrari
Рет қаралды 1,5 М.
Inside Micron Taiwan’s Semiconductor Factory | Taiwan’s Mega Factories EP1
23:01