Closed choiHenry closed 3 months ago
I think the cause of this issue is that "https://drive.google.com/file/d/11-Ax9tVks7oPjrZwG5v3C0x4OmMT_Pv8/view?usp=sharing"(bundle_cutouts_asia) points not directly to the file but to the page with message "Google Drive can't scan this file for viruses". So I think the temporary action to fix this problem is to download the file manually, unzip and save it to /foo/bar/pypsa-earth/cutouts/cutout-2013-era5.nc (am I correct?) and run using snakemake -j 1 solve_all_networks
. The fundamental way could be using independent repo like zenodo to save the file.
Hello :D Thanks for posting! The fork of the Google drive downloader already handles that but gdrive limits the number of downloads a day to very few. It is likely that if you launch few times the rule, the limit is reached.
A bypass for that is to:
This should fix your issue.
Thank you very much for your kind response Professor Davide,
I followed your suggestions and running the model right now:)
Hello @choiHenry @davide-f, thank you so much for working on that. Unfortunately, we are not yet able to eliminate the problem completely, but you have created a perfect guidance on how to deal with that ❤️
I run around 10-11 am in Korean Time(GMT +9), and I was able to retrieve the cutouts bundle finally. I see the problem is really in the gdrive limits.
conda activate pypsa-earth
cd /path/to/pypsa-earth/scripts
python retrieve_databundle_light.py
Thank you @ekatef @davide-f.
Checklist
main
branch or the latest release. Please indicate.pypsa-earth
environment. Update viaconda env update -f envs/environment.yaml
.Describe the Bug
I got this error message for the default configuration file with just one slight change
countries: ["KR"]
I know there's been similar issues like #911 but I don't know how to solve this problem.
I am running on Mac ARM(M1) machine. But I don't think this problem depends on machine characteristics since I got the same error message on the linux machine with the same config file.
Error Message
Thanks in advance.