cubo icon indicating copy to clipboard operation
cubo copied to clipboard

EE initialization

Open ryali93 opened this issue 1 year ago • 1 comments

If you do not have a project registered in gcloud, it is better to remove this and leave it outside, I think the initialization should depend on the user https://github.com/ESDS-Leipzig/cubo/blob/21a5f5acd83f49152e1c70acc90005016510c652/cubo/cubo.py#L148

ryali93 avatar Feb 05 '24 11:02 ryali93

In newer versions of earthengine-api, this actually leads to an error message: ee.Initialize: no project found. Call with project= or see http://goo.gle/ee-auth

This even persists when the user correctly initializes with ee.Initialize(project="..."), as cubo re-initializes ee without any valid project. Removing the line mentioned by @ryali93 fixes this issue.

khdlr avatar Jul 23 '24 13:07 khdlr

This is true. Working on it ;)

davemlz avatar Aug 19 '24 09:08 davemlz

Done. This will be available in the next version or by installing directly from github ;)

Cheers!

davemlz avatar Aug 19 '24 09:08 davemlz