{ "cells": [ { "cell_type": "markdown", "id": "c0b2bc1d", "metadata": {}, "source": [ "# 080 Google Earth Engine in Python\n", "\n", "Draft notes under development" ] }, { "cell_type": "markdown", "id": "182deb6a", "metadata": {}, "source": [ "## GEE\n", "\n", "Google Earth Engine is a powerful cloud resource provided by Google that has found wide application in Earth Observation (EO) and related disciplines. \n", "\n", "The power of the tool comes from provision of the underlying processing tools on the remote cloud resource, **alongside** vast quantities of EO data. \n", "\n", "The purpose of this notebook is to provide a brief introduction to some of the basic GEE functionality, datasets and coding in Python.\n", "\n", "### EE\n", "\n", "The GEE library is imported as `ee`. When you want to use GEE resources, you will need to authenticate your account using a google login. We can set this going using `ee.Authenticate()`. This will pop up another browser window. \n", "\n", "You should follow the instructions on that to obtain an authentification code (e.g. `401AX4XfWj37NbOf5RnY4d4910lyW76yh2B0j9Rvj0aVqs9AVmf8oKM`) and initialise GEE (`ee.Initialize()`). You will only need to do that once per session." ] }, { "cell_type": "code", "execution_count": 11, "id": "ef654a1a", "metadata": {}, "outputs": [ { "data": { "text/html": [ "
To authorize access needed by Earth Engine, open the following\n", " URL in a web browser and follow the instructions:
\n", " \n", "The authorization workflow will generate a code, which you\n", " should paste in the box below
\n", " " ], "text/plain": [ "