-
I am currently building zarr products for the high-res data. Opening this thread so we have a public place to track progress on these efforts. By way of background:
- When complete, the output prod…
-
I put a lot of logging statements into the recipe class to help with debugging. But it is never easy to turn them on. How can we make pangeo-forge work like prefect, where logs are automatically on by…
-
As described in an open satsearch issue (https://github.com/sat-utils/sat-search/issues/95) the Landsat notebook gives an error when trying to search for images. This cell:
```
properties = ["land…
-
Right now, the pipelines are very coupled to their "runtime," by which I mean environment context that varies between location.
Example: https://github.com/pangeo-forge/terraclimate-feedstock/blob/…
-
Waiting on https://github.com/jbusecke/pangeo-forge-esgf/pulls
Once that is merged, I want to update the instructions in a few places:
- https://github.com/leap-stc/cmip6-leap-feedstock#i-filed-…
-
Hi Kathy,
you could do your panel plots so much easier with facet grids: https://kpegion.github.io/Pangeo-at-AOES/examples/multi-panel-cartopy.html
`fg = ds.plot(col='model', col_wrap=3, transfo…
-
There is an interesting approach which exposes `netCDF4` files as a zarr-like dataset, doing direct reads from the file, bypassing `netCDF`/`HDF5` libraries completely:
https://medium.com/pangeo/fa…
-
We are squeezing all hub and core pods onto a single m5.large instance for the nasa deployment, but some pods aren't scheduling b/c we're requesting over 100% CPU. It seems like there might be a bug i…
-
Following the Pangeo gitter, I just stumbled upon the xcape project: https://github.com/xgcm/xcape. I haven't looked too much into it, but being able to interoperate well with it (after #1353 is in pl…
-
Hi there! I recently heard about this project via a colleague watching your presentation at ESIP.
I am the lead developer of [fsspec](https://filesystem-spec.readthedocs.io/en/latest/) and the [fss…