Brian Blaylock
Brian Blaylock
Note to self: example of how to implement https://realpython.com/python-download-file-from-url/#using-a-pool-of-threads-with-the-requests-library
This is a good idea to provide more info as the function is running, even when `verbose=False`. You might be interested to know that FastHerbie can tell you which files...
Start with HRDPS https://weather.gc.ca/grib/grib2_HRDPS_HR_e.html
Thanks @bryanguarente for the description. That is helpful. Someone from ECCC asked if it could be done so I wanted to try. The lack of index files is a problem;...
Yes, that would be nice.
It sounds like you're familiar with WRF output (I actually haven't run WRF in 5+ years). If I remember right, WRF output is NetCDF. Something to keep in mind is...
Also, if I remember right, WRF lets you get the lat/lon grid points for the Arakawa grid and the regular grid. The GRIB2 files (I don't think) have that distinction,...
I actually am liking the word "filter" here instead. I'll see if anyone else has comments on this.
oh, `filter` is a built-in function. Can't use that. I'll just replace `searchString` with `search`. The reason is becuase `search` is really a regex search, not a string exact match.
Hi @karlwx, Thanks for reporting this. This gives me a number of things to thing about; I can't promise I'll make any changes any time soon, but I will be...