Spaces:
Sleeping
Sleeping
UjjwalKGupta
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -23,7 +23,7 @@ os.makedirs(os.path.expanduser("~/.config/earthengine/"), exist_ok=True)
|
|
23 |
with open(os.path.expanduser("~/.config/earthengine/credentials"), "w") as f:
|
24 |
f.write(earthengine_credentials)
|
25 |
|
26 |
-
ee.Initialize()
|
27 |
|
28 |
# Functions
|
29 |
def convert_to_2d_geometry(geom): #Handles Polygon Only
|
|
|
23 |
with open(os.path.expanduser("~/.config/earthengine/credentials"), "w") as f:
|
24 |
f.write(earthengine_credentials)
|
25 |
|
26 |
+
ee.Initialize(project='in793-aq-nb-24330048')
|
27 |
|
28 |
# Functions
|
29 |
def convert_to_2d_geometry(geom): #Handles Polygon Only
|