-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
download_ee_image_tiles_parallel error #2146
Comments
This is probably an issue specific to Windows. Try it on Google Colab to see if you encounter the same issue. |
There is another problem with running the code in Google Colab. ''' _RemoteTraceback Traceback (most recent call last) The above exception was the direct cause of the following exception: EEException Traceback (most recent call last) 6 frames EEException: ee.Initialize: no project found. Call with project= or see http://goo.gle/ee-auth.` ''' Below is my test code |
This issue has been resolved in #2158. Run geemap.download_ee_image_tiles_parallel(ee_init=True, project_id="YOUR-PROJECT-ID") |
Environment Information
Description
When I parallelized the image processing, I got this error: BrokenProcessPool: A task has failed to un-serialize. Please ensure that the arguments of the function are all picklable.
When I use geemap.download_ee_image, the image size is 65G
What I Did
Here is my code
This is an error
The text was updated successfully, but these errors were encountered: