Basic Java Script Syntax || Google Earth Engine || GEE: 03 || ITGIS

Опубликовано: 01 Январь 1970
на канале: IT Gis
348
1

In this video I'm Covering the Basic Java Script Syntax in Google Earth Engine.

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

//Basic JavaScript Syntax

// Hello World!
print('Hello World!');

// Basic JavaScript data types

// 1. Strings
// Use single (or double) quotes to make a string.
var testString = 'Google Earth Engine';

// Use parentheses to pass arguments to functions.
print(testString);

// 2. Numbers
// Store a number in a variable.
var number = 101;
print('My answer is:', number);

// 3. Lists
var myList = [0, 10, 20, 30, 4];
print('List of numbers:', myList);

// 4. Objects
var myObject = {
ab: 'XYZ',
b: 13,
color: ['Blue', 'Green', 'Red']
};
print(myObject);

// 5. Functions
var test = function(element) {
// Return the argument.
return element;
};


---------------------------------------------------
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 :- Multi-band Image Visualization in Google Earth Engine
   • Multi-band Image Visualization in Goo...  

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

------------------------------------------------------
------------------------------------------------------
#EarthEngine #GEE #JaveScriptSyntax #ITGIS
------------------------------------------------------
------------------------------------------------------
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.


На этой странице сайта вы можете посмотреть видео онлайн Basic Java Script Syntax || Google Earth Engine || GEE: 03 || ITGIS длительностью часов минут секунд в хорошем качестве, которое загрузил пользователь IT Gis 01 Январь 1970, поделитесь ссылкой с друзьями и знакомыми, на youtube это видео уже посмотрели 348 раз и оно понравилось 1 зрителям. Приятного просмотра!