awesome-spectral-indices / spyndex

Awesome Spectral Indices in Python.
https://spyndex.readthedocs.io/
MIT License
186 stars 22 forks source link

stderr UserWarning removed from xcue.ipynb #27

Closed konstntokas closed 4 months ago

konstntokas commented 4 months ago

I removed the stderr UserWarning from xcue.ipynb. FYI: @sonicious

konstntokas commented 4 months ago

@davemlz can you help me with the broken pipeline? There is something wrong with the Earth Engine account in the package ee

ee.ee_exception.EEException: Please authorize access to your Earth Engine account by running

earthengine authenticate
davemlz commented 4 months ago

Hi @konstntokas,

Where is this error happening? I just tested everything, or are you talking about the test builds in GH?

konstntokas commented 4 months ago

Hi @konstntokas,

Where is this error happening? I just tested everything, or are you talking about the test builds in GH?

It is happening in the test/builds. The error message

E   ee.ee_exception.EEException: Please authorize access to your Earth Engine account by running
E   
E   earthengine authenticate
E   
E   in your command line, or ee.Authenticate() in Python, and then retry.

is given in the output of the workflows.

davemlz commented 4 months ago

Ah ok. That's fine. I need to fix it, but not in top list for now.

konstntokas commented 4 months ago

Ah ok. That's fine. I need to fix it, but not in top list for now.

Ok thanks for your quick replies :)