Skip to content

Commit

Permalink
Update 00_geemap_colab.ipynb (#1747)
Browse files Browse the repository at this point in the history
* Update 00_geemap_colab.ipynb

* Fix typo
  • Loading branch information
jdbcode authored Oct 2, 2023
1 parent c5e74a8 commit 2ee6a6c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions examples/notebooks/00_geemap_colab.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"source": [
"## Install geemap\n",
"\n",
"The geemap package has been pre-installed in Google Colab. However, if you would like to install the latest version, you can uncomment and run the following command:"
"The geemap package is pre-installed in Google Colab and is updated to the latest minor or major release every few weeks. If you would like to install the latest version, you can uncomment and run the following command:"
]
},
{
Expand All @@ -37,7 +37,7 @@
"source": [
"## Import libraries\n",
"\n",
"Import the Earth Engine Python API and geemap."
"Import the Earth Engine Python API."
]
},
{
Expand All @@ -46,8 +46,7 @@
"metadata": {},
"outputs": [],
"source": [
"import ee\n",
"import geemap"
"import ee"
]
},
{
Expand All @@ -56,7 +55,7 @@
"source": [
"## EE Authentication\n",
"\n",
"Run the following cell will start the Earth Engine authentication. Follow the instructions [here](https://book.geemap.org/chapters/01_introduction.html#earth-engine-authentication) to authenticate Earth Engine."
"Running the following cell will start the Earth Engine authentication. Follow the instructions [here](https://book.geemap.org/chapters/01_introduction.html#earth-engine-authentication) to authenticate Earth Engine."
]
},
{
Expand All @@ -65,7 +64,8 @@
"metadata": {},
"outputs": [],
"source": [
"geemap.ee_initialize()"
"ee.Authenticate()",
"ee.Initialize()"
]
},
{
Expand Down

0 comments on commit 2ee6a6c

Please sign in to comment.