Results 41 comments of Alex Kerney

`gmanuch` is the user that reported the issue. There should be a request from me to try to start a server to test if this was the same as last...

For our Python [environment](https://github.com/oceanhackweek/jupyter-image/blob/main/py-base/environment.yml) ([lockfile](https://github.com/oceanhackweek/jupyter-image/blob/main/py-base/conda-linux-64.lock)), we should be getting JupyterLab via `pangeo-notebook=2022.07.12`, and the only packages that I can think of that would directly change things would be `jupyter_contrib_nbextensions` and...

I've got the start of a xpublish compatible OpenDAP router at https://github.com/gulfofmaine/xpublish-opendap

I would be interested in adding it, though after playing around with building a bunch of routers in https://github.com/asascience/restful-grids , I'm wondering if including too many routers into the core...

Edit: See @jr3cermak's response below on how to create and use a dataset provider plugin to override how xpublish loads datasets. So this isn't super useful in and of itself...

I've gone further down the dynamic xpublish rabbit hole, in this case exposing any gridded data from the [awesome-erddap](https://github.com/IrishMarineInstitute/awesome-erddap) list: https://github.com/abkfenris/xpublish-erddap

We have a group of folks taking a look at this at the [IOOS Code Sprint](https://ioos.github.io/ioos-code-sprint/) this week. We'd love to be able to bring a dynamic CarbonPlan/maps type experience...

Thanks for the input that folks had on this. While we didn't solve it during our code sprint, we did make some headway. Right now folks are traveling back from...

Last week during an [IOOS](https://ioos.us/) [code-sprint](https://ioos.github.io/ioos-code-sprint/) (basically a hackathon), my group took a swing at image and data tiling xarray datasets among other thing. While I didn't end up too...

Some of the many tabs I had open while pondering Dask, Xarray, async, and FastAPI, and resources from others: - https://distributed.dask.org/en/stable/asynchronous.html - https://examples.dask.org/xarray.html - https://docs.dask.org/en/latest/futures.html?highlight=Async%20#distributed.Client - https://distributed.dask.org/en/latest/client.html - https://stackoverflow.com/questions/30690186/how-do-i-access-the-kubernetes-api-from-within-a-pod-container -...