Benoit Bovy
Benoit Bovy
No rush @martinRenou! That workaround is not ideal but it's only minor annoyance.
FWIW, I have a function in my config that auto-switches the activated conda environment at the workspace level (I'm using [persp-mode](https://github.com/Bad-ptr/persp-mode.el)): ```elisp (defun +workspaces-save-conda-env (&rest _args) ;; Save current conda...
I think it is a good idea to have built-in support in xpublish of established protocols like WMS, OPeNDAP, etc. alongside new protocols like Zarr. Xpublish is now very flexible...
> It looks like Xarray-leaflet provides something close to a WMS, but tightly coupled to ipyleaflet. Mmm maybe closer to a "XYZ" service. I'm not very familiar with all [variants...
Other ideas (formats): [cf-json](http://cf-json.org/specification), [netcdf-ld](https://binary-array-ld.github.io/netcdf-ld/), [covjson](https://covjson.org/spec/). There's a good discussion + links here: https://github.com/pangeo-data/pangeo-datastore/issues/3 I started playing with covjson and xpublish here: https://github.com/ESM-VFC/esm-vfc-api-demo/pull/11
I just had a look at [Titiler](https://github.com/developmentseed/titiler), which already has a great set of features for serving geospatial raster data: multiple tile formats (raw data or image), multiple projections, wmts,...
Thanks for the quick answers! > TiTiler is still in Alpha That perfectly fine! Xpublish is at an early stage of development too, and it is also built with modularity...
@TomAugspurger I've just had a look at [xstac](https://github.com/TomAugspurger/xstac) after reading [your post](https://discourse.pangeo.io/t/stac-and-earth-systems-datasets/1472/12) on Pangeo's Discourse. I think it would be great to have a STAC API router built in `xpublish`!...
@TomAugspurger I don't have specific use-cases in mind yet, lately I've just been following the development of STAC specs and related tools with great interest. I think that xpublish could...
> Would integrating something like skinnywms into Xpublish work? I think it would be be better if xpublish doesn't rely on 3rd party servers like skinnywms in order to keep...