NASA-IMPACT / veda-docs

Documentation for the VEDA Project
https://nasa-impact.github.io/veda-docs
Apache License 2.0
7 stars 6 forks source link

Remove hvplot workaround in downsample_zarr notebook #138

Open jsignell opened 4 months ago

jsignell commented 4 months ago

Based off the report in https://github.com/NASA-IMPACT/veda-docs/pull/119#issue-2136845617 there was a bug uncovered in hvplot > 0.8.4: https://github.com/holoviz/hvplot/issues/1329.

For now the downsample_zarr notebook downgrades hvplot to work around the bug. And in #139 a different workaround is introduced of just passing a cartopy crs object directly.

But once the bug is resolved and a new version of hvplot is released and available in the pangeo image, we should be able to remove the workaround.