YouTube doesn't want you know this subscribers secret
Get Free YouTube Subscribers, Views and Likes

Image Collection in Google Earth Engine || Earth Engine Image Collection || GEE: 06 || ITGIS

Follow
IT Gis

In this video I'm Covering Image Collection in Google Earth Engine (GEE).

Link of GEE:
https://earthengine.google.com/

Code:
//Image Collection
var imagecollection = ee.ImageCollection("LANDSAT/LC09/C02/T1_TOA")
.filterDate('20221201' , '20230131')
.filter(ee.Filter.eq('TARGET_WRS_PATH', 138))
.filter(ee.Filter.eq('TARGET_WRS_ROW', 45))
.sort('CLOUD_COVER').first();

// Visualization Parameter
var vispara = {
bands: ['B5','B4','B3'],
min: 0,
max: 0.5
};
var vispara1 = {
bands: ['B4','B3','B2'],
min: 0,
max: 0.5
};

//Map center object
Map.centerObject (imagecollection, 8);

//Display Map
Map.addLayer(imagecollection,vispara,"FCC");
Map.addLayer(imagecollection,vispara1,"True Colour");


For other videos on my channel:
+++++++++++++++++++++++++

GEE Playlist:
   • Google Earth Engine (GEE)  

QGIS Video Playlist:
   • QGIS Video Tutorials  

ArcGIS Video Playlist:
   • ArcGIS Video Tutorials  



Google Earth Engine (GEE) Video Content:

GEE: 01 : Introduction and Explore Earth Engine
   • Introduction and Explore Earth Engine...  

GEE: 02 : Earth Engine Code Editor
   • Earth Engine Code Editor || About Cod...  

GEE: 03 : Basic Java Script Syntax
   • Basic Java Script Syntax || Google Ea...  

GEE: 04 : Single Band Image Visualization in Google Earth Engine
   • Single Band Image Visualization in Go...  

GEE: 05 : Multiband Image Visualization in Google Earth Engine
   • Multiband Image Visualization in Goo...  

GEE: 06 :Image Collection in Google Earth Engine
   • Image Collection in Google Earth Engi...  



#EarthEngine #GEE #InageCollection #ITGIS #GoogleEarthEngine #Landsat9 #RemoteSensing #Coding #JavaScript #JavaScriptInEarthEngine



If you have any queries please comment below. If you like my videos please subscribe to my channel for the latest update. Don't forget to Like, Share or Comment. Thanks for watching it.

posted by apopriarP9b