Charles Stern

Results 443 comments of Charles Stern

:wave: @roxyboy, just clarifying, as I have not heard ORCA36 mentioned before. You would like these recipes: 1. written to the `swot_adac` bucket on OSN; and then, 2. added to...

@roxyboy, ORCA is now online. See the rewritten `intake_demo.ipynb` in https://github.com/pangeo-data/swot_adac_ogcms/pull/5 for my recommended loading approach.

A few notes on my re-writes to the recipe: 1. The convenience function `pattern_from_file_sequence` only works for concatenation. It looked to me that, for a given recipe here, we actually...

The recipe-dict in `nasa-smap-sss/recipe.py` now appears to contain valid recipes for all four datasets (JPL and RSS, each at both timescales). As I move now into the (manual, notebook-based) execution...

Yes, the error was being thrown by line 40 in `storage.py` [here](https://github.com/pangeo-forge/pangeo-forge-recipes/blob/32e920185934e42baf32650c5b3d1e76ea078ab3/pangeo_forge_recipes/storage.py#L40). The minimal example below recreates the error using `fsspec.open()` alone. (Traceback is included immediately below the example.) As...

Noting that the PR referenced in the last commit is actually https://github.com/pangeo-forge/roadmap/pull/22, not the one linked in the commit message.

@sharkinsspatial, this is ready to be test-run through the bakery. I've already manually executed the `copy_pruned()` versions of all the recipes contained in this PR's `dict_object` to Pangeo's OSN bucket....

@jbusecke, the first two timesteps of each of the four datasets (two time intervals for each of two algorithms) are available on OSN as follows: ```python import s3fs endpoint_url =...

Yes I'll change the bakery in `meta.yaml`, which once committed will signal the bot to create a new recipe run for this

The bot doesn't understand `dict_object`s yet... I'm going to see if I can quickly fix that...