Egor Sanin
Egor Sanin
Maybe something to look into? From [here](https://github.com/neoclide/coc.nvim/wiki/F.A.Q).
Confirming that adding the following to `vimrc` seems to do the trick: ```vimrc function! TogBG() abort highlight link ALEVirtualTextError Comment highlight link ALEVirtualTextStyleError ALEVirtualTextError highlight link ALEVirtualTextWarning Comment highlight link...
> @egorbn geopandas doesn't support writing to zip files directly, the support we have is only that which natively comes through gdal. The pull request you linked was not merged...
I'm experiencing this issue as well. Running inside `tmux` inside `alacritty`
> > * The [GDAL Python API](https://gdal.org/en/stable/api/python/raster_api.html) does not seem to expose this functionality > > actually they do: > > * https://gdal.org/en/stable/api/python/utilities.html#osgeo.gdal.ContourGenerate > > * https://github.com/OSGeo/gdal/blob/82026c638235a009d75383bf2fa71b88af13708b/autotest/alg/contour.py#L96C10-L96C25 > > *...
Thanks folks.
> A PR would be most welcome to update this! Here you go! Not sure about the docstring test stuff. https://github.com/geopandas/geopandas/pull/3684 Also, I'm not able to build the docs locally,...
Hi folks, bumping https://github.com/geopandas/geopandas/pull/3684 Anything else needs to be done on this from my side?
Thanks, @m-richards and @martinfleis!
Going to chime in here to say that I'm experiencing this issue, too. Moreover, if I specify `driver=LIBKML, engine=fiona,...` I get an error: ```python # Export KML fiona.drvsupport.supported_drivers["LIBKML"] = "rw"...