Skip to content

Register existing account with Google Earth Engine

This tutorial is for existing users of CoastSeg who need to use a Google Cloud Project in order to continue using GEE.

Step 1: Check if you have a cloud project

  1. Visit: Google Earth Engine Registration
  2. Sign in with the email you have used with CoastSeg

1_sign_up_screen

Step 2: Select Usage type

2_paid_useage

Step 3: Choose an existing project

If you have no created a project before then follow the register for a new cloud project guide

choose existing project to register

Step 4: Register the Project

  1. If your project is already registered it will state "project already registered"

project already registered

  1. If the project is NOT registered it will ask you to confirm your registration

register existing project confirm screen

Step 5: Finish Registering the Project

success registered new project

After you click confirm the GEE console will open. Close it. We will not be using it.

5_console

Step 6: Open the Google Cloud Console

Visit the google console homepage

Click your the project you registered in the console.

select project in console

Step 7: Verify the Google Earth Engine API is Enabled

Follw the guide the Verify GEE API is Enabled

Step 8: Open the Notebook

  1. Open the notebook
1
2
3
conda activate coastseg
cd <location you installed CoastSeg>
jupyter lab SDS_coastsat_classifier.ipynb
  1. Enter in your project ID

My ID is 'ee-sf2309', but enter the id you entered with your email, then run the cell

1
initialize_gee(auth_mode = "notebook",project='ee-sf2309')

gee id in notebook side by side