-
Notifications
You must be signed in to change notification settings - Fork 74
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
File Not Downloaded but No Error Raised by Herbie #357
Comments
Did you try updating the .config file that is made when Herbie was first called? "Users\vwgei.config\herbie\config.toml" You can open the .toml file with notepad on Windows. I changed the default save location of mine so it looks like this:
|
Thanks for the response @vwgeiser !
My config file looks like this
Checked with changing priority. No files are available as the data in aws and google are same. I checked some other discussion about missing files. However, the file should be saved here Thanks for the suggestions, Bhupendra Raut |
Herbie does not raise an error when attempting to download a file, when the file is not downloaded successfully. The function download() gives the impression that the data is downloaded, but the file is missing from tha path.
I get this
✅ Found ┊ model=hrrr ┊ product=prs ┊ 2020-Aug-10 00:00 UTC F00 ┊ GRIB2 @ local ┊ IDX @ aws
No file in /Users/bhupendra/data/hrrr/20200810/subset_58efb1fe__hrrr.t00z.wrfprsf00.grib2
Also tried with xarray
ds = H.xarray('TMP:1000mb')
and got theFileNotFoundError: [Errno 2] No such file or directory: '/Users/bhupendra/data/hrrr/20200810/subset_58efb1fe__hrrr.t00z.wrfprsf00.grib2'
Herbie should raise an error or warning if a file is not downloaded. The download() method should return
none
as download_path.The text was updated successfully, but these errors were encountered: