Justin Braaten
Justin Braaten
This thread might help give some context: https://github.com/r-spatial/rgee/issues/355#issuecomment-1901404132 The [`ee_Initialize`](https://github.com/r-spatial/rgee/blob/master/R/ee_Initialize.R) function is a thick rgee wrapper around the Earth Engine Python initialize function `ee.Initialize` (`ee$Initialize` in R syntax). `ee_Initialize` is...
Don't have time to test right now, but the change looks fine, please see note about version though.
It might be a concern if you can find an article that shows the discrepancy between ETM+ and TM based on Landsat Collection 2. The paper you linked to used...
@zacdezgeo what is the quota error message that you're getting? What is the request you're making - is it via Xee?
Thanks, Zac! That quota maps to "max rate of request" (100 requests/s): https://developers.google.com/earth-engine/guides/usage#adjustable_quota_limits Certainly it would be good for us to note concurrent and rate request limits in the Xee...
It uses Landsat Collection 1, which has been deleted from the Earth Engine data catalog. I'll try to update it to Collection 2 soon. Sorry with inconvenience.
This might be a dup of #198, which should be fixed by #199.
@12rambau The webhooks are already set to trigger on "Pull request"  Is it not working as intended? If not, I wonder if the draft status is to blame?
At this point it does seem redundant, but when/if we have more examples (that use e.g., pytorch, scipy, etc), it would be nice to be able to install all example...