Skip to content

Latest commit

 

History

History
50 lines (25 loc) · 2.19 KB

module1.md

File metadata and controls

50 lines (25 loc) · 2.19 KB

Basics to Earth Engine and Github

1. What will you learn from this module?

  • Overview of GEE
  • Introduction to JavaScript
  • GEE objects, strings, lists ,Arrays
  • Interaction to GitHub interface

2. Course overview

This course will introduce you to Google Earth Engine (GEE). Google Earth Engine is a cloud-based platform that enables large-scale processing of satellite imagery to detect changes, map trends, and quantify differences on the Earth’s surface.
In this module you'll get an overview of GEE Code Editor interface and you'll learn the basics of JavaScript, the programming language that is used in the GEE Code Editor.

After this module you'll be able to:

  • Understand the capabilities of Google Earth Engine and its use of parallel processing
  • Use Google Earth Engine Code Editor interface
  • Use JavaScript for writing scripts in the Google Earth Engine Code Editor Interface

You can find the presentation in the below repository ;

  1. Remote Sensing Basics
  2. GEE Overview
  3. GEE Basics

3. Exercises

4. Additional Resources