geopandas/dask-geopandas

DOC: incomplete ipython cell

raybellwaves opened this issue · 5 comments

https://dask-geopandas.readthedocs.io/en/stable/guide/spatial-partitioning.html

shows

usa = geopandas.read_file(path, layer="ADM_1")
usa.head()
KeyboardInterrupt ...

Well that's not great. I can take a look now.

Hmm actually after taking a look I think that was a transient error and the solution is to rebuild the docs for stable. If you look at latest you can see that the layer does in fact exist: https://dask-geopandas.readthedocs.io/en/latest/guide/spatial-partitioning.html

I have triggered rebuild.

That for some reason didn't help. We may be hitting the memory limit, GADM my be a bit too large for RTD.

You know what. I said that latest worked, but after looking again I think it just failed earlier (on setting up the matplotlib font cache) and the notebook is checked in as rendered so it still looks fine. I noticed that the other notebooks in the guide are excluded from execution. So I added this one to that list as well in #240