gjoseph92 / geogif

Turn xarray timestacks into GIFs
https://geogif.readthedocs.io/
MIT License
86 stars 4 forks source link

getsize is deprecated and should be removed #19

Closed yutik-nn closed 11 months ago

yutik-nn commented 11 months ago

I am trying to run

geogif.gif(alt_ds.sla).compute()

So make a gif of an Xarray dataset locally but get the following error: RuntimeError: getsize is deprecated and should be removed.

Why might that be?

gjoseph92 commented 11 months ago

Thanks for reporting @yutik-nn. Looks like this method was removed in newer versions of Pillow.

geogif=0.1.5 has just been released fixing this issue.