-
I noticed geemap.download_ee_image_tiles_parallel calls ee_initialize...Is it possible to avoid this? |
Beta Was this translation helpful? Give feedback.
Answered by
giswqs
Jun 19, 2024
Replies: 1 comment 6 replies
-
Good suggestion. It has been fixed in #2057. Run geemap.update_package() and restart the kernel to take effect. Set |
Beta Was this translation helpful? Give feedback.
6 replies
Answer selected by
giswqs
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Good suggestion. It has been fixed in #2057. Run geemap.update_package() and restart the kernel to take effect. Set
ee_init=False
for the function to disable ee Initialize.