-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add docs for gee earth engine set up
- Loading branch information
1 parent
aff7798
commit 327b67b
Showing
3 changed files
with
74 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# Check if Google Earth Engine API is enabled | ||
|
||
### Step 1: Select a project & Services | ||
|
||
1. Click the dropdown and select the project you just made | ||
2. Click the "API & Services" button | ||
|
||
![console page](https://github.com/user-attachments/assets/05ca60bb-35a2-4b93-ba96-3039d0b36c07) | ||
|
||
### Step 2: Click Enable API | ||
|
||
![enable api](https://github.com/user-attachments/assets/2462f9e2-0d92-4062-8267-8bc115e1336c) | ||
|
||
### Step 3: Search for "earth engine" | ||
|
||
![search](https://github.com/user-attachments/assets/e0296b63-ae3c-460e-9af2-3241e44dba22) | ||
|
||
### Step 4: Click Earth Engine | ||
|
||
![results](https://github.com/user-attachments/assets/50dd9815-fe2e-402a-96ee-8efedf2438ba) | ||
|
||
### Step 5: Enable the API | ||
|
||
Your API should already be enabled but if its not then, click manage. | ||
|
||
![enabled_api](https://github.com/user-attachments/assets/75ffb6d7-083c-4321-9caf-983505f6e2ec) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
# Sign Up for Google Earth Engine | ||
|
||
### Step 1: | ||
|
||
Visit: https://code.earthengine.google.com/register | ||
|
||
![1_sign_up_screen](https://github.com/user-attachments/assets/17b4108a-32f3-4a54-b813-9c0a4bddb539) | ||
|
||
### Step 2: | ||
![2_paid_useage](https://github.com/user-attachments/assets/7415ff08-678f-4562-b313-2017d0da6593) | ||
|
||
|
||
### Step 3: | ||
|
||
1. Create a project and name it. | ||
2. Scroll to the bottom and click the link to accept the terms | ||
|
||
![3_create_project](https://github.com/user-attachments/assets/ae886d6a-7247-4080-8ac5-7536cb13901f) | ||
![alt text](image-3.png) | ||
|
||
### Step 4: | ||
|
||
When you click the link to accept the terms a pop up will open. Click agree and then click the button to continue | ||
|
||
![alt text](image-4.png) | ||
|
||
### Step 5: | ||
|
||
1. Once you accept go back to the page you were on for step 3. | ||
2. Confirm the project information | ||
|
||
![4_confirm](https://github.com/user-attachments/assets/a8e9cbd9-93b1-404f-91c1-4da0c2bdda1c) | ||
|
||
## Step 6: | ||
|
||
After you click confirm the GEE console will open. Close it. We will not be using it. | ||
|
||
![5_console](https://github.com/user-attachments/assets/33806a7b-c75f-4afa-a206-6d84ffa9399d) | ||
|
||
## Step 7: Go to the next guide | ||
|
||
Check the next guide titled 'Check if API is Enabled' | ||
- This will let you check if the Google Earth Engine API was enabled the project you just made | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters