-
Hello thank you for developing this package! I tried using coll = ee.ImageCollection('users/MYUSER/MY_personal_collection')
out_dir = os.path.join(os.path.expanduser('~'), 'Downloads')
geemap.ee_export_image_collection(coll, out_dir=out_dir) and I get: Total number of images: 671
Exporting 1/671: MY_personal_collection_2010-01-01.tif
Generating URL ...
Downloading data from https://earthengine.googleapis.com/v1alpha/projects/earthengine-legacy/thumbnails/xxxxxxxxxxx:getPixels
Please wait ...
Data downloaded to /home/USER/Downloads/MY_personal_collection_2010-01-01.tif
Exporting 2/671: MY_personal_collection_2010-01-02.tif
Generating URL ...
Downloading data from https://earthengine.googleapis.com/v1alpha/projects/earthengine-legacy/thumbnails/xxxxxxxxxxxxxxxxx:getPixels
Please wait ...
Data downloaded to /home/USER/Downloads/MY_personal_collection_2010-01-02.tif but there is no data downloaded! But clicking on the link, it opens a popup menu in which I can save the file as zip and all work just fine... FYI I'm on Ubuntu 18.04 with latest updates, and geemap 0.8.0, and Jupyter Lab |
Beta Was this translation helpful? Give feedback.
Answered by
giswqs
Dec 10, 2020
Replies: 1 comment 4 replies
-
I just tested the notebook example, and it worked fine. Could you try downloading one image using |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
srggrs
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I just tested the notebook example, and it worked fine. Could you try downloading one image using
geemap.ee_export_image()
?