xarray_leaflet
xarray_leaflet copied to clipboard
Change tile server
The tile server is currently the Jupyter server, and because this is a different process than the kernel, the web handlers have to poll for the existence of the files, which is not great. In https://github.com/davidbrochart/xtrude we have a different approach, the tile server is inside the kernel, and it works pretty well.