Charles Stern
Charles Stern
Awesome progress, @jdldeauna! You are correct that it appears these urls are hard to open over HTTP with xarray (if there is a way, I also could not find it)....
Awesome, @jdldeauna! Could you share the complete Python code you are using to create the `recipe` which throws this `FileNotFoundError`? I suspect there may be a way to resolve this,...
Thanks for sharing! I don't seem to be able to test my hypothesis about `FileNotFoundError` because now I'm getting `FSTimeoutError`. And indeed trying to get this file now with `wget`...
@jdldeauna, glad the server is back up! Executing the recipe actually does work for me now, without changing any kwargs. Note that it's to be expected that the input caching...
Just because these inputs are so large, I might recommend assigning the cache to be a named local directory as follows: ```python from fsspec.implementations.local import LocalFileSystem from pangeo_forge_recipes.storage import CacheFSSpecTarget...
Awesome 🎉 If you are satisfied with the outcome of your local test, I invite you to [Make a PR](https://pangeo-forge.readthedocs.io/en/latest/pangeo_forge_cloud/recipe_contribution.html#making-a-pr) for your recipe so we can move towards including in...
> If I didn't develop in a Docker Image, what do I put under pangeo_notebook_version? Yeah, we need better documentation for this. You can put `"2021.12.02"`. > Which [bakery ](https://pangeo-forge.readthedocs.io/en/latest/introduction_tutorial/intro_tutorial_part3.html#bakery-section)should...
@roxyboy, of course! 🔑 💫
@raybellwaves thanks for opening this issue, and apologies for the delay in responding. Just tagging a few others who may be more familiar with grib-specific considerations. Does anyone of @rabernat,...
@raybellwaves, looks like we're good to go. :smile: Are you interested in learning how to develop recipes yourself? If so, I'd be delighted, and will be happy to guide you...