-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
- Loading branch information
1 parent
991aad7
commit 66b371b
Showing
2 changed files
with
9 additions
and
8 deletions.
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 |
---|---|---|
|
@@ -9,17 +9,18 @@ | |
"import json\n", | ||
"\n", | ||
"import ee\n", | ||
"\n", | ||
"from PIL import Image\n", | ||
"import numpy as np\n", | ||
"import matplotlib.pyplot as plt\n", | ||
"import matplotlib.gridspec as gridspec\n", | ||
"import matplotlib.pyplot as plt\n", | ||
"import numpy as np\n", | ||
"import pandas as pd\n", | ||
"from PIL import Image\n", | ||
"\n", | ||
"EE_ACCOUNT = '[email protected]'\n", | ||
"EE_ACCOUNT = \"[email protected]\"\n", | ||
"\n", | ||
"# The private key associated with your service account in JSON format.\n", | ||
"EE_PRIVATE_KEY_FILE = 'C:/Users/azvoleff/Code/LandDegradation/decisiontheater/te_key.json'\n", | ||
"EE_PRIVATE_KEY_FILE = (\n", | ||
" \"C:/Users/azvoleff/Code/LandDegradation/decisiontheater/te_key.json\"\n", | ||
")\n", | ||
"\n", | ||
"EE_CREDENTIALS = ee.ServiceAccountCredentials(EE_ACCOUNT, EE_PRIVATE_KEY_FILE)\n", | ||
"ee.Initialize(EE_CREDENTIALS)\n", | ||
|
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