Xavier C. Llano

Results 32 comments of Xavier C. Llano

Are these issues related? #242 #217

@colemanjj Yes, we are aware of that, initialize EE in a project will be mandatory in the near future but not now, and we are going to update some docs....

Thanks so much for the info @jdbcode! Do you know when it is mandatory to link the project in GEE credentials or in ee.Initialize()?

> @XavierCLL we're encouraging everyone to use cloud projects now, if they can. A person can continue to not use a cloud project if they are authenticating with either the...

Hi @lordsalomon The error says the problem, "point" is not a GEE layer, unless you are sure that layer is a GEE layer, share your script

Hi @9wangsad The `TimeoutError` means that your computer can not reach the Google Auth API service to initiate the Google Earth Engine. Either you are behind a firewall (China firewall?)...

Hi @rtaani Are you behind a proxy? have you tried using the command line client? check the faq for the instructions: https://github.com/gee-community/qgis-earthengine-plugin#faq Xavier

> The file is now double zipped with linux in the name: name: ee_plugin-${{ matrix.os }}.zip That is a Github action issue/limitation

> I think the pycrypto library was the only native (c-based) dependency (which also required manual compilation). If that's no longer needed, we can see the distribution as an "all"...

> From the first look, this sounds like a nice improvement to store the project id in a QGIS project, but requiring users to call ee.Initialize() sounds like a breaking...